summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-03-09 13:37:54 +0000
committerThierry Vignaud <tv@mandriva.org>2009-03-09 13:37:54 +0000
commitc37845e24599cb079162e226c42df7d81b8303cc (patch)
treee68f3ae8037209478b4ba03bc084611a4fee6283 /images
parent861ba501b23cd6af238d8409a8aefa5e1107d747 (diff)
downloaddrakx-c37845e24599cb079162e226c42df7d81b8303cc.tar
drakx-c37845e24599cb079162e226c42df7d81b8303cc.tar.gz
drakx-c37845e24599cb079162e226c42df7d81b8303cc.tar.bz2
drakx-c37845e24599cb079162e226c42df7d81b8303cc.tar.xz
drakx-c37845e24599cb079162e226c42df7d81b8303cc.zip
add /dev/random and /dev/urandom (for curl)
Diffstat (limited to 'images')
-rw-r--r--images/NEWS2
-rwxr-xr-ximages/make_boot_img2
2 files changed, 3 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS
index 3af751473..2ab5afe8f 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,5 @@
+- add /dev/random and /dev/urandom (for curl)
+
Version 1.35 - 18 February 2009, by Thierry Vignaud
- pass --restore instead of restore option
diff --git a/images/make_boot_img b/images/make_boot_img
index b6e194869..860020d68 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -196,7 +196,7 @@ sub initrd {
_ "splash -s -f $o_bootsplash_cfg > $tmp_initrd/bootsplash";
}
- my $devs = sprintf "ls /dev/{%s}", join(',', qw(console fb0 fd0 loop3 mem null ppp ptyp0 ram3 tty[0-7] ttyp0 ttyS0));
+ my $devs = sprintf "ls /dev/{%s}", join(',', qw(console fb0 fd0 loop3 mem null ppp ptyp0 ram3 random tty[0-7] ttyp0 ttyS0 urandom));
_ "(cd $tmp_initrd; (find . ; $devs) | cpio -o -c --quiet) | gzip -9 > $img";
_ "rm -rf $tmp_initrd";
class='add' style='width: 20.4%;'/> -rw-r--r--perl-install/share/po/br.po1611
-rw-r--r--perl-install/share/po/bs.po4714
-rw-r--r--perl-install/share/po/ca.po4758
-rw-r--r--perl-install/share/po/cy.po5436
-rw-r--r--perl-install/share/po/da.po4770
-rw-r--r--perl-install/share/po/de.po5782
-rw-r--r--perl-install/share/po/el.po4508
-rw-r--r--perl-install/share/po/eo.po4282
-rw-r--r--perl-install/share/po/es.po5346
-rw-r--r--perl-install/share/po/et.po4464
-rw-r--r--perl-install/share/po/eu.po4983
-rw-r--r--perl-install/share/po/fi.po4561
-rw-r--r--perl-install/share/po/ga.po4230
-rw-r--r--perl-install/share/po/gl.po4277
-rw-r--r--perl-install/share/po/hr.po4750
-rw-r--r--perl-install/share/po/id.po4713
-rw-r--r--perl-install/share/po/is.po4247
-rw-r--r--perl-install/share/po/it.po5271
-rw-r--r--perl-install/share/po/ja.po4710
-rw-r--r--perl-install/share/po/ko.po4563
-rw-r--r--perl-install/share/po/lt.po4283
-rw-r--r--perl-install/share/po/lv.po4285
-rw-r--r--perl-install/share/po/mt.po5655
-rw-r--r--perl-install/share/po/nl.po6767
-rw-r--r--perl-install/share/po/no.po835
-rw-r--r--perl-install/share/po/pt.po4581
-rw-r--r--perl-install/share/po/pt_BR.po4527
-rw-r--r--perl-install/share/po/ro.po6506
-rw-r--r--perl-install/share/po/ru.po11563
-rw-r--r--perl-install/share/po/sk.po5841
-rw-r--r--perl-install/share/po/sl.po4225
-rw-r--r--perl-install/share/po/sp.po839
-rw-r--r--perl-install/share/po/sr.po4677
-rw-r--r--perl-install/share/po/sv.po4757
-rw-r--r--perl-install/share/po/ta.po4491
-rw-r--r--perl-install/share/po/th.po4257
-rw-r--r--perl-install/share/po/tr.po5630
-rw-r--r--perl-install/share/po/uk.po4528
-rw-r--r--perl-install/share/po/vi.po12407
-rw-r--r--perl-install/share/po/wa.po4788
46 files changed, 122918 insertions, 97454 deletions
diff --git a/perl-install/share/po/DrakX.pot b/perl-install/share/po/DrakX.pot
index d8f2b5744..fd99f2f55 100644
--- a/perl-install/share/po/DrakX.pot
+++ b/perl-install/share/po/DrakX.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2002-08-31 16:29+0200\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -182,7 +182,7 @@ msgid "Ok"
msgstr ""
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:95 ../../printerdrake.pm_.c:3135
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr ""
@@ -208,7 +208,7 @@ msgstr ""
msgid "Generic"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
msgid "Vendor"
msgstr ""
@@ -279,7 +279,7 @@ msgstr ""
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2113
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
@@ -471,7 +471,7 @@ msgstr ""
#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1095 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
@@ -479,7 +479,7 @@ msgid "Password"
msgstr ""
#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr ""
@@ -515,12 +515,12 @@ msgstr ""
#: ../../any.pm_.c:184 ../../any.pm_.c:764
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr ""
#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr ""
@@ -572,7 +572,7 @@ msgstr ""
#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3135 ../../standalone/drakbackup_.c:2772
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr ""
@@ -880,7 +880,7 @@ msgstr ""
msgid "No sharing"
msgstr ""
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1180 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
@@ -890,7 +890,7 @@ msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1185 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
@@ -1082,8 +1082,8 @@ msgstr ""
msgid "Boot Style Configuration"
msgstr ""
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr ""
@@ -1093,7 +1093,7 @@ msgstr ""
msgid "/File/_Quit"
msgstr ""
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr ""
@@ -2302,205 +2302,213 @@ msgstr ""
msgid "Driver:"
msgstr ""
-#: ../../harddrake/sound.pm_.c:172
+#: ../../harddrake/sound.pm_.c:173
msgid "No known driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:174
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:176
+#: ../../harddrake/sound.pm_.c:177
msgid "Unkown driver"
msgstr ""
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:178
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
"\n"
"Please send the output of the \"lspcidrake -v\" command to\n"
-"Thierry Vignaud <tvignaud at mandrakesoft dot com>\n"
-"with subject: unlisted sound driver"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
msgstr ""
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
msgid "Model"
msgstr ""
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
msgid "hard disk model"
msgstr ""
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "Channel"
msgstr ""
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:19
+#: ../../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:20
+#: ../../harddrake/ui.pm_.c:21
msgid "Module"
msgstr ""
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1517
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr ""
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
msgid "Bus identification"
msgstr ""
-#: ../../harddrake/ui.pm_.c:25
+#: ../../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:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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:31
+#: ../../harddrake/ui.pm_.c:32
msgid "Old device file"
msgstr ""
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr ""
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
msgid "New devfs device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
msgid "Number of buttons"
msgstr ""
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:60
+#: ../../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
msgid "/_Quit"
msgstr ""
-#: ../../harddrake/ui.pm_.c:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
msgid "/_Help..."
msgstr ""
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
msgid "/_About..."
msgstr ""
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
msgid "Author:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr ""
-#: ../../harddrake/ui.pm_.c:100
+#: ../../harddrake/ui.pm_.c:103
msgid "Detected hardware"
msgstr ""
-#: ../../harddrake/ui.pm_.c:102
+#: ../../harddrake/ui.pm_.c:105
msgid "Information"
msgstr ""
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:108
msgid "Configure module"
msgstr ""
-#: ../../harddrake/ui.pm_.c:106
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:110
+#: ../../harddrake/ui.pm_.c:113
msgid "Detection in progress"
msgstr ""
-#: ../../harddrake/ui.pm_.c:110 ../../interactive.pm_.c:391
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr ""
-#: ../../harddrake/ui.pm_.c:153
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:153
+#: ../../harddrake/ui.pm_.c:156
msgid "secondary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:190
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:206
+#: ../../harddrake/ui.pm_.c:213
#, c-format
msgid "Running \"%s\" ..."
msgstr ""
@@ -3494,7 +3502,7 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard. Consult the correpsonding chapter of the ``User\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
"Guide'' for more information on how to setup a new printer. The interface\n"
"presented there is similar to the one used during installation;\n"
"\n"
@@ -3568,27 +3576,27 @@ msgstr ""
msgid "Can't use broadcast with no NIS domain"
msgstr ""
-#: ../../install_any.pm_.c:859
+#: ../../install_any.pm_.c:862
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr ""
-#: ../../install_any.pm_.c:863
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:875
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:898 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr ""
-#: ../../install_any.pm_.c:1020
+#: ../../install_any.pm_.c:1023
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"
@@ -3798,7 +3806,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr ""
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:771
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr ""
@@ -4153,7 +4161,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1022
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr ""
@@ -4475,141 +4483,141 @@ msgstr ""
msgid "Contacting the mirror to get the list of available packages..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:944
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:950
msgid "Hardware clock set to GMT"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:950
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:957
+#: ../../install_steps_interactive.pm_.c:958
msgid "NTP Server"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:991
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Do you have an ISA sound card?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1013
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1018 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1023
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1024 ../../printerdrake.pm_.c:2926
-#: ../../printerdrake.pm_.c:3015
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1026
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1029
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1033
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1098
-#: ../../install_steps_interactive.pm_.c:1102
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1098
-#: ../../install_steps_interactive.pm_.c:1111
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
msgid "NIS"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1075
-#: ../../install_steps_interactive.pm_.c:1098
-#: ../../install_steps_interactive.pm_.c:1119
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Windows Domain"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1076
-#: ../../install_steps_interactive.pm_.c:1098
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
msgid "Local files"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1085
-#: ../../install_steps_interactive.pm_.c:1086 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1087
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1092
+#: ../../install_steps_interactive.pm_.c:1093
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1098 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
msgid "Authentication LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1107
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1109
msgid "LDAP Server"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "Authentication NIS"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1115
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1116
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -4625,19 +4633,19 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Authentication Windows Domain"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1126
+#: ../../install_steps_interactive.pm_.c:1127
msgid "Domain Admin User Name"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1162
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -4655,19 +4663,19 @@ msgid ""
"drive and press \"Ok\"."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1180 ../../printerdrake.pm_.c:2459
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1185
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -4683,7 +4691,7 @@ msgid ""
"%s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -4692,28 +4700,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1199
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1203
+#: ../../install_steps_interactive.pm_.c:1204
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1208
#, c-format
msgid "Insert a floppy in %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1210
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1217
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1228
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -4721,25 +4729,25 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1234
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1237
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1245
msgid "Installing bootloader"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1258
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -4750,24 +4758,24 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1292
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1296
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1307
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1318
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -4786,15 +4794,15 @@ msgid ""
"install chapter of the Official Mandrake Linux User's Guide."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1331
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
msgid "Generate auto install floppy"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1338
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -4803,15 +4811,15 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1343
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1343
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1346
+#: ../../install_steps_interactive.pm_.c:1347
msgid "Save packages selection"
msgstr ""
@@ -4847,7 +4855,7 @@ msgid "Basic"
msgstr ""
#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
-#: ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr ""
@@ -5447,7 +5455,7 @@ msgstr ""
msgid "Finish"
msgstr ""
-#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2115
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr ""
@@ -5502,6 +5510,62 @@ msgstr ""
msgid "use pptp"
msgstr ""
+#: ../../network/drakfirewall.pm_.c:12
+msgid "Web Server"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:17
+msgid "Domain Name Server"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:32
+msgid "Mail Server"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:37
+msgid "POP and IMAP Server"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:111
+msgid "No network card"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:129
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:164
+msgid "Other ports"
+msgstr ""
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -5801,7 +5865,7 @@ msgstr ""
msgid "Use auto detection"
msgstr ""
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3131
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
@@ -6014,62 +6078,6 @@ msgid ""
"need some manual fix after installation."
msgstr ""
-#: ../../network/tinyfirewall.pm_.c:12
-msgid "Web Server"
-msgstr ""
-
-#: ../../network/tinyfirewall.pm_.c:17
-msgid "Domain Name Server"
-msgstr ""
-
-#: ../../network/tinyfirewall.pm_.c:32
-msgid "Mail Server"
-msgstr ""
-
-#: ../../network/tinyfirewall.pm_.c:37
-msgid "POP and IMAP Server"
-msgstr ""
-
-#: ../../network/tinyfirewall.pm_.c:111
-msgid "No network card"
-msgstr ""
-
-#: ../../network/tinyfirewall.pm_.c:129
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../network/tinyfirewall.pm_.c:147
-msgid "Which services would you like to allow the Internet to connect to?"
-msgstr ""
-
-#: ../../network/tinyfirewall.pm_.c:148
-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/tinyfirewall.pm_.c:154
-#, c-format
-msgid ""
-"Invalid port given: %s.\n"
-"The proper format is \"port/tcp\" or \"port/udp\", \n"
-"where port is between 1 and 65535."
-msgstr ""
-
-#: ../../network/tinyfirewall.pm_.c:162
-msgid "Everything (no firewall)"
-msgstr ""
-
-#: ../../network/tinyfirewall.pm_.c:164
-msgid "Other ports"
-msgstr ""
-
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr ""
@@ -6302,7 +6310,7 @@ msgid "Unknown Model"
msgstr ""
#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
-#: ../../printerdrake.pm_.c:2249 ../../printerdrake.pm_.c:3394
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr ""
@@ -6389,10 +6397,10 @@ msgstr ""
msgid "On CUPS server \"%s\""
msgstr ""
-#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3052
-#: ../../printerdrake.pm_.c:3063 ../../printerdrake.pm_.c:3283
-#: ../../printerdrake.pm_.c:3335 ../../printerdrake.pm_.c:3361
-#: ../../printerdrake.pm_.c:3536 ../../printerdrake.pm_.c:3538
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr ""
@@ -6415,11 +6423,11 @@ msgstr ""
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3115
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
msgid "CUPS configuration"
msgstr ""
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3116
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
msgid "Specify CUPS server"
msgstr ""
@@ -6466,18 +6474,18 @@ msgstr ""
#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
-#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2192
-#: ../../printerdrake.pm_.c:2345 ../../printerdrake.pm_.c:2404
-#: ../../printerdrake.pm_.c:2477 ../../printerdrake.pm_.c:2498
-#: ../../printerdrake.pm_.c:2688 ../../printerdrake.pm_.c:2729
-#: ../../printerdrake.pm_.c:2734 ../../printerdrake.pm_.c:2768
-#: ../../printerdrake.pm_.c:2773 ../../printerdrake.pm_.c:2810
-#: ../../printerdrake.pm_.c:2863 ../../printerdrake.pm_.c:2883
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:2931
-#: ../../printerdrake.pm_.c:2977 ../../printerdrake.pm_.c:2995
-#: ../../printerdrake.pm_.c:3076 ../../printerdrake.pm_.c:3149
-#: ../../printerdrake.pm_.c:3451 ../../printerdrake.pm_.c:3506
-#: ../../printerdrake.pm_.c:3559 ../../standalone/printerdrake_.c:57
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
msgid "Printerdrake"
msgstr ""
@@ -6574,7 +6582,7 @@ msgid ""
msgstr ""
#: ../../printerdrake.pm_.c:269 ../../printerdrake.pm_.c:278
-#: ../../printerdrake.pm_.c:3098 ../../printerdrake.pm_.c:3222
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
msgid "Add a new printer"
msgstr ""
@@ -7111,16 +7119,42 @@ msgstr ""
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
-#: ../../printerdrake.pm_.c:2029
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -7130,33 +7164,33 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:2038
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:2042
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:2047
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:2086
+#: ../../printerdrake.pm_.c:2097
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr ""
-#: ../../printerdrake.pm_.c:2109
+#: ../../printerdrake.pm_.c:2120
msgid "Test pages"
msgstr ""
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -7164,39 +7198,39 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:2114
+#: ../../printerdrake.pm_.c:2125
msgid "No test pages"
msgstr ""
-#: ../../printerdrake.pm_.c:2115
+#: ../../printerdrake.pm_.c:2126
msgid "Print"
msgstr ""
-#: ../../printerdrake.pm_.c:2172
+#: ../../printerdrake.pm_.c:2183
msgid "Standard test page"
msgstr ""
-#: ../../printerdrake.pm_.c:2175
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:2178
+#: ../../printerdrake.pm_.c:2189
msgid "Alternative test page (A4)"
msgstr ""
-#: ../../printerdrake.pm_.c:2180
+#: ../../printerdrake.pm_.c:2191
msgid "Photo test page"
msgstr ""
-#: ../../printerdrake.pm_.c:2184
+#: ../../printerdrake.pm_.c:2195
msgid "Do not print any test page"
msgstr ""
-#: ../../printerdrake.pm_.c:2193 ../../printerdrake.pm_.c:2346
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr ""
-#: ../../printerdrake.pm_.c:2218
+#: ../../printerdrake.pm_.c:2229
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -7206,21 +7240,21 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2222
+#: ../../printerdrake.pm_.c:2233
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:2229
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:2251 ../../printerdrake.pm_.c:3396
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
msgid "Raw printer"
msgstr ""
-#: ../../printerdrake.pm_.c:2277
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -7229,15 +7263,15 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2279
+#: ../../printerdrake.pm_.c:2290
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:2282 ../../printerdrake.pm_.c:2299
-#: ../../printerdrake.pm_.c:2309
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -7246,7 +7280,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:2285 ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -7254,41 +7288,41 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2289
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2294 ../../printerdrake.pm_.c:2304
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2306
-#: ../../printerdrake.pm_.c:2316
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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:2301 ../../printerdrake.pm_.c:2311
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:2314
+#: ../../printerdrake.pm_.c:2325
#, 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:2318
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -7298,7 +7332,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2322
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -7307,40 +7341,40 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2332
+#: ../../printerdrake.pm_.c:2343
#, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:2333
+#: ../../printerdrake.pm_.c:2344
#, c-format
msgid "Printing/Scanning on \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:2335
+#: ../../printerdrake.pm_.c:2346
#, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:2336
+#: ../../printerdrake.pm_.c:2347
#, c-format
msgid "Printing on the printer \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:2339 ../../printerdrake.pm_.c:2342
-#: ../../printerdrake.pm_.c:2343 ../../printerdrake.pm_.c:2344
-#: ../../printerdrake.pm_.c:3380 ../../standalone/drakTermServ_.c:248
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
msgstr ""
-#: ../../printerdrake.pm_.c:2342
+#: ../../printerdrake.pm_.c:2353
msgid "Print option list"
msgstr ""
-#: ../../printerdrake.pm_.c:2362
+#: ../../printerdrake.pm_.c:2373
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -7354,7 +7388,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2383
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -7367,17 +7401,17 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2405 ../../printerdrake.pm_.c:2864
-#: ../../printerdrake.pm_.c:3150
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
msgid "Reading printer data..."
msgstr ""
-#: ../../printerdrake.pm_.c:2425 ../../printerdrake.pm_.c:2453
-#: ../../printerdrake.pm_.c:2488
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
msgid "Transfer printer configuration"
msgstr ""
-#: ../../printerdrake.pm_.c:2426
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -7387,51 +7421,51 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2429
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2431
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2433
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2435
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2436
+#: ../../printerdrake.pm_.c:2447
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:2437
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:2440
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:2441 ../../printerdrake.pm_.c:2458
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:2454
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -7439,56 +7473,56 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:2462
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../printerdrake.pm_.c:2467
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:2475
+#: ../../printerdrake.pm_.c:2486
msgid "New printer name"
msgstr ""
-#: ../../printerdrake.pm_.c:2478
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: ../../printerdrake.pm_.c:2489
+#: ../../printerdrake.pm_.c:2500
#, 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:2499
+#: ../../printerdrake.pm_.c:2510
msgid "Refreshing printer data..."
msgstr ""
-#: ../../printerdrake.pm_.c:2507 ../../printerdrake.pm_.c:2579
-#: ../../printerdrake.pm_.c:2591
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
msgid "Configuration of a remote printer"
msgstr ""
-#: ../../printerdrake.pm_.c:2508
+#: ../../printerdrake.pm_.c:2519
msgid "Starting network..."
msgstr ""
-#: ../../printerdrake.pm_.c:2543 ../../printerdrake.pm_.c:2547
-#: ../../printerdrake.pm_.c:2549
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
msgid "Configure the network now"
msgstr ""
-#: ../../printerdrake.pm_.c:2544
+#: ../../printerdrake.pm_.c:2555
msgid "Network functionality not configured"
msgstr ""
-#: ../../printerdrake.pm_.c:2545
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -7496,11 +7530,11 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2559
msgid "Go on without configuring the network"
msgstr ""
-#: ../../printerdrake.pm_.c:2581
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -7510,31 +7544,31 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2582
+#: ../../printerdrake.pm_.c:2593
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:2592
+#: ../../printerdrake.pm_.c:2603
msgid "Restarting printing system..."
msgstr ""
-#: ../../printerdrake.pm_.c:2630
+#: ../../printerdrake.pm_.c:2641
msgid "high"
msgstr ""
-#: ../../printerdrake.pm_.c:2630
+#: ../../printerdrake.pm_.c:2641
msgid "paranoid"
msgstr ""
-#: ../../printerdrake.pm_.c:2631
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:2632
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -7549,11 +7583,11 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:2664
+#: ../../printerdrake.pm_.c:2675
msgid "Starting the printing system at boot time"
msgstr ""
-#: ../../printerdrake.pm_.c:2665
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -7567,59 +7601,59 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2689 ../../printerdrake.pm_.c:2730
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2811
-#: ../../printerdrake.pm_.c:2932
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:2735
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:2774
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:2847
+#: ../../printerdrake.pm_.c:2858
msgid "Select Printer Spooler"
msgstr ""
-#: ../../printerdrake.pm_.c:2848
+#: ../../printerdrake.pm_.c:2859
msgid "Which printing system (spooler) do you want to use?"
msgstr ""
-#: ../../printerdrake.pm_.c:2884
+#: ../../printerdrake.pm_.c:2895
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr ""
-#: ../../printerdrake.pm_.c:2898
+#: ../../printerdrake.pm_.c:2909
msgid "Installing Foomatic..."
msgstr ""
-#: ../../printerdrake.pm_.c:2968 ../../printerdrake.pm_.c:3009
-#: ../../printerdrake.pm_.c:3397 ../../printerdrake.pm_.c:3470
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr ""
-#: ../../printerdrake.pm_.c:2978
+#: ../../printerdrake.pm_.c:2989
msgid "Preparing Printerdrake..."
msgstr ""
-#: ../../printerdrake.pm_.c:2996 ../../printerdrake.pm_.c:3560
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
msgid "Configuring applications..."
msgstr ""
-#: ../../printerdrake.pm_.c:3016
+#: ../../printerdrake.pm_.c:3027
msgid "Would you like to configure printing?"
msgstr ""
-#: ../../printerdrake.pm_.c:3028
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:3080
+#: ../../printerdrake.pm_.c:3099
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; "
@@ -7627,137 +7661,137 @@ msgid ""
"OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3081
+#: ../../printerdrake.pm_.c:3100
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:3107
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:3125
+#: ../../printerdrake.pm_.c:3145
msgid "Change the printing system"
msgstr ""
-#: ../../printerdrake.pm_.c:3130 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
msgid "Normal Mode"
msgstr ""
-#: ../../printerdrake.pm_.c:3290 ../../printerdrake.pm_.c:3340
-#: ../../printerdrake.pm_.c:3553
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
msgid "Do you want to configure another printer?"
msgstr ""
-#: ../../printerdrake.pm_.c:3375
+#: ../../printerdrake.pm_.c:3395
msgid "Modify printer configuration"
msgstr ""
-#: ../../printerdrake.pm_.c:3377
+#: ../../printerdrake.pm_.c:3397
#, c-format
msgid ""
"Printer %s\n"
"What do you want to modify on this printer?"
msgstr ""
-#: ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:3386 ../../printerdrake.pm_.c:3441
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
msgid "Printer connection type"
msgstr ""
-#: ../../printerdrake.pm_.c:3387 ../../printerdrake.pm_.c:3445
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
msgid "Printer name, description, location"
msgstr ""
-#: ../../printerdrake.pm_.c:3389 ../../printerdrake.pm_.c:3463
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:3390 ../../printerdrake.pm_.c:3464
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:3399 ../../printerdrake.pm_.c:3474
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:3401 ../../printerdrake.pm_.c:3479
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3402 ../../printerdrake.pm_.c:3488
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3403 ../../printerdrake.pm_.c:3497
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
msgid "Print test pages"
msgstr ""
-#: ../../printerdrake.pm_.c:3404 ../../printerdrake.pm_.c:3499
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
msgid "Know how to use this printer"
msgstr ""
-#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3501
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
msgid "Remove printer"
msgstr ""
-#: ../../printerdrake.pm_.c:3452
+#: ../../printerdrake.pm_.c:3472
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr ""
-#: ../../printerdrake.pm_.c:3477
+#: ../../printerdrake.pm_.c:3497
msgid "Default printer"
msgstr ""
-#: ../../printerdrake.pm_.c:3478
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:3482 ../../printerdrake.pm_.c:3485
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3483
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3486
+#: ../../printerdrake.pm_.c:3506
#, c-format
msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3491 ../../printerdrake.pm_.c:3494
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3492
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3495
+#: ../../printerdrake.pm_.c:3515
#, c-format
msgid ""
"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3503
+#: ../../printerdrake.pm_.c:3523
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr ""
-#: ../../printerdrake.pm_.c:3507
+#: ../../printerdrake.pm_.c:3527
#, c-format
msgid "Removing printer \"%s\"..."
msgstr ""
@@ -8140,18 +8174,18 @@ msgid "Thank you for choosing Mandrake Linux 9.0"
msgstr ""
#: ../../share/advertising/01-thanks.pl_.c:10
-msgid "Welcome to the Open Source world."
+msgid "Welcome to the Open Source world"
msgstr ""
#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
-"the worldwide Linux Community."
+"the worldwide Linux Community"
msgstr ""
#: ../../share/advertising/02-community.pl_.c:9
-msgid "Get involved in the Free Software world."
+msgid "Get involved in the Free Software world"
msgstr ""
#: ../../share/advertising/02-community.pl_.c:10
@@ -8161,7 +8195,7 @@ msgstr ""
#: ../../share/advertising/02-community.pl_.c:11
msgid ""
"To share your own knowledge and help build Linux tools, join the discussions "
-"forum you'll find on our \"Community\" webpages."
+"forum you'll find on our \"Community\" webpages"
msgstr ""
#: ../../share/advertising/03-internet.pl_.c:9
@@ -8170,23 +8204,23 @@ msgstr ""
#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 9.0 has selected the best softwares for you. Surf the Web and "
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
"view animations with Mozilla and Konqueror, or read your mail and handle "
-"your personal information with Evolution and Kmail."
+"your personal information with Evolution and Kmail"
msgstr ""
#: ../../share/advertising/04-multimedia.pl_.c:9
-msgid "Discover the most up-to-date graphical and multimedia tools!"
+msgid "Discover the most up-to-date graphics and multimedia tools!"
msgstr ""
#: ../../share/advertising/04-multimedia.pl_.c:10
-msgid "Push multimedia at its limits!"
+msgid "Push multimedia to its limits!"
msgstr ""
#: ../../share/advertising/04-multimedia.pl_.c:11
msgid ""
"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
-"files, edit and handle your images or photos, and plays videos."
+"files, edit and handle your images or photos, and play videos"
msgstr ""
#: ../../share/advertising/05-games.pl_.c:9
@@ -8196,7 +8230,7 @@ msgstr ""
#: ../../share/advertising/05-games.pl_.c:10
msgid ""
"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"cards, sports, strategy..."
msgstr ""
#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
@@ -8206,7 +8240,7 @@ msgstr ""
#: ../../share/advertising/06-mcc.pl_.c:10
msgid ""
"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
-"your machine."
+"your machine"
msgstr ""
#: ../../share/advertising/07-desktop.pl_.c:9
@@ -8224,23 +8258,23 @@ msgid "Development simplified"
msgstr ""
#: ../../share/advertising/08-development.pl_.c:10
-msgid "Mandrake Linux 9.0 is the ultimate development platform."
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
msgstr ""
#: ../../share/advertising/08-development.pl_.c:11
msgid ""
"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
-"development environments."
+"development environments"
msgstr ""
#: ../../share/advertising/09-server.pl_.c:9
-msgid "Turn your machine into a reliable server."
+msgid "Turn your machine into a reliable server"
msgstr ""
#: ../../share/advertising/09-server.pl_.c:10
msgid ""
"Transform your machine into a powerful server in a few clicks of your mouse: "
-"Web server, mail, firewall, router, file and print server, ..."
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:9
@@ -8250,7 +8284,7 @@ msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
-"F.)."
+"F.)"
msgstr ""
#: ../../share/advertising/10-mnf.pl_.c:11
@@ -8270,7 +8304,7 @@ msgstr ""
#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
"Our full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store."
+"'goodies', are available online at our e-store"
msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:9
@@ -8280,8 +8314,8 @@ msgstr ""
#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
"MandrakeSoft works alongside a selection of companies offering professional "
-"solutions compatible with Mandrake Linux. A list of these partners is "
-"available on the MandrakeStore."
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
#: ../../share/advertising/13-mdkcampus.pl_.c:9
@@ -8295,14 +8329,14 @@ msgid ""
msgstr ""
#: ../../share/advertising/13-mdkcampus.pl_.c:11
-msgid "Certify yourself on Linux."
+msgid "Certify yourself on Linux"
msgstr ""
#: ../../share/advertising/13-mdkcampus.pl_.c:12
msgid ""
-"Whether you choose to teach yourself online or via our netwirk of training "
+"Whether you choose to teach yourself online or via our network of training "
"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
-"certification program (worldwide professional technical certification)."
+"certification program (worldwide professional technical certification)"
msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:9
@@ -8311,15 +8345,15 @@ msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
-"Find the solutions of your problems via MandrakeSoft's online support "
-"platform."
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
-"Join the MandrakeSoft support teams and the Linux Community online th share "
-"your knowledge and help your others by becoming a recognized Expert on the "
-"online tehnial support website:"
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
@@ -8327,7 +8361,7 @@ msgid "MandrakeExpert Corporate"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
-msgid "An online platform to respond to company's specific support needs."
+msgid "An online platform to respond to company's specific support needs"
msgstr ""
#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
@@ -9846,9 +9880,9 @@ msgstr ""
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
msgid "Standalone Tools"
msgstr ""
@@ -9892,23 +9926,23 @@ msgstr ""
msgid "Configuration Wizards"
msgstr ""
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
msgid "Application:"
msgstr ""
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
msgid "Package: "
msgstr ""
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
msgid "Release: "
msgstr ""
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -9920,19 +9954,19 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
msgid "Report"
msgstr ""
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
msgid "Not installed"
msgstr ""
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
msgid "No browser available! Please install one"
msgstr ""
@@ -11302,7 +11336,7 @@ msgstr ""
msgid "Exit install"
msgstr ""
-#: ../../ugtk.pm_.c:595
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
diff --git a/perl-install/share/po/af.po b/perl-install/share/po/af.po
index 035147415..c2688c33d 100644
--- a/perl-install/share/po/af.po
+++ b/perl-install/share/po/af.po
@@ -6,8 +6,8 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: drakfloppy 0.43\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
+"Project-Id-Version: DrakX\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
"PO-Revision-Date: 2001-08-20 21:28-0000\n"
"Last-Translator: Schalk W. Cronj <schalkc@uk.ntaba.com>\n"
"Language-Team: Afrikaans <mandrake@af.org.za>\n"
@@ -51,19 +51,19 @@ msgstr "32 MB"
msgid "64 MB or more"
msgstr "64MB of meer"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "Kies 'n X-bediener"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "X-bediener"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
msgstr "Multikopkonfigurasie"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -71,27 +71,27 @@ msgstr ""
"U stelsel onderstuen multikopkonfigurasie.\n"
"Wat wil u doen?"
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "Kies die geheue grootte van u videokaart"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "XFree-konfigurasie"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "Watter tipe XFree-konfigurasie verlang u?"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr "Konfigureer skyfkoppe afsonderlik"
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr "Gebruik Xinerama-ekstensies"
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Konfigureer net die \"%s\" kaart (%s)"
@@ -102,13 +102,13 @@ msgstr "Konfigureer net die \"%s\" kaart (%s)"
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s met 3D-hardwareversnelling"
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, 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:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, 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:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s met EKSPERIMENTELE 3D-hardewareversnelling"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, 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:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -150,54 +150,55 @@ msgstr ""
"bied,\n"
"MAAR LET DAAROP DAT DIT EKSPERIMENTEEL IS EN DIE REKENAAR MAG VRIES."
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (installasievertoondrywer)"
#
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "Aangepaste"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
#, fuzzy
msgid "Graphic Card"
msgstr "Videokaart"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "Resolusie"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opsies"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "OK"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Verlaat"
@@ -214,28 +215,28 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "Kies 'n monitor"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "Generies"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
#, fuzzy
msgid "Vendor"
msgstr "Herroep"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -257,11 +258,11 @@ msgstr ""
"monitor spesifiseer nie, dit kan die monitor beskadig. Indien u twyfel,\n"
"kies konservatief."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "Horisontale verfristempo"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "Vertikale verfristempo"
@@ -298,36 +299,41 @@ msgstr "Kies die resolusie en kleurdiepte"
msgid "Graphics card: %s"
msgstr "Videokaart: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "Kanselleer"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "Toets konfigurasie"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "Wil u die konfigurasie toets?"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "Toets konfigurasie"
+#: ../../Xconfig/test.pm_.c:31
+#, fuzzy
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Waarskuwing: Toetsing is gevaarlik met hierdie videokaart"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -463,26 +469,22 @@ msgstr "Laai vauit DOS/Windows (loadlin)"
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "Herlaaistelsel hoofopsies"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "Herlaaistelsel om te gebruik"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "Herlaaiprogram installasie"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "Herlaaitoestel"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (werk nie op 'n ou BIOS'e nie)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "Kompak"
@@ -499,16 +501,17 @@ msgstr "Videomodus"
msgid "Delay before booting default image"
msgstr "Wagperiode voro verstekstelsel gelaai word"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Wagwoord"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "Wagwoord (weer)"
@@ -543,14 +546,14 @@ msgid ""
msgstr ""
"Opsie ``Beperk instruksielynopsies'' kan nie sonder wagwoord gebruikword nie"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "Probeer asb. weer"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "Die wagwoorde stem nie ooreen nie."
@@ -595,16 +598,16 @@ msgstr ""
"Hier is die huidige inskrywings\n"
"U kan byvoeg or verwyder soos nodig."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Voeg by"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "Klaar"
@@ -616,7 +619,7 @@ msgstr "Verander"
msgid "Which type of entry do you want to add?"
msgstr "Watter tipe inskrywing wil u byvoeg?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linux"
@@ -711,13 +714,13 @@ msgstr "Beskik u oor nog?"
msgid "Do you have any %s interfaces?"
msgstr "Het u enige %s koppelvlakke?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Nee"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Ja"
@@ -814,39 +817,47 @@ msgstr ""
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+msgid "access to network tools"
+msgstr ""
+
+#: ../../any.pm_.c:755
+msgid "access to compilation tools"
+msgstr ""
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(%s alreeds bygevoeg)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "Die wagwoorde is te eenvoudig"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "Gee asb. 'n gebruikerskode"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Die gebruikerskode maag alleenlikui kleinletter, nommers, '-' en '_' bestaan"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:768
#, fuzzy
msgid "The user name is too long"
msgstr "Hierdie genruikerskode bestaan alreeds"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "Hierdie genruikerskode bestaan alreeds"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "Voeg gebruiker by"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -855,32 +866,32 @@ msgstr ""
"Tik 'n gebruiker in\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "Aanvaar gebruiker"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "Regte naam"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Gebruikerskode"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "Dop"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "Ikoon"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "Outointeken"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -888,60 +899,60 @@ msgstr ""
"Ek kan u rekenaar so opstel om X outomaties een gebruiker in te teken.\n"
"Verlang u hierdie funksionaliteit?"
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "Kies die verstek gebruiker:"
#
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "Kies die vensterbestuurder om te loop:"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
#, fuzzy
msgid "Please choose a language to use."
msgstr "Kies asb. 'n taal om te gebruik."
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
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:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Alles"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
#, fuzzy
msgid "Allow all users"
msgstr "Voeg 'n gebruiker by"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
#, fuzzy
msgid "No sharing"
msgstr "CUPS word gelaai"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
"Hierdie pakket moet opgradeer word\n"
"Is u seker u wil dit deselekteer?"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -950,42 +961,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
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:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "Krakers welkom"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "Swak"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standaard"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "Hoog"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
#, fuzzy
msgid "Higher"
msgstr "Hoog"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "Paranoes"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
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"
@@ -997,7 +1008,7 @@ msgstr ""
"wagwoord\n"
"toegang nie."
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1005,7 +1016,7 @@ msgstr ""
"Wagwoorde is nou ontsper, maar gebruik as 'n netwerkrekenaar word nie "
"aanbeveel nie."
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1015,13 +1026,13 @@ msgstr ""
"wat aan die internet as 'n klint konnekteer. Daar is heelwat "
"sekuriteitstoetse."
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1035,7 +1046,7 @@ msgstr ""
"Die sekuriteit is goed genoeg sodat 'n stelsel konneksies wat baie klinte\n"
"af kan aanvaar."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1044,32 +1055,32 @@ msgstr ""
"Hierdie is Vlak-4 sekuriteit, maar die stelsel is afgeslote.\n"
"Sekuriteitseienskappe is maksimaal."
-#: ../../any.pm_.c:1091
+#: ../../any.pm_.c:1094
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Opsies"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Gebruik sekuriteitsvlak"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
#, fuzzy
msgid "Security level"
msgstr "Sekuriteitsvlak word gestel."
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
#, fuzzy
msgid "Use libsafe for servers"
msgstr "Selekteer opsies vir bediener"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr ""
@@ -1109,13 +1120,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:935
+#: ../../bootloader.pm_.c:932
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:938
+#: ../../bootloader.pm_.c:935
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr ""
@@ -1124,44 +1135,44 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:938
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:944
+#: ../../bootloader.pm_.c:941
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:947
+#: ../../bootloader.pm_.c:944
#, 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:951
+#: ../../bootloader.pm_.c:948
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:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "Werkskerm"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "Beginkieskaart"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, 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:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr "Gee hulp beskikbaar nie (nog nie).\n"
@@ -1169,8 +1180,8 @@ msgstr "Gee hulp beskikbaar nie (nog nie).\n"
msgid "Boot Style Configuration"
msgstr "Herlaaistylkonfigurasie"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Ler"
@@ -1180,7 +1191,7 @@ msgstr "/_Ler"
msgid "/File/_Quit"
msgstr "/Ler/_Verlaat"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1222,94 +1233,101 @@ msgstr "Installeer stelsel"
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+#, fuzzy
+msgid "Create new theme"
+msgstr "Kies 'n nuwe grootte"
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr ""
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "Fout"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
#, fuzzy
msgid "Notice"
msgstr "Geen video"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
#, fuzzy
msgid "Theme installation failed!"
msgstr "Kies installasieklas"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1318,23 +1336,22 @@ msgstr ""
"U gebruik huidig %s as herlaaibestuurder.\n"
"Kliek op Konfigureer om opstelassistent te laai."
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Konfigureer"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
#, fuzzy
msgid "Splash selection"
msgstr "Stoor pakketseleksie"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1343,44 +1360,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr "Stelselmode"
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr "Laai X-Windowstelsel met herlaai"
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr "Nee, ek verlang outo-aanteken"
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Ja, ek verlang outoaanteken met hierdie (gebruiker,werkskerm)"
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "kan nie /etc/inittab oopmaak vir lees nie: %s"
@@ -1484,50 +1501,54 @@ msgstr "seriaal"
msgid "United States"
msgstr ""
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-#, fuzzy
-msgid "Unknown Model"
-msgstr "Onbekende model"
-
#: ../../diskdrake/dav.pm_.c:23
#, fuzzy
msgid "New"
msgstr "nuut"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "Ontheg"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "Heg"
+
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "Bediener"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Hegpunt"
#
-#: ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/dav.pm_.c:81
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Toets asb. die muis"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:92
+#: ../../diskdrake/dav.pm_.c:105
#, fuzzy
msgid "Server: "
msgstr "Bediener"
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Hegpunt:"
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Opsies: %s"
@@ -1536,8 +1557,9 @@ msgstr "Opsies: %s"
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:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "Lees noukeurig!"
@@ -1575,10 +1597,15 @@ 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:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "Detail"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+#, fuzzy
+msgid "No hard drives found"
+msgstr "Plaaslike drukker"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1604,13 +1631,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "Ruilarea"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "Leeg"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "Ander"
@@ -1618,12 +1645,12 @@ msgstr "Ander"
msgid "Filesystem types:"
msgstr "LOersteltipes:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "Skep"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "Tipe"
@@ -1633,7 +1660,7 @@ msgstr "Tipe"
msgid "Use ``%s'' instead"
msgstr "Gebruik ``%s'' instede."
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "Uitwis"
@@ -1641,7 +1668,7 @@ msgstr "Uitwis"
msgid "Use ``Unmount'' first"
msgstr "Gebruik ``Ontheg'' eerste"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1649,72 +1676,72 @@ msgstr ""
"Alle data om hierdie partisie %s sal uitgewis word na verandering van die "
"partisietipe"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose a partition"
msgstr "Kies 'n partisie"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose another partition"
msgstr "Kies 'n ander partisie"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
msgid "Exit"
msgstr "Verlaat"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "Skakel oor na kundige gebruiksvlak"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "Skakel oor na normale gebruiksvlak"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "Herroep"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "Wil u in elk geval voortgaan?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "Verlaat, maar moenie iets stoor nie"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "Wil u verlaat, sonder om die partisietabel op te dateer?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
msgid "Do you want to save /etc/fstab modifications"
msgstr "Wil u die /etc/fstab veranderinge stoor?"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "Outo-allokeer"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "Verwydeer almal"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "Nog"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
msgid "Hard drive information"
msgstr "Hardeskyfinligting"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "Alle primre partisies is gebruik"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "Ek kan nie meer partisies byvoeg nie"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1722,35 +1749,35 @@ msgstr ""
"Om meer partisies te verkry, verwyder asb. een om 'n ektensiepartisiete kan "
"skep"
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
#, fuzzy
msgid "Save partition table"
msgstr "Skryf partisietabel"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
#, fuzzy
msgid "Restore partition table"
msgstr "Reddingspartisietabel"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "Reddingspartisietabel"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
#, fuzzy
msgid "Reload partition table"
msgstr "Reddingspartisietabel"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
#, fuzzy
msgid "Removable media automounting"
msgstr "Verwyderbare media"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "Selekteer lOer"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1758,11 +1785,11 @@ msgstr ""
"Die rugsteunpartisietabel het nie dieselfde grootte nie\n"
"Wil u voortgaan?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "Waarskuwing"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1770,114 +1797,106 @@ msgstr ""
"Sit 'n floppie in die aandrywer.\n"
"Alle data op hierdie floppie sal verloor word."
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "Partisietabel Reddingspoging"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
msgid "Detailed information"
msgstr "Gedetaileerde inligting"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "Verstel Grootte"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "Skuif"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "Formatteer"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Heg"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "Voeg by RAID"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "Voeg by LVM"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Ontheg"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "Verwyder uit RAID"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "Verwyder uit LVM"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "Verander RAID"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "Gebruik vir teruglus"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "Kies 'n nuwe grootte"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "Kies sektor: "
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "Grootte in MB: "
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "LOerstelseltipe: "
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "Voorkeure: "
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
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:494
+#: ../../diskdrake/interactive.pm_.c:499
#, fuzzy
msgid "Remove the loopback file?"
msgstr "Teruglusler %s word geformateer"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "Verander partisietipe"
#
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Watter lerstelsel verlang u?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr "Oorskakeling van ext2 na ext3"
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Waar wil u teruglusler %s heg?"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Waar wil u toestel %s heg?"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1885,138 +1904,138 @@ msgstr ""
"Kan nie hegpunt ontset nie, omdat hierdie partisie vir teruglus\n"
"gebruik word. Verwyder eers die teruglus."
-#: ../../diskdrake/interactive.pm_.c:584
+#: ../../diskdrake/interactive.pm_.c:594
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "Waar wil u toestel %s heg?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "FAT lerstelselgrense word bereken"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "Grootteverandering"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr "Hierdie partisie se greootte kan nie verstel word nie"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr "Alle data om hierdie partisie moet gerugsteun word."
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, 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:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "Kies die nuwe grootte"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
msgid "New size in MB: "
msgstr "Nuwe grootte in MB: "
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "Na watter skyf wil u skuif?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "Na watter sektor wil u skuif?"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "Verskuiwing"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "Partisie word verskuif..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "Kies 'n bestaande RAID om by toe te voeg"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "nuut"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "Kies 'n bestaande LVM om by toe te voeg"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr "LVM naam?"
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "Hierdie partisie kan nie vir teruglus gebruik word nie."
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "Teruglus"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "Teruglus lernaam:"
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
#, fuzzy
msgid "Give a file name"
msgstr "Regte naam"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr "Ler word alreeds deur 'n ander teruglus gebruik,kies 'n ander een"
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr "Ler bestaan alreeds. Moet dit gebruik word?"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
msgid "Mount options"
msgstr "Hegopsies:"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr "Verskeie"
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "toestel"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "vlak"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "blokgrootte"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr "Wees versigtig: hierdie is 'n gevaarlike operasie"
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "Watter tipe van partisionering?"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, 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:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2029,7 +2048,7 @@ msgstr ""
"gebruik\n"
"nie, dan het u nie /boot nodig nie."
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2042,7 +2061,7 @@ msgstr ""
"gebruik,moet u\n"
"asb. 'n /boot partisie skep,"
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2052,137 +2071,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:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, 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:1003
+#: ../../diskdrake/interactive.pm_.c:1013
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:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, 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:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "Formatering"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "Teruglusler %s word geformateer"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "Partisie %s word formateer"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
#, fuzzy
msgid "Hide files"
msgstr "mkraid het gefaal"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
#, fuzzy
msgid "Move files to the new partition"
msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
#, fuzzy
msgid "Moving files to the new partition"
msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, fuzzy, c-format
msgid "Removing %s"
msgstr "LPD word verwyder..."
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "Toestel:"
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS-skyfletter: %s ('n raaiskoot)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "Tipe:"
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "Naam: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "Begin: sektor %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "Grootte: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s sektore"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, fuzzy, c-format
msgid "Cylinder %d to %d\n"
msgstr "Silinder %d na silinder %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "Geformateer\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "Nie geformatter\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "Geheg\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, fuzzy, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr "Teruglus ler(s): %s\n"
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2190,27 +2209,27 @@ msgstr ""
"Verstekpartisie vir herlaai\n"
" (vir MS_DOS doeleindes, nie LILO s'n nie)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "Vlak %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "Blokgrootte %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-skywe %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "Teruglus lernaam: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2222,7 +2241,7 @@ msgstr ""
"drywerpartisie is en verkieslik alleen gelos\n"
"moet word.\n"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2233,60 +2252,64 @@ msgstr ""
"Hierdie spesiale herlaaipartisie\n"
"is om u stelsel te duolaai.\n"
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "Grootte: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometrie: %s silinders, %s koppe, %s sektore\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "Info:"
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-skywe %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "Partisietabeltipe: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "op bus %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
#, fuzzy
msgid "Filesystem encryption key"
msgstr "LOerstelseltipe: "
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, 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:1180
+#: ../../diskdrake/interactive.pm_.c:1191
#, fuzzy
msgid "The encryption keys do not match"
msgstr "Die wagwoorde stem nie ooreen nie."
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr ""
@@ -2324,7 +2347,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Username"
msgstr "Gebruikerskode"
@@ -2339,23 +2362,23 @@ msgstr "NIS-domein"
msgid "Search servers"
msgstr "DNS bediener"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatering ban %s het gefaal"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, 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:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "fout met onthegting van %s: %s"
@@ -2372,264 +2395,328 @@ msgstr ""
msgid "server"
msgstr "bediener"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, fuzzy, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"Ek kan nie u partisietabel lees nie, dit is te korrup.\n"
+"Ek sal die nodige partisies skoonmaak, maar alle data sal vernietig word.\n"
+"Die ander opsie is om DrakX te belet om die partisietabel te verander.\n"
+"(fout is %s)\n"
+"\n"
+"Will u al die partisies verwyder?\n"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "U kan nie JFS vir partisies kleiner as 16MB gebruik nie"
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "U kan nie ReiserFS vir partisies kleiner as 32MB gebruik nie"
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "Hegpunte moet met 'n / begin"
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Daar is alreeds 'n partisie met hegpunt %s\n"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "U kan nie LVM logiese volume vir hegpunt %s gebruik nie."
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr "Hierdie lergids moet altyd in die wortellerstelsel bly"
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
#, fuzzy
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
"point\n"
msgstr "U benodig 'n ware lerstelsel (ext2, reiserfs) vir hierdie hegpunt\n"
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, fuzzy, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr "U kan nie LVM logiese volume vir hegpunt %s gebruik nie."
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
#, fuzzy
msgid "Not enough free space for auto-allocating"
msgstr "Nie genoeg spasie beskikbaar om nuwe partisies toe te ken nie"
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr ""
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Four om %s in skryfmode te open: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:158
+#, fuzzy
+msgid "Sound configuration"
+msgstr "Konfigurasie"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
msgstr ""
-"'n Fout het voorgekom - geen geldige toestelle om die nuwe lerstelsels op "
-"te skep, is gevind nie. Deursoek asb. die hardeware vir die oorsaak."
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "U get geen partisies nie!"
+#: ../../harddrake/sound.pm_.c:162
+#, fuzzy
+msgid "Driver:"
+msgstr "Drywer"
+
+#: ../../harddrake/sound.pm_.c:173
+msgid "No known driver"
+msgstr ""
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:177
+#, fuzzy
+msgid "Unkown driver"
+msgstr "Onbekende model"
+
+#: ../../harddrake/sound.pm_.c:178
+#, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
+
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "Model"
msgstr "Muis"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "hard disk model"
msgstr "Kaartgeheue (DMA)"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
#, fuzzy
msgid "Channel"
msgstr "Kanselleer"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:19
+#: ../../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:20
+#: ../../harddrake/ui.pm_.c:21
#, fuzzy
msgid "Module"
msgstr "Muis"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "Beskrywing"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
#, fuzzy
msgid "Bus identification"
msgstr "Magtiging"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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:31
+#: ../../harddrake/ui.pm_.c:32
#, fuzzy
msgid "Old device file"
msgstr "Selekteer lOer"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr ""
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
#, fuzzy
msgid "New devfs device"
msgstr "Netwerkportaaltoestel"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
#, fuzzy
msgid "Number of buttons"
msgstr "2 knoppies"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:60
+#: ../../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:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Help"
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
#, fuzzy
msgid "/_Help..."
msgstr "/_Help"
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
#, fuzzy
msgid "/_About..."
msgstr "/Help/_Aangaande..."
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
#, fuzzy
msgid "Author:"
msgstr "Aftas"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Hardeskyfdeteksie."
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Detected hardware"
msgstr "Sien hardeware inligting"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:105
#, fuzzy
-msgid "Configure module"
-msgstr "Stel muistoestel op"
+msgid "Information"
+msgstr "Vertoon inligting"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:108
#, fuzzy
-msgid "Informations"
-msgstr "Vertoon inligting"
+msgid "Configure module"
+msgstr "Stel muistoestel op"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
#, fuzzy
msgid "Detection in progress"
msgstr "Op poort %s bespeur"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "Wag asb."
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
#, fuzzy
msgid "secondary"
msgstr "%d sekondes"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Drukkerdata word gelees..."
@@ -2662,16 +2749,16 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:213
#, fuzzy
-msgid "Card model :"
+msgid "Card model:"
msgstr "Kaartgeheue (DMA)"
#: ../../harddrake/v4l.pm_.c:214
#, fuzzy
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "Verander tipe"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
+msgid "Number of capture buffers:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:215
@@ -2680,11 +2767,11 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:217
#, fuzzy
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "Formatering"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:218
@@ -2697,22 +2784,22 @@ msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2831,7 +2918,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2857,10 +2944,10 @@ msgstr ""
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -2895,11 +2982,11 @@ msgstr ""
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -2947,7 +3034,7 @@ msgstr ""
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -2978,24 +3065,12 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -3004,7 +3079,7 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
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"
@@ -3024,13 +3099,13 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
"Linux operating system on your hard drive. If your hard drive is empty or\n"
@@ -3063,7 +3138,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3096,10 +3173,12 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3132,7 +3211,7 @@ msgid ""
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
"(formatting means creating a filesystem).\n"
@@ -3160,7 +3239,7 @@ msgid ""
"for bad blocks on the disk."
msgstr ""
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -3170,12 +3249,12 @@ msgid ""
"Please be patient."
msgstr ""
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3185,7 +3264,7 @@ msgid ""
"install the selected package(s), or \"Cancel\" to abort."
msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
#, fuzzy
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
@@ -3201,19 +3280,19 @@ msgstr ""
"Aanvaar\n"
"knoppie."
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3230,26 +3309,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3277,7 +3356,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3286,7 +3365,7 @@ msgid ""
"emergency boot situations."
msgstr ""
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
"Please choose the one you want to resize in order to install your new\n"
@@ -3319,11 +3398,11 @@ msgid ""
"disk or partition is called \"C:\")."
msgstr ""
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr ""
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
@@ -3331,23 +3410,23 @@ msgid ""
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3356,30 +3435,35 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr "Kies asb. "
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3393,7 +3477,7 @@ msgid ""
"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -3406,10 +3490,17 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
"Windows is named \"ttyS0\" under GNU/Linux."
@@ -3417,7 +3508,7 @@ msgstr ""
"Kies asb. die korrekte poort. Onthou dat COM1 onder MS Windows \n"
"ttyS0 onder GNU/Linux is."
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -3447,15 +3538,15 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -3494,8 +3585,11 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
+"options, which are reserved for the expert user."
+msgstr ""
+
+#: ../../help.pm_.c:710
+msgid ""
"After you have configured the general bootloader parameters, the list of\n"
"boot options which will be available at boot time will be displayed.\n"
"\n"
@@ -3503,16 +3597,7 @@ msgid ""
"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
"the existing options. Select an entry and click \"Modify\" to modify or\n"
"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:713
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -3577,18 +3662,18 @@ msgstr ""
#: ../../help.pm_.c:759
#, fuzzy
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -3723,7 +3808,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -3736,14 +3823,14 @@ msgid ""
"associated with it."
msgstr ""
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
"and will not be recoverable!"
msgstr ""
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -3767,7 +3854,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3782,20 +3869,29 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr "Kan nie uitsaau sonder 'n NIS-domein nie"
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Sit 'n FAT-geformatteerde skyf in aandrywer %s"
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr "Hierdie floppie is nie in FAT-formaat nie"
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -3803,11 +3899,19 @@ msgstr ""
"Om hierdie gestoorde pakketkeuse te gebruik, herlaai die installasie met "
"\"linux defcfg=floppy\""
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Fout met die les van ler %s"
+#: ../../install_any.pm_.c:1023
+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 ""
+"'n Fout het voorgekom - geen geldige toestelle om die nuwe lerstelsels op "
+"te skep, is gevind nie. Deursoek asb. die hardeware vir die oorsaak."
+
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3841,59 +3945,59 @@ msgstr ""
"\n"
"Wil u steeds voortgaan?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../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:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "Gebruik beskikbare spasie"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
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:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr "Gebruik bestaande partisies"
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr "Daar is geen bestaande partisies om te gebruik nie"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr "Gebruik vir die Windows-partisie vir teruglus"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Watter partisie wil u vir Linux4Win gebruik?"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "Kies die groottes"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "Basispartisiegrootte in MB:"
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "Ruilpartisiegrootte in MB: "
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr "Gebruik die beskikbare spasie op die Windowspartisie"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr "Watter partisie se grootte wil u verander?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr "Windowslerstelselgrense word bereken"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3902,14 +4006,14 @@ msgstr ""
"Die FAT-verstellingsprogram kan nie u partisie hanteer nie.\n"
"Fout: %s"
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
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:138
+#: ../../install_interactive.pm_.c:140
#, fuzzy
msgid ""
"WARNING!\n"
@@ -3931,21 +4035,21 @@ msgstr ""
"hierdie installasie. Rugstuen ook u data. Insien u skeer is van u saak, kies "
"OK."
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr "Watter grootte wil u vir Windows behou?"
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr "partisie %s"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT-grootteverandering het gefaal: %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -3953,32 +4057,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:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "Wis hele skyf"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "Verwyder Windows(TM)"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
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:183
+#: ../../install_interactive.pm_.c:185
#, 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:191
+#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
msgstr "Gespesialiseerde skyfpartisionering"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "Gebruik fdisk"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3987,28 +4091,28 @@ msgstr ""
"U het nou partisie %s partisioneer.\n"
"Wanneer u klaar is, stoor u veranderinge met 'w'."
-#: ../../install_interactive.pm_.c:227
+#: ../../install_interactive.pm_.c:229
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:243
+#: ../../install_interactive.pm_.c:245
msgid "I can't find any room for installing"
msgstr "Ek kon geen plek vir installasie vind nie."
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Die DrakX partisioneringsassistent het die volgende oplossings:"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr "Partisionering het misluk: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "Netwerk op pad op"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "Netwerk op pad af"
@@ -4020,12 +4124,12 @@ msgstr ""
"'n Fout het plaasgevind en ek weet nie hoe om dit veilig te hanteer\n"
"nie. Gaan op u eie risiko voort."
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "Duplikaat hegpunt %s"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -4037,12 +4141,12 @@ msgstr ""
"Toets die CD op 'n werkende Linux installasie met \"rpm -qpl Mandrake/RPMS/*."
"rpm\"\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "Welkom by %s"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "Geen sagteskyaandrywer beskikbaar nie"
@@ -4075,44 +4179,44 @@ msgstr "Installasieklas"
msgid "Please choose one of the following classes of installation:"
msgstr "Kies asb. een van die volgende installasieklasse:"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "Kies pakketgroepe"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr "Individuele pakketseleksie"
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Totale grootte: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "Foutiewe pakket"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "Naam: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "Weergawe: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "Groote: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "Belangrikheid: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
@@ -4120,28 +4224,28 @@ msgstr ""
"beskikbaar is nie"
#
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr "Die volgende pakkette gaan installeer word"
#
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr "Dei volgende pakkette gaan verwyder word"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr "U kan nie hierdie pakket selekteer/deselekteer nie"
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
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:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr "U kan nie heirdie pakket verwyder nie. Dis alreeds genstalleer"
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -4149,76 +4253,76 @@ msgstr ""
"Hierdie pakket moet opgradeer word\n"
"Is u seker u wil dit deselekteer?"
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
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:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr "Wys outogeselekteerde pakkette."
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "Installasie"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
msgid "Load/Save on floppy"
msgstr "Laai/Stoor op floppie"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
msgid "Updating package selection"
msgstr "Pakketseleksie word opgedateer"
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
msgid "Minimal install"
msgstr "Minimale installasie"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "Kies die pakkette wat u wil installeer"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "Besig met installasie"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "Skatting"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "Tyd oor "
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
msgid "Please wait, preparing installation..."
msgstr "Wag asb. installasie word voorberei"
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d pakkette"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "Installeer pakket %s"
#
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Aanvaar "
#
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "Weier"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4233,17 +4337,17 @@ msgstr ""
"nie\n"
"hieroor beskik nie, druk Kanselleer om installasies vanaf di CDROM te vermy."
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "Gaan steeds voort?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "Daar was 'n fout met pakkette:"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr "Daar was 'n fout met die installasie van die pakkette:"
@@ -4418,7 +4522,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Sleutelbord"
@@ -4470,11 +4574,11 @@ msgstr "Pakketseleksie word opgedateer"
msgid "Please choose the type of your mouse."
msgstr "Wat is u muistoestel?"
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "Muispoort"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Aan watter seriaalpoort is u muis gekoppel?"
@@ -4506,45 +4610,20 @@ msgstr "IDE word opgestel"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "geen beskikbare partisies"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr "Hegpunte vir partisies word nou gesoek"
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "Kies die hegpunte"
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Ek kan nie u partisietabel lees nie, dit is te korrup.\n"
-"Ek sal die nodige partisies skoonmaak, maar alle data sal vernietig word.\n"
-"Die ander opsie is om DrakX te belet om die partisietabel te verander.\n"
-"(fout is %s)\n"
-"\n"
-"Will u al die partisies verwyder?\n"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DrakX kon nie die partisietabel korrek interpreteer nie.\n"
-"Gaan aan op u eie risiko!"
-
-#: ../../install_steps_interactive.pm_.c:396
-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 ""
@@ -4552,69 +4631,69 @@ msgstr ""
"sal herlaaipartisie met DiskDrake moet skep indien u die stelsel wil "
"herlaai."
-#: ../../install_steps_interactive.pm_.c:405
+#: ../../install_steps_interactive.pm_.c:388
msgid "No root partition found to perform an upgrade"
msgstr "Geen wortellerstelsel gevind nie"
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "Basispartisie"
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "Wat is die basispartisie (/) van u stelsel?"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
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:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "Kies die partisies om te formatteer"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr "Toets vir foutiewe areas?"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr "Partisies word formateer"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr "Ler %s word geskep en formatteer"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, 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:482
+#: ../../install_steps_interactive.pm_.c:465
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:489
+#: ../../install_steps_interactive.pm_.c:472
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Soek vir beskikbare pakkette"
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "Soek vir beskikbare pakkette"
-#: ../../install_steps_interactive.pm_.c:493
+#: ../../install_steps_interactive.pm_.c:476
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "U kan nie heirdie pakket verwyder nie. Dis alreeds genstalleer"
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr "Soek vir pakkette om op te gradeer."
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -4622,7 +4701,7 @@ msgid ""
msgstr ""
"U stelsel het nie genoeg plek vir 'n installasie of opgradering nie (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -4630,55 +4709,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:553
+#: ../../install_steps_interactive.pm_.c:537
msgid "Load from floppy"
msgstr "Laai vanaf floppie"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Loading from floppy"
msgstr "Oplaai vanaf floppie"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Package selection"
msgstr "Pakketkeuse"
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
msgid "Insert a floppy containing package selection"
msgstr "Sit 'n floppie met die pakketkeuse in aandrywer "
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "Stoor op floppie"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr "Geselekteerde grootte is groter as beskikbare spasie."
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
#, fuzzy
msgid "Type of install"
msgstr "Kies pakket om te installeer"
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
#, fuzzy
msgid "With X"
msgstr "Wag"
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4688,16 +4767,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:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CDROM getiteld \"%s\""
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "Berei installasie voor"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -4706,21 +4785,21 @@ msgstr ""
"Installeer nou pakket %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "Postinstallasiekonfigurasie"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, 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:845
+#: ../../install_steps_interactive.pm_.c:829
#, 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:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -4790,7 +4869,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:888
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -4802,159 +4881,159 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "Spiel word gekontak vir die lys van pakkette"
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr "Kies 'n spiel waar die pakkette verkry kan word"
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Spiel word gekontak vir die lys van pakkette"
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "Wat is u tydsone?"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
msgid "Hardware clock set to GMT"
msgstr "Hardewareklok gestel vir GMT"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr "Outotydsinkronisasie met NTP"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
msgid "NTP Server"
msgstr "NTP-bediener"
#
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr "Verwyder CUPS-bediener"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr "Geen drukker"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "Beskik u oor nog?"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Opsomming"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "Muis"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr "Tydsone"
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Drukker"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr "ISDN-kaart"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr "Klankkaart"
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr "TV-kaaer"
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr "KDAP"
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Windows Domain"
msgstr "NIS-domein"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
msgid "Local files"
msgstr "Plaaslike lers"
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Kies 'root' se wagwoord"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "Geen wagwoord"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, 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:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Magtiging"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
msgid "Authentication LDAP"
msgstr "LDAP-magtiging"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr "LDAP Basis-dn"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
msgid "LDAP Server"
msgstr "LDAP-bediener"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
msgid "Authentication NIS"
msgstr "NIS-magtiging"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "NIS-domein"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "NIS-bediener"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -4970,21 +5049,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1140
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "LDAP-magtiging"
-#: ../../install_steps_interactive.pm_.c:1142
+#: ../../install_steps_interactive.pm_.c:1127
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Domeinnaam"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -5011,19 +5090,19 @@ msgstr ""
"Indien u 'n herlaaiskyf wil maak,\n"
"plaas 'n skyf in die aandrywer en druk \"OK\"."
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "Eerste sagteskyfaandrywer"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "Tweede sagteskyfaandrywer"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Mis hierdie stap"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5047,7 +5126,7 @@ msgstr ""
"ernstige stelselfalings te herstel. Wil u 'n herlaaiskyf maak?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -5056,28 +5135,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "Jammer, geen sagteskyfaandrywer beskikbaar nie"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
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:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "Sit 'n skyf in aandrywer %s"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "Herlaaiskyf word geskryf"
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "Herlaaistelsel word voorberei"
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5085,11 +5164,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr "Wil u aboot gebruik?"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5097,15 +5176,15 @@ msgstr ""
"Die 'aboot' installasie het gefaal. Wil u 'n installasie afwurg al\n"
"word die eerste partisie vernietig?"
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
msgid "Installing bootloader"
msgstr "Herlaaistelselinstallasie"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
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:1274
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5116,17 +5195,17 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Sit 'n le floppie in aandrywer %s"
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr "Outoinstallasieskyf word geskep."
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5136,7 +5215,7 @@ msgstr ""
"\n"
"Wil u werklik nou aborteer?"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5168,15 +5247,15 @@ msgstr ""
"Inligting oor stelskonfigurasie is beskikbaar in die postinstallasie-\n"
"hoofstuk in die Offisile Liux-Mandrake Gebruikersgids."
-#: ../../install_steps_interactive.pm_.c:1347
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
msgid "Generate auto install floppy"
msgstr "Skep outoinstallasieskyf"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5185,15 +5264,15 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr "Outomaties"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr "Herspeel"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
msgid "Save packages selection"
msgstr "Stoor pakketseleksie"
@@ -5202,7 +5281,8 @@ msgstr "Stoor pakketseleksie"
msgid "Mandrake Linux Installation %s"
msgstr "Mandrake Linux Installasie %s"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -5220,22 +5300,22 @@ msgstr ""
msgid "Choose a file"
msgstr "Kies 'n ler"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr "Gevorderd"
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Vorige"
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
#, fuzzy
msgid "Next"
msgstr "Teks"
@@ -5303,378 +5383,378 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "Tseggies (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "Duits"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "Spaans"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "Finnies"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "Frans"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "Norweegs"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "Pools"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "Russies"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "Sweeds"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "VK sleutelbord"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "VSA sleutelbord"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
msgid "Albanian"
msgstr "Albanies"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr "Armenies (oud)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr "Armenies (tikmasjien)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "Armenies (Foneties)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr "Azerbaidjani (latyns)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "Belgies"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:177
#, fuzzy
msgid "Bengali"
msgstr "Aktiveer"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
#, fuzzy
msgid "Bulgarian (phonetic)"
msgstr "Armenies (Foneties)"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
#, fuzzy
msgid "Bulgarian (BDS)"
msgstr "Bulgaars"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "Brasiliaans (ABNT-2)"
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:183
#, fuzzy
msgid "Bosnian"
msgstr "Estoniaans"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "Belarussies"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "Switsers (Duitse uitleg)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "Switsers (Franse uitleg)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "Tseggies (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr "Duits (geen dooie sleutels)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "Deens"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "Dvorak (VSA)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norweegs)"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
#, fuzzy
msgid "Dvorak (Swedish)"
msgstr "Dvorak (VSA)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "Estoniaans"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgies (Russiese uitleg)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgies (Latynse uitleg)"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "Grieks"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "Hongaars"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "Kroaties"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "Israelies"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "Israelies (Foneties)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr "Iranies"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "Yslandies"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "Italiaans"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "Japanees 106 sleutels"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
msgid "Korean keyboard"
msgstr "Koreaanse sleutelbord"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "Latyns-Amerikaans"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:218
#, fuzzy
msgid "Laotian"
msgstr "Latvies"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr "Lituanies AZERTY (oud)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr "Lituanies AZERTY (nuut)"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituanies \"nommerry\" QWERTY"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituanies \"foneties\" QWERTY"
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
msgid "Latvian"
msgstr "Latvies"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr "Masedonies"
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:227
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "Serwies (Kirillies)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "Nederlands"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr "Pools (QWERTY uitleg)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr "Pools (QWERTZ uitleg)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "Portugees"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr "Kanadees (Quebec)"
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
msgid "Romanian (qwertz)"
msgstr "Romanies (QWERTZ)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
msgid "Romanian (qwerty)"
msgstr "Romanies (QWERTY)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "Russue (Yawerty)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "Sloveens"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "Slovaaks (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "Slovaaks (QWERTY)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
msgid "Serbian (cyrillic)"
msgstr "Serwies (Kirillies)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
msgstr ""
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr ""
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "Thai sleutelbord"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
msgid "Tajik keyboard"
msgstr "Tajik sleutelbord"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "Turks (tradisionele \"F\" model)"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "Turks (moderne \"Q\" modem)"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "Ukranies"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "VSA internasionale sleutelbord"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vitnamees \"nommerry\" QWERTY"
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
msgid "Yugoslavian (latin)"
msgstr "Jugoslaavs (latynse uitleg)"
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr ""
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr ""
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr ""
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr ""
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr ""
@@ -5732,11 +5812,11 @@ msgstr "Generiese PS2 wielmuis"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -5744,118 +5824,128 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+#, fuzzy
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr "1 knop"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "Generiese 2-knop muis"
#
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr "Wiel"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "seriaal"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "Generiese 3-knop muis"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Logitech CC Reeks (seriaal)"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Muis (seriaal, ou C7 tipe)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
msgid "busmouse"
msgstr "busmuis"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "2 knoppies"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "3 knoppies"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "niks"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "Geen muis"
#
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr "Toets asb. die muis"
#
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
msgid "To activate the mouse,"
msgstr "Om die muis te aktiveer"
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr "BEWEEG DIE WIEL!"
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+#, fuzzy
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+
+#: ../../my_gtk.pm_.c:159
msgid "Finish"
msgstr "Finnies"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "Volgende ->"
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr "Is dit korrek?"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "Info"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "Maak boom oop"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "Maak boom toe"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr "Skakel tussen plat- en groepsortering"
@@ -5894,6 +5984,68 @@ msgstr "gebruik pppoe"
msgid "use pptp"
msgstr "gebruik pptp"
+#: ../../network/drakfirewall.pm_.c:12
+#, fuzzy
+msgid "Web Server"
+msgstr "Bediener"
+
+#: ../../network/drakfirewall.pm_.c:17
+#, fuzzy
+msgid "Domain Name Server"
+msgstr "Domeinnaam"
+
+#: ../../network/drakfirewall.pm_.c:32
+#, fuzzy
+msgid "Mail Server"
+msgstr "Datbasis"
+
+#: ../../network/drakfirewall.pm_.c:37
+#, fuzzy
+msgid "POP and IMAP Server"
+msgstr "LDAP-bediener"
+
+#: ../../network/drakfirewall.pm_.c:111
+#, fuzzy
+msgid "No network card"
+msgstr "geen netwerkkaart gevind nie"
+
+#: ../../network/drakfirewall.pm_.c:129
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:164
+#, fuzzy
+msgid "Other ports"
+msgstr "Toets poorte"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -5910,7 +6062,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:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "Kies die netwerkkoppelvlak"
@@ -5923,7 +6075,7 @@ msgstr "Kies asb. die netwerkkoppelvlak wat u wil gebruik vir die internet."
msgid "no network card found"
msgstr "geen netwerkkaart gevind nie"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "Stel netwerk op"
@@ -5940,7 +6092,7 @@ msgstr ""
"bv. ``myne.mywerk.co.za''."
#
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "Rekenaarnaam"
@@ -6235,13 +6387,13 @@ msgstr "Kies die profiel om te konfigureer"
msgid "Use auto detection"
msgstr "Gebruik outobespeuring"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Kundige bedryfsvlak"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Toestel word afgetas..."
@@ -6410,11 +6562,11 @@ msgstr "Outomatiese IP"
msgid "Start at boot"
msgstr "Gelaai tydens herlaaityd"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-adres moet in 1.2.3.4. formaat wees"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6426,43 +6578,55 @@ msgstr ""
"bv. ``myne.mywerk.co.za''.\n"
"U mag ook die netwerkhek byvoeg indien daar een is"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "DNS bediener"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "Netwerkportaaltoestel"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "Instaanbedienerkonfigurasie"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "HTTP instaanbediener"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "FTP instaanbediener"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr "Volg netwerkkart ID. (nuttig vir skootrekenaars)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr "Instaanbediener moet begin met http://"
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr "Instaanbediener moet begin met ftp://"
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr "Vuurmuurkonfigurasie gevind!"
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+"Waarskuwing! 'n Bestaande vuurmuurkonfigurasie is bespeur. U sal dalk na "
+"dietyd self regstellings moet aanbring."
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "Internetkonfigurasie"
@@ -6569,15 +6733,15 @@ msgstr "Wagwoord"
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "heg het gefaal"
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr "Ekstensiepartisie word nie op hierdie platform ondersteun nie"
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
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 "
@@ -6587,21 +6751,21 @@ msgstr ""
"Die enigste oplossing is om die primre partisie te skuif sodat die gat\n"
"langs die ekstensie partisies is"
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Herstel van ler %s het gefaal: %s"
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "Korrupte rugsteunler"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "Fout in die skryf van %s"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -6648,158 +6812,163 @@ msgstr "LPD - Lyndrukkerdiensprogram"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Druk sonder drukkertou"
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr "CUPS"
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr "LPRng"
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr "LPD"
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr "PDQ"
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "Plaaslike drukker"
#
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "Eksterne drukker"
#
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
msgid "Printer on remote CUPS server"
msgstr "Eksterne CUPS-drukker"
#
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
msgid "Printer on remote lpd server"
msgstr "Eksterne LPD-drukker"
#
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
#, fuzzy
msgid "Network printer (TCP/Socket)"
msgstr "Netwerkdrukker (sok)"
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Eksterne SMB/Windows 95/98/NT-drukker"
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
msgid "Printer on NetWare server"
msgstr "Eksterne Netware-drukker"
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
msgid "Enter a printer device URI"
msgstr "Tik drukkertoestel URI in"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr "Pyk drukstuk na program"
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+#, fuzzy
+msgid "Unknown Model"
+msgstr "Onbekende model"
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr "Onbekende model"
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
#, fuzzy
msgid "Local Printers"
msgstr "Plaaslike drukker"
#
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
#, fuzzy
msgid "Remote Printers"
msgstr "Eksterne drukker"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ""
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ""
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ""
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, fuzzy, c-format
msgid ", printing to %s"
msgstr "Fout in die skryf van %s"
-#: ../../printer.pm_.c:544
+#: ../../printer.pm_.c:792
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ""
-#: ../../printer.pm_.c:550
+#: ../../printer.pm_.c:798
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: ../../printer.pm_.c:554
+#: ../../printer.pm_.c:802
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ""
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, c-format
msgid "(on %s)"
msgstr "(op %s)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr "(op hierdie rekenaar)"
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, fuzzy, c-format
msgid "On CUPS server \"%s\""
msgstr "CUPS-bediener IP:"
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr " (Verstek)"
@@ -6827,13 +6996,13 @@ msgstr ""
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
#, fuzzy
msgid "CUPS configuration"
msgstr "Konfigurasie"
#
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
#, fuzzy
msgid "Specify CUPS server"
msgstr "Verwyder CUPS-bediener"
@@ -6863,7 +7032,7 @@ msgstr ""
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:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
msgid "The port number should be an integer!"
msgstr "Die poortnommer moet heeltal wees."
@@ -6871,7 +7040,7 @@ msgstr "Die poortnommer moet heeltal wees."
msgid "CUPS server IP"
msgstr "CUPS-bediener IP:"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "Poort"
@@ -6879,13 +7048,135 @@ msgstr "Poort"
msgid "Automatic CUPS configuration"
msgstr "Outomatiese CUPS konfigurasie"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+#, fuzzy
+msgid "Printerdrake"
+msgstr "Drukker"
+
+#
+#: ../../printerdrake.pm_.c:178
+#, fuzzy
+msgid "Checking your system..."
+msgstr "Watter drukkerstelsel verlang u?"
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+
+#
+#: ../../printerdrake.pm_.c:198
+#, fuzzy
+msgid ""
+"The following printers\n"
+"\n"
+msgstr "Dei volgende pakkette gaan verwyder word"
+
+#
+#: ../../printerdrake.pm_.c:199
+#, fuzzy
+msgid ""
+"The following printer\n"
+"\n"
+msgstr "Dei volgende pakkette gaan verwyder word"
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:210
+#, fuzzy
+msgid "directly connected to your system"
+msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:221
+#, 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
+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
+#, 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
+#, 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
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:240
+#, 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:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
#, fuzzy
msgid "Add a new printer"
msgstr "Voeg drukker by"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6898,7 +7189,7 @@ msgid ""
"connection types."
msgstr ""
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6907,7 +7198,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -6920,7 +7211,22 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:297
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6929,7 +7235,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -6941,26 +7247,26 @@ msgid ""
msgstr ""
#
-#: ../../printerdrake.pm_.c:213
+#: ../../printerdrake.pm_.c:315
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "Eksterne drukker"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
#, fuzzy
msgid "Local Printer"
msgstr "Plaaslike drukker"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -6974,51 +7280,51 @@ msgid ""
"Center."
msgstr ""
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Printer auto-detection"
msgstr "Gebruik outobespeuring"
-#: ../../printerdrake.pm_.c:305
+#: ../../printerdrake.pm_.c:408
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:307
+#: ../../printerdrake.pm_.c:410
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Eksterne SMB/Windows 95/98/NT-drukker"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, fuzzy, c-format
msgid "Detected %s"
msgstr "%s bespeur"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr ""
#
-#: ../../printerdrake.pm_.c:321
+#: ../../printerdrake.pm_.c:424
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Netwerkdrukker (sok)"
-#: ../../printerdrake.pm_.c:323
+#: ../../printerdrake.pm_.c:426
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Eksterne SMB/Windows 95/98/NT-drukker"
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -7026,34 +7332,34 @@ msgid ""
"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
#, fuzzy
msgid "You must enter a device or file name!"
msgstr "Tik drukkertoestel URI in"
-#: ../../printerdrake.pm_.c:475
+#: ../../printerdrake.pm_.c:578
#, fuzzy
msgid "No printer found!"
msgstr "Plaaslike drukker"
-#: ../../printerdrake.pm_.c:485
+#: ../../printerdrake.pm_.c:588
#, fuzzy
msgid "Available printers"
msgstr "Plaaslike drukker"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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:490
+#: ../../printerdrake.pm_.c:593
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:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -7061,7 +7367,7 @@ msgid ""
"configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -7069,38 +7375,38 @@ msgid ""
"customized printer configuration, turn on \"Manual configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
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:496
+#: ../../printerdrake.pm_.c:599
#, fuzzy
msgid "Please choose the port where your printer is connected to."
msgstr "Op watter seriaalpoort is u modem gekoppel?"
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
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:503
+#: ../../printerdrake.pm_.c:606
#, fuzzy
msgid "You must choose/enter a printer/device!"
msgstr "Tik drukkertoestel URI in"
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
#, fuzzy
msgid "Manual configuration"
msgstr "Kleurkonfigurasie"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr "Eksterne lpd drukkeropsies"
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
#, fuzzy
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
@@ -7110,48 +7416,48 @@ msgstr ""
"van die drukkkerbediener en die naam van die drukkertou\n"
"voorsien word."
-#: ../../printerdrake.pm_.c:579
+#: ../../printerdrake.pm_.c:682
msgid "Remote host name"
msgstr "Eksterne bedienernaam"
#
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
msgid "Remote printer name"
msgstr "Eksterne drukkernaam"
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
msgid "Remote host name missing!"
msgstr "Eksterne bedienernaam ontbreek!"
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
msgid "Remote printer name missing!"
msgstr "Eksterne drukkernam ontbreek!"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "%s bespeur"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Scanning network..."
msgstr "Konneksie word begin..."
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Netwerk op pad af"
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "SMB (Windows 9x/NT) drukkeropsies"
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
#, fuzzy
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
@@ -7164,46 +7470,46 @@ msgstr ""
"nie); moontlik die IP adres van die drukkerbediener; die drukkernaam; \n"
"toepaslike gebruikerskode en wagwoord; werkgroepnaam."
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "SMB-bedienernaam"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "SMB-bediener IP:"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "Drukkernaam:"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "Werkgroep:"
-#: ../../printerdrake.pm_.c:746
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid "Auto-detected"
msgstr "Gebruik outobespeuring"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
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:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr "SAMBA-deelnaam ontbreek!"
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -7227,7 +7533,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -7236,7 +7542,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -7244,11 +7550,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "NetWare drukkeropsies"
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
#, fuzzy
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
@@ -7261,44 +7567,44 @@ msgstr ""
"rekenaarnaam nie); moontlik die IP adres van die drukkerbediener;\n"
"die drukkernaam; toepaslike gebruikerskode en wagwoord."
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "Drukkerbediener"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr "Drukkertounaam"
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr "NCP-bedienernaam ontbreek!"
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr "NCP-tounaam ontbreek!"
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
#, c-format
msgid ", host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
#, c-format
msgid "Host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
#, fuzzy
msgid "TCP/Socket Printer Options"
msgstr "Sokdrukkeropsies"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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:978
+#: ../../printerdrake.pm_.c:1085
#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -7312,21 +7618,21 @@ msgstr ""
"maar dit mag anders wees met ander bedieners. Raadpleeg die handleiding\n"
"wat saam met die hardeware gekom het."
-#: ../../printerdrake.pm_.c:983
+#: ../../printerdrake.pm_.c:1090
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "Drukkerbedienernaam ontbreek!"
-#: ../../printerdrake.pm_.c:1005
+#: ../../printerdrake.pm_.c:1112
#, fuzzy
msgid "Printer host name or IP"
msgstr "Drukkerbedienernaam"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr "Drukkertoestel URI"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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 "
@@ -7336,11 +7642,11 @@ msgstr ""
"CUPS- of Foomatic-formaat wees. Nie alle UTI-tipes moet deur al die "
"spoelprogramme ondersteun nie."
-#: ../../printerdrake.pm_.c:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr "'n Geldige URI moet verskaf word!"
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
#, fuzzy
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -7350,31 +7656,31 @@ msgstr ""
"Die Beskrywing- en Liggingvelde is opsioneel.\n"
"Hulle dien as inligting vir gebruikers."
-#: ../../printerdrake.pm_.c:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr "Drukkernaam"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "Ligging"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
#, fuzzy
msgid "Reading printer database..."
msgstr "Drukkerdata word gelees..."
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
#, fuzzy
msgid "Preparing printer database..."
msgstr "Drukkerdata word gelees..."
#
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
#, fuzzy
msgid "Your printer model"
msgstr "Eksterne drukkernaam"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -7389,27 +7695,27 @@ msgid ""
"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
#, fuzzy
msgid "The model is correct"
msgstr "Is dit korrek?"
#
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
#, fuzzy
msgid "Select model manually"
msgstr "Eksterne drukkernaam"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
msgid "Printer model selection"
msgstr "Drukkermodelkeuse"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
msgid "Which printer model do you have?"
msgstr "Oor watter tipe drukker beskik u?"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -7418,18 +7724,18 @@ msgid ""
"standing on a wrong model or on \"Raw printer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
#, fuzzy
msgid "OKI winprinter configuration"
msgstr "Verander drukkerkonfigurasie"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -7439,12 +7745,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr "Internetkonfigurasie"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -7452,20 +7758,46 @@ msgid ""
"to."
msgstr ""
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -7475,22 +7807,22 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Opsie %s moet 'n heeltal wees!"
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr "Opsie %s moet 'n nommer wees"
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr "Opsie %s is buite bereik!"
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -7499,11 +7831,11 @@ msgstr ""
"Wil u hierdie drukker (\"%s\")\n"
"die verstek drukker maak?"
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
msgid "Test pages"
msgstr "Toetsbladsye"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -7511,40 +7843,40 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
msgid "No test pages"
msgstr "Geen toetsbladsye"
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
msgid "Print"
msgstr "Druk"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
msgid "Standard test page"
msgstr "Standaard toetsbladsy"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr "Alternatiewe toetsbladsy (Lettergrootte)"
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
msgid "Alternative test page (A4)"
msgstr "Alternatiewe toetsbladsy (A4)"
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
msgid "Photo test page"
msgstr "Fototoetsbladsy"
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
#, fuzzy
msgid "Do not print any test page"
msgstr "Druk toetsbladsy(e)"
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "Toetsbladsy(e) word gedruk..."
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -7559,7 +7891,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -7567,16 +7899,16 @@ msgstr ""
"Toetsbladsy(e) is na die drukker gestuur.\n"
"Dit mag 'n tydjie neem voordat drukwerk begin.\n"
-#: ../../printerdrake.pm_.c:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr "Het dit reg gewerk?"
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
#, fuzzy
msgid "Raw printer"
msgstr "Geen drukker"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -7585,15 +7917,15 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -7602,7 +7934,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -7610,41 +7942,41 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, 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:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -7654,7 +7986,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -7663,41 +7995,41 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2153
+#: ../../printerdrake.pm_.c:2343
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Netwerk op pad af"
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, fuzzy, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Netwerk op pad af"
-#: ../../printerdrake.pm_.c:2156
+#: ../../printerdrake.pm_.c:2346
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Netwerk op pad af"
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "Netwerk op pad af"
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
msgstr "Sluit af"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
#, fuzzy
msgid "Print option list"
msgstr "Drukkeropsies"
-#: ../../printerdrake.pm_.c:2182
+#: ../../printerdrake.pm_.c:2373
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -7711,7 +8043,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -7724,17 +8056,17 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
msgid "Reading printer data..."
msgstr "Drukkerdata word gelees..."
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
msgid "Transfer printer configuration"
msgstr "Dra drukkerkonfigurasie oor"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -7744,51 +8076,51 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD en LPRng ondersteun nie IPP-drukkers nie.\n"
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
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:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr "Moet nie drukkers oordra nie"
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr "Oordrag"
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -7796,61 +8128,61 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
msgid "New printer name"
msgstr "Nuwe drukkernaam"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr "%s word oorgedra..."
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, 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:2316
+#: ../../printerdrake.pm_.c:2510
#, fuzzy
msgid "Refreshing printer data..."
msgstr "Drukkerdata word gelees..."
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
#, fuzzy
msgid "Configuration of a remote printer"
msgstr "Konfigureer drukker"
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
#, fuzzy
msgid "Starting network..."
msgstr "Konneksie word begin..."
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
#, fuzzy
msgid "Configure the network now"
msgstr "Stel netwerk op"
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
#, fuzzy
msgid "Network functionality not configured"
msgstr "Monitor is nie opgestel nie"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -7858,12 +8190,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
#, fuzzy
msgid "Go on without configuring the network"
msgstr "Stel netwerk op"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -7873,7 +8205,7 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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 "
@@ -7881,27 +8213,27 @@ msgid ""
msgstr ""
#
-#: ../../printerdrake.pm_.c:2408
+#: ../../printerdrake.pm_.c:2603
#, fuzzy
msgid "Restarting printing system..."
msgstr "Watter drukkerstelsel verlang u?"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
#, fuzzy
msgid "high"
msgstr "Hoog"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
#, fuzzy
msgid "paranoid"
msgstr "Paranoes"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -7917,12 +8249,12 @@ msgid ""
msgstr ""
#
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr "Watter drukkerstelsel verlang u?"
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -7936,79 +8268,74 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr "Installeerde sagteware word deursoek..."
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr "LPRng word verwyder..."
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr "LPD word verwyder..."
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
msgid "Select Printer Spooler"
msgstr "Kies drukkerspoelprogram"
#
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
msgid "Which printing system (spooler) do you want to use?"
msgstr "Watter drukkerstelsel (spoelprogram) verlang u?"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printerdrake.pm_.c:2895
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Konfigureer drukker"
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
#, fuzzy
msgid "Installing Foomatic..."
msgstr "Installeer pakket %s"
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "Drukkeropsies"
-#: ../../printerdrake.pm_.c:2778
+#: ../../printerdrake.pm_.c:2989
#, fuzzy
-msgid "Preparing PrinterDrake..."
+msgid "Preparing Printerdrake..."
msgstr "Drukkerdata word gelees..."
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
#, fuzzy
msgid "Configuring applications..."
msgstr "Konfigureer drukker"
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
msgid "Would you like to configure printing?"
msgstr "Wil u 'n drukwerk nou konfigureer?"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr "Drukkerstelsel:"
-#: ../../printerdrake.pm_.c:2875
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Drukker"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
"its settings; to make it the default printer; to view information about it; "
"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
+"OpenOffice.org/GIMP."
msgstr ""
"Hier is die bestaande drukkertoue.\n"
"U kan byvoeg or verwyder soos nodig."
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -8018,30 +8345,30 @@ msgstr ""
"Hier is die bestaande drukkertoue.\n"
"U kan byvoeg or verwyder soos nodig."
-#: ../../printerdrake.pm_.c:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
#, fuzzy
msgid "Change the printing system"
msgstr "Stel netwerk op"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
msgid "Normal Mode"
msgstr "Normale modus"
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "Wil u die konfigurasie toets?"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
msgid "Modify printer configuration"
msgstr "Verander drukkerkonfigurasie"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, fuzzy, c-format
msgid ""
"Printer %s\n"
@@ -8050,102 +8377,104 @@ msgstr ""
"Drukker %s: %s %s\n"
"Wil u hierdie drukker verander?"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr "Gaan voort!"
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
msgid "Printer connection type"
msgstr "Drukkerkonneksietipe"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
msgid "Printer name, description, location"
msgstr "Drukkernaam,. beskrywing, ligging"
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr "Drukkervervaardiger, model, drywer"
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr "Drukkervervaardiger, model"
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr "Maak hierdie die verstekdrukker"
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
msgid "Print test pages"
msgstr "Druk toetsbladsy(e)"
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
#, fuzzy
msgid "Know how to use this printer"
msgstr "Wil u die konfigurasie toets?"
#
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
msgid "Remove printer"
msgstr "Verwyder drukker"
-#: ../../printerdrake.pm_.c:3245
+#: ../../printerdrake.pm_.c:3472
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Drukkerdata word gelees..."
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
msgid "Default printer"
msgstr "Verstek drukker"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Drukker \"%s\" is nou die verstekdrukker"
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Wil u die werklik die drukker verwyder?"
-#: ../../printerdrake.pm_.c:3297
+#: ../../printerdrake.pm_.c:3527
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "Drukkerdata word gelees..."
@@ -8545,7 +8874,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
#, fuzzy
msgid "System"
msgstr "Stelselmode"
@@ -8601,15 +8930,15 @@ msgstr "Toestand"
msgid "Stop"
msgstr "Sektor"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
@@ -8617,177 +8946,213 @@ msgid ""
msgstr ""
#
-#: ../../share/advertising/01-gnu.pl_.c:9
+#: ../../share/advertising/02-community.pl_.c:9
#, fuzzy
-msgid "Join the Free Software world"
+msgid "Get involved in the Free Software world"
msgstr "Protokol vir die res van die wreld"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../share/advertising/02-internet.pl_.c:9
+#: ../../share/advertising/03-internet.pl_.c:9
#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Internettoegang"
+msgid "Get the most from the Internet"
+msgstr "Konnekteer aan die internet"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"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 ""
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimedia - Grafika"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:11
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"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 ""
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Ontwikkeling"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "Speletjies"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
#, fuzzy
msgid "Mandrake Control Center"
msgstr "Beheersentrum"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
#, fuzzy
msgid "User interfaces"
msgstr "Netwerkkoppelvlak"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
msgstr ""
-#: ../../share/advertising/07-server.pl_.c:9
+#: ../../share/advertising/08-development.pl_.c:9
#, fuzzy
-msgid "Server Software"
-msgstr "SMB-bedienernaam"
+msgid "Development simplified"
+msgstr "Ontwikkeling"
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/08-development.pl_.c:11
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
msgstr ""
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Speletjies"
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "Kundige"
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
+msgstr ""
+
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
+msgstr ""
+
+#: ../../share/advertising/12-mdkstore.pl_.c:10
+msgid ""
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:9
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
+msgid ""
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
+msgstr ""
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
#, fuzzy
-msgid "MandrakeStore"
-msgstr "verpligtend"
+msgid "Become a MandrakeExpert"
+msgstr "Kundige"
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "Kundige"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
msgstr ""
-#: ../../standalone.pm_.c:40
+#: ../../standalone.pm_.c:41
#, fuzzy
msgid "Installing packages..."
msgstr "Installeer pakket %s"
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Teken uit en gebruik dan Ctrl-Alt-Backspace"
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Teken asb. weer in %s om veranderinge te aktiveer"
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Ek kan nie u partisietabel lees nie, dit is te korrup.\n"
-"Ek sal die nodige partisies skoonmak."
-
#: ../../standalone/drakTermServ_.c:188
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
@@ -8831,12 +9196,13 @@ msgstr "Voeg gebruiker by"
msgid "Add/Del Clients"
msgstr "DHCP-Klint"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
msgid "Help"
msgstr ""
@@ -8993,8 +9359,8 @@ msgid ""
"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "Geluk!"
@@ -9021,27 +9387,31 @@ msgstr "Voeg 'n gebruiker by"
msgid "Remove the last item"
msgstr "Teruglusler %s word geformateer"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:732
+#: ../../standalone/drakbackup_.c:726
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -9049,7 +9419,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -9057,13 +9427,20 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
#, fuzzy
msgid "Total progess"
msgstr "Toetsbladsye"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9072,16 +9449,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Geen wagwoord"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "Kan nie %s oopmaak nie: %s\n"
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -9092,63 +9494,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Korrupte rugsteunler"
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
#, fuzzy
msgid "Backup User files..."
msgstr "Korrupte rugsteunler"
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
#, fuzzy
msgid "Backup Other files..."
msgstr "Korrupte rugsteunler"
-#: ../../standalone/drakbackup_.c:1266
+#: ../../standalone/drakbackup_.c:1321
#, fuzzy
msgid "No changes to backup!"
msgstr "Korrupte rugsteunler"
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -9156,810 +9563,934 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1324
+#: ../../standalone/drakbackup_.c:1379
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "Fout met die les van ler %s"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "Pakketkeuse"
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1527
+#: ../../standalone/drakbackup_.c:1602
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Korrupte rugsteunler"
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
#, 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:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "Verwyder tou"
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
#, fuzzy
msgid "Windows (FAT32)"
msgstr "Verwyder Windows(TM)"
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
#, fuzzy
msgid "Users"
msgstr "Gebruikerskode"
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
#, fuzzy
msgid "Use network connection to backup"
msgstr "Korrupte rugsteunler"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
#, fuzzy
msgid ""
" Transfer \n"
"Now"
msgstr "Oordrag"
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Toets asb. die muis"
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
#, fuzzy
msgid "Please enter your login"
msgstr "Probeer asb. weer"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
#, fuzzy
msgid "Please enter your password"
msgstr "Probeer asb. weer"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
#, fuzzy
msgid "Remember this password"
msgstr "Geen wagwoord"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
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:1849
+#: ../../standalone/drakbackup_.c:1923
#, fuzzy
msgid "Please choose your CD/DVD media size"
msgstr "Wat is u sleutelborduitleg?"
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Kliek asb. op 'n partisie"
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Kliek asb. op 'n partisie"
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Kliek asb. op 'n partisie"
-#: ../../standalone/drakbackup_.c:1868
+#: ../../standalone/drakbackup_.c:1942
#, fuzzy
msgid " Erase Now "
msgstr "Oordrag"
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Kliek asb. op 'n partisie"
-#: ../../standalone/drakbackup_.c:1880
+#: ../../standalone/drakbackup_.c:1954
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Kliek asb. op 'n partisie"
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
#, fuzzy
msgid "No CD device defined!"
msgstr "Selekteer lOer"
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
#, fuzzy
msgid "Use tape to backup"
msgstr "Korrupte rugsteunler"
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Kies die pakkette wat u wil installeer"
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
#, 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:1995
+#: ../../standalone/drakbackup_.c:2069
#, 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:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Toets asb. die muis"
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
#, fuzzy
msgid "Use quota for backup files."
msgstr "Korrupte rugsteunler"
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
#, fuzzy
msgid "Network"
msgstr "Netwerkkoppelvlak"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
#, fuzzy
msgid "Tape"
msgstr "Tipe"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
#, fuzzy
msgid "Use daemon"
msgstr "Gebruikerskode"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Kies die pakkette wat u wil installeer"
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Kies asb. 'n taal om te gebruik."
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
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:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
#, fuzzy
msgid "What"
msgstr "Wag"
#
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
#, fuzzy
msgid "Where"
msgstr "Wiel"
#
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
#, fuzzy
msgid "When"
msgstr "Wiel"
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
#, fuzzy
msgid "More Options"
msgstr "Module opsies:"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "Netwerkkonfigurasie"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "Kies die pakkette wat u wil installeer"
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Kies die pakkette wat u wil installeer"
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
#, fuzzy
msgid "Backup system"
msgstr "Stel lerstelsels op"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, fuzzy, c-format
-msgid " on device : %s"
+msgid " on device: %s"
msgstr "Muistoestel: %s\n"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Opsies"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "Op watter seriaalpoort is u modem gekoppel?"
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
#, fuzzy
msgid " Restore Configuration "
msgstr "Netwerkkonfigurasie"
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
#, fuzzy
msgid "Backup the system files before:"
msgstr "Korrupte rugsteunler"
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "please choose the date to restore"
msgstr "Wat is u muistoestel?"
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "Korrupte rugsteunler"
#
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Toets asb. die muis"
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
#, fuzzy
msgid "FTP Connection"
msgstr "LAN konneksie"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
#, fuzzy
msgid "Secure Connection"
msgstr "Kies drukkerkonneksie"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Herstel vanaf floppie"
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
#, fuzzy
msgid "Select another media to restore from"
msgstr "Wat is u muistoestel?"
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Other Media"
msgstr "Ander"
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
#, fuzzy
msgid "Restore system"
msgstr "Installeer stelsel"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
#, fuzzy
msgid "Restore Users"
msgstr "Herstel vanaf ler"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore Other"
msgstr "Herstel vanaf ler"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "Wat is u muistoestel?"
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3394
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Verwyder tou"
+
+#: ../../standalone/drakbackup_.c:3411
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "Herstel vanaf ler"
+
+#: ../../standalone/drakbackup_.c:3477
+#, c-format
+msgid "Backup files not found at %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, fuzzy
+msgid "Restore From CD"
+msgstr "Herstel vanaf floppie"
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "Reddingspartisietabel"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3524
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "Herstel vanaf ler"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#
+#: ../../standalone/drakbackup_.c:3525
+#, fuzzy
+msgid "Host Name"
+msgstr "Rekenaarnaam"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+#, fuzzy
+msgid "Password required"
+msgstr "Wagwoord"
+
+#: ../../standalone/drakbackup_.c:3539
+#, fuzzy
+msgid "Username required"
+msgstr "Gebruikerskode"
+
+#: ../../standalone/drakbackup_.c:3542
+#, fuzzy
+msgid "Hostname required"
+msgstr "Bedienernaam:"
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "Herstel vanaf ler"
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
#, fuzzy
msgid "Custom Restore"
msgstr "Aangepaste"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3865
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "Reddingspartisietabel"
+
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "Herstel vanaf ler"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
#, fuzzy
msgid "Previous"
msgstr "<- Vorige"
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "Toestand"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
#, fuzzy
msgid "Build Backup"
msgstr "Korrupte rugsteunler"
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
#, fuzzy
msgid "Restore"
msgstr "Herstel vanaf ler"
-#: ../../standalone/drakbackup_.c:3553
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3574
+#: ../../standalone/drakbackup_.c:4231
msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
#, 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:3621
+#: ../../standalone/drakbackup_.c:4278
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
#, fuzzy
msgid "Please select data to restore..."
msgstr "Kies asb. 'n taal om te gebruik."
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
#, fuzzy
msgid "Please select media for backup..."
msgstr "Kies asb. 'n taal om te gebruik."
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
#, fuzzy
msgid "Please select data to backup..."
msgstr "Kies asb. 'n taal om te gebruik."
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
#, fuzzy
msgid "Backup system files"
msgstr "Korrupte rugsteunler"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup user files"
msgstr "Korrupte rugsteunler"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup other files"
msgstr "Korrupte rugsteunler"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
#, fuzzy
msgid "Sending files..."
msgstr "Stoor in ler"
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "Netwerkkonfigurasie"
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
#, fuzzy
msgid "View Backup Configuration."
msgstr "Netwerkkonfigurasie"
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
#, fuzzy
msgid "Wizard Configuration"
msgstr "Konfigurasie"
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
#, fuzzy
msgid "Advanced Configuration"
msgstr "Sluit konfigurasie af"
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
#, fuzzy
msgid "Backup Now"
msgstr "Stel lerstelsels op"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
msgid ""
"options description:\n"
"\n"
@@ -9991,7 +10522,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10000,7 +10531,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -10041,45 +10572,45 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -10096,7 +10627,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -10136,7 +10667,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -10147,7 +10678,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10160,7 +10691,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -10241,9 +10772,9 @@ msgstr ""
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
#, fuzzy
msgid "Standalone Tools"
msgstr "Konsole hulpprogramme"
@@ -10296,26 +10827,26 @@ msgstr "Drukker"
msgid "Configuration Wizards"
msgstr "Netwerkkonfigurasie-assistent"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
#, fuzzy
msgid "Application:"
msgstr "Magtiging"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
#, fuzzy
msgid "Package: "
msgstr "Pakketkeuse"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
#, fuzzy
msgid "Release: "
msgstr "Wag asb."
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -10327,21 +10858,21 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
#, fuzzy
msgid "Report"
msgstr "Poort"
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
#, fuzzy
msgid "Not installed"
msgstr "Verlaay installasie"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
#, fuzzy
msgid "No browser available! Please install one"
msgstr "U kan ander tale selekteer wat na installasie beskikbaar sal wees."
@@ -10786,7 +11317,7 @@ msgstr "Hegpunt"
#: ../../standalone/drakfont_.c:909
#, fuzzy
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "Kies die partisies om te formatteer"
#: ../../standalone/drakfont_.c:918
@@ -10869,19 +11400,19 @@ msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
msgid "Post Uninstall"
msgstr "Verlaay installasie"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr "Internetkonneksiedeling"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr "Internetkonneksiedeling is ontsper"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -10893,31 +11424,31 @@ msgstr ""
"\n"
"Wat wil u doen?"
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
msgid "disable"
msgstr "deaktiveer"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr "ignoreer/sien oor"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "reconfigure"
msgstr "herkonfigureer"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
msgid "Disabling servers..."
msgstr "Bedieners word gedeaktiveer..."
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
msgid "Internet connection sharing is now disabled."
msgstr "Internetkonneksiedeling is gedeaktiveer"
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr "Internetkonneksiedeling is gesper"
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -10929,19 +11460,19 @@ msgstr ""
"\n"
"Wat wil u doen?"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
msgid "enable"
msgstr "Aktiveer"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr "Bedieneers word aktiveer..."
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
msgid "Internet connection sharing is now enabled."
msgstr "Internetkonneksiedeling is geaktiveer"
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
#, fuzzy
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
@@ -10958,21 +11489,21 @@ msgstr ""
"\n"
"Wil u internetdeling opstel?\n"
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Koppelvlak %s (met module %s)"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, c-format
msgid "Interface %s"
msgstr "Koppelvlak %s"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr "Daar is geen netwerkkaart op hierdie rekenaar nie!"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -10980,12 +11511,12 @@ msgstr ""
"Geen ethernetkaart is op die stelsel gevind nie. Gebruik asb. die "
"hardewarekonfigurasieprogram."
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "Netwerkkoppelvlak"
#
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -11000,19 +11531,19 @@ msgstr ""
"\n"
"Ek gaan nou u LAN met daardie kaart opstel."
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
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:266
+#: ../../standalone/drakgw_.c:259
#, fuzzy
msgid "Network interface already configured"
msgstr "Monitor is nie opgestel nie"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -11022,17 +11553,17 @@ msgid ""
"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
#, fuzzy
msgid "Automatic reconfiguration"
msgstr "Outomatiese CUPS konfigurasie"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
#, fuzzy
msgid "Show current interface configuration"
msgstr "Verander drukkerkonfigurasie"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -11043,7 +11574,7 @@ msgid ""
"Driver: %s"
msgstr ""
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -11055,78 +11586,66 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr ""
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
#, fuzzy
msgid "(This) DHCP Server IP"
msgstr "CUPS-bediener IP:"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr ""
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr ""
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, 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:320
-msgid "Firewalling configuration detected!"
-msgstr "Vuurmuurkonfigurasie gevind!"
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Waarskuwing! 'n Bestaande vuurmuurkonfigurasie is bespeur. U sal dalk na "
-"dietyd self regstellings moet aanbring."
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
msgid "Configuring..."
msgstr "Konfigurasie in aabou..."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
"Skrips word konfigureer, sagterware installeer en bedieners afgeskop..."
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, c-format
msgid "Problems installing package %s"
msgstr "Probleme met Installasue van pakket %s"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
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:566
+#: ../../standalone/drakgw_.c:504
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:567
+#: ../../standalone/drakgw_.c:505
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:568
+#: ../../standalone/drakgw_.c:506
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Geen internetkonneksiedeling is al gekonfigureer nie."
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
msgid "Internet connection sharing configuration"
msgstr "Internetkonneksiedelingkonfigurasie"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, fuzzy, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -11136,6 +11655,158 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr "Internetkonneksiedeling"
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr "Nie gekonnekteer nieKabelkonneksie"
+
+#: ../../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"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+#, fuzzy
+msgid "first step creation"
+msgstr "herlaaiskyfskepping"
+
+#: ../../standalone/draksplash_.c:77
+#, fuzzy
+msgid "final resolution"
+msgstr "Resolusie"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#, fuzzy
+msgid "choose image file"
+msgstr "Kies 'n ler"
+
+#: ../../standalone/draksplash_.c:79
+#, fuzzy
+msgid "Theme name"
+msgstr "Drukkernaam:"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+#, fuzzy
+msgid "go to lilosplash configuration"
+msgstr "Postinstallasiekonfigurasie"
+
+#: ../../standalone/draksplash_.c:83
+#, fuzzy
+msgid "quit"
+msgstr "Verlaat"
+
+#: ../../standalone/draksplash_.c:84
+#, fuzzy
+msgid "save theme"
+msgstr "Installeer stelsel"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#, fuzzy
+msgid "Configure bootsplash picture"
+msgstr "Konfigureer dienste"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+#, fuzzy
+msgid "go back"
+msgstr "Teruglus"
+
+#: ../../standalone/draksplash_.c:120
+#, fuzzy
+msgid "preview"
+msgstr "toestel"
+
+#: ../../standalone/draksplash_.c:121
+#, fuzzy
+msgid "choose color"
+msgstr "Kies 'n monitor"
+
+#: ../../standalone/draksplash_.c:124
+msgid "Display logo on Console"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:436
+#, fuzzy
+msgid "ProgressBar color selection"
+msgstr "Drukkermodelkeuse"
+
+#: ../../standalone/draksplash_.c:454
+#, fuzzy
+msgid "You must choose an image file first!"
+msgstr "Tik drukkertoestel URI in"
+
+#: ../../standalone/draksplash_.c:463
+#, fuzzy
+msgid "Generating preview ..."
+msgstr "Toestel word afgetas..."
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -11228,11 +11899,11 @@ msgid ""
msgstr ""
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr ""
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr ""
#: ../../standalone/drakxtv_.c:114
@@ -11310,7 +11981,7 @@ msgstr "Kon nie die intydse opgradering begin nie !!!\n"
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
msgid "logdrake"
msgstr ""
@@ -11492,7 +12163,7 @@ msgstr "interessant"
#: ../../standalone/logdrake_.c:431
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"You will receive an alert if one of the selected services is no more running"
msgstr ""
#: ../../standalone/logdrake_.c:443
@@ -11514,19 +12185,19 @@ msgstr "Kleurkonfigurasie"
msgid "Please enter your email address below "
msgstr "Probeer asb. weer"
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr ""
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "Wat is u muistoestel?"
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "Emuleer derde knop?"
-#: ../../standalone/printerdrake_.c:48
+#: ../../standalone/printerdrake_.c:57
#, fuzzy
msgid "Reading printer data ..."
msgstr "Drukkerdata word gelees..."
@@ -11540,34 +12211,45 @@ msgstr "Toestel word afgetas..."
msgid "Test ports"
msgstr "Toets poorte"
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
msgstr ""
+#: ../../standalone/scannerdrake_.c:56
+#, fuzzy, c-format
+msgid "%s found on %s, configure it?"
+msgstr "Wil u 'n drukwerk nou konfigureer?"
+
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:65
#, fuzzy
msgid "Select a scanner"
msgstr "Selekteer 'n videokaart"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr ""
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, 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:95
+#: ../../standalone/scannerdrake_.c:109
#, fuzzy
msgid "choose device"
msgstr "Herlaaitoestel"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -11575,7 +12257,7 @@ msgid ""
"section."
msgstr ""
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -11583,44 +12265,18 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
"Some devices in the %s class were added:\n"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:30
-msgid "Firewalling Configuration"
-msgstr "Vuurmuurkonfigurasie"
-
-#: ../../standalone/tinyfirewall_.c:43
-msgid "Firewalling configuration"
-msgstr "Vuurmuurkonfigurasie"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Vuurmuur\n"
-"\n"
-"Kliek op Konfigureer om die standaard vuurmuur op te stel."
-
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "Kies u taal"
@@ -11694,173 +12350,7 @@ msgstr "Installeer stelsel"
msgid "Exit install"
msgstr "Verlaay installasie"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Konfigurasie is voltooi. Moet ons hierdie veranderinge na skyf skryf?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Kan nie %s oopmaak nie: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Kon nie %s in skryfmode oopmaak nie: %s\n"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Vuurmuurkonfigurasie"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:230
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Wag asb. installasie word voorberei"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -11994,6 +12484,10 @@ msgid "Graphical Environment"
msgstr "Grafiese omgewing"
#: ../../share/compssUsers:999
+msgid "Development"
+msgstr "Ontwikkeling"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache, Pro-ftpd"
@@ -12108,102 +12602,58 @@ msgstr "Multimedia - CD Sny"
msgid "Scientific Workstation"
msgstr "Wetenskaplike werkstasie"
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
+#~ msgid "LBA (doesn't work on old BIOSes)"
+#~ msgstr "LBA (werk nie op 'n ou BIOS'e nie)"
+
+#~ msgid "You don't have any partitions!"
+#~ msgstr "U get geen partisies nie!"
-#, fuzzy
#~ 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."
+#~ "DiskDrake failed to read correctly the partition table.\n"
+#~ "Continue at your own risk!"
#~ msgstr ""
-#~ "Hierdie vlak moet met sorg gebruik word. Dit maak 'n stelsel baie maklik\n"
-#~ "om te gebruik, maar is baie sensitief. Dit moet nie gebruik vir 'n "
-#~ "rekenaar\n"
-#~ "wat aan ander rekenaars of die internet gekoppel is nie. Daar is geen "
-#~ "wagwoord\n"
-#~ "toegang nie."
+#~ "DrakX kon nie die partisietabel korrek interpreteer nie.\n"
+#~ "Gaan aan op u eie risiko!"
-#, fuzzy
#~ msgid ""
-#~ "With this security level, the use of this system as a server becomes "
-#~ "possible.\n"
-#~ " The security is now high enough to use the system as a "
-#~ "server which can accept\n"
-#~ " connections from many clients. Note: if your machine is "
-#~ "only a client on the Internet, you should choose a lower level."
+#~ "I can't read your partition table, it's too corrupted for me :(\n"
+#~ "I'll try to go on blanking bad partitions"
#~ msgstr ""
-#~ "Met hierdie sekuriteitsvlak, kan die stelsel as 'n bediener gebruik "
-#~ "word.\n"
-#~ "Die sekuriteit is goed genoeg sodat 'n stelsel konneksies wat baie "
-#~ "klinte\n"
-#~ "af kan aanvaar."
+#~ "Ek kan nie u partisietabel lees nie, dit is te korrup.\n"
+#~ "Ek sal die nodige partisies skoonmak."
-#, fuzzy
-#~ msgid "Basic Options"
-#~ msgstr "Opsies"
+#~ msgid "Firewalling Configuration"
+#~ msgstr "Vuurmuurkonfigurasie"
-#, fuzzy
-#~ msgid "Security Checks"
-#~ msgstr "Sekuriteit"
+#~ msgid "Firewalling configuration"
+#~ msgstr "Vuurmuurkonfigurasie"
-#, fuzzy
-#~ msgid "Please choose your CD space"
-#~ msgstr "Wat is u sleutelborduitleg?"
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "Click on Configure to set up a standard firewall"
+#~ msgstr ""
+#~ "Vuurmuur\n"
+#~ "\n"
+#~ "Kliek op Konfigureer om die standaard vuurmuur op te stel."
-#
-#, fuzzy
-#~ msgid "Please enter the cd writer speed"
-#~ msgstr "Toets asb. die muis"
+#~ msgid ""
+#~ "Configuration complete. May we write these changes to disk?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Konfigurasie is voltooi. Moet ons hierdie veranderinge na skyf skryf?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
-#, fuzzy
-#~ msgid "Please check if you want to include install boot on your CD."
-#~ msgstr "Kies die pakkette wat u wil installeer"
+#~ msgid "Can't open %s for writing: %s\n"
+#~ msgstr "Kon nie %s in skryfmode oopmaak nie: %s\n"
#~ msgid "Url should begin with 'ftp:'"
#~ msgstr "Instaanbediener moet begin met ftp://"
-#, fuzzy
-#~ msgid ""
-#~ "Please check if you want to include\n"
-#~ " install boot on your CD."
-#~ msgstr "Kies die pakkette wat u wil installeer"
-
-#, fuzzy
-#~ msgid "Windows PDC"
-#~ msgstr "Verwyder Windows(TM)"
-
-#, fuzzy
-#~ msgid "Tamil"
-#~ msgstr "Tabel"
-
-#, fuzzy
-#~ msgid "PDC Server Name"
-#~ msgstr "NTP-bediener"
-
-#
-#, fuzzy
-#~ msgid "Set up printer manually"
-#~ msgstr "Eksterne drukkernaam"
-
-#, fuzzy
-#~ msgid "Installing HPOJ package..."
-#~ msgstr "Installeer pakket %s"
-
-#, fuzzy
-#~ msgid "Installing SANE packages..."
-#~ msgstr "Installeer pakket %s"
-
-#, fuzzy
-#~ msgid "Installing mtools packages..."
-#~ msgstr "Installeer pakket %s"
-
-#, fuzzy
-#~ msgid "Making printer port available for CUPS..."
-#~ msgstr "Drukkerdata word gelees..."
-
#~ msgid "Control Center"
#~ msgstr "Beheersentrum"
@@ -12283,9 +12733,6 @@ msgstr "Wetenskaplike werkstasie"
#~ msgid "Select a graphics card"
#~ msgstr "Selekteer 'n videokaart"
-#~ msgid "Warning: testing this graphics card may freeze your computer"
-#~ msgstr "Waarskuwing: Toetsing is gevaarlik met hierdie videokaart"
-
#~ msgid "Standard VGA, 640x480 at 60 Hz"
#~ msgstr "Standaard VGA, 640x480 teen 60 Hz"
diff --git a/perl-install/share/po/ar.po b/perl-install/share/po/ar.po
index b6e81d45d..1e418a75b 100644
--- a/perl-install/share/po/ar.po
+++ b/perl-install/share/po/ar.po
@@ -5,8 +5,8 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: drakfloppy 0.43\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
+"Project-Id-Version: DrakX\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
"PO-Revision-Date: 2001-5-12 HO:MI+ZONE\n"
"Last-Translator: Mohammed Gamal <f2c2001@yahoo.com>\n"
"Language-Team: Arabic \n"
@@ -50,19 +50,19 @@ msgstr "32 愃悋惡悋惠"
msgid "64 MB or more"
msgstr "64 愃悋惡悋惠 悖 悖惓惘"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "悒悽惠惘 悽悋惆 X"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "悽悋惆 X"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
msgstr "悒惺惆悋惆 惠惺惆惆 悋惘悗愕"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -70,27 +70,27 @@ msgstr ""
"惴悋 惆惺 悋悒惺惆悋惆 惠惺惆惆 悋惘悗愕.\n"
"悋悵悋 惠惘惆 悖 惠惺"
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "悒悽惠惘 忰悴 悵悋惘悸 惡愀悋悸 悋愆悋愆悸"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "悒惺惆悋惆 XFree"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "悖 悋惺惆悋惆 XFree 惠惘惆"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr "悋惺惆悋惆 悋惘悗愕 惡愆 愕惠"
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr "悋愕惠悽惆悋 悋惠惆悋惆 Xinerama"
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr " 惡悒惺惆悋惆 悋惡愀悋悸 \"%s\" 愀 (%s)"
@@ -101,13 +101,13 @@ msgstr " 惡悒惺惆悋惆 悋惡愀悋悸 \"%s\" 愀 (%s)"
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s 惺 惠愕惘惺 惓悋惓 悋悖惡惺悋惆"
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, 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:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr " 惡愀悋惠 悋忰惶 惺 惆惺 惠愕惘惺 惓悋惓 悋悖惡惺悋惆 惺 XFree %s"
-#: ../../Xconfig/card.pm_.c:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s 惺 惆惺 惠悴惘惡 惘愕 惓悋惓悸 悋悖惡惺悋惆"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, 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:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -148,53 +148,54 @@ msgstr ""
" 惡愀悋惠 悋惠惠惺 惡惆惺 惘愕 惓悋惓悸 悋悖惡惺悋惆 惺 XFree %s, \n"
"悋忰惴 悖 悵悋 悋惆惺 惠悴惘惡 惆 惠愕惡惡 悋悋 悴悋慍."
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (愆愃 惺惘惷 悋惠惓惡惠)"
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "悽惶惶"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
#, fuzzy
msgid "Graphic Card"
msgstr "惡愀悋悸 悋愆悋愆悸"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "悋愆悋愆悸"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "惆悸 悋惺惘惷"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "悽悋惘悋惠"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "悋"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "悽惘悴"
@@ -211,28 +212,28 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "悒悽惠惘 愆悋愆悸"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "Generic"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
#, fuzzy
msgid "Vendor"
msgstr "惠惘悋悴惺"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -253,11 +254,11 @@ msgstr ""
"悖惡惘 惆惘悸 愆悋愆惠 悖 惡悵悋 惆 惠惆惘 愆悋愆惠.\n"
" 悋悵悋 惠 惠悖惆悋 悋悽惠悋惘 悋惺惆悋惆悋惠 惺悋惆悸."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "愕惡悸 悋悒惺悋愆 悋悖"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "愕惡悸 悋悒惺悋愆 悋惘悖愕"
@@ -294,36 +295,41 @@ msgstr "悋悽惠惘 惆悸 悋惺惘惷 惺 悋悖悋"
msgid "Graphics card: %s"
msgstr "惡愀悋悸 悋愆悋愆悸: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "悋愃悋悄"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "悋悽惠惡悋惘 悋悒惺惆悋惆"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr " 惠惘惆 惠悴惘惡悸 悋悒惺惆悋惆"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "悋悽惠惡悋惘 悋悒惺惆悋惆"
+#: ../../Xconfig/test.pm_.c:31
+#, fuzzy
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "惠忰悵惘: 悋悽惠惡悋惘 惡愀悋悸 悋惺惘惷 悵 惆 惠愕惡 悋悋 悴悋慍"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -458,26 +464,22 @@ msgstr "悋悒悋惺 DOS/Windows (loadlin)"
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "悽悋惘悋惠 忰 悋悒悋惺 悋惘悧愕悸"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "忰 悋悒悋惺 悋莬惠悽惆"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "惠惓惡惠 忰 悋悒悋惺"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "悴悋慍 悋悒悋惺"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (悋 惺 惺 悖惴悸 悋BIOS 悋惆悸)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "惆悴"
@@ -494,16 +496,17 @@ msgstr "惷惺悸 悋惆悸"
msgid "Delay before booting default image"
msgstr "惠惠 悋 惡 悋悋惺 悋惶惘悸 悋悋惠惘悋惷悸"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "悸 悋惘惘"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "悸 悋惘惘 (惓悋悸)"
@@ -537,14 +540,14 @@ msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "悽悋惘 ``惠愆惆惆 悽悋惘悋惠 愕愀惘 悋悖悋惘`` 惡惆 悋悧惆悸 惆 悸 惘惘"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "惘悴悋悄 悴悋 惘悸 悖悽惘"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "悋惠 悋惘惘 愃惘 惠愀悋惡悸"
@@ -589,16 +592,16 @@ msgstr ""
"悋 悋 悋惆悽悋惠 悋悽惠悸.\n"
" 悋惷悋悸 惆悽悋惠 悖悽惘 悖 惠愃惘 悋悴惆."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "悋惷悋悸"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "悋惠"
@@ -610,7 +613,7 @@ msgstr "惠惺惆"
msgid "Which type of entry do you want to add?"
msgstr "悋 惺 悋惆悽 悋悵 惠惘惆 悋惷悋惠"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "愕"
@@ -704,13 +707,13 @@ msgstr " 惺惆 悋忰惆悸 悖悽惘"
msgid "Do you have any %s interfaces?"
msgstr " 惆 悖 悋悴悋惠 %s"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "悋"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "惺"
@@ -809,38 +812,48 @@ msgstr "悋愕忰 惡\"su\""
msgid "access to administrative files"
msgstr "悋惶 悋 悋惠 悋悒惆悋惘悸"
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+#, fuzzy
+msgid "access to network tools"
+msgstr "悋惶 悋 悖惆悋惠 rpm"
+
+#: ../../any.pm_.c:755
+#, fuzzy
+msgid "access to compilation tools"
+msgstr "悋惶 悋 悖惆悋惠 rpm"
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(惠 悋惷悋悸 %s 愕惡悋)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "悸 悋惘惘 悵 惡愕愀悸 悴惆悋"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "惘悴悋悄 惡悒惺愀悋悄 悋愕 愕惠悽惆"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "悋愕 悋愕惠悽惆 悴惡 悖 忰惠 愀 惺 悋忰惘 悋惶愃惘悸, 悋悖惘悋, `-' `_'"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:768
#, fuzzy
msgid "The user name is too long"
msgstr "悋愕 悋愕惠悽惆 菀悋 愕惡悋"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "悋愕 悋愕惠悽惆 菀悋 愕惡悋"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "悋惷 愕惠悽惆"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -849,32 +862,32 @@ msgstr ""
"悖惆悽 愕惠悽惆\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "悋 惺 悋愕惠悽惆"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "悋悋愕 悋忰"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "悋愕 悋愕惠悽惆"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "悋愃悋"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "悖悸"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "惆悽 悛"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -882,54 +895,54 @@ msgstr ""
" 悋惺惆悋惆 悴悋慍 惠愕悴 悋惆悽 悛 愕惠悽惆 悋.\n"
" 惠惘惆 悋愕惠悽惆悋 悵 悋慍悸"
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "悋悽惠惘 悋愕惠悽惆 悋悋惠惘悋惷:"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "悋悽惠惘 惆惘 悋悋悵 悋悵 愕惠 惠愆愃:"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
msgid "Please choose a language to use."
msgstr "惘悴悋悄 悋悽惠惘 愃悸 悋悋愕惠悽惆悋."
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
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:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "悋"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "Allow all users"
msgstr "悋愕忰 悋愕惠悽惆"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "No sharing"
msgstr "悋 愆悋惘悸"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "悋忰慍悸 %s 悴惡 悖 惠莘惡惠. 惠惘惆 惠惓惡惠悋"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr " 悋惠惶惆惘 惡悋愕惠悽惆悋 NFS 悖 Samba. 悖 悋 惠惘惆"
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "悋忰慍悸 悋惷惘惘悸 %s 惆悸"
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
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 "
@@ -938,11 +951,11 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr "愆愃 userdrake"
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -950,56 +963,56 @@ msgstr ""
"悋愆悋惘悸 愕惠悽惆 惠愕惠悽惆 悋悴惺悸 \"fileshare\".\n"
" 悖 惠愕惠悽惆 userdrake 悒惷悋悸 愕惠悽惆 悵 悋悴惺悸."
-#: ../../any.pm_.c:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "惘忰惡悋 惡悋悽惠惘"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "惘"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "悋悋愕"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "惘惠惺"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
msgid "Higher"
msgstr "惘惠惺 悖惓惘"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "惘惠惺 悴惆悋"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
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:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
msgstr ""
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
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:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1009,36 +1022,36 @@ msgid ""
"Internet, you should choose a lower level."
msgstr ""
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
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:1091
+#: ../../any.pm_.c:1094
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "悽悋惘悋惠"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "Please choose the desired security level"
msgstr "惘悴悋悄 悋悽惠惘 惠悋惘悽 悋悒愕惠惺悋惆悸"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
msgid "Security level"
msgstr "愕惠 悋悖"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
msgid "Use libsafe for servers"
msgstr "悒愕惠悽惆 libsafe 悋惠"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr ""
@@ -1067,57 +1080,57 @@ 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:935
+#: ../../bootloader.pm_.c:932
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:938
+#: ../../bootloader.pm_.c:935
#, 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:941
+#: ../../bootloader.pm_.c:938
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:944
+#: ../../bootloader.pm_.c:941
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:947
+#: ../../bootloader.pm_.c:944
#, 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:951
+#: ../../bootloader.pm_.c:948
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:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "愕愀忰 悋惠惡"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "Start Menu"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr " 惠惓惡惠 忰 悋悒悋惺 惺 悋惠悴慍悧悸 %s\n"
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr "悋 惠悴惆 愕悋惺惆悸 悵悋 忰惠 悋悛.\n"
@@ -1125,8 +1138,8 @@ msgstr "悋 惠悴惆 愕悋惺惆悸 悵悋 忰惠 悋悛.\n"
msgid "Boot Style Configuration"
msgstr "悋惺惆悋惆 悖愕惡 悋悒悋惺"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_"
@@ -1136,7 +1149,7 @@ msgstr "/_"
msgid "/File/_Quit"
msgstr "//_悽惘悴"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<惠忰>Q"
@@ -1178,94 +1191,101 @@ msgstr "惠惓惡惠 悋惴悋"
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+#, fuzzy
+msgid "Create new theme"
+msgstr "悋惺 惠悴慍悧悸 悴惆惆悸"
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr ""
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "悽愀悖"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, fuzzy, c-format
msgid "Copy %s to %s"
msgstr "悴悋惘 愕悽 %s"
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
#, fuzzy
msgid "Notice"
msgstr "悋 惆"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
#, fuzzy
msgid "Theme installation failed!"
msgstr "悋悽惠惘 惺 悋惠惓惡惠"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1274,22 +1294,21 @@ msgstr ""
"悖惠 惠愕惠悽惆 %s 惆惘 悋悋惺 忰悋悋.\n"
"悋惷愃愀 惺 惠悧悸 惠愆愃 惺悋悴 悋悒惺惆悋惆"
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "悒惺惆悋惆"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
msgid "Splash selection"
msgstr ""
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1298,44 +1317,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr "惷惺 悋惴悋"
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr "愆愃 X-Window 惺惆 惡惆悄 悋惠愆愃"
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr "悋, 悋 悖惘惆 惆悽悋 悖悋"
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "惺, 悖惘惆 惆悽悋 悛悋 惺 悵悋 )悋愕惠悽惆, 愕愀忰 悋惠惡("
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr "悋"
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr " 惠忰 /etc/inittab 惘悋悄悸: %s"
@@ -1432,49 +1451,53 @@ msgstr "悋愕悋"
msgid "United States"
msgstr "悋悋悋惠 悋惠忰惆悸"
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-#, fuzzy
-msgid "Unknown Model"
-msgstr "愃惘 惺惘"
-
#: ../../diskdrake/dav.pm_.c:23
#, fuzzy
msgid "New"
msgstr "悴惆惆"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "悋慍 悋惠悴慍"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "悴慍"
+
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "悽悋惆"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "愀悸 悋惠悴慍"
-#: ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/dav.pm_.c:81
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "惘悴悋悄 悖惆悽 愕惘惺悸 愕悋悸 惠悋惡悸 悋悖惘悋惶"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:92
+#: ../../diskdrake/dav.pm_.c:105
#, fuzzy
msgid "Server: "
msgstr "悽悋惆"
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "愀悸 悋惠悴慍: "
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "悋悽悋惘悋惠: %s"
@@ -1483,8 +1506,9 @@ msgstr "悋悽悋惘悋惠: %s"
msgid "Please make a backup of your data first"
msgstr "惘悴悋悄 惡惺 愕悽悸 悋忰惠悋愀悸 惡悋悋惠 悖悋"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "悋惘悖 悴惆悋!"
@@ -1522,10 +1546,18 @@ msgid "Please click on a partition"
msgstr "惷悋 悋惷愃愀 惺 惠悴慍悧悸"
#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "惠悋惶"
+#
+#: ../../diskdrake/hd_gtk.pm_.c:252
+#, fuzzy
+msgid "No hard drives found"
+msgstr ""
+" 惠 悋忰悋惆 愀悋惡惺悸 忰悸!\n"
+"\n"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1550,13 +1582,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "悋惠惡惆"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "悋惘愃"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "悖悽惘"
@@ -1564,12 +1596,12 @@ msgstr "悖悽惘"
msgid "Filesystem types:"
msgstr "悖悋惺 悖惴悸 悋悋惠:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "惺 惠悴慍悧悸"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "悋惺"
@@ -1579,7 +1611,7 @@ msgstr "悋惺"
msgid "Use ``%s'' instead"
msgstr "悋愕惠悽惆 ``%s'' 惡惆悋 悵"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "悒愃悋悄"
@@ -1587,108 +1619,108 @@ msgstr "悒愃悋悄"
msgid "Use ``Unmount'' first"
msgstr "悋愕惠悽惆 ``悋慍悋悸 悋惠悴慍'' 悖悋"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "惡惺惆 惠愃惘 惺 悋惠悴慍悧悸 %s, 悒 愕惠愕悽惘 悋惡悋悋惠 惺 悋惠悴慍悧悸"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose a partition"
msgstr "悒悽惠惘 惠悴慍悧悸"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose another partition"
msgstr "悒悽惠惘 愆悋愆悸"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
msgid "Exit"
msgstr "悽惘悴"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "悋惠悋 悋 惷惺悸 悋悽惡惘"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "悋悋惠悋 悋 悋惷惺 悋惺悋惆"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "惠惘悋悴惺"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr " 惠惘惆 悋悋悋 惺 悖 忰悋"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "悋悽惘悴 惡惆 悋忰惴"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr " 惠惘惆 悋悽惘悴 惡惆 惠悋惡悸 悴惆 悋惠愕"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
msgid "Do you want to save /etc/fstab modifications"
msgstr " 惠惘惆 忰惴 惠惺惆悋惠 /etc/fstab"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "惠忰惆惆 悛"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "悖愕忰 悋"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "悖惓惘"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
msgid "Hard drive information"
msgstr "惺悋惠 悋惘惶 悋惶惡"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr " 悋惠悴慍悧悋惠 悋惘悧愕悸 愕惠悽惆悸"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "悋 悋惷悋悸 悖 惠悴慍悧悸 悖悽惘"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
msgstr " 惠惠 惠悴慍悧悋惠 悖惓惘, 惘悴 悋愃悋悄 惠悴慍悧悸 惠惠 惺 惠悴慍悧悸 惠惆悸"
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
msgid "Save partition table"
msgstr "忰惴 悴惆 悋惠愕"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
msgid "Restore partition table"
msgstr "悋愕惠惺悋惆悸 悴惆 悋惠愕"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "悒悋悵 悴惆 悋惠愕"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
msgid "Reload partition table"
msgstr "悒惺悋惆悸 惠忰 悴惆 悋惠愕"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
msgid "Removable media automounting"
msgstr "悋惠悴慍 悋悛 愕悋悧愀 悋悋惡悸 悒慍悋悸"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "悋悽惠惘 "
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1696,11 +1728,11 @@ msgstr ""
"悴惆 悋惠愕 悋忰惴 愕 惡愕 悋忰悴\n"
"悋 慍惠 惠惘惆 悋悒悋"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "惠忰悵惘"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1708,112 +1740,104 @@ msgstr ""
"悖惆悽 惘惶悋 惘悋 悋愕悋悸\n"
" 悋惡悋悋惠 惺 悋惘惶 愕惠忰"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "悴悋惘 忰悋悸 悋悋悵 悴惆 悋惠愕"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
msgid "Detailed information"
msgstr "惺悋惠 惶悸"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "惠愃惘 悋忰悴"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "惠愕"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "悴慍"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "悋惷悋悸 悋 RAID"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "悋惷悋悸 悋 LVM"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "悋慍 悋惠悴慍"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "悋慍悋悸 RAID"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "悋慍悋悸 LVM"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "惠惺惆 RAID"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "悋愕惠悽惆悋 loopback"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "悋惺 惠悴慍悧悸 悴惆惆悸"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "愀悋惺 悋惡惆悋悸: "
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "悋忰悴 惡悋愃悋惡悋惠: "
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "惺 惴悋 悋悋惠: "
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "悋惠惷: "
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
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:494
+#: ../../diskdrake/interactive.pm_.c:499
msgid "Remove the loopback file?"
msgstr " 惠惘惆 悋慍悋悸 loopback"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "愃惘 惺 悋惠悴慍悧悸"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "悖 惴悋 悋惠 惠惘惆"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr "悴悋惘 悋惠愃惘 ext2 悋 ext3"
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "悖 惠惘惆 惠悴慍 loopback %s"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "悖 惠惘惆 惡悴慍 悋悴悋慍%s"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1821,135 +1845,135 @@ msgstr ""
" 悋慍悋悸 惠惺 愀悸 悋惠悴慍 惴惘悋 悖 悵 悋惠悴慍悧悸 愕惠悽惆悸 loop back.\n"
" 惡悒慍悋悸 悋loopback 悖悋"
-#: ../../diskdrake/interactive.pm_.c:584
+#: ../../diskdrake/interactive.pm_.c:594
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "悖 惠惘惆 惡悴慍 悋悴悋慍%s"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "悴悋惘 忰愕悋惡 惘悋惡愀 惴悋 悋惠 FAT"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "悴悋惘 惠愃惘 悋忰悴"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr "悵悋 悋惠愕 愃惘 悋惡 惠愃惘 悋忰悴"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr " 悋惡悋悋惠 惺 悵 悋惠悴慍悧悸 悴惡 忰惴悋 悋忰惠悋愀悋"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "惡惺惆 惠愃惘 忰悴 悋惠悴慍悧悸 %s, 悒 悋惡悋悋惠 惺 悵 悋惠悴慍悧悸 愕惠惆"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "悋悽惠惘 悋忰悴 悋悴惆惆"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
msgid "New size in MB: "
msgstr "悋忰悴 悋悴惆惆 惡悋愃悋惡悋惠: "
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "悖 惘惶 惠惘惆 "
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "悋愀悋惺"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "悖 愀悋惺 惠惘惆 "
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "悴悋惘 悋"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "悴悋惘 悋惠悴慍悧悸..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "悋悽惠惘 RAID 悴惆 悋惷悋悸"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "悴惆惆"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "悋悽惠惘 LVM l,悴惆 悋惷悋悸"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr "悋愕 LVM"
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "悵 悋惠悴慍悧悸 悋 悋愕惠悽惆悋悋 loopback"
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "悋愕 Loopback: "
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
msgid "Give a file name"
msgstr "悋惺愀 悋愕 "
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr "悵悋 悋 愕惠悽惆 loopback 悖悽惘, 悋悽惠惘 悋 悛悽惘"
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr "悋 悴惆 愕惡悋, 惠惘惆 悋愕惠悽惆悋"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
msgid "Mount options"
msgstr "悽悋惘悋惠 悋惠悴慍"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr "惠惺悸"
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "忰惆悸"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "悋愕惠"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "忰悴 chunk"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr " 忰悵惘悋: 悵 悋惺悸 悽愀惘悸"
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "悖 惺 悋惠悴慍悧悸"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr "悋忰慍悸 %s 悴惡 悖 惠莘惡惠. 惠惘惆 惠惓惡惠悋"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1957,7 +1981,7 @@ msgid ""
"need /boot"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1965,51 +1989,51 @@ msgid ""
"If you plan to use the LILO boot manager, be careful to add a /boot partition"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
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:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "悴惆 悋惠惠愕 惘惶 %s 愕惠 惠悋惡惠 悋 悋惘惶!"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr "愕惠忰惠悋悴 悋 悋惺悋惆悸 悋惠愆愃 惡 悖 惠 惠惺 悋惠惺惆悋惠"
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "惡惺惆 惠悧悸 悋惠愕 %s, 悒 悋惡悋悋惠 悋悴惆悸 惺 悋惠悴慍悧悸 愕惠惆"
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "悴悋惘 悋惠悧悸"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "悴悋惘 惠悧悸 loopback: %s"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "悴悋惘 惠悧悸 悋惠悴慍悧悸 %s"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Hide files"
msgstr "悽惡悄 悋悋惠"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Move files to the new partition"
msgstr "悋 悋悋惠 悋 惠悴慍悧悸 悴惆惆悸"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2018,116 +2042,116 @@ msgstr ""
"悋惆 %s 忰惠 愕惡悋 惺 惡惺惷 悋惡悋悋惠\n"
"(%s)"
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
msgid "Moving files to the new partition"
msgstr "悴悋惘 悋悋惠 悋 悋惠悴慍悧悸 悋悴惆惆悸"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr "悴悋惘 愕悽 %s"
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, c-format
msgid "Removing %s"
msgstr "悴悋惘 悋慍悋悸 %s"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr "悋惠悴慍悧悸 %s 惺惘悸 悋悛 惡悋悒愕 %s"
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "悋悴悋慍: "
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "忰惘 愕悋悸 DOS: %s (悴惘惆 惠悽)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "悋惺: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "悋悋愕: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "悋惡惆悋悸: 愀悋惺 %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "悋忰悴: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s 愀悋惺"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "悋悋愕愀悋悸 %d 悋 %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "悴慍\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "愃惘 悴慍\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "忰\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "悋愕惠 %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "忰悴 Chunk %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "悖惘悋惶 RAID %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "悋愕 Loopback: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2135,7 +2159,7 @@ msgid ""
"probably leave it alone.\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2143,57 +2167,61 @@ msgid ""
"dual-booting your system.\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "悋忰悴: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "悋惆愕悸: %s 悋愕愀悋悸, %s 惘悖愕, %s 愀悋惺\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "惺悋惠: "
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "悖惘悋惶 LVM %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "惺 悴惆 悋惠愕: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "惺 bus %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
msgid "Filesystem encryption key"
msgstr "惠悋忰 惠愆惘 惴悋 悋悋惠"
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr "悋悽惠惘 惠悋忰 惠愆惘 惴悋 悋悋惠"
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr "惠悋忰 悋惠愆惘 悵悋 惡愕愀 悴惆悋 (悴惡 悖 %d 忰惘悋 惺 悋悖)"
-#: ../../diskdrake/interactive.pm_.c:1180
+#: ../../diskdrake/interactive.pm_.c:1191
msgid "The encryption keys do not match"
msgstr "悋惠忰 悋惠愆惘 愃惘 惠愀悋惡悸"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr "悋惠忰 悋惠愆惘"
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr "悋惠忰 悋惠愆惘 (惘悸 悖悽惘)"
@@ -2230,7 +2258,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Username"
msgstr "悋愕 悋愕惠悽惆"
@@ -2244,23 +2272,23 @@ msgstr "NIS Domain"
msgid "Search servers"
msgstr "悋惡忰惓 悖悴慍悸 悋悽悋惆"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s 惠悴慍 %s 惆 愆"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "悋 悖惺惘 悖悴慍 %s 悋惺 %s"
-#: ../../fs.pm_.c:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr ""
@@ -2277,258 +2305,318 @@ msgstr "惺 /usr"
msgid "server"
msgstr "悽悋惆"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr ""
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr ""
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr ""
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr ""
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr ""
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr ""
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
"point\n"
msgstr ""
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr ""
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
msgid "Not enough free space for auto-allocating"
msgstr "悋 惠悴惆 愕悋忰悸 悋悸 惠忰惆惆 悋悛"
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr "悋 愆悧 惺"
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr " 惠忰悸 悋悽愀悒 %s 惠悋惡悸 :%s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:158
+#, fuzzy
+msgid "Sound configuration"
+msgstr " CUPS 悋惺惆悋惆悋惠"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:162
+#, fuzzy
+msgid "Driver:"
+msgstr "悋忰惘"
+
+#: ../../harddrake/sound.pm_.c:173
+#, fuzzy
+msgid "No known driver"
+msgstr "愆愃 X"
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "愕 惆 悖 悋惶 ! "
+#: ../../harddrake/sound.pm_.c:177
+#, fuzzy
+msgid "Unkown driver"
+msgstr "愃惘 惺惘"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/sound.pm_.c:178
+#, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
+
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "Model"
msgstr "忰惆悸"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "hard disk model"
msgstr "Card mem (DMA)"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
#, fuzzy
msgid "Channel"
msgstr "悋愃悋悄"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:19
+#: ../../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:20
+#: ../../harddrake/ui.pm_.c:21
msgid "Module"
msgstr "忰惆悸"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "悋惶"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
#, fuzzy
msgid "Bus identification"
msgstr "悋惠忰"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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:31
+#: ../../harddrake/ui.pm_.c:32
#, fuzzy
msgid "Old device file"
msgstr "悋悽惠惘 "
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr ""
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
#, fuzzy
msgid "New devfs device"
msgstr "Gateway device"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
#, fuzzy
msgid "Number of buttons"
msgstr "2 buttons"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:60
+#: ../../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:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_愕悋惺惆悸"
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
#, fuzzy
msgid "/_Help..."
msgstr "/_愕悋惺惆悸"
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
#, fuzzy
msgid "/_About..."
msgstr "/愕悋惺惆悸/_忰 悋惡惘悋悴..."
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
#, fuzzy
msgid "Author:"
msgstr "惠忰 悛"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "悋惠忰 悋悖惘悋惶 悋惶惡悸"
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Detected hardware"
msgstr "惺惘惷 惺悋惠 悋惺惠悋惆"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:105
#, fuzzy
-msgid "Configure module"
-msgstr "悒惺惆悋惆 悋悖惘悸"
+msgid "Information"
+msgstr "悋惺惘惷 悋惺悋惠"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:108
#, fuzzy
-msgid "Informations"
-msgstr "悋惺惘惷 悋惺悋惠"
+msgid "Configure module"
+msgstr "悒惺惆悋惆 悋悖惘悸"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
msgid "Detection in progress"
msgstr ""
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr " 惷 悋惠惴惘"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
#, fuzzy
msgid "secondary"
msgstr "%d 惓悋"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "悴悋惘 悋慍悋悸 悋愀悋惡惺悸 \"%s\" ..."
@@ -2561,16 +2649,16 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:213
#, fuzzy
-msgid "Card model :"
+msgid "Card model:"
msgstr "Card mem (DMA)"
#: ../../harddrake/v4l.pm_.c:214
#, fuzzy
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "愃惘 悋惺"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
+msgid "Number of capture buffers:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:215
@@ -2579,11 +2667,11 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:217
#, fuzzy
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "忰 悋悒惺惆悋惆悋惠"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:218
@@ -2595,22 +2683,22 @@ msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2747,7 +2835,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2773,10 +2861,10 @@ msgstr ""
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -2811,11 +2899,11 @@ msgstr ""
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -2856,7 +2944,7 @@ msgstr ""
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -2887,24 +2975,12 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2913,7 +2989,7 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
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"
@@ -2933,13 +3009,13 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
"Linux operating system on your hard drive. If your hard drive is empty or\n"
@@ -2972,7 +3048,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3005,10 +3083,12 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3041,7 +3121,7 @@ msgid ""
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
"(formatting means creating a filesystem).\n"
@@ -3069,7 +3149,7 @@ msgid ""
"for bad blocks on the disk."
msgstr ""
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -3079,12 +3159,12 @@ msgid ""
"Please be patient."
msgstr ""
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3094,7 +3174,7 @@ msgid ""
"install the selected package(s), or \"Cancel\" to abort."
msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3103,19 +3183,19 @@ msgid ""
"\"Accept\" button."
msgstr ""
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3132,26 +3212,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3179,7 +3259,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3188,7 +3268,7 @@ msgid ""
"emergency boot situations."
msgstr ""
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
"Please choose the one you want to resize in order to install your new\n"
@@ -3221,34 +3301,34 @@ msgid ""
"disk or partition is called \"C:\")."
msgstr ""
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr ""
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
"installation or if you want to have greater control (\"Expert\"). You can\n"
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3257,30 +3337,35 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3294,7 +3379,7 @@ msgid ""
"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -3307,16 +3392,23 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -3346,15 +3438,15 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -3393,8 +3485,11 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
+"options, which are reserved for the expert user."
+msgstr ""
+
+#: ../../help.pm_.c:710
+msgid ""
"After you have configured the general bootloader parameters, the list of\n"
"boot options which will be available at boot time will be displayed.\n"
"\n"
@@ -3402,16 +3497,7 @@ msgid ""
"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
"the existing options. Select an entry and click \"Modify\" to modify or\n"
"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:713
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -3459,18 +3545,18 @@ msgstr ""
#: ../../help.pm_.c:759
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -3587,7 +3673,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -3600,14 +3688,14 @@ msgid ""
"associated with it."
msgstr ""
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
"and will not be recoverable!"
msgstr ""
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -3631,7 +3719,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3646,30 +3734,45 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr "NIS 悋 惠愕愀惺 悋 愕惠惺悋 悵 悋 悋惡惘悋悴 惺"
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr ""
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr ""
+#: ../../install_any.pm_.c:1023
+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
#, c-format
msgid ""
@@ -3695,73 +3798,73 @@ msgid ""
"Continue anyway?"
msgstr "悋愕惠惘 惡悖悸 忰悋"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr ""
-#: ../../install_interactive.pm_.c:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "悋愕惠惺 悋悋 忰惘悋"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr ""
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr ""
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr ""
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr ""
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid "Which partition do you want to use for Linux4Win?"
msgstr ""
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr ""
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr ""
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr ""
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr ""
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr ""
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr ""
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occured: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
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:138
+#: ../../install_interactive.pm_.c:140
msgid ""
"WARNING!\n"
"\n"
@@ -3773,80 +3876,80 @@ msgid ""
"When sure, press Ok."
msgstr ""
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr ""
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr ""
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
msgstr ""
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr ""
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr ""
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
msgstr ""
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr ""
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, 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:227
+#: ../../install_interactive.pm_.c:229
msgid "You don't have enough free space on your Windows partition"
msgstr ""
-#: ../../install_interactive.pm_.c:243
+#: ../../install_interactive.pm_.c:245
msgid "I can't find any room for installing"
msgstr ""
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr ""
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr ""
@@ -3856,12 +3959,12 @@ msgid ""
"Continue at your own risk."
msgstr ""
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr ""
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3869,12 +3972,12 @@ msgid ""
"\"\n"
msgstr ""
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr ""
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr ""
@@ -3900,142 +4003,142 @@ msgstr ""
msgid "Please choose one of the following classes of installation:"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
msgid "Load/Save on floppy"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
msgid "Updating package selection"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
msgid "Minimal install"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr ""
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
msgid "Please wait, preparing installation..."
msgstr ""
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "惡"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4045,17 +4148,17 @@ msgid ""
"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
msgstr ""
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr ""
@@ -4229,7 +4332,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "忰悸 悋悋惠忰"
@@ -4277,11 +4380,11 @@ msgstr ""
msgid "Please choose the type of your mouse."
msgstr "惘悴悋悄 悋悽惠惘 愃悸 惺 悋悖惘悸."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr ""
@@ -4313,199 +4416,182 @@ msgstr ""
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:396
-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:405
+#: ../../install_steps_interactive.pm_.c:388
msgid "No root partition found to perform an upgrade"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, 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:482
+#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:489
+#: ../../install_steps_interactive.pm_.c:472
msgid "Looking for available packages and rebuilding rpm database..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:493
+#: ../../install_steps_interactive.pm_.c:476
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "悋悽惠惘 悋忰慍 悋惠 愕惠莘惡リ"
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
"> %d)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
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:553
+#: ../../install_steps_interactive.pm_.c:537
msgid "Load from floppy"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Loading from floppy"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Package selection"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
msgid "Insert a floppy containing package selection"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
msgid "Type of install"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
msgid "With X"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
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:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr ""
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
"%d%%"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:845
+#: ../../install_steps_interactive.pm_.c:829
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -4544,7 +4630,7 @@ msgid ""
"USA"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:888
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -4556,155 +4642,155 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
msgid "Hardware clock set to GMT"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
msgid "NTP Server"
msgstr "悽悋惆 NTP"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Do you have an ISA sound card?"
msgstr "惡愀悋悸 悋惶惠 ISA 惺惆 惺惆"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "悋悖惘悸"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "愀悋惡惺悸"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
msgid "NIS"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Windows Domain"
msgstr "悋忰惶 惺 悽愀愀 Windows"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
msgid "Local files"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "悋惠忰"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
msgid "Authentication LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
msgid "LDAP Server"
msgstr "悽悋惆 LDAP"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
msgid "Authentication NIS"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "NIS Domain"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr " 悋悽悋惆 NIS"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -4720,21 +4806,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1140
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "悋惠忰"
-#: ../../install_steps_interactive.pm_.c:1142
+#: ../../install_steps_interactive.pm_.c:1127
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Domain name"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -4752,19 +4838,19 @@ msgid ""
"drive and press \"Ok\"."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "悋惆悽 悋惘 悋惓悋"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "惠悽愀"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -4780,7 +4866,7 @@ msgid ""
"%s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -4789,28 +4875,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "悛愕 , 悋 惆悽 惘 惠悋忰"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, c-format
msgid "Insert a floppy in %s"
msgstr "悖惆悽 惘惶 惘 惡悋惆悋悽 %s"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr " 悒愆悋悄 惘惶 悋悋 悋 惺 "
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr " bootloader 悒惺惆悋惆 "
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -4818,25 +4904,25 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr " aboot 惠惘惆 悖 惠愕惠悽惆 "
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
msgid "Installing bootloader"
msgstr "bootloader 悋惠惘惡 "
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1274
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -4847,24 +4933,24 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -4883,16 +4969,16 @@ msgid ""
"install chapter of the Official Mandrake Linux User's Guide."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1347
+#: ../../install_steps_interactive.pm_.c:1332
#, fuzzy
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakesoft.com/sales/contact"
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
msgid "Generate auto install floppy"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -4901,15 +4987,15 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
msgid "Save packages selection"
msgstr ""
@@ -4918,7 +5004,8 @@ msgstr ""
msgid "Mandrake Linux Installation %s"
msgstr ""
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -4935,22 +5022,22 @@ msgstr "consolehelper missing"
msgid "Choose a file"
msgstr "悒悽惠惘 "
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr "惠惆"
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr "Basic"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<-愕悋惡 "
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
msgid "Next"
msgstr "悋惠悋"
@@ -5016,375 +5103,375 @@ msgstr ""
msgid "Re-submit"
msgstr "悒惺悋惆悸 惠愕"
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "悋惠愆悸 (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "悋悖悋悸"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "悋悒愕惡悋悸"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "悋惆悸"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "悋惘愕悸"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "悋惘悴悸"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "悋惡惆悸"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "悋惘愕悸"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "悋愕惆悸"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "忰悸 悋悋惠忰 悋惡惘愀悋悸"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "忰悸 悋悋惠忰 悋悖惘悸"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
msgid "Albanian"
msgstr "悋悖惡悋悸"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr "悋悖惘悸 (惆)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr "悋悖惘悸 (悛悸 悋惠惡悸)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "悋悖惘悸 (惶惠)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr "悋悖悵惘惡悴悋悸 (悋惠)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "悋惡悴悸"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:177
#, fuzzy
msgid "Bengali"
msgstr "惠"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
msgid "Bulgarian (phonetic)"
msgstr "悋惡愃悋惘悸 (惶惠悸)"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
msgid "Bulgarian (BDS)"
msgstr "悋惡愃悋惘悸 (BDS)"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "悋惡惘悋慍悸 (ABNT-2)"
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:183
#, fuzzy
msgid "Bosnian"
msgstr "悋悒愕惠悸"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "悋惡悋惘愕悸"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "悋愕愕惘悸 (惠惶 悖悋)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "悋愕愕惘悸 (惠惶 惘愕) "
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "悋惠愆悸 (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr " 悋悖悋悸 (no dead keys)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "悋惆悋惘悸"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (惘悴悸) "
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Swedish)"
msgstr "Dvorak (愕惆悸)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "悋悒愕惠悸"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "悋悴惘悴悸 (悋惠惶 悋惘愕)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "悋悴惘悴悸 (悋惠惶 悋悋惠)"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "悋悋悸"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "悋悴惘悸 悋愃悋惘悸"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "悋惘悋惠悸"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "悋惺惡惘悸"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "悋惺惡惘悸 (惶惠悸)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr "悋悒惘悋悸"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "悋悛愕悋惆悸"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "悋悒愀悋悸"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "悋悋惡悋悸 106 悋惠忰"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
msgid "Korean keyboard"
msgstr "忰悸 悋悋惠忰 悋惘悸"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "悋悖惘悸 悋悋惠悸"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:218
#, fuzzy
msgid "Laotian"
msgstr "悋悋惠悸"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr "悋惠悋悸 AZERTY ( 惆 ) "
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr "悋惠悋悸 AZERTY ( 悴惆惆 ) "
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "悋惠悋悸 \"number row\" QWERTY"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr " 悋惠悋悸 \"phonetic\" QWERTY"
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
msgid "Latvian"
msgstr "悋悋惠悸"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr "悋惆悸"
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:227
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "悋惶惘惡悸 (cyrillic)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "悋惆悸"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr "悋惡惆悸 (qwerty layout)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr "悋惡惆悸 (qwertz layout)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "悋惡惘惠愃悋悸"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr "悋惆悸 (惡)"
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
msgid "Romanian (qwertz)"
msgstr "悋惘悋悸 (qwertz)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
msgid "Romanian (qwerty)"
msgstr "悋惘悋悸 (qwertz)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "悋惘愕悸 (Yawerty)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "悋愕悸"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "悋愕悋悸 (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "悋愕悋悸 (QWERTZ)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
msgid "Serbian (cyrillic)"
msgstr "悋惶惘惡悸 (cyrillic)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
msgstr "悋惠悋 (Unicode)"
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr "悋惠悋 (TSCII)"
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "忰悸 悋悋惠忰 悋惠悋悋惆悸"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
msgid "Tajik keyboard"
msgstr "忰悸 悋惠忰 悋愀悋悴悸"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "悋惠惘 (traditional \"F\" model)"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "悋惠惘 (modern \"Q\" model)"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "悋悖惘悋悸"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "( "
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "悋惠悋 \"numeric row\" QWERTY"
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
msgid "Yugoslavian (latin)"
msgstr "( 愃愕悋 ( 悋悋惠悸 "
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr "惠悋忰 Alt key"
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr "惠悋忰 CapsLock"
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl and Alt keys simultaneously"
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr "Alt and Shift keys simultaneously"
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr "\"Menu\" key"
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr "Left \"Windows\" key"
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr "Right \"Windows\" key"
@@ -5442,11 +5529,11 @@ msgstr "Generic PS2 Wheel Mouse"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -5454,115 +5541,125 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+#, fuzzy
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr "1 button"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "Generic 2 Button Mouse"
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr "Wheel"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "serial"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "Generic 3 Button Mouse"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (serial, old C7 type)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
msgid "busmouse"
msgstr "busmouse"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "2 buttons"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "3 buttons"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "悋 悋忰惆"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "No mouse"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr " 惷 悋悽惠惡惘 悋悖惘悸"
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
msgid "To activate the mouse,"
msgstr "To activate the mouse,"
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr " WHEEL! 忰惘 "
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+#, fuzzy
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+
+#: ../../my_gtk.pm_.c:159
msgid "Finish"
msgstr "悒惠悋悄"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "悋惠悋 ->"
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr " 悵悋 惶忰忰 ? "
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "悋惺悋惠"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "Expand Tree"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "Collapse Tree"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr ""
@@ -5597,6 +5694,74 @@ msgstr "use pppoe"
msgid "use pptp"
msgstr "use pptp"
+#: ../../network/drakfirewall.pm_.c:12
+#, fuzzy
+msgid "Web Server"
+msgstr "悽悋惆"
+
+#: ../../network/drakfirewall.pm_.c:17
+#, fuzzy
+msgid "Domain Name Server"
+msgstr "Domain name"
+
+#: ../../network/drakfirewall.pm_.c:32
+#, fuzzy
+msgid "Mail Server"
+msgstr "悽悋惆 悋惺惆 惡悋悋惠"
+
+#: ../../network/drakfirewall.pm_.c:37
+#, fuzzy
+msgid "POP and IMAP Server"
+msgstr "悽悋惆 LDAP"
+
+#: ../../network/drakfirewall.pm_.c:111
+#, fuzzy
+msgid "No network card"
+msgstr "悋 惡愀悋悸 愆惡悸 悴惆惠 "
+
+#: ../../network/drakfirewall.pm_.c:129
+#, fuzzy
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+"悖惆悋悸 惠悧悸 悋悴惆悋惘 悋悋惘 悋惡愕愀\n"
+"\n"
+"悵 悋悖惆悋悸 惠愕忰 惡惠悧悸 悴惆悋惘 悋惘 愆悽惶 惴悋 Mandrake Linux 悵悋.\n"
+"悒悵悋 惠 惠惘惆 悴惆悋惘悋 悋惘悋 惠悽惶惶悋, 悋 惴惘悸 惺\n"
+"惠慍惺悸 MandrakeSecurity Firewall."
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:164
+#, fuzzy
+msgid "Other ports"
+msgstr "悖悽惘"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -5611,7 +5776,7 @@ msgid ""
"I cannot set up this connection type."
msgstr ""
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "悋悽惠惘 悋愕愀忰 悋惡 愆惡悸 "
@@ -5624,7 +5789,7 @@ msgstr ""
msgid "no network card found"
msgstr "悋 惡愀悋悸 愆惡悸 悴惆惠 "
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "悋 惺惆悋惆 愆惡悸"
@@ -5636,7 +5801,7 @@ msgid ""
"such as ``mybox.mylab.myco.com''."
msgstr ""
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "Host 悋愕 "
@@ -5898,13 +6063,13 @@ msgstr ""
msgid "Use auto detection"
msgstr ""
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "惷惺悸 悋悽惡惘"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr ""
@@ -6052,11 +6217,11 @@ msgstr "Automatic IP"
msgid "Start at boot"
msgstr "悋惡惆悖 惺惆 悋悒悋惺"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr ""
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6064,43 +6229,55 @@ msgid ""
"You may also enter the IP address of the gateway if you have one"
msgstr ""
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "悋悽悋惆 DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway (e.g. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "Gateway device"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "Proxies 悋惺惆悋惆"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr ""
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr ""
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr "惠 悋惠愆悋 悒惺惆悋惆 悴惆悋惘 悋悋惘!"
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+"惠忰悵惘! 惠 悒悴悋惆 悒惺惆悋惆 悴惆悋惘 悋惘 悴惆 愕惡悋. 惘惡悋 惠忰惠悋悴 悋 悋惶悋忰 惆 惡惺惆 "
+"悋惠惓惡惠."
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "悋惺惆悋惆 Internet "
@@ -6204,36 +6381,36 @@ msgstr "Account Password"
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "愆 悋惠忰: "
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr ""
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
msgid ""
"You have a hole in your partition table but I can't use it.\n"
"The only solution is to move your primary partitions to have the hole next "
"to the extended partitions."
msgstr ""
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr ""
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr ""
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr ""
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -6276,150 +6453,155 @@ msgstr "LPD - Line Printer Daemon"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Print, Don't Queue"
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr "CUPS"
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr "LPRng"
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr "LPD"
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr "PDQ"
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "愀悋惡惺悸 忰悸"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "愀悋惡惺悸 惡惺惆悸"
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
msgid "Printer on remote CUPS server"
msgstr ""
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
msgid "Printer on remote lpd server"
msgstr ""
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
msgid "Network printer (TCP/Socket)"
msgstr "愀悋惡惺悸 愆惡悸 (TCP/Socket)"
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr ""
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
msgid "Printer on NetWare server"
msgstr ""
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
msgid "Enter a printer device URI"
msgstr ""
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr ""
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+#, fuzzy
+msgid "Unknown Model"
+msgstr "愃惘 惺惘"
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
msgid "Local Printers"
msgstr "悋愀悋惡惺悋惠 悋忰悸"
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
msgid "Remote Printers"
msgstr "悋愀悋惡惺悋惠 悋惡惺惆悸"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ""
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ""
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ""
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, c-format
msgid ", printing to %s"
msgstr ""
-#: ../../printer.pm_.c:544
+#: ../../printer.pm_.c:792
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ""
-#: ../../printer.pm_.c:550
+#: ../../printer.pm_.c:798
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: ../../printer.pm_.c:554
+#: ../../printer.pm_.c:802
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ""
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, c-format
msgid "(on %s)"
msgstr ""
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr ""
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, c-format
msgid "On CUPS server \"%s\""
msgstr "惺 悽悋惆 CUPS \"%s\""
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr ""
@@ -6442,11 +6624,11 @@ msgstr ""
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
msgid "CUPS configuration"
msgstr " CUPS 悋惺惆悋惆悋惠"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
msgid "Specify CUPS server"
msgstr "悋悽悋惆 CUPS 忰惆惆"
@@ -6475,7 +6657,7 @@ msgstr ""
msgid "The IP address should look like 192.168.1.20"
msgstr ""
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
msgid "The port number should be an integer!"
msgstr ""
@@ -6483,7 +6665,7 @@ msgstr ""
msgid "CUPS server IP"
msgstr "惺悋 IP 悽悋惆 CUPS"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "悋惡悋惡悸"
@@ -6491,12 +6673,127 @@ msgstr "悋惡悋惡悸"
msgid "Automatic CUPS configuration"
msgstr "惠悧悸 CUPS 悛悸"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printerdrake.pm_.c:178
+msgid "Checking your system..."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:198
+msgid ""
+"The following printers\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:199
+msgid ""
+"The following printer\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:210
+#, fuzzy
+msgid "directly connected to your system"
+msgstr "悋愕悽 悋悽愀愀 悋 惴悋"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:221
+#, fuzzy
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "惘悴悋悄 悋悽惠惘 悋悵 悋惶悸 悒 愀悋惡惺惠."
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:236
+#, fuzzy
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr ""
+" 惠惘惆 惠惺 悵 悋愀悋惡惺悸 (\"%s\")\n"
+"愀悋惡惺悸 悋惠惘悋惷悸"
+
+#: ../../printerdrake.pm_.c:238
+#, fuzzy
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr " 惠惘惆 惠悴惘惡悸 悒惺惆悋惆 愀悋惡惺悸 悖悽惘"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:240
+#, 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:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
msgid "Add a new printer"
msgstr "悖惷 愀悋惡惺悸 悴惆惆悸"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6509,7 +6806,7 @@ msgid ""
"connection types."
msgstr ""
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6518,7 +6815,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -6531,7 +6828,22 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:297
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6540,7 +6852,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -6551,25 +6863,25 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:213
+#: ../../printerdrake.pm_.c:315
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "惠忰 悋愀悋惡惺悋惠 悛悋"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
msgid "Local Printer"
msgstr "愀悋惡惺悸 忰悸"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -6583,50 +6895,50 @@ msgid ""
"Center."
msgstr ""
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Printer auto-detection"
msgstr "惠忰 悛"
-#: ../../printerdrake.pm_.c:305
+#: ../../printerdrake.pm_.c:408
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:307
+#: ../../printerdrake.pm_.c:410
#, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, c-format
msgid "Detected %s"
msgstr "惠 悋惠忰 %s"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:321
+#: ../../printerdrake.pm_.c:424
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "愀悋惡惺悸 愆惡悸 (TCP/Socket)"
-#: ../../printerdrake.pm_.c:323
+#: ../../printerdrake.pm_.c:426
#, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -6634,36 +6946,36 @@ msgid ""
"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
msgid "You must enter a device or file name!"
msgstr ""
#
-#: ../../printerdrake.pm_.c:475
+#: ../../printerdrake.pm_.c:578
#, fuzzy
msgid "No printer found!"
msgstr ""
" 惠 悋忰悋惆 愀悋惡惺悸 忰悸!\n"
"\n"
-#: ../../printerdrake.pm_.c:485
+#: ../../printerdrake.pm_.c:588
#, fuzzy
msgid "Available printers"
msgstr "愀悋惡惺悸 忰悸"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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:490
+#: ../../printerdrake.pm_.c:593
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:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -6671,7 +6983,7 @@ msgid ""
"configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -6679,81 +6991,81 @@ msgid ""
"customized printer configuration, turn on \"Manual configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
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:496
+#: ../../printerdrake.pm_.c:599
msgid "Please choose the port where your printer is connected to."
msgstr "惘悴悋悄 悋悽惠惘 悋悵 悋惶悸 悒 愀悋惡惺惠."
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
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:503
+#: ../../printerdrake.pm_.c:606
msgid "You must choose/enter a printer/device!"
msgstr ""
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
msgid "Manual configuration"
msgstr "悒惺惆悋惆 惆"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr ""
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
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:579
+#: ../../printerdrake.pm_.c:682
msgid "Remote host name"
msgstr ""
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
msgid "Remote printer name"
msgstr ""
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
msgid "Remote host name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
msgid "Remote printer name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "惠 悋惠忰 %s"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Scanning network..."
msgstr "悴悋惘 惡惆悄 悋愆惡悸..."
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "悴悋惘 悋愀惡悋惺悸 惺 悋愀悋惡惺悸 \"%s\""
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr ""
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
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 "
@@ -6761,46 +7073,46 @@ msgid ""
"access and any applicable user name, password, and workgroup information."
msgstr ""
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr ""
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr ""
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr ""
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "悴惺悸 悋惺"
-#: ../../printerdrake.pm_.c:746
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid "Auto-detected"
msgstr "惠忰 悛"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printerdrake.pm_.c:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -6824,7 +7136,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -6833,7 +7145,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -6841,11 +7153,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr ""
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
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 "
@@ -6853,43 +7165,43 @@ msgid ""
"name and password."
msgstr ""
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr ""
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr ""
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
#, c-format
msgid ", host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
#, c-format
msgid "Host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
msgid "TCP/Socket Printer Options"
msgstr ""
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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:978
+#: ../../printerdrake.pm_.c:1085
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 "
@@ -6897,58 +7209,58 @@ msgid ""
"vary. See the manual of your hardware."
msgstr ""
-#: ../../printerdrake.pm_.c:983
+#: ../../printerdrake.pm_.c:1090
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "悋愕 愕惠惷 悋愀悋惡惺悸"
-#: ../../printerdrake.pm_.c:1005
+#: ../../printerdrake.pm_.c:1112
#, fuzzy
msgid "Printer host name or IP"
msgstr "悋愕 愕惠惷 悋愀悋惡惺悸"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr ""
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr ""
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
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:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr ""
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "悋悋"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
msgid "Reading printer database..."
msgstr ""
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
msgid "Preparing printer database..."
msgstr ""
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
msgid "Your printer model"
msgstr ""
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -6963,24 +7275,24 @@ msgid ""
"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
msgid "The model is correct"
msgstr ""
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
msgid "Select model manually"
msgstr "惠 悋悽惠悋惘 悋悵悴 惆悋"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
msgid "Printer model selection"
msgstr "悒悽惠悋惘 忰惆悋惠 悋愀悋惡惺悸"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
msgid "Which printer model do you have?"
msgstr "悋 惺 悋愀悋惡惺悸 惆"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -6989,17 +7301,17 @@ msgid ""
"standing on a wrong model or on \"Raw printer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
msgid "OKI winprinter configuration"
msgstr "悒惺惆悋惆 OKI WinPrinter"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -7009,11 +7321,11 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
msgid "Lexmark inkjet configuration"
msgstr "悒惺惆悋惆 Lexmark Inkjet"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -7021,20 +7333,46 @@ msgid ""
"to."
msgstr ""
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -7044,22 +7382,22 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -7068,11 +7406,11 @@ msgstr ""
" 惠惘惆 惠惺 悵 悋愀悋惡惺悸 (\"%s\")\n"
"愀悋惡惺悸 悋惠惘悋惷悸"
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
msgid "Test pages"
msgstr ""
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -7080,39 +7418,39 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
msgid "No test pages"
msgstr ""
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
msgid "Print"
msgstr "悒愀惡惺"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
msgid "Standard test page"
msgstr ""
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
msgid "Alternative test page (A4)"
msgstr ""
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
msgid "Photo test page"
msgstr ""
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
msgid "Do not print any test page"
msgstr ""
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr ""
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -7122,21 +7460,21 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
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:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
msgid "Raw printer"
msgstr "愀悋惡惺悸 悽悋"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -7145,15 +7483,15 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -7162,7 +7500,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -7170,41 +7508,41 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, 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:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -7214,7 +7552,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -7223,40 +7561,40 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2153
+#: ../../printerdrake.pm_.c:2343
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "悴悋惘 悋愀惡悋惺悸/悋愕忰 惺 \"%s\""
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "悴悋惘 悋愀惡悋惺悸/悋愕忰 惺 \"%s\""
-#: ../../printerdrake.pm_.c:2156
+#: ../../printerdrake.pm_.c:2346
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "悴悋惘 悋愀惡悋惺悸/悋愕忰 惺 \"%s\""
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "悴悋惘 悋愀惡悋惺悸 惺 悋愀悋惡惺悸 \"%s\""
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
msgstr "悒愃悋"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
msgid "Print option list"
msgstr "悋悧悸 悽悋惘悋惠 悋愀悋惡惺悸"
-#: ../../printerdrake.pm_.c:2182
+#: ../../printerdrake.pm_.c:2373
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -7270,7 +7608,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -7283,17 +7621,17 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
msgid "Reading printer data..."
msgstr ""
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
msgid "Transfer printer configuration"
msgstr " 悒惺惆悋惆悋惠 悋愀悋惡惺悸"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -7303,51 +7641,51 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
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:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -7355,56 +7693,56 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
msgid "New printer name"
msgstr ""
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, 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:2316
+#: ../../printerdrake.pm_.c:2510
msgid "Refreshing printer data..."
msgstr ""
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
msgid "Configuration of a remote printer"
msgstr ""
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
msgid "Starting network..."
msgstr "悴悋惘 惡惆悄 悋愆惡悸..."
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
msgid "Configure the network now"
msgstr ""
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
msgid "Network functionality not configured"
msgstr " 惠 惠忰惆惆 惴悸 悋愆惡悸"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -7412,11 +7750,11 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
msgid "Go on without configuring the network"
msgstr ""
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -7426,31 +7764,31 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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:2408
+#: ../../printerdrake.pm_.c:2603
msgid "Restarting printing system..."
msgstr ""
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "high"
msgstr "惘惠惺"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "paranoid"
msgstr ""
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -7465,11 +7803,11 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
msgid "Starting the printing system at boot time"
msgstr ""
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -7483,99 +7821,96 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
msgid "Select Printer Spooler"
msgstr ""
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
msgid "Which printing system (spooler) do you want to use?"
msgstr "悖 惴悋 愀惡悋惺悸 惠惘惆 悖 惠愕惠悽惆"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printerdrake.pm_.c:2895
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "悴悋惘 悒惺惆悋惆 悋愀悋惡惺悸 \"%s\" ..."
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
msgid "Installing Foomatic..."
msgstr ""
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr ""
-#: ../../printerdrake.pm_.c:2778
-msgid "Preparing PrinterDrake..."
-msgstr ""
+#: ../../printerdrake.pm_.c:2989
+#, fuzzy
+msgid "Preparing Printerdrake..."
+msgstr "悴悋惘 惘悋悄悸 惡悋悋惠 悋愀悋惡惺悸 ..."
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
msgid "Configuring applications..."
msgstr "悴悋惘 悒惺惆悋惆 悋惠愀惡悋惠..."
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
msgid "Would you like to configure printing?"
msgstr ""
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:2875
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
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."
+"OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
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:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
msgid "Change the printing system"
msgstr "惠愃惘 惴悋 悋愀惡悋惺悸"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
msgid "Normal Mode"
msgstr ""
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
msgid "Do you want to configure another printer?"
msgstr " 惠惘惆 惠悴惘惡悸 悒惺惆悋惆 愀悋惡惺悸 悖悽惘"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
msgid "Modify printer configuration"
msgstr "惠惺惆 悋惺惆悋惆悋惠 悋愀悋惡惺悸"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, c-format
msgid ""
"Printer %s\n"
@@ -7584,100 +7919,102 @@ msgstr ""
"悋愀悋惡惺悸 %s\n"
" 惠惘惆 惠惺惆 惠 悋愀悋惡惺悸"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
msgid "Printer connection type"
msgstr "惺 惶悸 悋愀悋惡惺悸"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
msgid "Printer name, description, location"
msgstr ""
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
msgid "Print test pages"
msgstr ""
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
msgid "Know how to use this printer"
msgstr "悋惺惘 惠愕惠悽惆 悵 悋愀悋惡惺悸"
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
msgid "Remove printer"
msgstr ""
-#: ../../printerdrake.pm_.c:3245
+#: ../../printerdrake.pm_.c:3472
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "悴悋惘 悋慍悋悸 悋愀悋惡惺悸 悋惆悸 \"%s\" ..."
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
msgid "Default printer"
msgstr ""
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr ""
-#: ../../printerdrake.pm_.c:3297
+#: ../../printerdrake.pm_.c:3527
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "悴悋惘 悋慍悋悸 悋愀悋惡惺悸 \"%s\" ..."
@@ -8004,7 +8341,7 @@ msgstr "悒惠惘惠"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
msgid "System"
msgstr "惴悋"
@@ -8055,186 +8392,228 @@ msgstr "悋惡惆悖"
msgid "Stop"
msgstr "惠"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
"the worldwide Linux Community"
msgstr ""
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
+#: ../../share/advertising/02-community.pl_.c:9
+msgid "Get involved in the Free Software world"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
msgstr ""
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "悋悒惠惘惠 悋惘悋愕悸"
+#: ../../share/advertising/03-internet.pl_.c:9
+#, fuzzy
+msgid "Get the most from the Internet"
+msgstr "惶 悒 悋悒惠惘惠 "
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"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 ""
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "愕悋悧愀 惠惺惆惆悸 惘愕悋惠"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
-msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
msgstr ""
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
+#: ../../share/advertising/04-multimedia.pl_.c:11
+msgid ""
+"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
+"files, edit and handle your images or photos, and play videos"
msgstr ""
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "悋悋惺悋惡"
+
+#: ../../share/advertising/05-games.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
+" 惆 悖惷 惺惡 惡惶悋惆惘 惠忰悸 Mandrake Linux 9.0 - arcade, action, "
+"cards, sports, strategy,...."
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
msgid "Mandrake Control Center"
msgstr "惘慍 惠忰 Mandrake"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
msgid "User interfaces"
msgstr "悋悴悋惠 悋悒愕惠悽惆悋"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
+msgid ""
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
+msgstr ""
+
+#: ../../share/advertising/08-development.pl_.c:9
+msgid "Development simplified"
+msgstr ""
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
+
+#: ../../share/advertising/08-development.pl_.c:11
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
msgstr ""
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "惡惘悋悴 悋悽悋惆"
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:10
+#, fuzzy
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
"忰 悋惠 悒 悽悋惆 惺/惡 愀 惘悋惠 悸 悋 悋悖惘悸 : 悽悋惆 悋惡 , "
"悋惡惘惆 悋悒惠惘 , 惘 , 悋忰悋惘 , 悋 悽悋惆 悋愀惡惺 ,"
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "悋悋惺悋惡"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
+msgstr ""
+
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
+msgstr ""
+
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
msgstr ""
-" 惆 悖惷 惺惡 惡惶悋惆惘 惠忰悸 Mandrake Linux 8.2 - arcade, action, "
-"cards, sports, strategy,...."
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
+#: ../../share/advertising/11-mdkstore.pl_.c:10
+msgid ""
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
+msgstr ""
+
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "悋愕惠愆悋惘悋惠 Mandrake"
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
+msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
+#, fuzzy
+msgid "Become a MandrakeExpert"
+msgstr "MandrakeExpert"
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "MandrakeExpert"
-#: ../../standalone.pm_.c:40
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
+msgstr ""
+
+#: ../../standalone.pm_.c:41
msgid "Installing packages..."
msgstr "惠惘惡 愀惘惆 ..."
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "惘悴 惠愕悴 悋悽惘悴 惓 悋愕惠悽惆 Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "惘悴 悋惺悋惆悸 惠愕悴 悋惆悽 悋 %s 惠愆愀 悋惠愃惘悋惠"
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-" 悋 悖 悖惘悖 悴惆 悋惶 愕惆 悖惷悋 愕 悖忰悋 悖 悖愕惠惘 悋惶 愕悧悸 "
-
#: ../../standalone/drakTermServ_.c:188
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
@@ -8278,12 +8657,13 @@ msgstr "悋惷 愕惠悽惆"
msgid "Add/Del Clients"
msgstr "DHCP 悋惺"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
msgid "Help"
msgstr "愕悋惺惆悸"
@@ -8440,8 +8820,8 @@ msgid ""
"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr ""
@@ -8463,27 +8843,31 @@ msgstr ""
msgid "Remove the last item"
msgstr "悖慍 悋悋惆悸 悋悖悽惘悸"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:732
+#: ../../standalone/drakbackup_.c:726
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -8491,7 +8875,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -8499,13 +8883,20 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
#, fuzzy
msgid "Total progess"
msgstr "悋悴悋 悋惠惆"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -8514,16 +8905,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, c-format
+msgid "Bad password on %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "悋 悖 惠忰 %s: %s\n"
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -8534,59 +8950,64 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
msgid "Hard Disk Backup files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
msgid "Backup User files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
msgid "Backup Other files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1266
+#: ../../standalone/drakbackup_.c:1321
msgid "No changes to backup!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -8594,293 +9015,297 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, fuzzy, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr "悋惘愕悋 悋悋惠 惺 愀惘 FTP"
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1324
+#: ../../standalone/drakbackup_.c:1379
msgid " Error during mail sending. \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr ""
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1527
+#: ../../standalone/drakbackup_.c:1602
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "悋愕悽 悋惠 悋惴悋 惡:"
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
msgid "Please check all users that you want to include in your backup."
msgstr "惘悴悋悄 悋悽惠惘 悋愕惠悽惆 悋悵 惠惘惆 惠惷 悋愕悽 悋悒忰惠悋愀."
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "悋慍 悋悋惆悸 悋悽惠悋惘悸"
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
msgid "Windows (FAT32)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
msgid "Users"
msgstr "悋愕惠悽惆"
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
#, fuzzy
msgid "Use network connection to backup"
msgstr "悋愕惠悽惆 悋惘惶 悋惶惡 愕悽 悋悒忰惠悋愀"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
msgid "Please enter the host name or IP."
msgstr "惷悋 悖惆悽 悋愕 悋愕惠惷 悖 惺悋 IP."
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
#, fuzzy
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr "惷悋 悖惆悽 悋惆 悋悴惆悸 悋愕悽 悋悒忰惠悋愀悸"
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
msgid "Please enter your login"
msgstr "惘悴悋悄 悖惆悽 悋愕 悋惆悽"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
msgid "Please enter your password"
msgstr "惘悴悋悄 悸 悋惘惘"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
msgid "Remember this password"
msgstr "惠悵惘 悸 悋愕惘 悵 "
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr "悒 悋愕悋惺惆 CD/DVDROM 悋悋愕惠惺悋 "
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
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:1849
+#: ../../standalone/drakbackup_.c:1923
#, fuzzy
msgid "Please choose your CD/DVD media size"
msgstr "惘悴悋悄 悋悽惠惘 愕悋忰悸 悋惘惶 悋惆悴"
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
#, fuzzy
msgid "Please check for multisession CD"
msgstr "惷悋 惡悋惠悖愆惘 悋 悋悵悋 惠 惠愕惠悽惆 愕愀 CDRW"
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
msgid "Please check if you are using CDRW media"
msgstr "惷悋 惡悋惠悖愆惘 悋 悋悵悋 惠 惠愕惠悽惆 愕愀 CDRW"
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "悋 惷 CDRW 惷 忰惶 ,悒悵悋 悖惘惆惠 悖 惠忰 "
-#: ../../standalone/drakbackup_.c:1868
+#: ../../standalone/drakbackup_.c:1942
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "惷悋 惡悋惠悖愆惘 悋 悋悵悋 惠 惠愕惠悽惆 愕愀 CDRW"
-#: ../../standalone/drakbackup_.c:1880
+#: ../../standalone/drakbackup_.c:1954
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "惷悋 惡悋惠悖愆惘 悋 悋悵悋 惠 惠愕惠悽惆 愕愀 CDRW"
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
#, fuzzy
msgid "No CD device defined!"
msgstr "悋悽惠惘 "
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
msgid "Use tape to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "悋 惷 CDRW 惷 忰惶 ,悒悵悋 悖惘惆惠 悖 惠忰 "
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "悋 惷 CDRW 惷 忰惶 ,悒悵悋 悖惘惆惠 悖 惠忰 "
-#: ../../standalone/drakbackup_.c:1995
+#: ../../standalone/drakbackup_.c:2069
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "悋 惷 CDRW 惷 忰惶 ,悒悵悋 悖惘惆惠 悖 惠忰 "
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "惷悋 悖惆悽 悋惆 悋悴惆悸 悋愕悽 悋悒忰惠悋愀悸"
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
msgid "Use quota for backup files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
msgid "Network"
msgstr "悋愆惡悸"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr "HardDrive / NFS"
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
#, fuzzy
msgid "Tape"
msgstr "悋惺"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr " 愕悋惺悸 "
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr "悋 "
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr "悖愕惡惺悋"
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr "愆惘悋"
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
msgid "Use daemon"
msgstr "悋愕惠悽惆 悋惘悋惡"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -8888,7 +9313,7 @@ msgstr ""
"惷悋 悋悽惠惘 悋惠惘悸 \n"
"悋 惡 惺悸 愕悽 悋忰惠悋愀"
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
msgid ""
"Please choose the\n"
"media for backup."
@@ -8896,78 +9321,78 @@ msgstr ""
"惘悴悋悄 悋悽惠惘\n"
"愕愀 悋愕悽 悋悋忰惠悋愀"
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
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:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
msgid "What"
msgstr "悋悵悋 "
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
msgid "Where"
msgstr "悖"
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
msgid "When"
msgstr "惠 "
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
msgid "More Options"
msgstr "悽悋惘悋惠 悖惓惘"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
msgid "Drakbackup Configuration"
msgstr "悒惺惆悋惆悋惠 Drakbackup"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
msgid "Please choose where you want to backup"
msgstr "惘悴悋悄 悋悽惠惘 悖 惠惘惆 悋愕悽 悋悋忰惠悋愀."
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr "惺 悋惘惶 悋惶惡"
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
msgid "across Network"
msgstr "惺惡惘 悋愆惡悸"
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
msgid "Please choose what you want to backup"
msgstr "惘悴悋悄 悋悽惠惘 悋 惠惘惆 愕悽 悋忰惠悋愀悋"
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
msgid "Backup system"
msgstr "惴悋 悋愕悋惺惆"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr "愕惠悽惆 悋愕悋惺惆"
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr "悋悽惠惘悋愕惠悽惆 惆悋"
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
@@ -8975,7 +9400,7 @@ msgstr ""
"\n"
"惶悋惆惘 悋愕悋惺惆 :\n"
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
@@ -8983,7 +9408,7 @@ msgstr ""
"\n"
"-悋惠 悋惴悋 :\n"
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
@@ -8991,7 +9416,7 @@ msgstr ""
"\n"
"-悋惠 悋愕惠悽惆:\n"
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
@@ -8999,71 +9424,71 @@ msgstr ""
"\n"
"-悋悋惠 悋悖悽惘:\n"
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
"\n"
"- 悋忰惆 悋惘惶 悋惶惡 惺 悋愀惘 :%s\n"
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, fuzzy, c-format
-msgid " on device : %s"
+msgid " on device: %s"
msgstr "悴悋慍 悋悖惘悸: %s\n"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
"\n"
-"-FTP 惺 host 悋忰惆 惺 : %s\n"
+"-FTP 惺 host 悋忰惆 惺: %s\n"
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, fuzzy, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
"\n"
-"-FTP 惺 host 悋忰惆 惺 : %s\n"
+"-FTP 惺 host 悋忰惆 惺: %s\n"
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
msgid ""
"\n"
"- Options:\n"
@@ -9071,234 +9496,353 @@ msgstr ""
"\n"
"- 悽悋惘悋惠:\n"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr "\tBackups use tar and bzip2\n"
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr "\tBackups use tar and gzip\n"
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
"\n"
"-Daemon (%s) include :\n"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr "\t-Network by FTP.\n"
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr "\t-Network by SSH.\n"
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
#, fuzzy
msgid "\t-Network by rsync.\n"
msgstr "\t-Network by FTP.\n"
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
#, fuzzy
msgid "\t-Network by webdav.\n"
msgstr "\t-Network by FTP.\n"
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
msgid "Please uncheck or remove it on next time."
msgstr ""
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
msgid " Restore Configuration "
msgstr ""
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr "悋惷愃愀 悋 悋愕惠惺悋惆悸 悋惠 悋悽惘"
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr "悋悧悸 悋愕惠悽惆 悋悵 愕惠 悋愕惠惺悋惆惠"
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
msgid "Backup the system files before:"
msgstr "悋愕悽 悋惠 悋惴悋 惡:"
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
msgid "please choose the date to restore"
msgstr "惘悴悋悄 悋悽惠惘 惠悋惘悽 悋悒愕惠惺悋惆悸"
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
msgid "Use Hard Disk to backup"
msgstr "悋愕惠悽惆 悋惘惶 悋惶惡 愕悽 悋悒忰惠悋愀"
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
msgid "Please enter the directory to save:"
msgstr ""
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
msgid "FTP Connection"
msgstr "惶悸 FTP"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
msgid "Secure Connection"
msgstr "惶悸 悛悸"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
msgid "Restore from Hard Disk."
msgstr "悋愕惠惺惆 悋惘惶 悋惶惡"
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr "惷悋 悖惆悽 悋惆 悋悴惆悸 悋愕悽 悋悒忰惠悋愀悸"
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
msgid "Select another media to restore from"
msgstr "悋悽惠惘 愕愀 悛悽惘 悋愕惠惺悋惆悸 "
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
msgid "Other Media"
msgstr "愕愀 悛悽惘"
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
msgid "Restore system"
msgstr "悋愕惠惺惆 悋惴悋"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
msgid "Restore Users"
msgstr "悖惺惆 悋愕惠悽惆 "
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore Other"
msgstr "悋愕惠惺惆 悛悽惘"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "悋悽惠惘 愕悋惘 悋悒愕惠惺悋惆悸 (惡惆悋 / )"
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr " 惡愕悽 悋忰惠悋愀 悴惆惆 惡 悋悒愕惠惺悋惆悸 (愀 愕悽 悋悒忰惠悋愀悸 悋惠惆惘悴悸)"
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr "悖慍 悖惆悸 悋愕惠悽惆 惡 悋悒愕惠惺悋惆悸"
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3394
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "悋慍 悋悋惆悸 悋悽惠悋惘悸"
+
+#: ../../standalone/drakbackup_.c:3411
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "悋愕惠惺惆 悛悽惘"
+
+#: ../../standalone/drakbackup_.c:3477
+#, c-format
+msgid "Backup files not found at %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, fuzzy
+msgid "Restore From CD"
+msgstr "悋愕惠惺惆 悋惘惶 悋惶惡"
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "悋愕惠惺悋惆悸 悴惆 悋惠愕"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3524
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "悖惺惆 悋愕惠悽惆 "
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3525
+#, fuzzy
+msgid "Host Name"
+msgstr "Host 悋愕 "
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+#, fuzzy
+msgid "Password required"
+msgstr "悸 悋惘惘"
+
+#: ../../standalone/drakbackup_.c:3539
+#, fuzzy
+msgid "Username required"
+msgstr "悋愕 悋愕惠悽惆"
+
+#: ../../standalone/drakbackup_.c:3542
+#, fuzzy
+msgid "Hostname required"
+msgstr "悋愕 悋愕惠惷 :"
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "悋愕惠惺惆 悛悽惘"
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr "悋愕惠惺惆 悋愕悽 悋悒忰惠悋愀悸"
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
msgid "Custom Restore"
msgstr "悋愕惠惺悋惆悸 悽惶惶悸"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3865
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "悋愕惠惺悋惆悸 悴惆 悋惠愕"
+
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "悖惺惆 悋愕惠悽惆 "
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
msgid "Previous"
msgstr "悋愕悋惡"
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "忰惴"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
msgid "Build Backup"
msgstr "悋惡 悋愕悽悸 悋悒忰惠悋愀悸"
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
msgid "Restore"
msgstr "悋愕惠惺悋惆悸"
-#: ../../standalone/drakbackup_.c:3553
+#: ../../standalone/drakbackup_.c:4231
msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3574
-msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "悋忰慍悸 %s 悴惡 悖 惠莘惡惠. 惠惘惆 惠惓惡惠悋"
-#: ../../standalone/drakbackup_.c:3621
+#: ../../standalone/drakbackup_.c:4278
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
msgid "Please select data to restore..."
msgstr "惘悴悋悄 悋悽惠惘 惠悋惘悽 悋悒愕惠惺悋惆悸..."
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
msgid "Please select media for backup..."
msgstr "惘悴悋悄 悋悽惠惘 愕愀 悋愕悽 悋悒忰惠悋愀..."
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
msgid "Please select data to backup..."
msgstr "惘悴悋悄 悋悽惠惘 悋惡悋悋惠 悋愀惡 愕悽悋 悋忰惠悋愀悋..."
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -9306,59 +9850,59 @@ msgstr ""
" 惠 悋悴悋惆 惠悧悸 \n"
"惷悋 悋惷愃愀 惺悋悴 悖 惠惆."
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr "惠忰惠 悋惠愀惘 ... 悋惠惴惘 惷悋"
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
msgid "Backup system files"
msgstr "悋愕悽 悋惠 悋惴悋"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup user files"
msgstr "悋愕悽 悋惠 悋愕惠悽惆"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup other files"
msgstr "悋愕悽 悋惠 悖悽惘"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr "悋悴悋 悋惠惆"
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr "悋惘愕悋 悋悋惠 惺 愀惘 FTP"
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
msgid "Sending files..."
msgstr "悴悋惘 悋惘愕悋 悋悋惠..."
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
msgid "Backup Now from configuration file"
msgstr " 惡悋愕悽 悋悛 悋惠悧悸"
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
msgid "View Backup Configuration."
msgstr "悋惺惘惷 惠悧悸 悋愕悽 悋悒忰惠悋愀"
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
msgid "Wizard Configuration"
msgstr "悒惺惆悋惆悋惠 悋惺悋悴"
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
msgid "Advanced Configuration"
msgstr "悒惺惆悋惆 惠惆"
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
msgid "Backup Now"
msgstr " 惡悋愕悽 悋悒忰惠悋愀 悋悛"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
msgid ""
"options description:\n"
"\n"
@@ -9390,7 +9934,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -9399,7 +9943,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -9440,47 +9984,47 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" 悴惺 悋忰 忰惴悸 (C) 2001 MandrakeSoft 惆惡 愕惡悋愕惠悋 <dupont_s"
"\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -9513,7 +10057,7 @@ msgstr ""
"02111-1307,\n"
" USA."
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -9553,7 +10097,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -9564,7 +10108,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -9577,7 +10121,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -9658,9 +10202,9 @@ msgstr ""
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
#, fuzzy
msgid "Standalone Tools"
msgstr "悖惆悋惠 愕愀惘 悋悖悋惘"
@@ -9712,25 +10256,25 @@ msgstr "Printerdrake"
msgid "Configuration Wizards"
msgstr "惺悋悴 悒惺惆悋惆 悋愆惡悸"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
#, fuzzy
msgid "Application:"
msgstr "悋惠忰"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
msgid "Package: "
msgstr ""
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
#, fuzzy
msgid "Release: "
msgstr " 惷 悋惠惴惘"
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -9742,21 +10286,21 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
#, fuzzy
msgid "Report"
msgstr "悋愕惠惺悋惆悸"
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
#, fuzzy
msgid "Not installed"
msgstr "悋 惡惺惆 悋慍悋悸 悋惠惓惡惠"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
#, fuzzy
msgid "No browser available! Please install one"
msgstr "愕惠 愀悋惠 悋愆悋愆悸 悴惆悸 惡惺惆 悋惠惓惡惠 %s"
@@ -10197,7 +10741,7 @@ msgid "Font List"
msgstr "悋悧悸 悋悽愀愀"
#: ../../standalone/drakfont_.c:909
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "悋悽惠惘 悋惠愀惡悋惠 悋惠 愕惠惆惺 悋悽愀愀 :"
#: ../../standalone/drakfont_.c:918
@@ -10268,19 +10812,19 @@ msgstr "悖慍 悋悽愀愀 悋惴悋"
msgid "Post Uninstall"
msgstr "悋 惡惺惆 悋慍悋悸 悋惠惓惡惠"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr "愆悋惘悸 悋悒惠惶悋 惡悋悒惠惘惠"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr "悛愕, 忰 惆惺 悋惶惆悋惘悋惠 悋悋悸 2.4"
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr "愆悋惘悸 悋悒惠惶悋 惡悋悒惠惘惠 悸 忰悋悋"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -10288,31 +10832,31 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
msgid "disable"
msgstr "惠惺愀"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr "悋悋"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "reconfigure"
msgstr "悒惺惆悋悸 悋悒惺惆悋惆"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
msgid "Disabling servers..."
msgstr "悴悋惘 惠惺愀 悋悽悋惆..."
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
msgid "Internet connection sharing is now disabled."
msgstr "愆悋惘悸 悋惠惶悋 悋悒惠惘惠 愃惘 ル悸 悋悛."
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr "愆悋惘悸 悋悒惠惶悋 惡悋悒惠惘惠"
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -10320,19 +10864,19 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
msgid "enable"
msgstr "惠"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr "悴悋惘 惠 悋悽悋惆..."
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
msgid "Internet connection sharing is now enabled."
msgstr "愆悋惘悸 悒惠惶悋 悋悒惠惘惠 ル悸 悋悛."
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
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 "
@@ -10342,31 +10886,31 @@ msgid ""
"(LAN)."
msgstr ""
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr "悋悋悴悸 %s (惡悋愕惠悽惆悋 悋忰惆悸 %s)"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, c-format
msgid "Interface %s"
msgstr "悋悋悴悸 %s"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr "悋 忰 悋愆惡悸 惺 惴悋"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
msgstr ""
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "愕愀忰 惡 愆惡悸 "
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -10376,17 +10920,17 @@ msgid ""
"I am about to setup your Local Area Network with that adapter."
msgstr ""
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:259
msgid "Network interface already configured"
msgstr "悋悴悸 悋愆惡悸 惺惆悸 愕惡悋!"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -10396,15 +10940,15 @@ msgid ""
"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
msgid "Automatic reconfiguration"
msgstr "悋惺惆悋悸 惠悧悸 悛悸"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
msgid "Show current interface configuration"
msgstr "悖惴惘 惠悧悸 悋悋悴悸 悋忰悋悸"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -10421,7 +10965,7 @@ msgstr ""
"惶悸 悋IP: %s\n"
"悋愆愃: %s"
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -10433,54 +10977,42 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr "愆惡悸 忰悸 悋悧悸 C"
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
msgid "(This) DHCP Server IP"
msgstr "惺悋 IP 悽悋惆 DHCP (悵悋)"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr "悒惺悋惆悸 悒惺惆悋惆 悋悋悴悸 悽悋惆 DHCP"
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr "悋愆惡悸 悋忰悸 惠惠 惡`0', 悴悋惘 悋悽惘悴."
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"惠 悋悴悋惆 惠惺悋惘惷 惺悋 悋愆惡悸 悋忰悸 悋惡惆悧 悋悒惺惆悋惆 悋忰悋 %s!\n"
-#: ../../standalone/drakgw_.c:320
-msgid "Firewalling configuration detected!"
-msgstr "惠 悋惠愆悋 悒惺惆悋惆 悴惆悋惘 悋悋惘!"
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"惠忰悵惘! 惠 悒悴悋惆 悒惺惆悋惆 悴惆悋惘 悋惘 悴惆 愕惡悋. 惘惡悋 惠忰惠悋悴 悋 悋惶悋忰 惆 惡惺惆 "
-"悋惠惓惡惠."
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
msgid "Configuring..."
msgstr "悴悋惘 悋悒惺惆悋惆..."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr "悴悋惘 悒惺惆悋惆 悋惶惶 悋惡惘悴悸 惠惓惡惠 悋惡惘悴悋惠 惡惆悄 悋悽惆悋惠..."
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, c-format
msgid "Problems installing package %s"
msgstr "悋惠 悋 愆悋 惠惓惡惠 悋忰慍悸 %s"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -10490,23 +11022,23 @@ msgstr ""
" 悋悛 愆悋惘悸 悋惠惶悋 悋悒惠惘惠 惺 悋悖悴慍悸 悋悖悽惘 愆惡惠 悋忰悸 惡悋愕惠悽惆悋 "
"悒惺惆悋惆 悋愆惡悸 悋悖惠悋惠 (DHCP)."
-#: ../../standalone/drakgw_.c:566
+#: ../../standalone/drakgw_.c:504
msgid "The setup has already been done, but it's currently disabled."
msgstr "惠 惺 悋惠惶惡, 愃惘 ル 悋悛"
-#: ../../standalone/drakgw_.c:567
+#: ../../standalone/drakgw_.c:505
msgid "The setup has already been done, and it's currently enabled."
msgstr "惠 惺 悋惠惶惡, ル 悋悛."
-#: ../../standalone/drakgw_.c:568
+#: ../../standalone/drakgw_.c:506
msgid "No Internet Connection Sharing has ever been configured."
msgstr " 惠 悋惺惆悋惆 悖 愆悋惘悸 悋惠惶悋 惡悋悒惠惘惠"
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
msgid "Internet connection sharing configuration"
msgstr "悒惺惆悋惆悋惠 愆悋惘悸 悒惠惶悋 悋悒惠惘惠"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -10521,6 +11053,166 @@ msgstr ""
"\n"
"悋惷愃愀 惺 惠悧悸 惠愆愃 惺悋悴 悋悒惺惆悋惆."
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr " 惠 悋悴悋惆 惡愀悋悸 惠悋慍!"
+
+#: ../../standalone/draksound_.c:47
+#, fuzzy
+msgid ""
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+" 惠 悋悴悋惆 惡愀悋悸 惠悋慍 惺 悴悋慍. 惷悋 惠悖惆 悖 惡愀悋悸 悋惆/悋惠悋慍 "
+"悋惆惺悸 愕 惶悸 惡愆 惶忰忰.\n"
+"\n"
+"\n"
+" 慍悋惘悸 悋惺惆悸 惡悋悋惠 悋惺惠悋惆 悋惆惺 悋悽悋惶悸 惡悋 惺:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+#, fuzzy
+msgid "first step creation"
+msgstr "惶惺 惘惶 惘 惡惆悄 悋惴悋"
+
+#: ../../standalone/draksplash_.c:77
+#, fuzzy
+msgid "final resolution"
+msgstr "惆悸 悋惺惘惷"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#, fuzzy
+msgid "choose image file"
+msgstr "悒悽惠惘 "
+
+#: ../../standalone/draksplash_.c:79
+#, fuzzy
+msgid "Theme name"
+msgstr "悋愕 悋愕惠悽惆"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+#, fuzzy
+msgid "go to lilosplash configuration"
+msgstr "Proxies 悋惺惆悋惆"
+
+#: ../../standalone/draksplash_.c:83
+#, fuzzy
+msgid "quit"
+msgstr "悽惘悴"
+
+#: ../../standalone/draksplash_.c:84
+#, fuzzy
+msgid "save theme"
+msgstr "惠惓惡惠 悋惴悋"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#, fuzzy
+msgid "Configure bootsplash picture"
+msgstr "惠悧悸 悋悽惆悋惠"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+#, fuzzy
+msgid "go back"
+msgstr "Loopback"
+
+#: ../../standalone/draksplash_.c:120
+#, fuzzy
+msgid "preview"
+msgstr "忰惆悸"
+
+#: ../../standalone/draksplash_.c:121
+#, fuzzy
+msgid "choose color"
+msgstr "悒悽惠惘 愆悋愆悸"
+
+#: ../../standalone/draksplash_.c:124
+msgid "Display logo on Console"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:436
+#, fuzzy
+msgid "ProgressBar color selection"
+msgstr "悒悽惠悋惘 忰惆悋惠 悋愀悋惡惺悸"
+
+#: ../../standalone/draksplash_.c:454
+msgid "You must choose an image file first!"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:463
+#, fuzzy
+msgid "Generating preview ..."
+msgstr "悴悋惘 悋惠忰 悋悖悴慍悸 ..."
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -10609,11 +11301,11 @@ msgstr ""
"悋愀惡惺 tv norm 悋悽悋惶 惡 惡惆"
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr "TV norm :"
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr "悋愀悸 :"
#: ../../standalone/drakxtv_.c:114
@@ -10696,7 +11388,7 @@ msgstr " 悖惠 惡惆悄 悋惠惘悸 悋忰悸 !!!\n"
msgid "The change is done, but to be effective you must logout"
msgstr "惠 惺 悋惠愃惘, 惠 惠惺 悴惡 惺 悋悽惘悴"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
msgid "logdrake"
msgstr "logdrake"
@@ -10874,8 +11566,9 @@ msgid "service setting"
msgstr "悒惺惆悋惆悋惠 悋悽惆悋惠"
#: ../../standalone/logdrake_.c:431
+#, fuzzy
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"You will receive an alert if one of the selected services is no more running"
msgstr "愕 惠愕惠 惠惡悋 悒悵悋 悋惠 悖忰惆 悋悽惆悋惠 悋悽惠悋惘悸 愃惘 惺悋悸."
#: ../../standalone/logdrake_.c:443
@@ -10895,19 +11588,19 @@ msgstr "悒惺惆悋惆悋惠 悋惠惡"
msgid "Please enter your email address below "
msgstr "惘悴悋悄 悸 悋惘惘"
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr "忰惴 惡悒愕.."
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "惷悋, 悋悽惠惘 惺 悋悖惘悸 悋悽悋惶悸 惡."
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "忰悋悋悸 悋慍惘 悋惓悋惓"
-#: ../../standalone/printerdrake_.c:48
+#: ../../standalone/printerdrake_.c:57
msgid "Reading printer data ..."
msgstr "悴悋惘 惘悋悄悸 惡悋悋惠 悋愀悋惡惺悸 ..."
@@ -10919,32 +11612,43 @@ msgstr "悴悋惘 悋惠忰 悋悖悴慍悸 ..."
msgid "Test ports"
msgstr ""
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:56
+#, fuzzy, c-format
+msgid "%s found on %s, configure it?"
msgstr "%s found on %s 惡 "
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:65
msgid "Select a scanner"
msgstr "悋悽惠惘 悴悋慍 悋愕忰 悋惷悧"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr "悵悋 %s 悋悋愕忰 悋惷悧 愃惘 惆惺"
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, 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:95
+#: ../../standalone/scannerdrake_.c:109
msgid "choose device"
msgstr "悋悽惠惘 悋悴悋慍 "
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -10954,7 +11658,7 @@ msgstr ""
"悋悋愕忰 悋惷悧 %s 悴惡 悋惺惆悋惆 惺 愀惘 PrinterDrake.\n"
" 惠愆愃 PrinterDrake 惘慍 悋惠忰 愕 悋惺惠悋惆."
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -10965,48 +11669,18 @@ msgstr ""
" 悋悛 愕忰 悋愕惠惆悋惠 惡悋愕惠悽惆悋 ``XSane'' 惘惺 愕悋悧愀 惠惺惆惆悸/惡惘悋悴 惘愕悸 "
" 悋悧悸 悋惠愀惡悋惠."
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
"Some devices in the %s class were added:\n"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:30
-msgid "Firewalling Configuration"
-msgstr "悒惺惆悋惆悋惠 悋悴惆悋惘 悋悋惘"
-
-#: ../../standalone/tinyfirewall_.c:43
-msgid "Firewalling configuration"
-msgstr "悖惺惆悋惆悋惠 悋悴惆悋惘 悋悋惘"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"悋悴惆悋惘 悋悋惘\n"
-"\n"
-"惆 惠 惡悒惺惆悋惆 悴惆悋惘 悋惘 愕惡悋.\n"
-"悋惷愃愀 惠悧悸 惠愃惘 悖 悒慍悋悸 悋悴惆悋惘 悋悋惘"
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"悋悴惆悋惘 悋悋惘\n"
-"\n"
-"悋惷愃愀 惠悧悸 悒惺惆悋惆 悴惆悋惘 悋惘 悋愕"
-
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "悋悽惠惘 愃惠"
@@ -11079,224 +11753,7 @@ msgstr "惠惓惡惠 惠忰惆惓悋惠 悋惴悋"
msgid "Exit install"
msgstr "悋悽惘悴 悋惠惓惡惠"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"悖惆悋悸 惠悧悸 悋悴惆悋惘 悋悋惘 悋惡愕愀\n"
-"\n"
-"悵 悋悖惆悋悸 惠愕忰 惡惠悧悸 悴惆悋惘 悋惘 愆悽惶 惴悋 Mandrake Linux 悵悋.\n"
-"悒悵悋 惠 惠惘惆 悴惆悋惘悋 悋惘悋 惠悽惶惶悋, 悋 惴惘悸 惺\n"
-"惠慍惺悸 MandrakeSecurity Firewall."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"悋悛 愕愕悖 惡惺惷 悋悖愕悧悸 忰 悖 悋悽惆悋惠 惠惘惆 悖 惠愕忰 悋\n"
-"惡悋悒惠惶悋 惡悋悒惠惘惠. 惷悋 惘 惡惺悋悸 忰 悵\n"
-"悋悖愕悧悸 悖 悖 惡惠惘 .\n"
-"\n"
-"惘悴悋悄, 悋悵悋 惠 悋 惠愕惠悽惆 悖悋 悵 悋悽惆悋惠 悋忰悴惡悋 惺\n"
-"悋悴惆悋惘 悋悋惘. 惠愃惘 悋惠悧悸 悖 惠 惠惘惆 惺 愀惘\n"
-"惠愆愃 悵悋 悋惡惘悋悴 惘悸 悖悽惘!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-" 惠愆愃 悽悋惆 惡 惺 悵悋 悋悴悋慍 惠惘惆 悋悒惠惘惠 悖\n"
-"惠惘悋 悋悵悋 惠 惠愕惠悽惆 悽悋惆 惡 惠忰惠悋悴 愀 悖 惠惶 悋 惺 愀惘\n"
-"悵悋 悋悴悋慍 悖 惠悴惡 惡\"悋\" 悋.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-" 惠愆愃 悽悋惆 悖愕悋悄 愀悋悋惠 悋 悒悵悋 惠 悖惺惆惆惠 悋忰惆悋\n"
-"悒惺愀悋悄 惺悋惠 悋IP 悋悋 悋悒惠惘惠, 惷悋 悖悴惡\n"
-"惡\"悋\".\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-" 惠惘惆 悋愕悋忰 悒惠惶悋悋惠 ssh 悋悋惘惆悸 悵悋\n"
-"惡惆 惺 telnet 悋愕惠悽惆悋 惆悽. 悒悵悋 惠 惠愕惠悽惆\n"
-"telnet 悋悛 悴惡 惺 忰惠悋 惡悋惠惡惆 悋 ssh. Telnet 愃惘\n"
-"愆惘 -- 悋 愕忰 悽惠惘 惡愕惘悸 悸 悋惘惘 悒悵悋 惠 惠愕惠悽惆悋.\n"
-"SSH 愆惘 悋 愕忰 惡悋惠惶惶."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-" 惠惘惆 悋愕悋忰 悒惠惶悋悋惠 Telnet 悋悋惘惆悸\n"
-"悵悋 愃惘 悛 惡愆 悽 悋 愆惘忰悋 悋悽愀悸 悋愕悋惡悸. 忰 惶忰 惡悸\n"
-"惡悋悒悴悋惡悸 惡\"悋\" 悋 悋愕惠悽惆悋 SSH 惡惆悋\n"
-" Telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-" 惠愆愃 悽悋惆 FTP 悋 惠惘惆 悖 莬忰 惶 悋 惺 愀惘\n"
-"悋悒惠惘惠 悒悵悋 惠 悵 忰 惶忰 惡悸 惡悋愕惠悽惆悋 愀\n"
-" 悋悋惠 惺 愀惘 悋惆悽 悋悋悒愕 [Anonymous]. 悖 悋惠 惘惘 惡惺惓悸\n"
-"惺 愀惘 FTP 愕惘惠悋 惺 愀惘 惡惺惷 悋悽惠惘 惡悋 悖 FTP 悖惷悋 悋 愕惠悽惆 "
-"悋惠愆惘 悋惠 悋惘惘.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-" 惠愆愃 悽悋惆 惡惘惆 悋 悒悵悋 惠 惠惘愕 悋惘愕悋悧 悽悋 \n"
-"pine 悖 mutt 悖 悖 惡惘悋悴 惡惘惆 惺 愕愀惘 悋悖悋惘,\n"
-"悋悖惘悴忰 悖 惠惺 悵. 悒悵悋 悋 愃惘 悵, 愕悴惡 惺 忰悴惡 悋悴惆悋惘 悋悋惘 惺 悵悋.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-" 惠愆愃 悽惆悸 POP 悖 IMAP 悋 悵悋 愕\n"
-"愕惠悽惆 悋愕惠惷悋悸 忰愕悋惡悋惠 悋惡惘惆 愃惘 悋惺惠惆悸 惺 悋悒惠惘惠\n"
-"惺惡惘 悵 悋悋悸.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"惡惆 悖 惠愆愃 悋悸 悋悒惶惆悋惘 2.2. 悒悵悋 悋 惺悋 IP 悋悽悋惶\n"
-"惡愆惡惠 惠 惠忰惆惆 惺 愀惘 悋惡惠惘 惡惠 悖 惠惡 \n"
-"(菏ル 惆悋悋), 愕悴惡 惺 悋愕悋忰 惡悵悋. \n"
-"悵 悋惷悸\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-" 悋惠惠 悴悋慍 惠慍悋 惺 悴悋慍 悛悽惘\n"
-"愃悋惡悋, 悵 悋愀惘悸 惠愕惠悽惆 悖惴悸 愕/愕 悋惠愕愀悸 悋惡惘悸.\n"
-"惠忰惆惓 悖悋惠 悋惆悽 悖愆悋悄 悖悽惘 悵. 悒悵悋 惠 悴慍悄悋 \n"
-"惠惡 悖惡惘 (悖 愆悧 悵悋 悋惡) 悖 惠愕惺 惡悵悋 惡, 悋悖惘悴忰 悖\n"
-"悵悋 悋 忰惶."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"悋惠惠 悋惠悧悸. 悋 惠悋惡悸 悵 悋惠愃惘悋惠 悋 悋惘惶\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "悋 悖 惠忰 %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "%s惠悋惡悸 %s悋 悖 惠忰 \n"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr "悋, 悋 悖忰惠悋悴 悋 DHCP"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr "惺 悖忰惠悋悴 悋 DHCP"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr "悋, 悋 悖忰惠悋悴 悋 NTP"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr "惺 悖忰惠悋悴 NTP"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr "悋 惠忰惴"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr "悒忰惴 悋悽惘悴"
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-msgid "Firewall Configuration Wizard"
-msgstr "惺悋悴 悒惺惆悋惆 悋悴惆悋惘 悋悋惘"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr "悋 (悋惺 悵悋 悋悒惠惘惠 惺 愀惘 悋悴惆悋惘 悋悋惘)"
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr "惺 (悋愕忰 悵悋 悽悋 悋悴惆悋惘 悋悋惘)"
-
-#: ../../tinyfirewall.pm_.c:230
-msgid "Please Wait... Verifying installed packages"
-msgstr "惘悴 悋悒惠惴悋惘... 悴悋惘 悋惠悖惆 悋忰慍 悋惓惡惠悸"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"愆 惠惓惡惠 悋忰慍 悋惷惘惘悸: %s Bastille.\n"
-" 忰悋 惠惓惡惠 惆悋."
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -11428,6 +11885,10 @@ msgid "Graphical Environment"
msgstr "惡悧悋惠 惘愕悸"
#: ../../share/compssUsers:999
+msgid "Development"
+msgstr ""
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache, Pro-ftpd"
@@ -11539,16 +12000,247 @@ msgstr "愕悋悧愀 惠惺惆惆悸 - 愕悽 悖惘悋惶"
msgid "Scientific Workstation"
msgstr "忰愀悸 惺 惺悸"
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
+#~ msgid ""
+#~ "tinyfirewall configurator\n"
+#~ "\n"
+#~ "This configures a personal firewall for this Mandrake Linux machine.\n"
+#~ "For a powerful dedicated firewall solution, please look to the\n"
+#~ "specialized MandrakeSecurity Firewall distribution."
+#~ msgstr ""
+#~ "悖惆悋悸 惠悧悸 悋悴惆悋惘 悋悋惘 悋惡愕愀\n"
+#~ "\n"
+#~ "悵 悋悖惆悋悸 惠愕忰 惡惠悧悸 悴惆悋惘 悋惘 愆悽惶 惴悋 Mandrake Linux 悵悋.\n"
+#~ "悒悵悋 惠 惠惘惆 悴惆悋惘悋 悋惘悋 惠悽惶惶悋, 悋 惴惘悸 惺\n"
+#~ "惠慍惺悸 MandrakeSecurity Firewall."
-#, fuzzy
-#~ msgid "Basic Options"
-#~ msgstr "悽悋惘悋惠"
+#~ msgid "Internet and Messaging"
+#~ msgstr "悋悒惠惘惠 悋惘悋愕悸"
-#, fuzzy
-#~ msgid "Security Checks"
-#~ msgstr "悋悖"
+#~ msgid "Multimedia and Graphics"
+#~ msgstr "愕悋悧愀 惠惺惆惆悸 惘愕悋惠"
+
+#~ msgid "Server Software"
+#~ msgstr "惡惘悋悴 悋悽悋惆"
+
+#~ msgid "MandrakeCampus"
+#~ msgstr "MandrakeCampus"
+
+#~ msgid "MandrakeConsulting"
+#~ msgstr "悋愕惠愆悋惘悋惠 Mandrake"
+
+#~ msgid "MandrakeStore"
+#~ msgstr "MandrakeStore"
+
+#~ msgid "LBA (doesn't work on old BIOSes)"
+#~ msgstr "LBA (悋 惺 惺 悖惴悸 悋BIOS 悋惆悸)"
+
+#~ msgid "You don't have any partitions!"
+#~ msgstr "愕 惆 悖 悋惶 ! "
+
+#~ msgid ""
+#~ "I can't read your partition table, it's too corrupted for me :(\n"
+#~ "I'll try to go on blanking bad partitions"
+#~ msgstr ""
+#~ " 悋 悖 悖惘悖 悴惆 悋惶 愕惆 悖惷悋 愕 悖忰悋 悖 悖愕惠惘 悋惶 愕悧悸 "
+
+#~ msgid "Firewalling Configuration"
+#~ msgstr "悒惺惆悋惆悋惠 悋悴惆悋惘 悋悋惘"
+
+#~ msgid "Firewalling configuration"
+#~ msgstr "悖惺惆悋惆悋惠 悋悴惆悋惘 悋悋惘"
+
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "You already have set up a firewall.\n"
+#~ "Click on Configure to change or remove the firewall"
+#~ msgstr ""
+#~ "悋悴惆悋惘 悋悋惘\n"
+#~ "\n"
+#~ "惆 惠 惡悒惺惆悋惆 悴惆悋惘 悋惘 愕惡悋.\n"
+#~ "悋惷愃愀 惠悧悸 惠愃惘 悖 悒慍悋悸 悋悴惆悋惘 悋悋惘"
+
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "Click on Configure to set up a standard firewall"
+#~ msgstr ""
+#~ "悋悴惆悋惘 悋悋惘\n"
+#~ "\n"
+#~ "悋惷愃愀 惠悧悸 悒惺惆悋惆 悴惆悋惘 悋惘 悋愕"
+
+#~ msgid ""
+#~ "We'll now ask you questions about which services you'd like to allow\n"
+#~ "the Internet to connect to. Please think carefully about these\n"
+#~ "questions, as your computer's security is important.\n"
+#~ "\n"
+#~ "Please, if you're not currently using one of these services, firewall\n"
+#~ "it off. You can change this configuration anytime you like by\n"
+#~ "re-running this application!"
+#~ msgstr ""
+#~ "悋悛 愕愕悖 惡惺惷 悋悖愕悧悸 忰 悖 悋悽惆悋惠 惠惘惆 悖 惠愕忰 悋\n"
+#~ "惡悋悒惠惶悋 惡悋悒惠惘惠. 惷悋 惘 惡惺悋悸 忰 悵\n"
+#~ "悋悖愕悧悸 悖 悖 惡惠惘 .\n"
+#~ "\n"
+#~ "惘悴悋悄, 悋悵悋 惠 悋 惠愕惠悽惆 悖悋 悵 悋悽惆悋惠 悋忰悴惡悋 惺\n"
+#~ "悋悴惆悋惘 悋悋惘. 惠愃惘 悋惠悧悸 悖 惠 惠惘惆 惺 愀惘\n"
+#~ "惠愆愃 悵悋 悋惡惘悋悴 惘悸 悖悽惘!"
+
+#~ msgid ""
+#~ "Are you running a web server on this machine that you need the whole\n"
+#~ "Internet to see? If you are running a webserver that only needs to be\n"
+#~ "accessed by this machine, you can safely answer NO here.\n"
+#~ "\n"
+#~ msgstr ""
+#~ " 惠愆愃 悽悋惆 惡 惺 悵悋 悋悴悋慍 惠惘惆 悋悒惠惘惠 悖\n"
+#~ "惠惘悋 悋悵悋 惠 惠愕惠悽惆 悽悋惆 惡 惠忰惠悋悴 愀 悖 惠惶 悋 惺 愀惘\n"
+#~ "悵悋 悋悴悋慍 悖 惠悴惡 惡\"悋\" 悋.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Are you running a name server on this machine? If you didn't set one\n"
+#~ "up to give away IP and zone information to the whole Internet, please\n"
+#~ "answer no.\n"
+#~ "\n"
+#~ msgstr ""
+#~ " 惠愆愃 悽悋惆 悖愕悋悄 愀悋悋惠 悋 悒悵悋 惠 悖惺惆惆惠 悋忰惆悋\n"
+#~ "悒惺愀悋悄 惺悋惠 悋IP 悋悋 悋悒惠惘惠, 惷悋 悖悴惡\n"
+#~ "惡\"悋\".\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Do you want to allow incoming Secure Shell (ssh) connections? This\n"
+#~ "is a telnet-replacement that you might use to login. If you're using\n"
+#~ "telnet now, you should definitely switch to ssh. telnet is not\n"
+#~ "encrypted -- so some attackers can steal your password if you use\n"
+#~ "it. ssh is encrypted and doesn't allow for this eavesdropping."
+#~ msgstr ""
+#~ " 惠惘惆 悋愕悋忰 悒惠惶悋悋惠 ssh 悋悋惘惆悸 悵悋\n"
+#~ "惡惆 惺 telnet 悋愕惠悽惆悋 惆悽. 悒悵悋 惠 惠愕惠悽惆\n"
+#~ "telnet 悋悛 悴惡 惺 忰惠悋 惡悋惠惡惆 悋 ssh. Telnet 愃惘\n"
+#~ "愆惘 -- 悋 愕忰 悽惠惘 惡愕惘悸 悸 悋惘惘 悒悵悋 惠 惠愕惠悽惆悋.\n"
+#~ "SSH 愆惘 悋 愕忰 惡悋惠惶惶."
+
+#~ msgid ""
+#~ "Do you want to allow incoming telnet connections?\n"
+#~ "This is horribly unsafe, as we explained in the previous screen. We\n"
+#~ "strongly recommend answering No here and using ssh in place of\n"
+#~ "telnet.\n"
+#~ msgstr ""
+#~ " 惠惘惆 悋愕悋忰 悒惠惶悋悋惠 Telnet 悋悋惘惆悸\n"
+#~ "悵悋 愃惘 悛 惡愆 悽 悋 愆惘忰悋 悋悽愀悸 悋愕悋惡悸. 忰 惶忰 惡悸\n"
+#~ "惡悋悒悴悋惡悸 惡\"悋\" 悋 悋愕惠悽惆悋 SSH 惡惆悋\n"
+#~ " Telnet.\n"
+
+#~ msgid ""
+#~ "Are you running an FTP server here that you need accessible to the\n"
+#~ "Internet? If you are, we strongly recommend that you only use it for\n"
+#~ "Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
+#~ "attackers, since FTP also uses no encryption for transferring passwords.\n"
+#~ msgstr ""
+#~ " 惠愆愃 悽悋惆 FTP 悋 惠惘惆 悖 莬忰 惶 悋 惺 愀惘\n"
+#~ "悋悒惠惘惠 悒悵悋 惠 悵 忰 惶忰 惡悸 惡悋愕惠悽惆悋 愀\n"
+#~ " 悋悋惠 惺 愀惘 悋惆悽 悋悋悒愕 [Anonymous]. 悖 悋惠 惘惘 惡惺惓悸\n"
+#~ "惺 愀惘 FTP 愕惘惠悋 惺 愀惘 惡惺惷 悋悽惠惘 惡悋 悖 FTP 悖惷悋 悋 愕惠悽惆 "
+#~ "悋惠愆惘 悋惠 悋惘惘.\n"
+
+#~ msgid ""
+#~ "Are you running a mail server here? If you're sending you \n"
+#~ "messages through pine, mutt or any other text-based mail client,\n"
+#~ "you probably are. Otherwise, you should firewall this off.\n"
+#~ "\n"
+#~ msgstr ""
+#~ " 惠愆愃 悽悋惆 惡惘惆 悋 悒悵悋 惠 惠惘愕 悋惘愕悋悧 悽悋 \n"
+#~ "pine 悖 mutt 悖 悖 惡惘悋悴 惡惘惆 惺 愕愀惘 悋悖悋惘,\n"
+#~ "悋悖惘悴忰 悖 惠惺 悵. 悒悵悋 悋 愃惘 悵, 愕悴惡 惺 忰悴惡 悋悴惆悋惘 悋悋惘 惺 "
+#~ "悵悋.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Are you running a POP or IMAP server here? This would\n"
+#~ "be used to host non-web-based mail accounts for people via \n"
+#~ "this machine.\n"
+#~ "\n"
+#~ msgstr ""
+#~ " 惠愆愃 悽惆悸 POP 悖 IMAP 悋 悵悋 愕\n"
+#~ "愕惠悽惆 悋愕惠惷悋悸 忰愕悋惡悋惠 悋惡惘惆 愃惘 悋惺惠惆悸 惺 悋悒惠惘惠\n"
+#~ "惺惡惘 悵 悋悋悸.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "You appear to be running a 2.2 kernel. If your network IP\n"
+#~ "is automatically set by a computer in your home or office \n"
+#~ "(dynamically assigned), we need to allow for this. Is\n"
+#~ "this the case?\n"
+#~ msgstr ""
+#~ "惡惆 悖 惠愆愃 悋悸 悋悒惶惆悋惘 2.2. 悒悵悋 悋 惺悋 IP 悋悽悋惶\n"
+#~ "惡愆惡惠 惠 惠忰惆惆 惺 愀惘 悋惡惠惘 惡惠 悖 惠惡 \n"
+#~ "(菏ル 惆悋悋), 愕悴惡 惺 悋愕悋忰 惡悵悋. \n"
+#~ "悵 悋惷悸\n"
+
+#~ msgid ""
+#~ "Is your computer getting time syncronized to another computer?\n"
+#~ "Mostly, this is used by medium-large Unix/Linux organizations\n"
+#~ "to synchronize time for logging and such. If you're not part\n"
+#~ "of a larger office and haven't heard of this, you probably \n"
+#~ "aren't."
+#~ msgstr ""
+#~ " 悋惠惠 悴悋慍 惠慍悋 惺 悴悋慍 悛悽惘\n"
+#~ "愃悋惡悋, 悵 悋愀惘悸 惠愕惠悽惆 悖惴悸 愕/愕 悋惠愕愀悸 悋惡惘悸.\n"
+#~ "惠忰惆惓 悖悋惠 悋惆悽 悖愆悋悄 悖悽惘 悵. 悒悵悋 惠 悴慍悄悋 \n"
+#~ "惠惡 悖惡惘 (悖 愆悧 悵悋 悋惡) 悖 惠愕惺 惡悵悋 惡, 悋悖惘悴忰 悖\n"
+#~ "悵悋 悋 忰惶."
+
+#~ msgid ""
+#~ "Configuration complete. May we write these changes to disk?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+#~ msgstr ""
+#~ "悋惠惠 悋惠悧悸. 悋 惠悋惡悸 悵 悋惠愃惘悋惠 悋 悋惘惶\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+
+#~ msgid "Can't open %s for writing: %s\n"
+#~ msgstr "%s惠悋惡悸 %s悋 悖 惠忰 \n"
+
+#~ msgid "No I don't need DHCP"
+#~ msgstr "悋, 悋 悖忰惠悋悴 悋 DHCP"
+
+#~ msgid "Yes I need DHCP"
+#~ msgstr "惺 悖忰惠悋悴 悋 DHCP"
+
+#~ msgid "No I don't need NTP"
+#~ msgstr "悋, 悋 悖忰惠悋悴 悋 NTP"
+
+#~ msgid "Yes I need NTP"
+#~ msgstr "惺 悖忰惠悋悴 NTP"
+
+#~ msgid "Don't Save"
+#~ msgstr "悋 惠忰惴"
+
+#~ msgid "Save & Quit"
+#~ msgstr "悒忰惴 悋悽惘悴"
+
+#~ msgid "Firewall Configuration Wizard"
+#~ msgstr "惺悋悴 悒惺惆悋惆 悋悴惆悋惘 悋悋惘"
+
+#~ msgid "No (firewall this off from the internet)"
+#~ msgstr "悋 (悋惺 悵悋 悋悒惠惘惠 惺 愀惘 悋悴惆悋惘 悋悋惘)"
+
+#~ msgid "Yes (allow this through the firewall)"
+#~ msgstr "惺 (悋愕忰 悵悋 悽悋 悋悴惆悋惘 悋悋惘)"
+
+#~ msgid "Please Wait... Verifying installed packages"
+#~ msgstr "惘悴 悋悒惠惴悋惘... 悴悋惘 悋惠悖惆 悋忰慍 悋惓惡惠悸"
+
+#~ msgid ""
+#~ "Failure installing the needed packages: %s and Bastille.\n"
+#~ " Try to install them manually."
+#~ msgstr ""
+#~ "愆 惠惓惡惠 悋忰慍 悋惷惘惘悸: %s Bastille.\n"
+#~ " 忰悋 惠惓惡惠 惆悋."
#~ msgid "Data list to include on CDROM."
#~ msgstr "悋悧悸 悋惡悋悋惠 悋惠 愕惠惷 悋惘惶."
@@ -11575,18 +12267,6 @@ msgstr "忰愀悸 惺 惺悸"
#~ " 惷 忰惶 悒悵悋 悖惘惆惠 悖 惠惠惷 \n"
#~ "惘惡 悋悴惆惘 惺 惘惶 悋惆悴"
-#, fuzzy
-#~ msgid "PDC Server Name"
-#~ msgstr "悽悋惆 NTP"
-
-#, fuzzy
-#~ msgid "Installing SANE packages..."
-#~ msgstr "惠惘惡 愀惘惆 ..."
-
-#, fuzzy
-#~ msgid "Installing mtools packages..."
-#~ msgstr "惠惘惡 愀惘惆 ..."
-
#~ msgid "Control Center"
#~ msgstr "惘慍 悋惠忰 "
@@ -11690,12 +12370,6 @@ msgstr "忰愀悸 惺 惺悸"
#~ msgid "Choose a X driver"
#~ msgstr "悒悽惠惘 愆愃 X"
-#~ msgid "X driver"
-#~ msgstr "愆愃 X"
-
-#~ msgid "Warning: testing this graphics card may freeze your computer"
-#~ msgstr "惠忰悵惘: 悋悽惠惡悋惘 惡愀悋悸 悋惺惘惷 悵 惆 惠愕惡 悋悋 悴悋慍"
-
#~ msgid "Standard VGA, 640x480 at 60 Hz"
#~ msgstr "Standard VGA, 640x480 at 60 Hz"
diff --git a/perl-install/share/po/az.po b/perl-install/share/po/az.po
index e21ba8371..ed3f2ef88 100644
--- a/perl-install/share/po/az.po
+++ b/perl-install/share/po/az.po
@@ -5,8 +5,8 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: drakfloppy 0.43\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
+"Project-Id-Version: DrakX\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
"PO-Revision-Date: 2001-09-01 22:26GMT +0200\n"
"Last-Translator: Vasif 聴smay脹lolu MD <azerb_linux@hotmail.com>\n"
"Language-Team: Azerbaijani Turkish <linuxaz@azerimal.net>\n"
@@ -48,23 +48,22 @@ msgid "32 MB"
msgstr "32 MB"
#: ../../Xconfig/card.pm_.c:24
-#, fuzzy
msgid "64 MB or more"
-msgstr "16 MB v ya daha 巽ox"
+msgstr "64 MB v ya daha 巽ox"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "Bir X vericisi se巽in"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "X verici"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
msgstr "oxlu Bal脹q qurad脹r脹lmas脹"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -72,27 +71,27 @@ msgstr ""
"Sizin sisteminiz 巽oxlu bal脹q qurad脹rmas脹n脹 dstklyir.\n"
"N etmk istyirsiniz?"
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
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:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "XFree qurad脹r脹lmas脹"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "Nec bir XFree qurusunu istyirsiniz?"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr "B端t端n bal脹qlar脹 ayr脹 ayr脹 qurad脹r"
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr "Xinerama ifadlrini ilt"
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Tkc \"%s\" kart脹n脹 qur (%s)"
@@ -103,13 +102,13 @@ msgstr "Tkc \"%s\" kart脹n脹 qur (%s)"
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "3D avadanl脹q s端r'tlndirmsi il XFree %s"
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -121,17 +120,17 @@ msgstr ""
"Sizin kart脹n脹za XFree %s trfindn dstk verilir ve bu 2D 端巽端n daha yax脹 "
"bir fikir olar."
-#: ../../Xconfig/card.pm_.c:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Sizin kart脹n脹z脹n XFree %s il 3D dstyi ola bilr."
-#: ../../Xconfig/card.pm_.c:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "SINAQ MRHLS聴NDK聴 3D s端r'tlndirm dstkli XFree %s"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -145,7 +144,7 @@ msgstr ""
"Sizin kart脹n脹za XFree %s trfindn dstk verilir ve bu 2D 端巽端n daha yax脹 "
"bir se巽ki olar."
-#: ../../Xconfig/card.pm_.c:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -154,53 +153,54 @@ msgstr ""
"Sizin kart脹n脹z脹n XFree %s il 3D dstyi ola bilr.\n"
"D聴QQT! BU SINAQ MRHLSINDDIR V KOMPTER聴N聴Z DONDURA BILR."
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr ""
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "X端susi"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
#, fuzzy
msgid "Graphic Card"
msgstr "Ekran kart脹"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "Rezolyusiya"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Se巽nklr"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "Oldu"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "脹x"
@@ -217,28 +217,28 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "Monitorunuzu se巽in"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "mumi"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
#, fuzzy
msgid "Vendor"
msgstr "Geri al"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -256,11 +256,11 @@ msgstr ""
"se巽mmyiniz 巽ox vacibdir, ks halda monitor zrr g旦rr.\n"
"Se巽rkn bir qrars脹zl脹a d端rsniz, al巽aq rezolyusiya se巽in."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "f端qi yenilm s端r'ti"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "aquli yenilm s端r'ti"
@@ -297,36 +297,41 @@ msgstr "Rezolyusiya v rng drinliyini se巽in"
msgid "Graphics card: %s"
msgstr "Ekran kart脹: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "Lv et"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "Qurular脹n s脹na脹"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "Qurular脹 s脹namaq istyirsiniz?"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "Qurular脹n s脹na脹"
+#: ../../Xconfig/test.pm_.c:31
+#, fuzzy
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Diqqt: Bu qrafika kart脹 il edilck s脹naq thl端klidir"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -462,26 +467,22 @@ msgstr "DOS/W聴ndowsdan a巽脹l (loadlin)"
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "Sistem y端klyicisi ana se巽nklri"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "聴stifad edilck A巽脹l脹 idarcisi"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "A巽脹l脹 y端klyici quruluu"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "A巽脹l脹 avadanl脹脹"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (k旦hn BIOSlarda ilmz)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "Bsit"
@@ -498,16 +499,17 @@ msgstr "Ekran modu"
msgid "Delay before booting default image"
msgstr "A巽脹l脹da gecikm m端ddti"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Parol"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "Parol (tkrar)"
@@ -542,14 +544,14 @@ msgid ""
msgstr ""
"``mr stiri se巽nklrini mhdudlad脹r`` se巽nyi parolsuz bir i yaramaz"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "Xahi edirik tkrar s脹nay脹n"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "Parollar uyun glmir"
@@ -594,16 +596,16 @@ msgstr ""
"Buradak脹 bir birindn frqli se巽nklr yenilrini lav ed bilr,\n"
"ya da m旦vcud olanlar脹 dyidir bilrsiniz."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "lav et"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "Qurtard脹"
@@ -615,7 +617,7 @@ msgstr "Tkmilldir"
msgid "Which type of entry do you want to add?"
msgstr "Ne c端r bir giri istyirsiniz?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linuks"
@@ -710,13 +712,13 @@ msgstr "Baqa var?"
msgid "Do you have any %s interfaces?"
msgstr "He巽 %s ara 端z端 var?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Xeyr"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Bli"
@@ -814,40 +816,48 @@ msgstr ""
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+msgid "access to network tools"
+msgstr ""
+
+#: ../../any.pm_.c:755
+msgid "access to compilation tools"
+msgstr ""
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(%s art脹q lav edilmidir)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "Zif parol se巽diniz!"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "Xahi edirik bir istifad巽i ad脹 al脹n"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"聴stifad巽i ad脹nda sadac ki巽ik hrflr, rqmlr, `-' v `_' xarakterlri "
"ola bilr"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:768
#, fuzzy
msgid "The user name is too long"
msgstr "Bu istifad巽i ad脹 art脹q vard脹r"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "Bu istifad巽i ad脹 art脹q vard脹r"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "聴stifad巽ini lav et"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -856,32 +866,32 @@ msgstr ""
"Bir istifad巽i girin\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "聴stifad巽ini qbul et"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "Hqiqi ad脹"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "聴stifad巽i ad脹"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "Qab脹q"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "Timsal"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "Avtomatik Giri"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -890,59 +900,59 @@ msgstr ""
"Komp端terinizi avtomatik olaraq bir istifad巽i il balada bilrm.\n"
"聴stmirsiniz is rdd edin."
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "sas istifad巽ini se巽in:"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "聴stifad etmk istdiyiniz pncr idar巽isini se巽in:"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
#, fuzzy
msgid "Please choose a language to use."
msgstr "Xahi edirik istifad 端巽端n bir dil se巽in."
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
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 bilcyiniz baqa dillr se巽 bilrsiniz"
-#: ../../any.pm_.c:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Ham脹s脹"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
#, fuzzy
msgid "Allow all users"
msgstr "聴stifad巽i lav et"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
#, fuzzy
msgid "No sharing"
msgstr "CUPS balay脹r"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
"Bu paket yenilnmlidir\n"
"Sistemdn 巽脹xarmaq m旦vzusunda ciddisiniz?"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
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 "
@@ -951,42 +961,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
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:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "Krakerlr xoglmisiniz"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "Zif"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standart"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "Y端ksk"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
#, fuzzy
msgid "Higher"
msgstr "Y端ksk"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "端bhci"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
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"
@@ -997,7 +1007,7 @@ msgstr ""
"ildilck, ancaq xtalara qar脹 da hssaiyyti d artacaqd脹r. 聴nternet \n"
"bal脹 isniz bunu t旦vsiy etmirik. Parol il girilir."
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1005,7 +1015,7 @@ msgstr ""
"Parollar fallad脹r脹ld脹, yen d bir bk 端st端nd istifad edilmmsi "
"t旦vsiy edilir."
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1014,13 +1024,13 @@ msgstr ""
"聴nternet bal脹 bir komp端ter 端巽端n standart v t旦vsiy ediln bir "
"thl端ksizlik sviyysidir."
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1035,7 +1045,7 @@ msgstr ""
"Thl端ksizlik, birdn 巽ox al脹c脹n脹n balanmas脹na icaz verck kild "
"art脹r脹lm脹d脹r. "
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1045,32 +1055,32 @@ msgstr ""
"tamamil qapal脹d脹r.\n"
"Thl端ksizlik sviyysi indi n 端stddir."
-#: ../../any.pm_.c:1091
+#: ../../any.pm_.c:1094
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Se巽nklr"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Thl端ksizlik sviyysini se巽in"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
#, fuzzy
msgid "Security level"
msgstr "Thl端ksizlik sviyysinin qurad脹r脹lmas脹"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
#, fuzzy
msgid "Use libsafe for servers"
msgstr "X verici 端巽端n se巽nklri g旦strin"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr ""
@@ -1112,7 +1122,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:935
+#: ../../bootloader.pm_.c:932
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Emeliyyat sistemi secici GRUB'a xos glmissiniz!"
@@ -1126,7 +1136,7 @@ msgstr "Emeliyyat sistemi secici GRUB'a xos glmissiniz!"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:935
#, 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"
@@ -1141,7 +1151,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:941
+#: ../../bootloader.pm_.c:938
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Sistemi secili emeliyyat sistemiyle acmaq ucun entere,"
@@ -1155,7 +1165,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:944
+#: ../../bootloader.pm_.c:941
msgid "commands before booting, or 'c' for a command-line."
msgstr ""
"acilisdan evvel emrleri duzeltmk ucun 'e', emr setiri ucun ise 'c' basin"
@@ -1170,32 +1180,32 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:944
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Isaretli secenek %d saniye icinde sistemi acacaq."
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:948
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:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "Masa st端"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "Balama Menyusu"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Sistem y端klyicisini haraya qurmaq istyirsiniz?"
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr "hllik yard脹m sistemi m旦vcud deyildir.\n"
@@ -1203,8 +1213,8 @@ msgstr "hllik yard脹m sistemi m旦vcud deyildir.\n"
msgid "Boot Style Configuration"
msgstr "Qurulum Trzi Qurad脹r脹lmas脹"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Fayl"
@@ -1214,7 +1224,7 @@ msgstr "/_Fayl"
msgid "/File/_Quit"
msgstr "/Fayl/_脹x"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1256,94 +1266,101 @@ msgstr "Sistemi qur"
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+#, fuzzy
+msgid "Create new theme"
+msgstr "Yeni b旦lm yarat"
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr ""
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "Xta"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
#, fuzzy
msgid "Notice"
msgstr "NoV聴deo"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
#, fuzzy
msgid "Theme installation failed!"
msgstr "Qurulu sinifini se巽in"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1352,23 +1369,22 @@ msgstr ""
"A巽脹l脹 聴dar巽isi olaraq haz脹rda %s ildirsiniz.\n"
"Qurad脹rma sehirbaz脹n脹 balatmaq 端巽端n t脹qlay脹n."
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Qur"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
#, fuzzy
msgid "Splash selection"
msgstr "Paket se巽kilrini saxla"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1377,45 +1393,45 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr "Sistem modu"
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr "A巽脹l脹da X-Window sistemini balat"
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr "Xeyr, Avtomatik giri istmirm"
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
"Bli, bu istifad巽i 端巽端n avtomatik giri istyirm (istifad巽i, masa 端st端)"
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr "Oldu"
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "/etc/inittab oxunmaq 端巽端n a巽脹la bilmir: %s"
@@ -1521,48 +1537,53 @@ msgstr "serial"
msgid "United States"
msgstr ""
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-msgid "Unknown Model"
-msgstr ""
-
#: ../../diskdrake/dav.pm_.c:23
#, fuzzy
msgid "New"
msgstr "yeni"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "Ay脹r"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "Bala"
+
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "Verici"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Balama n旦qtsi"
-#: ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/dav.pm_.c:81
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Xahi edirik si巽an脹n脹z脹 se巽in"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:92
+#: ../../diskdrake/dav.pm_.c:105
#, fuzzy
msgid "Server: "
msgstr "Verici"
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Balama n旦qtsi: "
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Se巽nklr: %s"
@@ -1571,8 +1592,9 @@ msgstr "Se巽nklr: %s"
msgid "Please make a backup of your data first"
msgstr "vvlc datan脹z脹n yedyini al脹n"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "Diqqtl Oxuyun!"
@@ -1611,10 +1633,15 @@ 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:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "trafl脹"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+#, fuzzy
+msgid "No hard drives found"
+msgstr "Yerli ap Edici"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1640,13 +1667,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "Bo"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "Digr"
@@ -1654,12 +1681,12 @@ msgstr "Digr"
msgid "Filesystem types:"
msgstr "Fayl sistemi n旦v端:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "Yarat"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "N旦v"
@@ -1669,7 +1696,7 @@ msgstr "N旦v"
msgid "Use ``%s'' instead"
msgstr "Yerin ``%s'' ilt"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "Sil"
@@ -1677,7 +1704,7 @@ msgstr "Sil"
msgid "Use ``Unmount'' first"
msgstr "vvlc ``Ay脹r'-脹 ilt"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1685,111 +1712,111 @@ msgstr ""
"%s b旦lmsinin n旦v端n端 dyidirdikdn sonra, bu b旦lmdki b端t端n m'lumatlar "
"silinckdir"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
#, fuzzy
msgid "Choose a partition"
msgstr "Monitorunuzu se巽in"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
#, fuzzy
msgid "Choose another partition"
msgstr "Yeni b旦lm yarat"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
#, fuzzy
msgid "Exit"
msgstr "Ext2"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "Usta moduna ke巽"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "Normal moda ke巽"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "Geri al"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "Davam edilsin?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "Qeyd etmdn 脹x"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "B旦lm cdvlini qeyd etmdn 巽脹x脹rs脹n脹z?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
#, fuzzy
msgid "Do you want to save /etc/fstab modifications"
msgstr "Qurular脹 s脹namaq istyirsiniz?"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "Avtomatik ay脹r"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "Ham脹s脹n脹 tmizl"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "Daha ox"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
#, fuzzy
msgid "Hard drive information"
msgstr "Sabit disk se巽kisi"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "B端t端n birinci b旦lmlr istifadddir"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "Art脹q b旦lm lav edil bilmz"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
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旦lmni silib mntiqi b旦lm yarad脹n"
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
#, fuzzy
msgid "Save partition table"
msgstr "B旦lm cdvlini yaz"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
#, fuzzy
msgid "Restore partition table"
msgstr "B旦lm cdvlini qurtar"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "B旦lm cdvlini qurtar"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
#, fuzzy
msgid "Reload partition table"
msgstr "B旦lm cdvlini qurtar"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
#, fuzzy
msgid "Removable media automounting"
msgstr "Tax脹l脹b s旦k端l biln avadanl脹qlar脹n avtomatik balanmas脹"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "Fayl se巽"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1797,11 +1824,11 @@ msgstr ""
"Yedk b旦lm cdvli eyni b旦y端kl端y sahib deyil\n"
"Davam etmk istyirsiniz?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "Xbrdarl脹q"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1809,114 +1836,106 @@ msgstr ""
"Disket s端r端c端y bir disket yerldirin\n"
"Bu disketdki b端t端n m'lumatlar yox olacaqd脹r"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "B旦lm cdvli qurtar脹lmaa chd edilir"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
#, fuzzy
msgid "Detailed information"
msgstr "M'lumat脹 g旦str"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "B旦y端kl端y端n端 Dyidir"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "Da脹"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "killndir"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Bala"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "RAID lav et"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "LVM lav et"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Ay脹r"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "RAIDdn ay脹r"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "LVMdn ay脹r"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "RAIDi dyidir"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "Loopback 端巽端n istifad et"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "Yeni b旦lm yarat"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "Balan脹巽 sektoru: "
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "MB cinsindn b旦y端kl端k: "
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "Fayl sistemi n旦v端: "
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "X端susiyytlr: "
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
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:494
+#: ../../diskdrake/interactive.pm_.c:499
#, fuzzy
msgid "Remove the loopback file?"
msgstr "Loopback fayl脹 killndirilir: %s"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "B旦lm n旦v端n端 Dyidir"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Hans脹 dili istyirsiniz?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "%s loopback avadanl脹脹n脹 haraya balamaq istyirsiniz?"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "%s avadanl脹脹n脹 haraya balamaq istyirsiniz?"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1925,144 +1944,144 @@ msgstr ""
"n旦qtsindn ayr脹la bilinmir.\n"
"vvlc loopback-脹 lv edin."
-#: ../../diskdrake/interactive.pm_.c:584
+#: ../../diskdrake/interactive.pm_.c:594
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "%s avadanl脹脹n脹 haraya balamaq istyirsiniz?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "Fat fayl sistemi uclar脹 hesaplan脹r"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "B旦y端kl端y端 dyidirilir"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr "Hans脹 b旦lm n旦v端n端 istyirsiniz?"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr "Bu b旦lmdki b端t端n m'lumatlar yedklnmlidir"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"%s b旦lmsi b旦y端kl端y端 dyidirildirkdn sonra bu b旦lmdki b端t端n m'lumatlar "
"silinckdir"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "Yeni b旦y端kl端k se巽in"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
#, fuzzy
msgid "New size in MB: "
msgstr "MB cinsindn b旦y端kl端k: "
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "Hans脹 disk da脹maq istyirsiniz?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "Hans脹 sektora da脹maq istyirsiniz?"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "Da脹n脹r"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "B旦lm da脹n脹r..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "lav etmk 端巽端n m旦vcud bir RAID se巽in"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "yeni"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "lav etmk 端巽端n m旦vcud bir LVM se巽in"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr "LVM ad脹?"
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "Bu disk b旦lmsi loopback 端巽端n ildilmz"
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "Loopback fayl ad脹: "
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
#, fuzzy
msgid "Give a file name"
msgstr "Hqiqi ad脹"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr ""
"Fayl baqa bir loopback trfindn istifadddir, baqa\n"
"birini se巽in"
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr "Fayl onsuz da vard脹r. 聴ldilsin?"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
#, fuzzy
msgid "Mount options"
msgstr "Modul se巽nklri:"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "avadanl脹q"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "sviyy"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "par巽a b旦y端kl端y端"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr "Diqqtl脹 olun: bu mliyyat thl端klidir."
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "Nc b旦lmlandirm istyirsn?"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr ""
"Bu paket yenilnmlidir\n"
"Sistemdn 巽脹xarmaq m旦vzusunda ciddisiniz?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2074,7 +2093,7 @@ msgstr ""
"ehtiyac脹n脹z yoxdur v ya LILO istifadsini s脹nayars脹n脹z, ancaq LILO ilmy "
"bilr."
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2086,7 +2105,7 @@ msgstr ""
"istyirsinizs, \n"
"/boot b旦lmsini lav edrkn 巽ox diqqtli olmal脹s脹n脹z."
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2097,132 +2116,132 @@ msgstr ""
"gr lilo ya da grub istifad etmk istyirsinizs, bir /boot b旦lmsi\n"
"lav etmyi unutmay脹n"
-#: ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, 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 cdvli disk yaz脹lacaq!"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr "Yeni qurular脹n fallama脹 端巽端n sistemi yenidn balatmal脹s脹n脹z"
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"%s b旦lmsi killndirildikdn sonra bu b旦lmdki b端t端n m'lumatlar "
"silinckdir"
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "killndirilir"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "Loopback fayl脹 killndirilir: %s"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "killndiriln b旦lm: %s"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
#, fuzzy
msgid "Hide files"
msgstr "mkraid iflas etdi"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
#, fuzzy
msgid "Move files to the new partition"
msgstr "Yeni b旦lmlr 端巽端n bo sah yoxdur"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
#, fuzzy
msgid "Moving files to the new partition"
msgstr "Yeni b旦lmlr 端巽端n bo sah yoxdur"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, fuzzy, c-format
msgid "Removing %s"
msgstr "Rezolyusiya: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "Avadanl脹q: "
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS s端r端c端 hrfi: %s (sadc txmini)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "N旦v: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "Ad: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "Balan脹c: sektor %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "B旦y端kl端y端: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s sektor"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, fuzzy, c-format
msgid "Cylinder %d to %d\n"
msgstr "Silindr %d -dn silindr %d-y\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "killndirilmi\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "killndirilmmi\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "Bal脹\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -2231,7 +2250,7 @@ msgstr ""
"Loopback fayl脹:\n"
" %s\n"
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2239,27 +2258,27 @@ msgstr ""
"Ana a巽脹lma b旦lmsi\n"
" (MS-DOS a巽脹l脹脹 端巽端n)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "Sviyy %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "Par巽a b旦y端kl端y端 %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-disklri %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "Loopback fayl脹 ad脹: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2270,7 +2289,7 @@ msgstr ""
"Blk d bu bir S端r端c端 b旦lmsidir.\n"
"Onda bunu ele belc burax脹n.\n"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2281,59 +2300,63 @@ msgstr ""
"Bu, ikili a巽脹l脹 端巽端n x端susi\n"
"Bootstrap-d脹r.\n"
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "B旦y端kl端k: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometriyas脹: %s silindr, %s ba, %s sektor\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "M'lumat: "
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-disklri %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "B旦lm cdvli n旦v端: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "%d data yolunda, %d n旦'li\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
#, fuzzy
msgid "Filesystem encryption key"
msgstr "Fayl sistemi n旦v端: "
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, fuzzy, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr "Bu parol 巽ox saddir (en az %d xarakter boyunda olmal脹d脹r)"
-#: ../../diskdrake/interactive.pm_.c:1180
+#: ../../diskdrake/interactive.pm_.c:1191
#, fuzzy
msgid "The encryption keys do not match"
msgstr "Parollar uyun glmir"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr ""
@@ -2372,7 +2395,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Username"
msgstr "聴stifad巽i ad脹"
@@ -2387,23 +2410,23 @@ msgstr "NIS sahsi"
msgid "Search servers"
msgstr "DNS verici"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s killndirilmsind %s b旦lm xtas脹"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "%s'i nec killndircyimi bilmirm (N旦v: %s)"
-#: ../../fs.pm_.c:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "%s ayr脹l脹rkn xta oldu: %s"
@@ -2420,33 +2443,52 @@ msgstr ""
msgid "server"
msgstr "verici"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, fuzzy, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"B旦lm cdvlinizi oxuya bilmirm, dysn biraz xarab olub:-(\n"
+"Xarab olmu bolmlri d端zltmy 巽al脹acam.\n"
+"Amma b端t端n m'lumatlar itckdir.\n"
+"Baqa bir yol is DrakXin b旦lm cdvllrini yoxlamas脹n脹 "
+"passivldirmkdir.\n"
+"(xta %s)\n"
+"\n"
+"B端t端n b旦lmlri itirmk istyirsiniz?\n"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "16MB dn ki巽ik disk b旦lmlrind JFS istifad etmlisiniz"
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "32MB dn ki巽ik disk b旦lmlrind ReiserFS istifad etmlisiniz"
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "Balama n旦qtlri / il balamal脹d脹r"
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Onsuz da balama n旦qtsi %s olan bir b旦lm var\n"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "%s 端巽端n LVM Mntiqi Cildini istifad ed bilmzsiniz"
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr "Bu qovluq k旦k fayl sistemi i巽risind olmal脹d脹r"
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
#, fuzzy
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
@@ -2455,231 +2497,277 @@ msgstr ""
"Bu balama n旦qtsi 端巽端n hqiqi bir fayl sistemin (ext2, reisrfs)\n"
"ehtiyac vard脹r.\n"
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, fuzzy, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr "%s 端巽端n LVM Mntiqi Cildini istifad ed bilmzsiniz"
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
#, fuzzy
msgid "Not enough free space for auto-allocating"
msgstr "Avtomatik yerldirm 端巽端n bo sah yoxdur"
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr ""
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Yazmaq 端巽端n a巽脹lan %s'd xta: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:158
+#, fuzzy
+msgid "Sound configuration"
+msgstr "Yerli bk Qurad脹r脹lmas脹"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
msgstr ""
-"Bir xta oldu. Yeni fayl sisteminin yarad脹laca脹 h旦kml端 bir s端r端c端 "
-"tap脹lmad脹. Bu problemin qayna脹 端巽端n avadanl脹脹n脹z脹 yoxlay脹n"
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "He巽 disk b旦lmniz yoxdur!"
+#: ../../harddrake/sound.pm_.c:162
+#, fuzzy
+msgid "Driver:"
+msgstr "S端r端c端"
+
+#: ../../harddrake/sound.pm_.c:173
+msgid "No known driver"
+msgstr ""
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:177
+msgid "Unkown driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:178
+#, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
+
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "Model"
msgstr "Si巽an"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "hard disk model"
msgstr "Kart mem (DMA)"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
#, fuzzy
msgid "Channel"
msgstr "Lv et"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:19
+#: ../../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:20
+#: ../../harddrake/ui.pm_.c:21
#, fuzzy
msgid "Module"
msgstr "Si巽an"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "聴zah"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
#, fuzzy
msgid "Bus identification"
msgstr "Tan脹tma"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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:31
+#: ../../harddrake/ui.pm_.c:32
#, fuzzy
msgid "Old device file"
msgstr "Fayl se巽"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr ""
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
#, fuzzy
msgid "New devfs device"
msgstr "Ke巽it avadanl脹脹"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
#, fuzzy
msgid "Number of buttons"
msgstr "2 d端ymli"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:60
+#: ../../harddrake/ui.pm_.c:38
+#, fuzzy
+msgid "Alternative drivers"
+msgstr "S脹naq shifsi 巽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:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_K旦mk"
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
#, fuzzy
msgid "/_Help..."
msgstr "/_K旦mk"
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
#, fuzzy
msgid "/_About..."
msgstr "/K旦mk/_Haqq脹nda..."
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
#, fuzzy
msgid "Author:"
msgstr "Avtomatik yoxla"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Sabit disk se巽kisi"
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Detected hardware"
msgstr "Avadanl脹q m'lumat脹na bax"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:105
#, fuzzy
-msgid "Configure module"
-msgstr "Si巽an qurular脹"
+msgid "Information"
+msgstr "M'lumat脹 g旦str"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:108
#, fuzzy
-msgid "Informations"
-msgstr "M'lumat脹 g旦str"
+msgid "Configure module"
+msgstr "Si巽an qurular脹"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
#, fuzzy
msgid "Detection in progress"
msgstr "%s qap脹s脹nda tap脹ld脹"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "Xahi edirik g旦zlyin"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
#, fuzzy
msgid "secondary"
msgstr "%d saniy sonra 巽脹x脹lacaq"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "CUPS s端r端c端 datas脹 oxunur..."
@@ -2712,16 +2800,16 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:213
#, fuzzy
-msgid "Card model :"
+msgid "Card model:"
msgstr "Kart mem (DMA)"
#: ../../harddrake/v4l.pm_.c:214
#, fuzzy
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "B旦lm n旦v端n端 Dyidir"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
+msgid "Number of capture buffers:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:215
@@ -2730,11 +2818,11 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:217
#, fuzzy
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "killndirilir"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:218
@@ -2746,22 +2834,22 @@ msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2874,7 +2962,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2900,10 +2988,10 @@ msgstr ""
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -2938,11 +3026,11 @@ msgstr ""
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -2992,7 +3080,7 @@ msgstr ""
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -3023,24 +3111,12 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -3049,7 +3125,7 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
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"
@@ -3069,13 +3145,13 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
#, fuzzy
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
@@ -3109,7 +3185,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3142,7 +3220,9 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
"Bu n旦qtd Linuks Mandrakeni sabit diskinizd haraya quraca脹n脹za\n"
"qrar vercksiniz. gr diskiniz bo is v ya bir baqa sistem\n"
@@ -3193,7 +3273,7 @@ msgstr ""
"bilgiyi asandl脹qla itir bilrsiniz.\n"
" Tcr端bsiz isniz bunu se巽myin."
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3226,7 +3306,7 @@ msgid ""
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
#, fuzzy
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
@@ -3282,7 +3362,7 @@ msgstr ""
"Yeni Linuks Mandrake sisteminizi qurmaq 端巽端n baqa b旦lm se巽mk\n"
"istyirsiniz is \"Lv et\" d端ymsin bas脹n."
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
#, fuzzy
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
@@ -3299,12 +3379,12 @@ msgstr ""
"\n"
"Xahi edirik, sbrli olun."
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3314,7 +3394,7 @@ msgid ""
"install the selected package(s), or \"Cancel\" to abort."
msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3323,19 +3403,19 @@ msgid ""
"\"Accept\" button."
msgstr ""
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
#, fuzzy
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
@@ -3353,26 +3433,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3400,7 +3480,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3477,7 +3557,7 @@ msgstr ""
"gr daha 巽ox yeriniz varsa ; msln 50 MB, onda b端t端n kernel v ramdisk "
"ksini tcili a巽脹l脹 hallar脹 端巽端n saxlaya bilrsiniz."
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
#, fuzzy
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
@@ -3541,11 +3621,11 @@ msgstr ""
"SCSI s端r端c端lrind \"a\" n脹n mnas脹 \"birinci s端r端c端\",\n"
"\"b\"nin mnas脹 \"ikinci s端r端c端\"d端r vs..."
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr "Sbrli olun. Bu mliyyat bir ne巽 deqiq s端r bilr."
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
@@ -3553,23 +3633,23 @@ msgid ""
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3578,11 +3658,11 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
"Xahi edirik Linuks Mandrakenin daha vvlki burax脹l脹lar脹 qurulu deyils v "
"ya m端xtlif mliyyat sistemlrindn istifad etmk istyirsinizs \"Y端kl\" "
@@ -3614,23 +3694,28 @@ msgstr ""
" 巽脹xa bilmk 巽ox zhmtli olur. Ona g旦r d n etdiyinizi bilirsniz, bu "
"sinifi se巽in."
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3644,7 +3729,7 @@ msgid ""
"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -3657,10 +3742,17 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
#, fuzzy
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
@@ -3669,7 +3761,7 @@ msgstr ""
"Xahi edirik doru qap脹n脹 se巽in. Msln, MS Windowsdak脹 COM1'in qar脹l脹脹\n"
"Linuksda ttyS0'd脹r."
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -3699,15 +3791,15 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -3746,8 +3838,12 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
+"options, which are reserved for the expert user."
+msgstr ""
+
+#: ../../help.pm_.c:710
+#, fuzzy
+msgid ""
"After you have configured the general bootloader parameters, the list of\n"
"boot options which will be available at boot time will be displayed.\n"
"\n"
@@ -3755,17 +3851,7 @@ msgid ""
"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
"the existing options. Select an entry and click \"Modify\" to modify or\n"
"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:713
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -3825,18 +3911,18 @@ msgstr ""
#: ../../help.pm_.c:759
#, fuzzy
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -4086,7 +4172,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -4099,7 +4187,7 @@ msgid ""
"associated with it."
msgstr ""
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
#, fuzzy
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
@@ -4110,7 +4198,7 @@ msgstr ""
"Diqqtli olun, s端r端c端dki b端t端n m'lumatlar silinck\n"
"v geri glmyck."
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
#, fuzzy
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
@@ -4143,7 +4231,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4167,20 +4255,29 @@ msgstr ""
"\n"
"Bu vericilri qurmaq istyirsiniz?\n"
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr "N聴S domeyni olmadan translasiya ildil bilmz"
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "%s s端r端c端s端n FAT killndirilmi bir disket tax脹n"
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr "Bu floppi FAT klind deyildir"
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4188,11 +4285,19 @@ msgstr ""
"Bu saxlanm脹 paketlr se巽kisini iltmk 端巽端n qurulumu ``linux "
"defcfg=floppy''il balad脹n."
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "%s fayl脹 oxunurkan xta oldu"
+#: ../../install_any.pm_.c:1023
+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 ""
+"Bir xta 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
#, c-format
msgid ""
@@ -4227,60 +4332,60 @@ msgstr ""
"Bir swap sahniz yoxdur\n"
"Davam edim?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
#, fuzzy
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Bir swap sahsin ehtiyac脹n脹z var"
-#: ../../install_interactive.pm_.c:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "Bo sahni istifad et"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr "Yeni b旦lmlr 端巽端n bo sah yoxdur"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr "Var olan b旦lmlri ildimmi"
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr "B旦lm cdvli qurtar脹lmaa 巽al脹脹l脹r"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr "Loopback 端巽端n Windows b旦lmsini ilt"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Linuks4Win'i qurmaq 端巽端n hans脹 disk b旦lmsini istifad edcksiniz?"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "B旦y端kl端klrini se巽in"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "K旦k (root) b旦lmsi b旦y端kl端y端 (Mb): "
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "Swap sahsi b旦y端kl端y端 (Mb): "
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr "Windows b旦lmsindki bo sahni ilt"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr "Hans脹 b旦lmnin b旦y端kl端y端n端 dyidircksiniz?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr "Fat fayl sistemi uclar脹 hesaplan脹r"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4289,7 +4394,7 @@ msgstr ""
"FAT tdqiqat巽脹m脹z sizin b旦l端mlri ild bilmir,\n"
"bu xta oldu: %s"
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
@@ -4298,7 +4403,7 @@ msgstr ""
"Sizin Windows b旦l端m端 巽ox da脹n脹qd脹r. Daxi edirik, vvlc birldirin "
"(defraq)"
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm_.c:140
#, fuzzy
msgid ""
"WARNING!\n"
@@ -4318,56 +4423,56 @@ msgstr ""
"Ard脹ndan quruluma \n"
"davam edin. Verilrinizin yedyini alma脹 da unutmay脹n!"
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr "Hans脹 sektora da脹maq istyirsiniz?"
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr "b旦lm %s"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT b旦y端kl端y端 dyidirilmsi bacar脹lmad脹: %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
msgstr "FAT b旦lmsi yoxdur ya da loopback 端巽端n laz脹mi yer burax脹lmay脹b"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "B端t端n diski sil"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "\"Windows\"u sil"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
"Sizin birdn 巽ox diskiniz var, linux qurmaq 端巽端n hans脹n脹 istifad "
"edcksiniz?"
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"%s b旦l端msinin b旦y端kl端y端 dyidirildikdn sonra bu b旦lmdki b端t端n "
"m'lumatlar silinckdir"
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
msgstr "Haz脹rk脹 disk b旦lmlndirmsi"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "Fdisk istifad et"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4376,28 +4481,28 @@ msgstr ""
"聴ndi %s sabit diskinizi b旦lmlndir bilrsiniz\n"
"聴inizi bitirdiyinizd `w' il qeyd etmyi unutmay脹n"
-#: ../../install_interactive.pm_.c:227
+#: ../../install_interactive.pm_.c:229
msgid "You don't have enough free space on your Windows partition"
msgstr "He巽 Windows disk b旦lmniz yoxdur!"
-#: ../../install_interactive.pm_.c:243
+#: ../../install_interactive.pm_.c:245
msgid "I can't find any room for installing"
msgstr "Art脹q b旦lm lav edil bilmz"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX b旦lm sehirbaz脹 bu yolu tapd脹:"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr "B旦lm cdvli n旦v端: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "bk fallad脹r脹l脹r"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "bk dayand脹r脹l脹r"
@@ -4409,12 +4514,12 @@ msgstr ""
"Bir xta oldu, fqt nec d端zldilcyini bilmirm.\n"
"Davam edin, riski siz aitdir!"
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "%s balama n旦qtsini 巽oxalt"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -4426,12 +4531,12 @@ msgstr ""
"vvldn Linuks qurulu bir sistemd \"rpm -qpl Mandrake/RPMS/*.rpm\"'yi\n"
"istifad edrk Cd-Rom'u yoxlay脹n.\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "%s Sistemin Xoglmisiniz"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "Disket s端r端c端 yoxdur"
@@ -4463,69 +4568,69 @@ msgstr "Qurulum Sinifi"
msgid "Please choose one of the following classes of installation:"
msgstr "Xahi edirik aa脹dak脹 qurulum siniflrindn birisini se巽iniz:"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "Paket Qrup Se巽kisi"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr "Frdi paket se巽kisi"
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "mumi b旦y端kl端k: %d / %d Mb"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "Xtal脹 paket"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "Ad: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "Burax脹l脹: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "B旦y端kl端y端: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "hmiyyt: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr "Bu paketi se巽 bilmzsiniz, 巽端nki qurmaq 端巽端n yer 巽atm脹r."
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr "Aa脹dak脹 paketlr qurulacaqd脹r"
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr "Aa脹dak脹 paketlr sistemdn silincklr"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr "Bu paketi se巽 bilmzsiniz/sistemdn 巽脹xarda bilmzs脹n脹z"
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr "Bu laz脹ml脹 bir paketdir, sistemdn 巽脹xard脹la bilmz"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr "Bu paketi sistemdn 巽脹xarda bilmzs脹n脹z. Art脹q qurulmudur."
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -4533,77 +4638,77 @@ msgstr ""
"Bu paket yenilnmlidir\n"
"Sistemdn 巽脹xarmaq m旦vzusunda ciddisiniz?"
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr "Bu paketi sistemdn 巽脹xarda bilmzsiniz. Yenilnmlidir"
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr "Avtomatik se巽ili paketlri g旦str"
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "Qurulum"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
#, fuzzy
msgid "Load/Save on floppy"
msgstr "Disket qeyd et"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
#, fuzzy
msgid "Updating package selection"
msgstr "Paket se巽kilrini saxla"
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
#, fuzzy
msgid "Minimal install"
msgstr "Qurulumdan 巽脹x"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "Qurmaq istdiyiniz paketlri se巽in"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "Qurulur"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "Txmini olaraq hesaplan脹r"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "Qalan m端ddt"
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
msgid "Please wait, preparing installation..."
msgstr "Xahi edirik g旦zlyin, qurulum haz脹rlan脹r"
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d paket"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "%s paketi qurulur"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Qbul Et"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "Rdd Et"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4617,17 +4722,17 @@ msgstr ""
"\"%s\" adl脹 Cd-Romu s端r端c端n端z tax脹n v OLDU'ya bas脹n.\n"
"gr Cd-Rom linizd deyils bu Cd-Rom'dan qurmamaq 端巽端n 聴MT聴NA ET' bas脹n."
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "Yen d davam edk?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "Paketlri istrkn bir xta oldu:"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr "Paketlr qurulurkn bir xta oldu:"
@@ -4947,7 +5052,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Klaviatura"
@@ -4999,11 +5104,11 @@ msgstr "Paket se巽kilrini saxla"
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:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "Si巽an Qap脹s脹"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Si巽an脹n脹z脹n bal脹 olduu serial Qap脹y脹 se巽in."
@@ -5035,117 +5140,90 @@ msgstr "IDE qap脹lar脹 qurulur"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "uyun b旦lm tap脹lmad脹"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr "Balama n旦qtlri 端巽端n b旦lmlr daran脹r"
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "Balama n旦qtlrini se巽in"
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"B旦lm cdvlinizi oxuya bilmirm, dysn biraz xarab olub:-(\n"
-"Xarab olmu bolmlri d端zltmy 巽al脹acam.\n"
-"Amma b端t端n m'lumatlar itckdir.\n"
-"Baqa bir yol is DrakXin b旦lm cdvllrini yoxlamas脹n脹 "
-"passivldirmkdir.\n"
-"(xta %s)\n"
-"\n"
-"B端t端n b旦lmlri itirmk istyirsiniz?\n"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake b旦lm cdvlini oxuma脹 bacara bilmdi.\n"
-"z端n端z davam ed bilrsiniz."
-
-#: ../../install_steps_interactive.pm_.c:396
-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:405
+#: ../../install_steps_interactive.pm_.c:388
#, fuzzy
msgid "No root partition found to perform an upgrade"
msgstr "killndirilck disk b旦lmlrini se巽in"
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "K旦k (root) B旦lmsi"
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "Sisteminizin k旦k (/) b旦lmsi hans脹d脹r?"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"B旦lm cvlindki dyiikliklrin daxil olmas脹 端巽端n komp端terinizi yenidn "
"balatmal脹s脹n脹z."
-#: ../../install_steps_interactive.pm_.c:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "killndirilck disk b旦lmlrini se巽in"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr "Xtal脹 bloklar s脹nans脹nm脹?"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr "B旦lmlr killndirilir"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr "%s fayl脹 yarad脹l脹r v killndirilir"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, 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:482
+#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "Qurulumu bitirmk 端巽端n laz脹mi sah yoxdur, xahi edirik lav edin"
-#: ../../install_steps_interactive.pm_.c:489
+#: ../../install_steps_interactive.pm_.c:472
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "M旦vcud olan paketlr axtar脹l脹r."
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "M旦vcud olan paketlr axtar脹l脹r."
-#: ../../install_steps_interactive.pm_.c:493
+#: ../../install_steps_interactive.pm_.c:476
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "Bu paketi sistemdn 巽脹xarda bilmzs脹n脹z. Art脹q qurulmudur."
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr "G端ncllnck paketlar tap脹l脹r"
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -5153,63 +5231,63 @@ msgid ""
msgstr ""
"Sisteminizd qurulum ya da g端ncllm 端巽端n laz脹mi bo yer yoxdur(%d > %d)"
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
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:553
+#: ../../install_steps_interactive.pm_.c:537
#, fuzzy
msgid "Load from floppy"
msgstr "Disketdn geri 巽a脹r"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
#, fuzzy
msgid "Loading from floppy"
msgstr "Disketdn geri 巽a脹r"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
#, fuzzy
msgid "Package selection"
msgstr "Paket Qrup Se巽kisi"
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
#, fuzzy
msgid "Insert a floppy containing package selection"
msgstr "%s s端r端c端s端n bir disket tax脹n"
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "Disket qeyd et"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
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:660
+#: ../../install_steps_interactive.pm_.c:644
msgid "Type of install"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
msgid "With X"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5220,16 +5298,16 @@ msgstr ""
"CD'lrdn b'zili ksik is, onlar脹 se巽ili vziyytdn 巽脹xard脹b OLDU'ya "
"bas脹n."
-#: ../../install_steps_interactive.pm_.c:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "\"%s\" adl脹 Cd-Rom"
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "Qurulum haz脹rlan脹r"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -5238,21 +5316,21 @@ msgstr ""
"%s paketi qurulur\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "Qurulum sonras脹 qurular"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, 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:845
+#: ../../install_steps_interactive.pm_.c:829
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "%s s端r端c端s端n bo bir disket yerldirin"
-#: ../../install_steps_interactive.pm_.c:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5322,7 +5400,7 @@ msgstr ""
"USA\n"
"端nvan脹na yaz脹n脹z."
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:888
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5334,164 +5412,164 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "ks 端nvan脹na balant脹 qurulur"
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr "Paketleri almaq 端巽端n bir ks 端nvan脹 se巽in"
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr "ks 端nvan脹na balant脹 qurulur"
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "Sisteminiz hans脹 mqsdl istifad edilck?"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "Avadanl脹q saat脹n脹z GMT-y g旦ra quruludur mu?"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
#, fuzzy
msgid "NTP Server"
msgstr "NIS Verici"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr "Uzaq CUPS vericisi"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr "ap Edicisiz"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "Baqa var?"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr "M端ndricat"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "Si巽an"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr "Vaxt Dilimi"
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "ap Edici"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr "ISDN kart脹"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr "Ss kart脹"
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr "TV kart脹"
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
#, fuzzy
msgid "NIS"
msgstr "NIS istifad et"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Windows Domain"
msgstr "NIS sahsi"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
#, fuzzy
msgid "Local files"
msgstr "Yerli ap Edici"
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Root parolunu qur"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "Parolsuz"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Bu parol 巽ox saddir (en az %d xarakter boyunda olmal脹d脹r)"
-#: ../../install_steps_interactive.pm_.c:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Tan脹tma"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "Authentication LDAP"
msgstr "Tan脹tma"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
#, fuzzy
msgid "LDAP Server"
msgstr "Verici"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
#, fuzzy
msgid "Authentication NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "NIS sahsi"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "NIS Verici"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -5507,21 +5585,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1140
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Tan脹tma"
-#: ../../install_steps_interactive.pm_.c:1142
+#: ../../install_steps_interactive.pm_.c:1127
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Sah(domain) ad脹"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -5552,19 +5630,19 @@ msgstr ""
"yerldirin\n"
"v \"OLDU\" bas脹n."
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "聴lk disket s端r端c端"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "聴kinci disket s端r端c端"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Nzr Alma"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5594,7 +5672,7 @@ msgstr ""
"v \"OLDU\" bas脹n.\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -5603,28 +5681,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "Ba脹lay脹n, disket s端r端c端 yoxdur"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "A巽脹l脹 disketi yaratmaq 端巽端n istifad edilck disket s端r端c端y端 se巽in"
-#: ../../install_steps_interactive.pm_.c:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, 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:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "A巽脹l脹 disketi yarad脹l脹r"
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "A巽脹l脹 y端klyici haz脹rlan脹r"
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5632,11 +5710,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr "aboot istifad etmk istyirsiniz?"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5644,17 +5722,17 @@ msgstr ""
"aboot qurulumunda xata, \n"
"ilk disk b旦lmsini yox ets bel yen d qurulmas脹n脹 istyirsiniz?"
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
#, fuzzy
msgid "Installing bootloader"
msgstr "Sistem y端klyicini qur"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr "A巽脹l脹 y端klyicisi qurulumu iflas etdi. Xta:"
-#: ../../install_steps_interactive.pm_.c:1274
-#, fuzzy, c-format
+#: ../../install_steps_interactive.pm_.c:1259
+#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
" enable the bootloader. If you don't see the bootloader prompt at\n"
@@ -5666,21 +5744,21 @@ msgstr ""
"Siz Open F聴rmware a巽脹l脹 avadanl脹脹n脹z脹 a巽脹l脹 y端klyicisini\n"
"fallad脹rmaq 端巽端n dyidirmli ola bilrsiniz. mr-Se巽nk-O-F d端ymlrini\n"
" yenidn balarkn bas脹n v bunlar脹 girin:\n"
-" setenv boot-device $of_boot,\\\\:tbxi\n"
+" setenv boot-device %s,\\\\:tbxi\n"
" Sonra da bunlar脹 yaz脹n: shut-down\n"
"Bir sonrak脹 balan脹cda a巽脹l脹 y端klyicisi stirini g旦rmlisiniz."
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "%s s端r端c端s端n bo bir disket yerldirin"
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr "Avtomatik qurulum disketi haz脹rlan脹r"
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5690,7 +5768,7 @@ msgstr ""
"\n"
"Hqiqtn d 巽脹xmaq istyirsiniz?"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, fuzzy, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5716,15 +5794,15 @@ msgstr ""
"Sisteminizin qurular脹 haqq脹nda daha geni bilgiyi Linuks Mandrake \n"
"聴stifad巽i Kitabc脹脹nda tapa bilrsiniz."
-#: ../../install_steps_interactive.pm_.c:1347
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
msgid "Generate auto install floppy"
msgstr "Avtomatik qurulum disketi haz脹rlan脹r"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5738,15 +5816,15 @@ msgstr ""
"\n"
"Bu qurulumu takrar etmk isty bilrsiniz ax脹.\n"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr "Avtomatlad脹r脹lm脹"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr "Tkrarla"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
msgid "Save packages selection"
msgstr "Paket se巽kilrini saxla"
@@ -5755,7 +5833,8 @@ msgstr "Paket se巽kilrini saxla"
msgid "Mandrake Linux Installation %s"
msgstr "Linuks-Mandrake Qurulumu %s"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -5774,22 +5853,22 @@ msgstr ""
msgid "Choose a file"
msgstr "Monitorunuzu se巽in"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr "trafl脹"
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- vvlki"
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
#, fuzzy
msgid "Next"
msgstr "Sonrak脹 ->"
@@ -5857,385 +5936,385 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "ex dili (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "Almanca"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "聴spanca"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "Finc"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "Frans脹zca"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "Norve巽c"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "Polyakca"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "Rusca"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "聴sve巽c"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "聴ngiliz (UK) klaviaturas脹"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "Amerikan (US) klaviaturas脹"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
#, fuzzy
msgid "Albanian"
msgstr "Farsca"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr "Ermenic (k旦hn) "
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr "Ermenic (yaz脹 ma脹n脹)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "Ermenic (fonetik)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr "Azrbaycanca (lat脹n)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "Bel巽ika dili"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:177
#, fuzzy
msgid "Bengali"
msgstr "fallad脹r"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
#, fuzzy
msgid "Bulgarian (phonetic)"
msgstr "Ermenic (fonetik)"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
#, fuzzy
msgid "Bulgarian (BDS)"
msgstr "Bulqarca"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "Brazilya dili (ABNT-2)"
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:183
#, fuzzy
msgid "Bosnian"
msgstr "Estoniya dili"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "Belarusca"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "聴sve巽c (Alman s脹ras脹)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "聴sve巽c (Frans脹z s脹ras脹)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "ex dili (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr "Almanca (旦l端 d端ymlr olmas脹n)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "Danimarka dili"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norve巽c)"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
#, fuzzy
msgid "Dvorak (Swedish)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "Estoniya dili"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "G端rc端 dili (\"Rus\" s脹ras脹)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "G端rc端 dili (\"Lat脹n\" s脹ras脹)"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "Yunanca"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "Macarca"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "X脹rvatca"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "聴srail"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "聴srail (Fonetik)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr "Farsca"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "聴zlandiya dili"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "聴talyanca"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "Yaponca 106 d端ymli"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
msgid "Korean keyboard"
msgstr "Koreya klaviaturas脹"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "Lat脹n Amerika dili"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:218
#, fuzzy
msgid "Laotian"
msgstr "Yeri"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr "Litvaniya dili AZERTY (k旦hn)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr "Litvanya dili AZERTY (yeni)"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litvanya dili \"number row\" QWERTY"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litvanya dili \"Fonetik\" QWERTY"
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
#, fuzzy
msgid "Latvian"
msgstr "Yeri"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr "Makedoniya dili"
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:227
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "Azrbaycanca (kiril)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "Hollandiya dili"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr "Polyakca (QWERTY s脹ras脹)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr "Polyakca (QWERTZ s脹ras脹)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "Portuqalca"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr "Frans脹zca (Kanada/Quebec)"
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
#, fuzzy
msgid "Romanian (qwertz)"
msgstr "Rusca (Yawerty)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
#, fuzzy
msgid "Romanian (qwerty)"
msgstr "Rusca (Yawerty)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "Rusca (Yawerty)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "Slovenc"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "Slovakca (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "Slovakca (QWERTY)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
#, fuzzy
msgid "Serbian (cyrillic)"
msgstr "Azrbaycanca (kiril)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
msgstr ""
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr ""
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "Thai klaviatura"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
#, fuzzy
msgid "Tajik keyboard"
msgstr "Thai klaviatura"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "T端rkc (nnvi \"F\" klaviatura)"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "T端rkc (m端asir \"Q\" klaviatura)"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "Ukrayna dili"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "Amerikan (US) klaviaturas脹 (beynlmill)"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vyetnam dili \"numeric row\" QWERTY"
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
#, fuzzy
msgid "Yugoslavian (latin)"
msgstr "Yugoslavca (lat脹n/kiril)"
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr ""
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr ""
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr ""
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr ""
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr ""
@@ -6293,11 +6372,11 @@ msgstr "S脹ravi PS2 rxli Si巽an"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -6305,115 +6384,124 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+#, fuzzy
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr "1 d端ym"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "S脹ravi 2 D端ymli Si巽an"
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr "rx"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "serial"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "S脹ravi 3 D端ymli Si巽an"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech mouse (serial ya da k旦hn C7 n旦v端)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
msgid "busmouse"
msgstr "busmouse"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "2 d端ymli"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "3 d端ymli"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "he巽 biri"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "Si巽ans脹zs"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr "Xahi edirik si巽an脹n脹z脹 se巽in"
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
msgid "To activate the mouse,"
msgstr "Si巽an脹n脹z脹 i salmaq 端巽端n,"
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr "TKR聴 OYNADIN!"
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr ""
+
+#: ../../my_gtk.pm_.c:159
msgid "Finish"
msgstr "Qurtar"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "Sonrak脹 ->"
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr "Dorudur?"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "M'lumat"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "Aac脹 A巽"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "Aac脹 Qapat"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr "Otaq v grup s脹ralamas脹 aras脹nda gz"
@@ -6451,6 +6539,75 @@ msgstr "pppoe istifad et"
msgid "use pptp"
msgstr "pptpe istifad et"
+#: ../../network/drakfirewall.pm_.c:12
+#, fuzzy
+msgid "Web Server"
+msgstr "Verici"
+
+#: ../../network/drakfirewall.pm_.c:17
+#, fuzzy
+msgid "Domain Name Server"
+msgstr "Sah(domain) ad脹"
+
+#: ../../network/drakfirewall.pm_.c:32
+#, fuzzy
+msgid "Mail Server"
+msgstr "Databeyz"
+
+#: ../../network/drakfirewall.pm_.c:37
+#, fuzzy
+msgid "POP and IMAP Server"
+msgstr "Verici"
+
+#: ../../network/drakfirewall.pm_.c:111
+#, fuzzy
+msgid "No network card"
+msgstr "bk kart脹 tap脹lmad脹"
+
+#: ../../network/drakfirewall.pm_.c:129
+#, fuzzy
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+"tinyfirewall configurator\n"
+"\n"
+"Bu, Linuks Mandrake sisteminiz 端巽端n xsi bir firewall qurad脹racaqd脹r.\n"
+"Daha g端cl端 v e'tibarl脹 sistem 端巽端n xahi edirik x端susi MandrakeSecurity "
+"Firewall\n"
+"burax脹l脹脹n脹 tdqiq edin."
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:164
+#, fuzzy
+msgid "Other ports"
+msgstr "Qap脹lar脹 s脹na"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -6467,7 +6624,7 @@ msgstr ""
"Sisteminizd he巽 bir eternet bk adapteri tap脹la bilmdi.\n"
"Bu balant脹 klini qura bilmrm."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "bk ara 端z端n端 se巽in"
@@ -6480,7 +6637,7 @@ msgstr "聴nternet balanmaq 端巽端n bk adapteri se巽in."
msgid "no network card found"
msgstr "bk kart脹 tap脹lmad脹"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "bk Qurular脹"
@@ -6495,7 +6652,7 @@ msgstr ""
"Msln``komp端terad脹.sahad脹.com''.\n"
"g bk ke巽idi istifad edirsinizs bunun da IP n旦mrsini girmlisiniz."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "Ev sahibi ad脹"
@@ -6794,13 +6951,13 @@ msgstr "Qurulacaq profili se巽in"
msgid "Use auto detection"
msgstr "Avtomatik tsbit ilt"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Usta Modu"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Avadanl脹qlar tan脹n脹r..."
@@ -6965,11 +7122,11 @@ msgstr "Avtomatlad脹r脹lm脹 IP"
msgid "Start at boot"
msgstr "A巽脹l脹da balad脹l脹r"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP 端nvan脹 1.2.3.4 klind olmal脹d脹r"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6980,43 +7137,55 @@ msgstr ""
"Msln``komp端terad脹.sahad脹.com''.\n"
"gr bk ke巽idi istifad edirsinizs bunun da IP n旦mrsini girmlisiniz."
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "DNS verici"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "Ke巽it avadanl脹脹"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "Vkil vericilr qurad脹r脹lmas脹"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "HTTP vkil verici"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "FTP vkil verici"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr "Vkil verici http://... klind olmal脹d脹r."
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr "Vkil verici ftp://... olmal脹d脹r."
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr "Oddan divar (Firewall) quruluu tap脹ld脹!"
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+"Diqqt! Var olan Firewall qurusu tap脹ld脹. Y端klmdn sonra bir az l "
+"gzdir bilrsiniz."
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "聴nternet qurular脹"
@@ -7125,15 +7294,15 @@ msgstr "Hesap Parolu"
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "balama iflas etdi: "
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr "Bu platformda genildilmi b旦lmlr dstklnmir"
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
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 "
@@ -7144,21 +7313,21 @@ msgstr ""
"da脹yaraq\n"
"mslni hll ed bilrsiniz."
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "%s fayl脹ndan qurtar脹l脹da xta: %s"
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "Xtal脹 yedklm fayl脹"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "%s fayl脹na yazarkn xta oldu"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -7204,158 +7373,162 @@ msgstr ""
msgid "PDQ - Print, Don't Queue"
msgstr ""
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr ""
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr ""
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr ""
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr ""
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "Yerli ap Edici"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "Uzaq ap Edici"
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
#, fuzzy
msgid "Printer on remote CUPS server"
msgstr "Uzaq CUPS vericisi"
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
#, fuzzy
msgid "Printer on remote lpd server"
msgstr "Uzaq 巽ap edici vericisi(lpd)"
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
#, fuzzy
msgid "Network printer (TCP/Socket)"
msgstr "bk ap Edicisi (soket) "
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
#, fuzzy
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
#, fuzzy
msgid "Printer on NetWare server"
msgstr "ap Edici Vericisi"
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
#, fuzzy
msgid "Enter a printer device URI"
msgstr "ap Edici avadanl脹脹 URI"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr ""
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+msgid "Unknown Model"
+msgstr ""
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
#, fuzzy
msgid "Local Printers"
msgstr "Yerli ap Edici"
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
#, fuzzy
msgid "Remote Printers"
msgstr "Uzaq ap Edici"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ""
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ""
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ""
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, fuzzy, c-format
msgid ", printing to %s"
msgstr "%s fayl脹na yazarkn xta oldu"
-#: ../../printer.pm_.c:544
+#: ../../printer.pm_.c:792
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ""
-#: ../../printer.pm_.c:550
+#: ../../printer.pm_.c:798
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: ../../printer.pm_.c:554
+#: ../../printer.pm_.c:802
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ""
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, fuzzy, c-format
msgid "(on %s)"
msgstr "(modul %s)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr ""
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, fuzzy, c-format
msgid "On CUPS server \"%s\""
msgstr "CUPS verici IP"
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr " (sas)"
@@ -7382,12 +7555,12 @@ msgstr ""
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
#, fuzzy
msgid "CUPS configuration"
msgstr "Yerli bk Qurad脹r脹lmas脹"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
#, fuzzy
msgid "Specify CUPS server"
msgstr "Uzaq CUPS vericisi"
@@ -7418,7 +7591,7 @@ msgstr ""
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:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
#, fuzzy
msgid "The port number should be an integer!"
msgstr "Qap脹 n旦mrsi rqml yaz脹lmal脹d脹r"
@@ -7427,7 +7600,7 @@ msgstr "Qap脹 n旦mrsi rqml yaz脹lmal脹d脹r"
msgid "CUPS server IP"
msgstr "CUPS verici IP"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "Qap脹"
@@ -7436,13 +7609,130 @@ msgstr "Qap脹"
msgid "Automatic CUPS configuration"
msgstr "Qurulum Trzi Qurad脹r脹lmas脹"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+#, fuzzy
+msgid "Printerdrake"
+msgstr "ap Edici"
+
+#: ../../printerdrake.pm_.c:178
+#, fuzzy
+msgid "Checking your system..."
+msgstr "Hans脹 巽ap edici sistemini istifad etmk istyirsiniz?"
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:198
+#, fuzzy
+msgid ""
+"The following printers\n"
+"\n"
+msgstr "Aa脹dak脹 paketlr sistemdn silincklr"
+
+#: ../../printerdrake.pm_.c:199
+#, fuzzy
+msgid ""
+"The following printer\n"
+"\n"
+msgstr "Aa脹dak脹 paketlr sistemdn silincklr"
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:210
+#, fuzzy
+msgid "directly connected to your system"
+msgstr "Siseminizd bk adapteri yoxdur!"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:221
+#, fuzzy
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "Modeminizin hans脹 serial qap脹ya bal脹 olduunu se巽iniz"
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:236
+#, fuzzy
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr "ap edicini s脹namaq istyirsiniz?"
+
+#: ../../printerdrake.pm_.c:238
+#, fuzzy
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Balant脹n脹z脹 a巽脹l脹da balatmaq istyirsiniz?"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:240
+#, 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:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
#, fuzzy
msgid "Add a new printer"
msgstr "ap Edicisiz"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7455,7 +7745,7 @@ msgid ""
"connection types."
msgstr ""
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7464,7 +7754,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -7477,7 +7767,22 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:297
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7486,7 +7791,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -7497,26 +7802,26 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:213
+#: ../../printerdrake.pm_.c:315
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "Uzaq ap Edici"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
#, fuzzy
msgid "Local Printer"
msgstr "Yerli ap Edici"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -7530,50 +7835,50 @@ msgid ""
"Center."
msgstr ""
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Printer auto-detection"
msgstr "Avtomatik tsbit ilt"
-#: ../../printerdrake.pm_.c:305
+#: ../../printerdrake.pm_.c:408
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:307
+#: ../../printerdrake.pm_.c:410
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Windows 95/98/NT"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, fuzzy, c-format
msgid "Detected %s"
msgstr "%s tap脹ld脹"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:321
+#: ../../printerdrake.pm_.c:424
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "bk ap Edicisi (soket) "
-#: ../../printerdrake.pm_.c:323
+#: ../../printerdrake.pm_.c:426
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Windows 95/98/NT"
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -7581,34 +7886,34 @@ msgid ""
"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
#, fuzzy
msgid "You must enter a device or file name!"
msgstr "ap Edici avadanl脹脹 URI"
-#: ../../printerdrake.pm_.c:475
+#: ../../printerdrake.pm_.c:578
#, fuzzy
msgid "No printer found!"
msgstr "Yerli ap Edici"
-#: ../../printerdrake.pm_.c:485
+#: ../../printerdrake.pm_.c:588
#, fuzzy
msgid "Available printers"
msgstr "Yerli ap Edici"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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:490
+#: ../../printerdrake.pm_.c:593
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:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -7616,7 +7921,7 @@ msgid ""
"configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -7624,38 +7929,38 @@ msgid ""
"customized printer configuration, turn on \"Manual configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
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:496
+#: ../../printerdrake.pm_.c:599
#, fuzzy
msgid "Please choose the port where your printer is connected to."
msgstr "Modeminizin hans脹 serial qap脹ya bal脹 olduunu se巽iniz"
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
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:503
+#: ../../printerdrake.pm_.c:606
#, fuzzy
msgid "You must choose/enter a printer/device!"
msgstr "ap Edici avadanl脹脹 URI"
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
#, fuzzy
msgid "Manual configuration"
msgstr "Qurad脹rma"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr "Uzaq ap Edici (lpd) Se巽nklri"
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
#, fuzzy
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
@@ -7665,51 +7970,51 @@ msgstr ""
"巽ap edicinin bal脹 olduu 巽ap edici vericisinin ad脹n脹 v n旦vb \n"
"ad脹n脹n脹 vermlisiniz."
-#: ../../printerdrake.pm_.c:579
+#: ../../printerdrake.pm_.c:682
#, fuzzy
msgid "Remote host name"
msgstr "Uzaqdak脹 ev sahibi ad脹"
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
#, fuzzy
msgid "Remote printer name"
msgstr "Uzaq ap Edici"
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
#, fuzzy
msgid "Remote host name missing!"
msgstr "Uzaqdak脹 ev sahibi ad脹"
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
#, fuzzy
msgid "Remote printer name missing!"
msgstr "Uzaqdak脹 ev sahibi ad脹"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "%s tap脹ld脹"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Scanning network..."
msgstr "Balant脹n脹z balad脹l脹r..."
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "bk dayand脹r脹l脹r"
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "SMB (Windows 9x/NT) ap Edici Se巽nklri"
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
#, fuzzy
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
@@ -7722,46 +8027,46 @@ msgstr ""
"IP 端nvan脹, 巽ap edicinin paylad脹rma ad脹, ilm grupu, istifad巽i ad脹 v \n"
"parol verilmlidir."
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "SMB verici ad脹"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "SMB verici IP"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "Paylad脹rma ad脹"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "聴 qrupu"
-#: ../../printerdrake.pm_.c:746
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid "Auto-detected"
msgstr "Avtomatik tsbit ilt"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printerdrake.pm_.c:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -7785,7 +8090,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -7794,7 +8099,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -7802,11 +8107,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "NetWare ap Edici Qurular脹"
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
#, fuzzy
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
@@ -7818,44 +8123,44 @@ msgstr ""
"edici \n"
"n旦vbsi ad脹 il istifad巽i ad脹 va parolu verilmlidir."
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "ap Edici Vericisi"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr "ap Edici N旦vb Ad脹"
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
#, c-format
msgid ", host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
#, c-format
msgid "Host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
#, fuzzy
msgid "TCP/Socket Printer Options"
msgstr "Soket ap Edici Qurular脹"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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:978
+#: ../../printerdrake.pm_.c:1085
#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -7866,61 +8171,61 @@ msgstr ""
"Soket 巽ap edicidn yekun almaq 端巽端n, 巽ap edicinin ev sahibi ad脹n脹 ve "
"m端mk端ns, qap脹s脹n脹n n旦mrsini vermlisiniz."
-#: ../../printerdrake.pm_.c:983
+#: ../../printerdrake.pm_.c:1090
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "ap Edici Ev sahibi"
-#: ../../printerdrake.pm_.c:1005
+#: ../../printerdrake.pm_.c:1112
#, fuzzy
msgid "Printer host name or IP"
msgstr "ap Edici Ev sahibi"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr "ap Edici avadanl脹脹 URI"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr ""
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
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:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr "ap edici ad脹"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "Yeri"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
#, fuzzy
msgid "Reading printer database..."
msgstr "CUPS s端r端c端 datas脹 oxunur..."
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
#, fuzzy
msgid "Preparing printer database..."
msgstr "CUPS s端r端c端 datas脹 oxunur..."
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
#, fuzzy
msgid "Your printer model"
msgstr "Uzaq ap Edici"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -7935,28 +8240,28 @@ msgid ""
"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
#, fuzzy
msgid "The model is correct"
msgstr "Dorudur?"
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
#, fuzzy
msgid "Select model manually"
msgstr "Uzaq ap Edici"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
#, fuzzy
msgid "Printer model selection"
msgstr "ap Edici Balant脹s脹"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
#, fuzzy
msgid "Which printer model do you have?"
msgstr "N c端r bir 巽ap ediciniz var?"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -7965,18 +8270,18 @@ msgid ""
"standing on a wrong model or on \"Raw printer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
#, fuzzy
msgid "OKI winprinter configuration"
msgstr "聴nternet qurular脹"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -7986,12 +8291,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr "聴nternet qurular脹"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -7999,20 +8304,46 @@ msgid ""
"to."
msgstr ""
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -8022,34 +8353,34 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr "ap edicini s脹namaq istyirsiniz?"
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
#, fuzzy
msgid "Test pages"
msgstr "Qap脹lar脹 s脹na"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -8057,45 +8388,45 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
#, fuzzy
msgid "No test pages"
msgstr "Bli, hr iki s脹naq shifsini d 巽ap et"
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
#, fuzzy
msgid "Print"
msgstr "ap Edici"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
#, fuzzy
msgid "Standard test page"
msgstr "Standart"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
#, fuzzy
msgid "Alternative test page (A4)"
msgstr "S脹naq shifsi 巽ap edilir..."
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
#, fuzzy
msgid "Photo test page"
msgstr "S脹naq shifsi 巽ap edilir..."
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
#, fuzzy
msgid "Do not print any test page"
msgstr "S脹naq shifsi 巽ap edilir..."
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "S脹naq shifsi 巽ap edilir..."
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8111,7 +8442,7 @@ msgstr ""
"\n"
"D端z m端 ilyir?"
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
#, fuzzy
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8121,16 +8452,16 @@ msgstr ""
"ap edicinin ilmsi 端巽端n bir az vaxt ke巽r.\n"
"D端z m端 ilyir?"
-#: ../../printerdrake.pm_.c:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
#, fuzzy
msgid "Raw printer"
msgstr "ap Edicisiz"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -8139,15 +8470,15 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -8156,7 +8487,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -8164,41 +8495,41 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, 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:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -8208,7 +8539,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -8217,41 +8548,41 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2153
+#: ../../printerdrake.pm_.c:2343
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "bk dayand脹r脹l脹r"
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, fuzzy, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "bk dayand脹r脹l脹r"
-#: ../../printerdrake.pm_.c:2156
+#: ../../printerdrake.pm_.c:2346
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "bk dayand脹r脹l脹r"
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "bk dayand脹r脹l脹r"
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
msgstr "Qapat"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
#, fuzzy
msgid "Print option list"
msgstr "ap edici se巽nklri"
-#: ../../printerdrake.pm_.c:2182
+#: ../../printerdrake.pm_.c:2373
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -8265,7 +8596,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -8278,19 +8609,19 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
#, fuzzy
msgid "Reading printer data..."
msgstr "CUPS s端r端c端 datas脹 oxunur..."
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
#, fuzzy
msgid "Transfer printer configuration"
msgstr "聴nternet qurular脹"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -8300,51 +8631,51 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
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:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -8352,61 +8683,61 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "ap edici ad脹 tkc hrf, rqm v alt xtt daxil ed bilr"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
#, fuzzy
msgid "New printer name"
msgstr "ap Edicisiz"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, 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:2316
+#: ../../printerdrake.pm_.c:2510
#, fuzzy
msgid "Refreshing printer data..."
msgstr "CUPS s端r端c端 datas脹 oxunur..."
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
msgid "Configuration of a remote printer"
msgstr ""
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
#, fuzzy
msgid "Starting network..."
msgstr "Balant脹n脹z balad脹l脹r..."
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
#, fuzzy
msgid "Configure the network now"
msgstr "bkni qur"
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
#, fuzzy
msgid "Network functionality not configured"
msgstr "Monitor qurulmay脹b"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -8414,12 +8745,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
#, fuzzy
msgid "Go on without configuring the network"
msgstr "bk Qurular脹"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -8429,34 +8760,34 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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:2408
+#: ../../printerdrake.pm_.c:2603
#, fuzzy
msgid "Restarting printing system..."
msgstr "Hans脹 巽ap edici sistemini istifad etmk istyirsiniz?"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
#, fuzzy
msgid "high"
msgstr "Y端ksk"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
#, fuzzy
msgid "paranoid"
msgstr "端bhci"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -8471,12 +8802,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr "Hans脹 巽ap edici sistemini istifad etmk istyirsiniz?"
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -8490,81 +8821,76 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
#, fuzzy
msgid "Select Printer Spooler"
msgstr "ap Edici Balant脹s脹 Se巽in"
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
#, fuzzy
msgid "Which printing system (spooler) do you want to use?"
msgstr "Hans脹 巽ap edici sistemini istifad etmk istyirsiniz?"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printerdrake.pm_.c:2895
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "ap Edicini Qur"
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
#, fuzzy
msgid "Installing Foomatic..."
msgstr "%s paketi qurulur"
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "ap edici se巽nklri"
-#: ../../printerdrake.pm_.c:2778
+#: ../../printerdrake.pm_.c:2989
#, fuzzy
-msgid "Preparing PrinterDrake..."
+msgid "Preparing Printerdrake..."
msgstr "CUPS s端r端c端 datas脹 oxunur..."
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
#, fuzzy
msgid "Configuring applications..."
msgstr "ap Edicini Qur"
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
#, fuzzy
msgid "Would you like to configure printing?"
msgstr "Bir 巽ap edici qurmaq istyirsiniz?"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:2875
-#, fuzzy
-msgid "Printerdrake"
-msgstr "ap Edici"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
"its settings; to make it the default printer; to view information about it; "
"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
+"OpenOffice.org/GIMP."
msgstr ""
"Aa脹da yaz脹巽脹dak脹 n旦vblr verilmidir.\n"
"Yenilrini lav ed bilr, v ya m旦vcud olanlar脹 dyidir bilrsiniz."
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -8574,137 +8900,139 @@ msgstr ""
"Aa脹da yaz脹巽脹dak脹 n旦vblr verilmidir.\n"
"Yenilrini lav ed bilr, v ya m旦vcud olanlar脹 dyidir bilrsiniz."
-#: ../../printerdrake.pm_.c:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
#, fuzzy
msgid "Change the printing system"
msgstr "bkni qur"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
msgid "Normal Mode"
msgstr "Normal Mod"
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "Qurular脹 s脹namaq istyirsiniz?"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
#, fuzzy
msgid "Modify printer configuration"
msgstr "聴nternet qurular脹"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, fuzzy, c-format
msgid ""
"Printer %s\n"
"What do you want to modify on this printer?"
msgstr "Qurular脹 s脹namaq istyirsiniz?"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
#, fuzzy
msgid "Printer connection type"
msgstr "聴nternet Balant脹s脹 B旦l端d端r端lmsi"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
#, fuzzy
msgid "Printer name, description, location"
msgstr "ap Edici Balant脹s脹"
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
#, fuzzy
msgid "Print test pages"
msgstr "S脹naq shifsi 巽ap edilir..."
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
#, fuzzy
msgid "Know how to use this printer"
msgstr "Qurular脹 s脹namaq istyirsiniz?"
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
#, fuzzy
msgid "Remove printer"
msgstr "Uzaq ap Edici"
-#: ../../printerdrake.pm_.c:3245
+#: ../../printerdrake.pm_.c:3472
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "CUPS s端r端c端 datas脹 oxunur..."
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
#, fuzzy
msgid "Default printer"
msgstr "Yerli ap Edici"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "bkni yenidn balatmaq istyirsiniz?"
-#: ../../printerdrake.pm_.c:3297
+#: ../../printerdrake.pm_.c:3527
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "CUPS s端r端c端 datas脹 oxunur..."
@@ -9119,7 +9447,7 @@ msgstr "聴nternet"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
#, fuzzy
msgid "System"
msgstr "Sistem modu"
@@ -9178,191 +9506,228 @@ msgstr "Hal:"
msgid "Stop"
msgstr "Sektor"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
"the worldwide Linux Community"
msgstr ""
-#: ../../share/advertising/01-gnu.pl_.c:9
+#: ../../share/advertising/02-community.pl_.c:9
#, fuzzy
-msgid "Join the Free Software world"
+msgid "Get involved in the Free Software world"
msgstr "B端t端n d端nya"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../share/advertising/02-internet.pl_.c:9
+#: ../../share/advertising/03-internet.pl_.c:9
#, fuzzy
-msgid "Internet and Messaging"
-msgstr "聴nternet imkan脹"
+msgid "Get the most from the Internet"
+msgstr "聴nternet balan"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"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 ""
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimedya - Qrafika"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:11
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"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 ""
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Tcr端bi"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "Oyunlar"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
#, fuzzy
msgid "Mandrake Control Center"
msgstr "聴dar Mrkzi"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
#, fuzzy
msgid "User interfaces"
msgstr "bk ara 端z端"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
msgstr ""
-#: ../../share/advertising/07-server.pl_.c:9
+#: ../../share/advertising/08-development.pl_.c:9
#, fuzzy
-msgid "Server Software"
-msgstr "SMB verici ad脹"
+msgid "Development simplified"
+msgstr "Tcr端bi"
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/08-development.pl_.c:11
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
msgstr ""
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Oyunlar"
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "Usta"
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
+msgstr ""
+
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
+#, fuzzy
+msgid "Become a MandrakeExpert"
+msgstr "Usta"
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
+msgid ""
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../standalone.pm_.c:40
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
+msgid ""
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "Usta"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
+msgstr ""
+
+#: ../../standalone.pm_.c:41
#, fuzzy
msgid "Installing packages..."
msgstr "%s paketi qurulur"
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "L端tfen 巽脹x脹n v Ctrl-Alt-BackSpace d端ymlrin bas脹n"
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "\"%s\"a() tkrar girin v dyiikliklri fallad脹r脹n"
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"B旦lm cdvlini oxuya bilmirm, dysn biraz xarab olub:-(\n"
-"Xsrli hisslri d端zltmy chd edcm"
-
#: ../../standalone/drakTermServ_.c:188
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
@@ -9406,12 +9771,13 @@ msgstr "聴stifad巽ini lav et"
msgid "Add/Del Clients"
msgstr "DHCP Al脹c脹s脹"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
#, fuzzy
msgid "Help"
msgstr "/_Yard脹m"
@@ -9572,8 +9938,8 @@ msgid ""
"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "Tbriklr!"
@@ -9598,27 +9964,31 @@ msgstr "聴stifad巽i lav et"
msgid "Remove the last item"
msgstr "Loopback fayl脹 killndirilir: %s"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:732
+#: ../../standalone/drakbackup_.c:726
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -9626,7 +9996,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -9634,13 +10004,20 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
#, fuzzy
msgid "Total progess"
msgstr "Qap脹lar脹 s脹na"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9649,16 +10026,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Parolsuz"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "%s a巽脹la bilmir: %s\n"
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -9669,63 +10071,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Xtal脹 yedklm fayl脹"
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
#, fuzzy
msgid "Backup User files..."
msgstr "Xtal脹 yedklm fayl脹"
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
#, fuzzy
msgid "Backup Other files..."
msgstr "Xtal脹 yedklm fayl脹"
-#: ../../standalone/drakbackup_.c:1266
+#: ../../standalone/drakbackup_.c:1321
#, fuzzy
msgid "No changes to backup!"
msgstr "Xtal脹 yedklm fayl脹"
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -9733,800 +10140,923 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1324
+#: ../../standalone/drakbackup_.c:1379
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "%s fayl脹 oxunurkan xta oldu"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "Paket Qrup Se巽kisi"
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1527
+#: ../../standalone/drakbackup_.c:1602
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Xtal脹 yedklm fayl脹"
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "Xahi edirik qurmaq istdiyiniz paketlri se巽in."
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "N旦vbni sil"
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
#, fuzzy
msgid "Windows (FAT32)"
msgstr "\"Windows\"u sil"
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
#, fuzzy
msgid "Users"
msgstr "聴stifad巽i ad脹"
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
#, fuzzy
msgid "Use network connection to backup"
msgstr "Xtal脹 yedklm fayl脹"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Xahi edirik si巽an脹n脹z脹 se巽in"
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
#, fuzzy
msgid "Please enter your login"
msgstr "Xahi edirik tkrar s脹nay脹n"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
#, fuzzy
msgid "Please enter your password"
msgstr "Xahi edirik tkrar s脹nay脹n"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
#, fuzzy
msgid "Remember this password"
msgstr "Parolsuz"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
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:1849
+#: ../../standalone/drakbackup_.c:1923
#, fuzzy
msgid "Please choose your CD/DVD media size"
msgstr "Klaviatura quruluunu se巽iniz."
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Xahi edirik bir b旦lm 端st端n t脹qlay脹n"
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Xahi edirik bir b旦lm 端st端n t脹qlay脹n"
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
#, 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:1868
+#: ../../standalone/drakbackup_.c:1942
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
#, 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:1880
+#: ../../standalone/drakbackup_.c:1954
#, 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:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
#, fuzzy
msgid "No CD device defined!"
msgstr "Fayl se巽"
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
#, fuzzy
msgid "Use tape to backup"
msgstr "Xtal脹 yedklm fayl脹"
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Xahi edirik qurmaq istdiyiniz paketlri se巽in."
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Xahi edirik qurmaq istdiyiniz paketlri se巽in."
-#: ../../standalone/drakbackup_.c:1995
+#: ../../standalone/drakbackup_.c:2069
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Xahi edirik qurmaq istdiyiniz paketlri se巽in."
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Xahi edirik si巽an脹n脹z脹 se巽in"
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
#, fuzzy
msgid "Use quota for backup files."
msgstr "Xtal脹 yedklm fayl脹"
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
#, fuzzy
msgid "Network"
msgstr "bk ara 端z端"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
#, fuzzy
msgid "Tape"
msgstr "N旦v"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
#, fuzzy
msgid "Use daemon"
msgstr "聴stifad巽i ad脹"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Xahi edirik qurmaq istdiyiniz paketlri se巽in."
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Xahi edirik istifad 端巽端n bir dil se巽in."
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
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:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
msgid "What"
msgstr ""
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
#, fuzzy
msgid "Where"
msgstr "rx"
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
#, fuzzy
msgid "When"
msgstr "rx"
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
#, fuzzy
msgid "More Options"
msgstr "Modul se巽nklri:"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "bk qurad脹r脹lmas脹"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "Xahi edirik qurmaq istdiyiniz paketlri se巽in."
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Xahi edirik qurmaq istdiyiniz paketlri se巽in."
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
#, fuzzy
msgid "Backup system"
msgstr "Fayl sistemi qurular脹"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, fuzzy, c-format
-msgid " on device : %s"
+msgid " on device: %s"
msgstr "Si巽an avadanl脹脹: %s\n"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Se巽nklr"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "Modeminizin hans脹 serial qap脹ya bal脹 olduunu se巽iniz"
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
#, fuzzy
msgid " Restore Configuration "
msgstr "bk qurad脹r脹lmas脹"
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
#, fuzzy
msgid "Backup the system files before:"
msgstr "Xtal脹 yedklm fayl脹"
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "please choose the date to restore"
msgstr "Xahi edirik si巽an脹n脹z脹n n旦v端n端 se巽in."
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "Xtal脹 yedklm fayl脹"
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Xahi edirik si巽an脹n脹z脹 se巽in"
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
#, fuzzy
msgid "FTP Connection"
msgstr "Yerli bk qurad脹r脹lmas脹"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
#, fuzzy
msgid "Secure Connection"
msgstr "ap Edici Balant脹s脹 Se巽in"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Disketdn geri 巽a脹r"
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
#, fuzzy
msgid "Select another media to restore from"
msgstr "Xahi edirik si巽an脹n脹z脹n n旦v端n端 se巽in."
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Other Media"
msgstr "Digr"
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
#, fuzzy
msgid "Restore system"
msgstr "Sistemi qur"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
#, fuzzy
msgid "Restore Users"
msgstr "Fayldan geri 巽a脹r"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore Other"
msgstr "Fayldan geri 巽a脹r"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "Xahi edirik si巽an脹n脹z脹n n旦v端n端 se巽in."
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3394
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "N旦vbni sil"
+
+#: ../../standalone/drakbackup_.c:3411
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "Fayldan geri 巽a脹r"
+
+#: ../../standalone/drakbackup_.c:3477
+#, c-format
+msgid "Backup files not found at %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, fuzzy
+msgid "Restore From CD"
+msgstr "Disketdn geri 巽a脹r"
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "B旦lm cdvlini qurtar"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3524
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "Fayldan geri 巽a脹r"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3525
+#, fuzzy
+msgid "Host Name"
+msgstr "Ev sahibi ad脹"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+#, fuzzy
+msgid "Password required"
+msgstr "Parol"
+
+#: ../../standalone/drakbackup_.c:3539
+#, fuzzy
+msgid "Username required"
+msgstr "聴stifad巽i ad脹"
+
+#: ../../standalone/drakbackup_.c:3542
+#, fuzzy
+msgid "Hostname required"
+msgstr "Ev sahibi ad脹:"
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "Fayldan geri 巽a脹r"
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
#, fuzzy
msgid "Custom Restore"
msgstr "X端susi"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3865
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "B旦lm cdvlini qurtar"
+
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "Fayldan geri 巽a脹r"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
#, fuzzy
msgid "Previous"
msgstr "<- vvlki"
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "Hal:"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
#, fuzzy
msgid "Build Backup"
msgstr "Xtal脹 yedklm fayl脹"
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
#, fuzzy
msgid "Restore"
msgstr "Fayldan geri 巽a脹r"
-#: ../../standalone/drakbackup_.c:3553
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3574
+#: ../../standalone/drakbackup_.c:4231
msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Aa脹dak脹 paketlr qurulacaqd脹r"
-#: ../../standalone/drakbackup_.c:3621
+#: ../../standalone/drakbackup_.c:4278
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
#, fuzzy
msgid "Please select data to restore..."
msgstr "Xahi edirik istifad 端巽端n bir dil se巽in."
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
#, fuzzy
msgid "Please select media for backup..."
msgstr "Xahi edirik istifad 端巽端n bir dil se巽in."
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
#, fuzzy
msgid "Please select data to backup..."
msgstr "Xahi edirik istifad 端巽端n bir dil se巽in."
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
#, fuzzy
msgid "Backup system files"
msgstr "Xtal脹 yedklm fayl脹"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup user files"
msgstr "Xtal脹 yedklm fayl脹"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup other files"
msgstr "Xtal脹 yedklm fayl脹"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
#, fuzzy
msgid "Sending files..."
msgstr "Fayla qeyd et"
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "bk qurad脹r脹lmas脹"
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
#, fuzzy
msgid "View Backup Configuration."
msgstr "bk qurad脹r脹lmas脹"
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
#, fuzzy
msgid "Wizard Configuration"
msgstr "Yerli bk Qurad脹r脹lmas脹"
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
#, fuzzy
msgid "Advanced Configuration"
msgstr "Yerli bk Qurad脹r脹lmas脹"
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
#, fuzzy
msgid "Backup Now"
msgstr "Fayl sistemi qurular脹"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
msgid ""
"options description:\n"
"\n"
@@ -10558,7 +11088,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10567,7 +11097,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -10608,45 +11138,45 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -10663,7 +11193,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -10703,7 +11233,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -10714,7 +11244,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10727,7 +11257,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -10808,9 +11338,9 @@ msgstr ""
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
#, fuzzy
msgid "Standalone Tools"
msgstr "Konsol Vasitlri"
@@ -10862,26 +11392,26 @@ msgstr "ap Edici"
msgid "Configuration Wizards"
msgstr "bk Qurad脹r脹lmas脹 Sehirbaz脹"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
#, fuzzy
msgid "Application:"
msgstr "Tan脹tma"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
#, fuzzy
msgid "Package: "
msgstr "Paket Qrup Se巽kisi"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
#, fuzzy
msgid "Release: "
msgstr "Xahi edirik g旦zlyin"
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -10893,21 +11423,21 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
#, fuzzy
msgid "Report"
msgstr "Qap脹"
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
#, fuzzy
msgid "Not installed"
msgstr "Qurulumdan 巽脹x"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Qurulumdan sonra istifad ed bilcyiniz baqa dillr se巽 bilrsiniz"
@@ -11357,7 +11887,7 @@ msgstr "Balama n旦qtsi"
#: ../../standalone/drakfont_.c:909
#, fuzzy
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "killndirilck disk b旦lmlrini se巽in"
#: ../../standalone/drakfont_.c:918
@@ -11439,19 +11969,19 @@ msgstr "Siseminizd bk adapteri yoxdur!"
msgid "Post Uninstall"
msgstr "Qurulumdan 巽脹x"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr "聴nternet Balant脹s脹 B旦l端d端r端lmsi"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr "聴nternet Balant脹s脹 B旦l端d端r端lmsi fallad脹r脹ld脹"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -11463,31 +11993,31 @@ msgstr ""
"\n"
"N etmk istyirsiniz?"
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
msgid "disable"
msgstr "passivldir"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr "ke巽"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "reconfigure"
msgstr "yenidn qurad脹r"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
msgid "Disabling servers..."
msgstr "Vericilr balan脹r..."
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
msgid "Internet connection sharing is now disabled."
msgstr "聴nternet Balant脹s脹 B旦l端d端r端lmsi indi baland脹"
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr "聴nternet Balant脹s脹 B旦l端d端r端lmsi passivldirildi"
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -11499,19 +12029,19 @@ msgstr ""
"\n"
"N etmk istyirsiniz?"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
msgid "enable"
msgstr "fallad脹r"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr "Xidmtlr fallad脹r脹l脹r..."
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
msgid "Internet connection sharing is now enabled."
msgstr "聴nternet Balant脹s脹 B旦l端d端r端lmsi indi a巽脹ld脹"
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
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 "
@@ -11527,21 +12057,21 @@ msgstr ""
"Xbdarl脹q: Yerli bk (LAN) qurmaq 端巽端n uyun bk Adapterin "
"ehtiyac脹n脹z var."
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Ara z %s (%s modulu ildilir)"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, c-format
msgid "Interface %s"
msgstr "Ara 端z %s"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr "Siseminizd bk adapteri yoxdur!"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -11549,11 +12079,11 @@ msgstr ""
"Sisteminizd bk kart脹 tap脹la bilmyib.Avadanl脹脹 quran vasitni i "
"sal脹n."
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "bk ara 端z端"
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -11568,18 +12098,18 @@ msgstr ""
"\n"
"Yerli bk adapterinizi qurmaq 端zrym?"
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr "Sizi Yerli bky balayacaq adapteri se巽in"
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:259
#, fuzzy
msgid "Network interface already configured"
msgstr "Monitor qurulmay脹b"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -11589,17 +12119,17 @@ msgid ""
"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
#, fuzzy
msgid "Automatic reconfiguration"
msgstr "Qurulum Trzi Qurad脹r脹lmas脹"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
#, fuzzy
msgid "Show current interface configuration"
msgstr "聴nternet qurular脹"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -11610,7 +12140,7 @@ msgid ""
"Driver: %s"
msgstr ""
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -11622,54 +12152,42 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr ""
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
#, fuzzy
msgid "(This) DHCP Server IP"
msgstr "CUPS verici IP"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr ""
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr ""
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr "%s quusunda dysn bir LAN 端nvan 巽ax脹mas脹 tap脹ld脹!\n"
-#: ../../standalone/drakgw_.c:320
-msgid "Firewalling configuration detected!"
-msgstr "Oddan divar (Firewall) quruluu tap脹ld脹!"
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Diqqt! Var olan Firewall qurusu tap脹ld脹. Y端klmdn sonra bir az l "
-"gzdir bilrsiniz."
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
msgid "Configuring..."
msgstr "Qurad脹r脹l脹r..."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr "Skriptl qurulur, proqram t'minat脹 qurulur, xidmtlr balad脹l脹r..."
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, c-format
msgid "Problems installing package %s"
msgstr "%s paketi qurulurkn xta oldu"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -11680,23 +12198,23 @@ msgstr ""
"b旦l端d端r bilrsiniz, bunun 端巽端n is avtomatik bk qurad脹r脹lmas脹 (DHCP) "
"ildilir."
-#: ../../standalone/drakgw_.c:566
+#: ../../standalone/drakgw_.c:504
msgid "The setup has already been done, but it's currently disabled."
msgstr "Qurad脹rma art脹q qurtar脹bd脹r, amma faliyyti dayand脹r脹l脹b."
-#: ../../standalone/drakgw_.c:567
+#: ../../standalone/drakgw_.c:505
msgid "The setup has already been done, and it's currently enabled."
msgstr "Qurad脹rma art脹q qurtar脹bd脹r v faliyytddir."
-#: ../../standalone/drakgw_.c:568
+#: ../../standalone/drakgw_.c:506
msgid "No Internet Connection Sharing has ever been configured."
msgstr "聴nternet Balant脹s脹 B旦l端d端rm Qurad脹rmas脹 apar脹lmay脹b."
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
msgid "Internet connection sharing configuration"
msgstr "聴nternet balant脹s脹 b旦l端d端r端lmsi qurad脹r脹lmas脹"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -11711,6 +12229,158 @@ msgstr ""
"\n"
"Qurad脹rma sehirbaz脹n脹 a巽maq 端巽端n Qurad脹ra t脹qlay脹n."
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr "Bal脹 deyil"
+
+#: ../../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"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+#, fuzzy
+msgid "first step creation"
+msgstr "a巽脹l脹 disketi yarad脹lmas脹"
+
+#: ../../standalone/draksplash_.c:77
+#, fuzzy
+msgid "final resolution"
+msgstr "Rezolyusiya"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#, fuzzy
+msgid "choose image file"
+msgstr "Monitorunuzu se巽in"
+
+#: ../../standalone/draksplash_.c:79
+#, fuzzy
+msgid "Theme name"
+msgstr "Paylad脹rma ad脹"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+#, fuzzy
+msgid "go to lilosplash configuration"
+msgstr "Qurulum sonras脹 qurular"
+
+#: ../../standalone/draksplash_.c:83
+#, fuzzy
+msgid "quit"
+msgstr "脹x"
+
+#: ../../standalone/draksplash_.c:84
+#, fuzzy
+msgid "save theme"
+msgstr "Sistemi qur"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#, fuzzy
+msgid "Configure bootsplash picture"
+msgstr "Xidmtlri qur"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+#, fuzzy
+msgid "go back"
+msgstr "Loopback"
+
+#: ../../standalone/draksplash_.c:120
+#, fuzzy
+msgid "preview"
+msgstr "avadanl脹q"
+
+#: ../../standalone/draksplash_.c:121
+#, fuzzy
+msgid "choose color"
+msgstr "Monitorunuzu se巽in"
+
+#: ../../standalone/draksplash_.c:124
+msgid "Display logo on Console"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:436
+#, fuzzy
+msgid "ProgressBar color selection"
+msgstr "ap Edici Balant脹s脹"
+
+#: ../../standalone/draksplash_.c:454
+#, fuzzy
+msgid "You must choose an image file first!"
+msgstr "ap Edici avadanl脹脹 URI"
+
+#: ../../standalone/draksplash_.c:463
+#, fuzzy
+msgid "Generating preview ..."
+msgstr "Avadanl脹qlar tan脹n脹r..."
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -11803,11 +12473,11 @@ msgid ""
msgstr ""
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr ""
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr ""
#: ../../standalone/drakxtv_.c:114
@@ -11883,7 +12553,7 @@ msgstr "Tkmilldirm ii balaya bilmir !!!\n"
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
msgid "logdrake"
msgstr "logdrake"
@@ -12062,7 +12732,7 @@ msgstr "avadanl脹q"
#: ../../standalone/logdrake_.c:431
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"You will receive an alert if one of the selected services is no more running"
msgstr ""
#: ../../standalone/logdrake_.c:443
@@ -12084,19 +12754,19 @@ msgstr "Qurad脹rma"
msgid "Please enter your email address below "
msgstr "Xahi edirik tkrar s脹nay脹n"
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr "Frqli qeyd et..."
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "Xahi edirik si巽an脹n脹z脹n n旦v端n端 se巽in."
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "3 d端ym emulasiyas脹"
-#: ../../standalone/printerdrake_.c:48
+#: ../../standalone/printerdrake_.c:57
#, fuzzy
msgid "Reading printer data ..."
msgstr "CUPS s端r端c端 datas脹 oxunur..."
@@ -12110,34 +12780,45 @@ msgstr "Avadanl脹qlar tan脹n脹r..."
msgid "Test ports"
msgstr "Qap脹lar脹 s脹na"
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
msgstr ""
+#: ../../standalone/scannerdrake_.c:56
+#, fuzzy, c-format
+msgid "%s found on %s, configure it?"
+msgstr "Bir 巽ap edici qurmaq istyirsiniz?"
+
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:65
#, fuzzy
msgid "Select a scanner"
msgstr "Ekran kart脹n脹z脹 se巽in"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr ""
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, 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:95
+#: ../../standalone/scannerdrake_.c:109
#, fuzzy
msgid "choose device"
msgstr "A巽脹l脹 avadanl脹脹"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -12145,7 +12826,7 @@ msgid ""
"section."
msgstr ""
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -12153,48 +12834,18 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
"Some devices in the %s class were added:\n"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:30
-msgid "Firewalling Configuration"
-msgstr "Firewall qurad脹r脹lmas脹"
-
-#: ../../standalone/tinyfirewall_.c:43
-msgid "Firewalling configuration"
-msgstr "Firewall qurad脹r脹lmas脹"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Firewall qurular脹n脹 art脹q qurtarm脹s脹n脹z.\n"
-"Qur-a t脹qlayaraq firewall qurular脹n silin ya da tkmilldirin."
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Qur-a t脹qlayaraq standart firewall qurular脹n脹 apar脹n."
-
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "聴ltdiyiniz dili se巽in"
@@ -12268,225 +12919,7 @@ msgstr "Sistemi qur"
msgid "Exit install"
msgstr "Qurulumdan 巽脹x"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"tinyfirewall configurator\n"
-"\n"
-"Bu, Linuks Mandrake sisteminiz 端巽端n xsi bir firewall qurad脹racaqd脹r.\n"
-"Daha g端cl端 v e'tibarl脹 sistem 端巽端n xahi edirik x端susi MandrakeSecurity "
-"Firewall\n"
-"burax脹l脹脹n脹 tdqiq edin."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"聴ndi is internet balan脹rkn istifad etmyi arzulad脹脹n脹z xidmtlri\n"
-"soruaca脹q. Bu suallara xahi edirik diqqtl cavab verin, 巽端nk端 "
-"komp端terinizin \n"
-"thl端ksizliyi 巽ox vacib msldir.\n"
-"\n"
-"Xahi edirik, bu xidmtlrdn istifad etmdiklriniz yax脹 qrar verin ki, "
-"firewall\n"
-"onu balas脹n. Sonradan bu qurular脹 旦z端n端z proqram脹 yenidn i salaraq "
-"dyidir bilrsiniz.!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Sisteminizd b端t端n 聴nternet g旦strmk istdiyiniz veb vericisi "
-"ildirsiniz? \n"
-"Tkc bu komp端terin g旦rcyi bir veb vericisi olacaqsa burada YOX cavasb脹 "
-"ver bilrsiniz.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Bu komp端terd ad vericisi ildirsiniz? gr internet balan脹rkn bir IP "
-"端nvan脹 v\n"
-"nahiy m'lumat脹 alm脹rs脹n脹zsa YOX cavab脹 verin.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Gln E'tibarl脹 Qab脹q (ssh) balant脹lar脹na icaz vermk istyiriniz? Bu, "
-"bir\n"
-"c端r telnet vzidir. 聴ndi telnet ildirsinizs onda \"ssh\"y "
-"ke巽mlisiniz. \n"
-"Telnet kodlama iltmir, ona g旦r db'zi hkerlr parolunuzu ourlaya "
-"bilr. \n"
-"ssh bunlara icaz vermz."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Gln telnet balant脹lar脹na icaz verim?\n"
-"Bu 巽ox e'tibars脹zd脹r. Bunu siz vvlki ekranda s旦yldik. Buna \n"
-"yox cavab脹 vermyinizi t旦vsiyy edirik. Yerin ssh ildin.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"聴nternetdn yetiil biln bir FTP vericisi ildirsiniz? gr "
-"ildirsinizs,\n"
-"tkc Anonim k旦巽端rmlr 端巽端n olmas脹n脹 t旦vsiyy edrik. FTP il g旦ndriln\n"
-"parollar hkerlr trfindn ourlana bilr. FTP parollar脹 kodlaya bilmir "
-"ax脹.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Burada mktub vericisi ildirsiniz? gr ismar脹clar脹n脹z脹 pine\n"
-"mutt v ya baqa mtn sasl脹 mktub al脹c脹s脹ndan g旦ndrirsinizs,\n"
-"demk ki, ildirsiniz. Yoxsa firewall bunu balamal脹d脹r.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Burada POP v ya IMAP vericisi ildirsiniz? Bu is\n"
-"komp端terd veb sasl脹 olmayan mktub hesablar脹 qurmaq 端巽端n laz脹md脹r.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Dysn 2.2 巽kirdk ildirsiniz. gr komp端terinizin\n"
-"IPsi baqa bir komp端ter trfindn dinamik olaraq verilirs,\n"
-"onda buna icaz vermk olar. Beledir?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Komp端terinizin vaxt脹 baqa bir komp端terl sinxronlad脹r脹r?\n"
-"Bu, daha 巽ox orta v geni Unix/Linuks irktlri trfindn ildilir.\n"
-"gr bir irktin bir par巽as脹 deyilsinizs, demk ki, iltmirsiniz."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Qurulum qurtar脹ld脹. Dyiikliklri disk yaz脹m?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "%s a巽脹la bilmir: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Yazmaq 端巽端n %s a巽脹la bilmir: %s\n"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Firewall qurad脹r脹lmas脹"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:230
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Xahi edirik g旦zlyin, qurulum haz脹rlan脹r"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
@@ -12619,6 +13052,10 @@ msgid "Graphical Environment"
msgstr "Qrafiki Ara z"
#: ../../share/compssUsers:999
+msgid "Development"
+msgstr "Tcr端bi"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache v Pro-ftpd"
@@ -12728,98 +13165,187 @@ msgstr "Multimedya - CD Yand脹rma"
msgid "Scientific Workstation"
msgstr "Elmi i stansiyas脹"
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
+#~ msgid "LBA (doesn't work on old BIOSes)"
+#~ msgstr "LBA (k旦hn BIOSlarda ilmz)"
+
+#~ msgid "You don't have any partitions!"
+#~ msgstr "He巽 disk b旦lmniz yoxdur!"
-#, fuzzy
#~ 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."
+#~ "DiskDrake failed to read correctly the partition table.\n"
+#~ "Continue at your own risk!"
#~ msgstr ""
-#~ "Bu sviyy RAID'i diqqtli istifadnizi t旦vsiy edirik. Sisteminiz daha "
-#~ "asand\n"
-#~ "ildilck, ancaq xtalara qar脹 da hssaiyyti d artacaqd脹r. "
-#~ "聴nternet \n"
-#~ "bal脹 isniz bunu t旦vsiy etmirik. Parol il girilir."
+#~ "DiskDrake b旦lm cdvlini oxuma脹 bacara bilmdi.\n"
+#~ "z端n端z davam ed bilrsiniz."
-#, fuzzy
#~ msgid ""
-#~ "With this security level, the use of this system as a server becomes "
-#~ "possible.\n"
-#~ " The security is now high enough to use the system as a "
-#~ "server which can accept\n"
-#~ " connections from many clients. Note: if your machine is "
-#~ "only a client on the Internet, you should choose a lower level."
+#~ "I can't read your partition table, it's too corrupted for me :(\n"
+#~ "I'll try to go on blanking bad partitions"
#~ msgstr ""
-#~ "Bu thl端ksizlik sviyysiyl sistemin bir verici olaraq istifadsi "
-#~ "m端mk端nd端r. \n"
-#~ "Thl端ksizlik, birdn 巽ox al脹c脹n脹n balanmas脹na icaz verck kild "
-#~ "art脹r脹lm脹d脹r. "
+#~ "B旦lm cdvlini oxuya bilmirm, dysn biraz xarab olub:-(\n"
+#~ "Xsrli hisslri d端zltmy chd edcm"
-#, fuzzy
-#~ msgid "Basic Options"
-#~ msgstr "Se巽nklr"
+#~ msgid "Firewalling Configuration"
+#~ msgstr "Firewall qurad脹r脹lmas脹"
-#, fuzzy
-#~ msgid "Security Checks"
-#~ msgstr "Thl端ksizlik"
+#~ msgid "Firewalling configuration"
+#~ msgstr "Firewall qurad脹r脹lmas脹"
-#, fuzzy
-#~ msgid "Please choose your CD space"
-#~ msgstr "Klaviatura quruluunu se巽iniz."
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "You already have set up a firewall.\n"
+#~ "Click on Configure to change or remove the firewall"
+#~ msgstr ""
+#~ "Firewall\n"
+#~ "\n"
+#~ "Firewall qurular脹n脹 art脹q qurtarm脹s脹n脹z.\n"
+#~ "Qur-a t脹qlayaraq firewall qurular脹n silin ya da tkmilldirin."
-#, fuzzy
-#~ msgid "Please enter the cd writer speed"
-#~ msgstr "Xahi edirik si巽an脹n脹z脹 se巽in"
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "Click on Configure to set up a standard firewall"
+#~ msgstr ""
+#~ "Firewall\n"
+#~ "\n"
+#~ "Qur-a t脹qlayaraq standart firewall qurular脹n脹 apar脹n."
-#, fuzzy
-#~ msgid "Please check if you want to include install boot on your CD."
-#~ msgstr "Xahi edirik qurmaq istdiyiniz paketlri se巽in."
+#~ msgid ""
+#~ "We'll now ask you questions about which services you'd like to allow\n"
+#~ "the Internet to connect to. Please think carefully about these\n"
+#~ "questions, as your computer's security is important.\n"
+#~ "\n"
+#~ "Please, if you're not currently using one of these services, firewall\n"
+#~ "it off. You can change this configuration anytime you like by\n"
+#~ "re-running this application!"
+#~ msgstr ""
+#~ "聴ndi is internet balan脹rkn istifad etmyi arzulad脹脹n脹z xidmtlri\n"
+#~ "soruaca脹q. Bu suallara xahi edirik diqqtl cavab verin, 巽端nk端 "
+#~ "komp端terinizin \n"
+#~ "thl端ksizliyi 巽ox vacib msldir.\n"
+#~ "\n"
+#~ "Xahi edirik, bu xidmtlrdn istifad etmdiklriniz yax脹 qrar verin "
+#~ "ki, firewall\n"
+#~ "onu balas脹n. Sonradan bu qurular脹 旦z端n端z proqram脹 yenidn i salaraq "
+#~ "dyidir bilrsiniz.!"
-#, fuzzy
-#~ msgid "Url should begin with 'ftp:'"
-#~ msgstr "Vkil verici ftp://... olmal脹d脹r."
+#~ msgid ""
+#~ "Are you running a web server on this machine that you need the whole\n"
+#~ "Internet to see? If you are running a webserver that only needs to be\n"
+#~ "accessed by this machine, you can safely answer NO here.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Sisteminizd b端t端n 聴nternet g旦strmk istdiyiniz veb vericisi "
+#~ "ildirsiniz? \n"
+#~ "Tkc bu komp端terin g旦rcyi bir veb vericisi olacaqsa burada YOX cavasb脹 "
+#~ "ver bilrsiniz.\n"
+#~ "\n"
-#, fuzzy
#~ msgid ""
-#~ "Please check if you want to include\n"
-#~ " install boot on your CD."
-#~ msgstr "Xahi edirik qurmaq istdiyiniz paketlri se巽in."
+#~ "Are you running a name server on this machine? If you didn't set one\n"
+#~ "up to give away IP and zone information to the whole Internet, please\n"
+#~ "answer no.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Bu komp端terd ad vericisi ildirsiniz? gr internet balan脹rkn bir IP "
+#~ "端nvan脹 v\n"
+#~ "nahiy m'lumat脹 alm脹rs脹n脹zsa YOX cavab脹 verin.\n"
+#~ "\n"
-#, fuzzy
-#~ msgid "Windows PDC"
-#~ msgstr "\"Windows\"u sil"
+#~ msgid ""
+#~ "Do you want to allow incoming Secure Shell (ssh) connections? This\n"
+#~ "is a telnet-replacement that you might use to login. If you're using\n"
+#~ "telnet now, you should definitely switch to ssh. telnet is not\n"
+#~ "encrypted -- so some attackers can steal your password if you use\n"
+#~ "it. ssh is encrypted and doesn't allow for this eavesdropping."
+#~ msgstr ""
+#~ "Gln E'tibarl脹 Qab脹q (ssh) balant脹lar脹na icaz vermk istyiriniz? Bu, "
+#~ "bir\n"
+#~ "c端r telnet vzidir. 聴ndi telnet ildirsinizs onda \"ssh\"y "
+#~ "ke巽mlisiniz. \n"
+#~ "Telnet kodlama iltmir, ona g旦r db'zi hkerlr parolunuzu ourlaya "
+#~ "bilr. \n"
+#~ "ssh bunlara icaz vermz."
-#, fuzzy
-#~ msgid "Tamil"
-#~ msgstr "Cdvl"
+#~ msgid ""
+#~ "Do you want to allow incoming telnet connections?\n"
+#~ "This is horribly unsafe, as we explained in the previous screen. We\n"
+#~ "strongly recommend answering No here and using ssh in place of\n"
+#~ "telnet.\n"
+#~ msgstr ""
+#~ "Gln telnet balant脹lar脹na icaz verim?\n"
+#~ "Bu 巽ox e'tibars脹zd脹r. Bunu siz vvlki ekranda s旦yldik. Buna \n"
+#~ "yox cavab脹 vermyinizi t旦vsiyy edirik. Yerin ssh ildin.\n"
-#, fuzzy
-#~ msgid "PDC Server Name"
-#~ msgstr "NIS Verici"
+#~ msgid ""
+#~ "Are you running an FTP server here that you need accessible to the\n"
+#~ "Internet? If you are, we strongly recommend that you only use it for\n"
+#~ "Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
+#~ "attackers, since FTP also uses no encryption for transferring passwords.\n"
+#~ msgstr ""
+#~ "聴nternetdn yetiil biln bir FTP vericisi ildirsiniz? gr "
+#~ "ildirsinizs,\n"
+#~ "tkc Anonim k旦巽端rmlr 端巽端n olmas脹n脹 t旦vsiyy edrik. FTP il "
+#~ "g旦ndriln\n"
+#~ "parollar hkerlr trfindn ourlana bilr. FTP parollar脹 kodlaya bilmir "
+#~ "ax脹.\n"
-#, fuzzy
-#~ msgid "Set up printer manually"
-#~ msgstr "Uzaq ap Edici"
+#~ msgid ""
+#~ "Are you running a mail server here? If you're sending you \n"
+#~ "messages through pine, mutt or any other text-based mail client,\n"
+#~ "you probably are. Otherwise, you should firewall this off.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Burada mktub vericisi ildirsiniz? gr ismar脹clar脹n脹z脹 pine\n"
+#~ "mutt v ya baqa mtn sasl脹 mktub al脹c脹s脹ndan g旦ndrirsinizs,\n"
+#~ "demk ki, ildirsiniz. Yoxsa firewall bunu balamal脹d脹r.\n"
+#~ "\n"
-#, fuzzy
-#~ msgid "Installing HPOJ package..."
-#~ msgstr "%s paketi qurulur"
+#~ msgid ""
+#~ "Are you running a POP or IMAP server here? This would\n"
+#~ "be used to host non-web-based mail accounts for people via \n"
+#~ "this machine.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Burada POP v ya IMAP vericisi ildirsiniz? Bu is\n"
+#~ "komp端terd veb sasl脹 olmayan mktub hesablar脹 qurmaq 端巽端n laz脹md脹r.\n"
+#~ "\n"
-#, fuzzy
-#~ msgid "Installing SANE packages..."
-#~ msgstr "%s paketi qurulur"
+#~ msgid ""
+#~ "You appear to be running a 2.2 kernel. If your network IP\n"
+#~ "is automatically set by a computer in your home or office \n"
+#~ "(dynamically assigned), we need to allow for this. Is\n"
+#~ "this the case?\n"
+#~ msgstr ""
+#~ "Dysn 2.2 巽kirdk ildirsiniz. gr komp端terinizin\n"
+#~ "IPsi baqa bir komp端ter trfindn dinamik olaraq verilirs,\n"
+#~ "onda buna icaz vermk olar. Beledir?\n"
-#, fuzzy
-#~ msgid "Installing mtools packages..."
-#~ msgstr "%s paketi qurulur"
+#~ msgid ""
+#~ "Is your computer getting time syncronized to another computer?\n"
+#~ "Mostly, this is used by medium-large Unix/Linux organizations\n"
+#~ "to synchronize time for logging and such. If you're not part\n"
+#~ "of a larger office and haven't heard of this, you probably \n"
+#~ "aren't."
+#~ msgstr ""
+#~ "Komp端terinizin vaxt脹 baqa bir komp端terl sinxronlad脹r脹r?\n"
+#~ "Bu, daha 巽ox orta v geni Unix/Linuks irktlri trfindn ildilir.\n"
+#~ "gr bir irktin bir par巽as脹 deyilsinizs, demk ki, iltmirsiniz."
-#, fuzzy
-#~ msgid "Making printer port available for CUPS..."
-#~ msgstr "CUPS s端r端c端 datas脹 oxunur..."
+#~ msgid ""
+#~ "Configuration complete. May we write these changes to disk?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Qurulum qurtar脹ld脹. Dyiikliklri disk yaz脹m?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+
+#~ msgid "Can't open %s for writing: %s\n"
+#~ msgstr "Yazmaq 端巽端n %s a巽脹la bilmir: %s\n"
#~ msgid "Control Center"
#~ msgstr "聴dar Mrkzi"
@@ -12897,9 +13423,6 @@ msgstr "Elmi i stansiyas脹"
#~ msgid "Select a graphics card"
#~ msgstr "Ekran kart脹n脹z脹 se巽in"
-#~ msgid "Warning: testing this graphics card may freeze your computer"
-#~ msgstr "Diqqt: Bu qrafika kart脹 il edilck s脹naq thl端klidir"
-
#~ msgid "Standard VGA, 640x480 at 60 Hz"
#~ msgstr "Standart VGA, 60 Hz-d 640x480 "
diff --git a/perl-install/share/po/be.po b/perl-install/share/po/be.po
index 250f86846..fbbee9ab5 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-08-21 15:44+0200\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
"PO-Revision-Date: 2000-09-24 12:30 +0100\n"
"Last-Translator: Alexander Bokovoy <ab@avilink.net>\n"
"Language-Team: be\n"
@@ -49,46 +49,46 @@ msgstr "32 戻"
msgid "64 MB or more"
msgstr "64 戻 i 瘤諷"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "節顋 X 驟鞨辮"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "X 驟鞨辮"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
#, fuzzy
msgid "Multi-head configuration"
msgstr "鰰迯 轢髓韲蜉i"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
msgstr ""
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "瑯轢 閠跂 i糺瑙瑕i"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "沃髓韲蜉 XFree"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "煌龠 袱逕i笂鞐 XFree 碼 聳籥纐 瑩顋赭?"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr ""
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr ""
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "圃逕i笂鞐矗 赭 袱頏"
@@ -99,13 +99,13 @@ msgstr "圃逕i笂鞐矗 赭 袱頏"
msgid "XFree %s"
msgstr "刔鞨辮 XFree86 %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s 閠糅顋跖珸 3D-閠驫瑁迯"
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, 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:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, 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:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s 襃閻顋跂迺琺轢 閠糅顋跖珸 3D-閠驫瑁迯"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, 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:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -150,53 +150,54 @@ msgstr ""
"明埠 誉 ‖税, 慴 竹卆 殃冢登枳斗卆本誉 論漬俛綿 I 摸得 椀杪菟I 沈\n"
"農I兩様 太慇胆 弊模'渙殪."
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr ""
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr " 碼痼頌"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
#, fuzzy
msgid "Graphic Card"
msgstr "i糺琲瑁鰰"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "尤i鴈"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "瑕辮 褓琿"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "麗i"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "苓"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "茸珞"
@@ -213,28 +214,28 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "節顋 赭i鴈"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "雪鼡逶"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
#, fuzzy
msgid "Vendor"
msgstr "絶袱"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -257,11 +258,11 @@ msgstr ""
"碼 跪聳 騾闡珥瑶 赭i鴈.\n"
"圃i 碼 體跋矗纐繿, 珀顋 袱迹辮矗鴿逶 轢髓韲蜉i."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "怙髢轄 窶顋艢迺琺逶 鞐艫鉋鳧i"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "怙髢轄 矼頏袱譛轢 鞐艫鉋鳧i"
@@ -298,36 +299,41 @@ msgstr "茸痼 閠跂鞐 褓琿 i 站ii 褌諷頌"
msgid "Graphics card: %s"
msgstr "i糺琲瑁鰰: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "絶跂轢"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "鞐矼韋 閠鞐跂鴃燿 轢髓韲蜉i"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "i 聳籥纐 關瑩髢i鞐矗 轢髓韲蜉i?"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "鞐矼韋 閠鞐跂鴃燿 轢髓韲蜉i"
+#: ../../Xconfig/test.pm_.c:31
+#, fuzzy
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "瑙顯粭琿辣: 鵆髢i鞐矗迯 轢 笶鰰 i糺琲瑁 辣髀纓轢"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -463,27 +469,23 @@ msgstr ""
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "逐謗逶 鈿i 閠瑩褌矗窶 艢竦鼇褥"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
#, fuzzy
msgid "Bootloader to use"
msgstr "逐謗逶 鈿i 閠瑩褌矗窶 艢竦鼇褥"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "囁鰰矗迯 艢竦鼇褥"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "楳竦鼇瑾轢 關諤籥"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (辣 關瑶黼 關 髓瑁 矼韵i BIOS)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "圃跫琲鴉"
@@ -500,16 +502,17 @@ msgstr "i糺-顯脩"
msgid "Delay before booting default image"
msgstr "楳鴃跖 閻鞐 艢竦鼇袱 碆瘰瑯 閠 籥赭諷迯"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "瑁鉉"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "燿鰰顋 閠韲譛"
@@ -544,14 +547,14 @@ msgid ""
msgstr ""
"麗 ``節跂聳矗迯 鈿 袱赭辟轢窶 鞐粨'' 辣 碼袱顋髓遐矗纐 痳 閠韲"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "瑜關珀皷 鞐"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "瑁鉉i 辣 體閠籥"
@@ -597,16 +600,16 @@ msgstr ""
" 跂迸 赭 轢髓齒逶 闢迥鴿.\n"
"茸 跪聳 籥籥 , 琺瘤 芟i i骰龠."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "釣籥"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "柏釶諷轢"
@@ -619,7 +622,7 @@ msgstr "伯i RAID"
msgid "Which type of entry do you want to add?"
msgstr "煌i 鴿 闢迥鰰 聳籥纐 籥籥?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linux"
@@ -715,13 +718,13 @@ msgstr "i 鯉 矗 i逖?"
msgid "Do you have any %s interfaces?"
msgstr "i 鯉 矗 %s i迺頸繪?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "羅"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "呀"
@@ -819,40 +822,48 @@ msgstr ""
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+msgid "access to network tools"
+msgstr ""
+
+#: ../../any.pm_.c:755
+msgid "access to compilation tools"
+msgstr ""
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(黽 籥籥粢纃 %s)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "喋鴿 閠韲譛 艢轢糅 關鉐鴿"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "圃i 諤驫, 黷粢i i 袱顋髓琺i褥"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
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:766
+#: ../../any.pm_.c:768
#, fuzzy
msgid "The user name is too long"
msgstr "喋鰰 i 袱顋髓琺i褥 ∽ 籥籥粢纃"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "喋鰰 i 袱顋髓琺i褥 ∽ 籥籥粢纃"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "釣籥 袱顋髓琺i袱"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -861,32 +872,32 @@ msgstr ""
"嘯粢i i 袱顋髓琺i褥\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "顋 袱顋髓琺i袱"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "嚥瑜轢 i"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "I 袱顋髓琺i褥:"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "節琺鉈袱:"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "i褞珮鞐赭"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "摺鰰赭鴿逶 ≒瑪鈔 i髓踈"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -895,57 +906,57 @@ msgstr ""
"野肭 轢髓韲i i髓踈 粳 燿鰰赭鴿轢窶 ≒瑪鈔 i髓踈 粳\n"
"珞轢竡 袱顋髓琺i袱. 圃i 茸 辣 聳籥纐 笶鰰窶, 轢i骰i \"絶跂轢\"."
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "節顋 瑜邇轢窶 袱顋髓琺i袱:"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "節顋 踴逹粭瑁 碆褄燿:"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
#, fuzzy
msgid "Please choose a language to use."
msgstr "圃i 諤驫, 珀顋 跪碵 粳 袱顋髓琿."
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
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:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "囁"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
#, fuzzy
msgid "Allow all users"
msgstr "釣籥 袱顋髓琺i袱"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
#, fuzzy
msgid "No sharing"
msgstr "怙袱纐"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "茸痼 閠裙鰰 粳 髓琺矗迯"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -954,42 +965,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
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:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "凰鞣轢 艢關璋璢 Crackers"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "箔餝 驪珀"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "剪琿籥頏逶"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "茸骼i"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
#, fuzzy
msgid "Higher"
msgstr "茸骼i"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "瑁琿i籥譛逶"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1001,7 +1012,7 @@ msgstr ""
"轢 赭轢, i 籥謫琿 籥 驟鳧i i 籥 Internet. 嘯瑪鈔 辣 珀瑁鉈纃 "
"閠韲諷."
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1009,7 +1020,7 @@ msgstr ""
"瑁鉉 艢鞐 鼕譫琿, 琺 碼袱顋髓琿辣 袱跫'鵆頌 袱髢i 驟鳧珥珮\n"
"鰰襃瑕 辣 顯袱跂辟珥琿."
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1019,13 +1030,13 @@ msgstr ""
"i 籥謫琿 籥 Internet 袱髢i 裨i纃鴦. 釣籥逶 邇碼 關珥辮i\n"
"髀繩i."
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1039,7 +1050,7 @@ msgstr ""
"驟鞨辮. 嚊韲矼逵 髀繩i 籥髓瑩褌矗 碼骼i 粳 鞐瘤鴿\n"
"驟鞨辮, i 籥闢驫璢 芫齬迯i 騾 赭鳬iii 裨i纃鰰i."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1048,32 +1059,32 @@ msgstr ""
"顋赭 諤髢i矗髢i 4 鼇韲, 琺 艢鞐 i髓赭 闔轢髢 艢辣轢.\n"
"瑁瑕纈顋 髀繩i 髓琿遐諷逶 轢 赭襃i踈."
-#: ../../any.pm_.c:1091
+#: ../../any.pm_.c:1094
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "麗i"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "Please choose the desired security level"
msgstr "嚊韲矼逵 髀繩i"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
#, fuzzy
msgid "Security level"
msgstr "沃髓韲蜉i ∝韲 髀繩i"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
#, fuzzy
msgid "Use libsafe for servers"
msgstr "節顋 籥籥鳧鈞 轢髓韲蜉i 粳 驟鞨辮"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr ""
@@ -1097,57 +1108,57 @@ 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:935
+#: ../../bootloader.pm_.c:932
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:938
+#: ../../bootloader.pm_.c:935
#, 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:941
+#: ../../bootloader.pm_.c:938
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:944
+#: ../../bootloader.pm_.c:941
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:947
+#: ../../bootloader.pm_.c:944
#, 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:951
+#: ../../bootloader.pm_.c:948
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:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "鞐遐逶 髓鉉"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "剪瑁鰰矗 跂迸"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "報糴 碼 聳籥纐 髓琺矗 閠瑩褌碼 艢竦鼇?"
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr ""
@@ -1156,8 +1167,8 @@ msgstr ""
msgid "Boot Style Configuration"
msgstr "沃髓韲蜉 赭糺踈"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
#, fuzzy
msgid "/_File"
@@ -1168,7 +1179,7 @@ msgstr "壜蜍:\n"
msgid "/File/_Quit"
msgstr ""
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr ""
@@ -1214,119 +1225,125 @@ msgstr "囁鰰矗迯 i髓踵"
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+#, fuzzy
+msgid "Create new theme"
+msgstr "剪矗顯迯 邇矗窶 鞐舮艱謫"
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr ""
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "瑕謚"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, fuzzy, c-format
msgid "Write %s"
msgstr "刔鞨辮 XFree86 %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
#, fuzzy
msgid "Notice"
msgstr "窶譛鴦"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
#, fuzzy
msgid "Theme installation failed!"
msgstr "暮瑜 齣鰰矗迯"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, 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:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
#, fuzzy
msgid "Configure"
msgstr "沃髓韲蜉 X Window"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
#, fuzzy
msgid "Splash selection"
msgstr "撰珀i髓 碼痼 閠裙鰰"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
#, fuzzy
msgid "Themes"
msgstr "悌矗"
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1335,44 +1352,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr ""
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr ""
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr ""
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr ""
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr ""
@@ -1476,48 +1493,53 @@ msgstr "閠驪粮轢"
msgid "United States"
msgstr ""
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-msgid "Unknown Model"
-msgstr ""
-
#: ../../diskdrake/dav.pm_.c:23
msgid "New"
msgstr "落碼"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "俥芟琿i鞐矗"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "尤逍i鞐矗迯"
+
+#: ../../diskdrake/dav.pm_.c:61
#, fuzzy
msgid "Server"
msgstr "驟鞨辮"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "俸鈿袱 赭逍i鞐矗迯"
-#: ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/dav.pm_.c:81
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "圃覲 諤驫, 苣珀竃 辣袱譛螻 頌燿 踵."
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:92
+#: ../../diskdrake/dav.pm_.c:105
#, fuzzy
msgid "Server: "
msgstr "驟鞨辮"
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "鼾褞 赭逍i鞐矗迯:"
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "麗i: %s"
@@ -1526,8 +1548,9 @@ msgstr "麗i: %s"
msgid "Please make a backup of your data first"
msgstr "-閻頽璢, 苣珀i 顯艱鞨鈞龠 褌i 矗 籥粢纃"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "悍鰰蝟 ≒琅i矗!"
@@ -1565,10 +1588,15 @@ msgid "Please click on a partition"
msgstr "沃椛躋 轢 鞐舮艱"
#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "珞鞐芻瑜i"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+#, fuzzy
+msgid "No hard drives found"
+msgstr "摩袱譛逶 關迺"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1594,13 +1622,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "齣鰰"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "雅"
@@ -1608,12 +1636,12 @@ msgstr "雅"
msgid "Filesystem types:"
msgstr "咬陋 珸諤碼 i髓赭:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "剪矗顋"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "咬"
@@ -1623,7 +1651,7 @@ msgstr "咬"
msgid "Use ``%s'' instead"
msgstr "茸袱顋髓遐矗蝟 ``%s'' 艢跂髓"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "剥i"
@@ -1631,84 +1659,84 @@ msgstr "剥i"
msgid "Use ``Unmount'' first"
msgstr "剌瑾瑩褥 苣珀i ``Unmount''"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "囁 籥粢纃 鞐舮艱諷 %s 癈糂 髓鞐琿 閠驪 芟纃 竡 鴿闢"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
#, fuzzy
msgid "Choose a partition"
msgstr "節顋 粢迯"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
#, fuzzy
msgid "Choose another partition"
msgstr "剪矗顯迯 邇矗窶 鞐舮艱謫"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
#, fuzzy
msgid "Exit"
msgstr "Ext2"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "傴脩 襃閻頏"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "狽珸逶 顯脩"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "絶袱"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "凰關燿糴 關瑶竄瑶?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "茸蜻i 痳 艢珥琿"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "茸蜻i 痳 艢i體 鰰瘠i 鞐舮艱諤"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
#, fuzzy
msgid "Do you want to save /etc/fstab modifications"
msgstr "i 聳籥纐 關瑩髢i鞐矗 轢髓韲蜉i?"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "俥芟辮袱矗 燿鰰赭鴿轢"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "染髢i 齣"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
#, fuzzy
msgid "More"
msgstr "辮琿鉐"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
#, fuzzy
msgid "Hard drive information"
msgstr "I逕瑁赭"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "囁 閻頽瑜逶 鞐舮艱譖 碼袱顋髓琿"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "釣籥 鞐舮艱 辣赭笳赭"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1716,35 +1744,35 @@ msgstr ""
"圃 苣珀i 瘤譛 鞐舮繼燿, 碼籥i 珞i i 髓矗顋 閠鞐逶 鞐舮艱 "
"(extended)"
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
#, fuzzy
msgid "Save partition table"
msgstr "楳i 鰰瘠i 鞐舮艱諤"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
#, fuzzy
msgid "Restore partition table"
msgstr "釣籥鳧鈞 鰰瘠i 鞐舮艱諤"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "釣籥鳧鈞 鰰瘠i 鞐舮艱諤"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
#, fuzzy
msgid "Reload partition table"
msgstr "釣籥鳧鈞 鰰瘠i 鞐舮艱諤"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
#, fuzzy
msgid "Removable media automounting"
msgstr "摺鰰赭逍i鞐矗迯 芟纃逶 轢艢閠矗譛躋袱"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "節顋 珸"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1752,11 +1780,11 @@ msgstr ""
"呀瘠i 鞐芟迯 顯艱鞨鈞珮 糴驫 赭 i逖 閠跂\n"
"鞐竄瑶 籥諷?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "嘯珮!"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1764,115 +1792,107 @@ msgstr ""
"囁鰰♪ 糴驫纈 糴驫珥鈔\n"
"囁 籥粢纃 轢 笶鰰 糴驫纐 癈糂 髓鞐琿"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "瑜關珀黼 碼鞐鰰矗 鰰瘠i 鞐舮艱諤"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
#, fuzzy
msgid "Detailed information"
msgstr "I逕瑁赭"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "伯辣迯 閠跂鞐"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "辮琿鉐"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "壜韭瑩珥琿辣"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "尤逍i鞐矗迯"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "釣籥 籥 RAID"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "釣籥 籥 LVM"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "俥芟琿i鞐矗"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "茸籥i RAID"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "茸籥i LVM"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "伯i RAID"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "茸袱顋髓遐矗 粳 i頏黴譛轢 珸諤矗 i髓踵"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "剪矗顯迯 邇矗窶 鞐舮艱謫"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "瑾瑩褌碼 驟褞瑁:"
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "瑕辮 戻:"
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "咬 珸諤矗 i髓踵:"
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "瑁瑕纈顋: "
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
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:494
+#: ../../diskdrake/interactive.pm_.c:499
#, fuzzy
msgid "Remove the loopback file?"
msgstr "壜韭瑩珥琿辣 i頏黴譛轢窶 鞐舮艱謫 %s"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "伯i 鴿 鞐舮艱謫"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "煌龠 i髓踈 粽鼕 茸 聳籥纐 碼袱顋髓遐矗?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "報糴 碼 聳籥纐 赭逍i鞐矗 i頏黴譛逑 關諤糂 %s?"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "報糴 碼 聳籥纐 赭逍i鞐矗 關諤糂 %s?"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1881,142 +1901,142 @@ msgstr ""
"i頏黴譛轢 珸諤矗 i髓踵.\n"
"剌瑾瑩褥 碼籥i i頏黴譛逑 i髓踈"
-#: ../../diskdrake/interactive.pm_.c:584
+#: ../../diskdrake/interactive.pm_.c:594
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "報糴 碼 聳籥纐 赭逍i鞐矗 關諤糂 %s?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "珞覲 跂聳 珸諤矗 i髓踵 FAT"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "伯辣迯 閠跂鞐"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
#, fuzzy
msgid "This partition is not resizeable"
msgstr "瑕辮 褌窶 鞐舮艱諤 碼 聳籥纐 芟i?"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr "囁 籥粢纃 笶鴿 鞐舮艱諷 閠i迯 癪 艢頤i矗矗逶"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "囁 籥粢纃 鞐舮艱諷 %s 癈糂 髓鞐琿"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "茸痼 邇碼 閠跂鞐"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
#, fuzzy
msgid "New size in MB: "
msgstr "瑕辮 戻:"
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "沃 i 糴驫 閻鞐辣髢?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "刔褞瑁"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "沃 i 驟褞瑁 閻鞐辣髢?"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "辮琿鉐褐"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "辮琿鉐竃 鞐舮艱..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "節顋 i骰龠 RAID 粳 籥籥迯"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "邇碼"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "茸顋 i骰龠 LVM 粳 籥痼諷迯"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "喋鴿 鞐舮艱 辣 跪聳 癪 碼袱顋髓琿 閠 i頏黴譛逑 珸諤碵 i髓踈"
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "i頏黴譛轢 珸諤矗 i髓赭 (loopback)"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "I i頏黴譛轢窶 鞐舮艱謫"
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
#, fuzzy
msgid "Give a file name"
msgstr "嚥瑜轢 i"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr ""
"壜蜍 黽 碼袱顋髓遐矗纐 i逖珸 i頏黴譛轢 i髓赭. 圃i 諤驫, \n"
"珀顋 i逖龠 轢艪"
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr "壜蜍 黽 i骰黼. 茸袱顋髓瑶 竡?"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
#, fuzzy
msgid "Mount options"
msgstr "麗i 跪糂譫:"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "關諤籥"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "鼇韲矼逵"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "閠跂 瘠鉅"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr "蒼粢 黷琅i碼. 喋鴦 瑙辮瑶 辣譛窶 珞i"
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
#, fuzzy
msgid "What type of partitioning?"
msgstr "煌i 鴿 粽鼕瑁i 碼 赭纐?"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr "茸痼 閠裙鰰 粳 髓琺矗迯"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2027,7 +2047,7 @@ msgstr ""
"圃覲 碼 糂赭纐 碼袱顋髓遐矗 LILO - 鰰糴 笶鰰 辣 癈粢 關瑶珥瑶, LILO 辣 "
"碼袱顋髓遐矗纐, 鰰糴 /boot 辣 閠鴃瘢."
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2039,7 +2059,7 @@ msgstr ""
"圃i 癈粢 碼袱顋髓遐矗 糴髀纓瑁 艢竦鼇i LILO, 辣 艢閠鰰蝟 籥籥\n"
"鞐舮艱 /boot"
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2049,137 +2069,137 @@ msgstr ""
"赭 艢竦鼇褥, i 艢竦鼇i 痳 /boot 鞐舮艱諤.\n"
"釣籥蝟 鞐舮繼 /boot, 袱i 諤驫."
-#: ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "呀瘠i 鞐芟迯 關諤糴 %s 癈粢 艢i騾轢 轢 糴驫!"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr "圃 芟辣迯i 髓齒ii 粢迯, 辣釶鈔轢 閻鞐艢竦鼇i"
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "囁 籥粢纃 鞐舮艱諷 %s 癈糂 髓鞐琿 閠驪 瑁赭鰰矗迯"
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "壜韭瑩珥琿辣"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "壜韭瑩珥琿辣 i頏黴譛轢窶 鞐舮艱謫 %s"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "壜韭瑩珥琿辣 鞐舮艱謫 %s"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
#, fuzzy
msgid "Hide files"
msgstr "mkraid 辣 關瑶瑯粮譛逶"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
#, fuzzy
msgid "Move files to the new partition"
msgstr "羅 瑙璢 關瑜鴈顋 粳 髓矗顯迯 邇碼 鞐舮艱諤"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
#, fuzzy
msgid "Moving files to the new partition"
msgstr "羅 瑙璢 關瑜鴈顋 粳 髓矗顯迯 邇碼 鞐舮艱諤"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, fuzzy, c-format
msgid "Removing %s"
msgstr "瑕辮 褓琿: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "顋諤籥:"
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "i鰰鞐 粳 DOS-糴驫: %s (轢≪珞)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "咬: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "I: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "瑾瑩琲: 驟褞瑁 %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "瑕辮: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s 驟褞瑁燿"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, fuzzy, c-format
msgid "Cylinder %d to %d\n"
msgstr "廂i辟顋 %d 閠 %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "壜韭瑩珥琿辣\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "羅 珞瑁赭鰰矗轢\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "楳赭逍i鞐矗轢\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, fuzzy, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr "壜蜍() i頏黴譛轢 珸諤矗 i髓踵: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2187,27 +2207,27 @@ msgstr ""
"楳竦鼇瑾逶 鞐舮艱 閠 籥赭諷迯\n"
" (粳 艢竦鼇i MS-DOS, 辣 粳 lilo)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "嚊韲矼逵 %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "瑕辮 鞐竚纃鴦 %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-糴驫i %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "I 珸謫 i頏黴譛轢 珸諤矗 i髓踵: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2215,7 +2235,7 @@ msgid ""
"probably leave it alone.\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2223,60 +2243,64 @@ msgid ""
"dual-booting your system.\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "瑕辮: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "着瑕纈顋: %s i辟鞐, %s 窶謗矗, %s 驟褞瑁燿\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "I逕瑁赭: "
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-糴驫i %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "咬 鰰瘠i 鞐舮艱諤: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "轢 辣 %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
#, fuzzy
msgid "Filesystem encryption key"
msgstr "咬 珸諤矗 i髓踵:"
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, 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:1180
+#: ../../diskdrake/interactive.pm_.c:1191
#, fuzzy
msgid "The encryption keys do not match"
msgstr "瑁鉉i 辣 體閠籥"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr ""
@@ -2315,7 +2339,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Username"
msgstr "I 袱顋髓琺i褥:"
@@ -2330,23 +2354,23 @@ msgstr "NIS Domain"
msgid "Search servers"
msgstr "DNS 驟鞨辮"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s 閠踵謚 瑁赭鰰矗迯 %s"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "羅 矼籥 珞瑁赭鰰矗 %s 鴿閠 %s"
-#: ../../fs.pm_.c:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "閠踵謚 鞐芟琿i鞐矗迯 %s: %s"
@@ -2363,34 +2387,52 @@ msgstr ""
msgid "server"
msgstr "驟鞨辮"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, fuzzy, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"呀瘠i 鞐舮艱諤 辣 鰰纐, 轢 艢轢糅 騾闡珥琿 粳 跂 :(\n"
+"瑜關珀龠 i髢i 籥諷 i 癈糂 關瑙齣袱 粽迯 鞐舮艱譖 (囁 沈津播陽\n"
+"癈糂 髓鞐琿!). I逖璢 鞐迯 辣 籥艪鉉i DrakX 芟i 鰰瘠i "
+"鞐舮艱諤.\n"
+"(閠踵謚 %s)\n"
+"\n"
+"i 聳籥纐 髓鞐i 齣 鞐舮艱譖?\n"
+
+#: ../../fsedit.pm_.c:501
#, fuzzy
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "茸 辣 跪聳 鞐艨i矗 轢 鞐舮繼, 閠跂 i 跂辣 艢 16 戻"
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "茸 辣 跪聳 鞐艨i矗 轢 鞐舮繼, 閠跂 i 跂辣 艢 32 戻"
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "鼾褞 赭逍i鞐矗迯 閠i辣 閠轢 /"
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "嚀 鯉 鞐舮艱 闢迥鰰 赭逍i鞐矗迯 %s\n"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr ""
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr "喋鴿 袱鰰謗 閠盂辣 芻瑪鈔膤 逑鴃 袱鞐躙矗 珸諤矗 餝髓踵"
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
#, fuzzy
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
@@ -2399,232 +2441,278 @@ msgstr ""
"退 辣珀鈔轢 艢籥 關珥i譛逶 鴿 珸諤矗 i髓踵 (ext2, reiserfs)\n"
"粳 笶鰰 褓鈿i 赭逍i鞐矗迯\n"
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, fuzzy, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr ""
"退 辣珀鈔轢 艢籥 關珥i譛逶 鴿 珸諤矗 i髓踵 (ext2, reiserfs)\n"
"粳 笶鰰 褓鈿i 赭逍i鞐矗迯\n"
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
#, fuzzy
msgid "Not enough free space for auto-allocating"
msgstr "羅 瑙璢 關瑜鴈顋 粳 髓矗顯迯 邇碼 鞐舮艱諤"
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr ""
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "瑕謚 珞褓 %s 粳 艢i體: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:158
+#, fuzzy
+msgid "Sound configuration"
+msgstr "沃髓韲蜉"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:162
+#, fuzzy
+msgid "Driver:"
+msgstr "驟鞨辮"
+
+#: ../../harddrake/sound.pm_.c:173
+msgid "No known driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:177
+msgid "Unkown driver"
msgstr ""
-"瑕謚: 粳 髓矗顯迯 邇碼 珸諤碼 i髓赭 辣 芻珸粢纃 珞閠矼粱 \n"
-"關諤糴. 鞐矼頡 珀髓琺矗迯 粳 闔鼕 i赭矼齏珸 關逶."
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "茸 辣 髓矗顋i 琿ii 鞐舮艱諤!"
+#: ../../harddrake/sound.pm_.c:178
+#, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "Model"
msgstr "鉋 踵"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "hard disk model"
msgstr "絶鞐髮 閠 袱頏 (DMA)"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
#, fuzzy
msgid "Channel"
msgstr "絶跂轢"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:19
+#: ../../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:20
+#: ../../harddrake/ui.pm_.c:21
#, fuzzy
msgid "Module"
msgstr "鉋 踵"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "戦i騾迯"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
#, fuzzy
msgid "Bus identification"
msgstr "摺鵆迺i袱"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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:31
+#: ../../harddrake/ui.pm_.c:32
#, fuzzy
msgid "Old device file"
msgstr "節顋 珸"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr ""
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
#, fuzzy
msgid "New devfs device"
msgstr "顋諤籥-譫"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
#, fuzzy
msgid "Number of buttons"
msgstr "2 褄鈿i"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:60
+#: ../../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:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
msgid "/_Help..."
msgstr ""
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
#, fuzzy
msgid "/_About..."
msgstr "絶i"
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
#, fuzzy
msgid "Author:"
msgstr "摺鰰闔鼕"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "茸芻瑾迯 冐韵鳧珮 糴驫"
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Detected hardware"
msgstr "昼. 瑙i騾迯 珀髓琺矗迯"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:105
#, fuzzy
-msgid "Configure module"
-msgstr "沃髓韲蜉 踵"
+msgid "Information"
+msgstr "I逕瑁赭"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:108
#, fuzzy
-msgid "Informations"
-msgstr "I逕瑁赭"
+msgid "Configure module"
+msgstr "沃髓韲蜉 踵"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
#, fuzzy
msgid "Detection in progress"
msgstr "提瘠矗迯 闢迥鴦 赭逍i鞐矗迯 %s"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "圃i 諤驫, 閠琲珸"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
#, fuzzy
msgid "secondary"
msgstr "%d 驟褥辟燿"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "悍鰰 痼苴 籥粢纃 粽珸矼韲 CUPS"
@@ -2657,16 +2745,16 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:213
#, fuzzy
-msgid "Card model :"
+msgid "Card model:"
msgstr "絶鞐髮 閠 袱頏 (DMA)"
#: ../../harddrake/v4l.pm_.c:214
#, fuzzy
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "伯i 鴿 鞐舮艱謫"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
+msgid "Number of capture buffers:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:215
@@ -2675,11 +2763,11 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:217
#, fuzzy
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "瑁赭鰰矗迯"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:218
@@ -2691,22 +2779,22 @@ msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2812,7 +2900,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2838,10 +2926,10 @@ msgstr ""
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -2876,11 +2964,11 @@ msgstr ""
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -2921,7 +3009,7 @@ msgstr ""
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -2952,24 +3040,12 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2978,7 +3054,7 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
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"
@@ -2998,13 +3074,13 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
#, fuzzy
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
@@ -3038,7 +3114,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3071,7 +3149,9 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
" 笶鴿 闢迥, 碼 閠盂迯 珀鞐 粢 轢 矗 冐韵螻 \n"
"糴驫 齣鰰矗 瑙辮瑶蜊龠 餝髓踈 Mandrake Linux. 圃覲 糴驫 闢髓\n"
@@ -3132,7 +3212,7 @@ msgstr ""
" 觚竓 艫黶竃 驍璢 籥粢纃. 呀踈 辣 珀叶珸 笶鴦 鈿 袱覲 碼辣 矼籥纐 "
"鴈 韲甞."
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3165,7 +3245,7 @@ msgid ""
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
#, fuzzy
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
@@ -3222,7 +3302,7 @@ msgstr ""
"齣鰰矗迯矗珸\n"
"邇矗 瑙辮瑶蜊珸 餝髓踵 Mandrake Linux."
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
#, fuzzy
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
@@ -3240,12 +3320,12 @@ msgstr ""
"\n"
"圃覲 諤驫, 閠琲珸."
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3255,7 +3335,7 @@ msgid ""
"install the selected package(s), or \"Cancel\" to abort."
msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3264,19 +3344,19 @@ msgid ""
"\"Accept\" button."
msgstr ""
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3293,26 +3373,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3340,7 +3420,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3349,7 +3429,7 @@ msgid ""
"emergency boot situations."
msgstr ""
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
#, fuzzy
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
@@ -3410,11 +3490,11 @@ msgstr ""
"\"Windows 賀\" 餝赳琺 矗珮 糴驫 Windows (閻頽 糴驫 \n"
"鞐舮艱 閠芻瑾璢 \"C:\")."
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr "圃覲 諤驫, 閠琲珸. 喋鰰 瑙辮瑶 珞跂 陜逶 瑜."
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
@@ -3422,23 +3502,23 @@ msgid ""
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3447,11 +3527,11 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
"圃覲 諤驫, 轢椛躋 \"囁鰰觚∬\" 袱覲 辣 赭纐 琿袱 閠顯粱蛯辮餝 "
"Mandrake Linux\n"
@@ -3485,23 +3565,28 @@ msgstr ""
"矼譛豎 驫諤籥逶豎, 袱覲 碼 辣 赭纐 粮瘰 矼籥 GNU/Linux.\n"
" 呀踈 辣 珀叶珸 笶鴿 裨瑜 轄髓琺, 袱覲 碼 辣 矼籥纐 鴈, 鴈 韲甞."
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3515,7 +3600,7 @@ msgid ""
"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -3528,16 +3613,23 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -3567,15 +3659,15 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -3614,8 +3706,12 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
+"options, which are reserved for the expert user."
+msgstr ""
+
+#: ../../help.pm_.c:710
+#, fuzzy
+msgid ""
"After you have configured the general bootloader parameters, the list of\n"
"boot options which will be available at boot time will be displayed.\n"
"\n"
@@ -3623,17 +3719,7 @@ msgid ""
"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
"the existing options. Select an entry and click \"Modify\" to modify or\n"
"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:713
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -3699,18 +3785,18 @@ msgstr ""
#: ../../help.pm_.c:759
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -3827,7 +3913,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -3840,7 +3928,7 @@ msgid ""
"associated with it."
msgstr ""
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
#, fuzzy
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
@@ -3852,7 +3940,7 @@ msgstr ""
"癈糂\n"
" 芻釜琿 兜 辣赭笳赭 癈粢 珞轢盂."
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
#, fuzzy
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
@@ -3884,7 +3972,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3899,30 +3987,47 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr "羅赭笳赭 碼袱顋髓遐矗 broadcast 痳 籥跂轢 NIS"
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, fuzzy, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "囁鰰♪ 糴驫纈 糴驫珥鈔 %s"
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "瑕謚 鰰迯 珸謫 %s"
+#: ../../install_any.pm_.c:1023
+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 ""
+"瑕謚: 粳 髓矗顯迯 邇碼 珸諤碼 i髓赭 辣 芻珸粢纃 珞閠矼粱 \n"
+"關諤糴. 鞐矼頡 珀髓琺矗迯 粳 闔鼕 i赭矼齏珸 關逶."
+
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3956,61 +4061,61 @@ msgstr ""
"\n"
"囁 珞邇 關瑶竄瑶?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
#, fuzzy
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "茸 閠i迯 跂 鞐舮艱 swap"
-#: ../../install_interactive.pm_.c:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "茸袱顋髓遐矗 辣艢鴦 關瑜鴈頌"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr "羅 瑙璢 關瑜鴈顋 粳 髓矗顯迯 邇碼 鞐舮艱諤"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr "茸袱顋髓遐矗 i骰龠 鞐舮艱"
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr "赭 i骰龠 鞐舮艱諤, i 跪肭 碼袱顋髓瑶"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr "茸袱顋髓遐矗 鞐舮艱 Windows 粳 i頏黴譛轢 珸諤矗 i髓踵"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
#, fuzzy
msgid "Which partition do you want to use for Linux4Win?"
msgstr "瑕辮 褌窶 鞐舮艱諤 碼 聳籥纐 芟i?"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "茸痼 閠跂鞐"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "圃鞐躙碼 鞐舮艱 M: "
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "瑕辮 swap 鞐舮艱謫 M:"
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr "茸袱顋髓遐矗 辣艢鴦 關瑜鴈頌 轢 鞐舮艱諷 Windows"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr "瑕辮 褌窶 鞐舮艱諤 碼 聳籥纐 芟i?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr "茸i迯 跂聳 珸諤矗 i髓踵 Windows"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4019,7 +4124,7 @@ msgstr ""
" 關珮鞐踵 芟纃 閠跂鞐 鞐舮艱諤 FAT 辣 瑩顋赭諤\n"
"瑙鞐珥瑶 退 鞐舮艱, 閠踵謚: %s"
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
@@ -4028,7 +4133,7 @@ msgstr ""
"退 鞐舮艱 Windows 艢轢糅 鞐竚纃鰰矗逶. \n"
"傴袱跂辟黼 髀瑾瑩褥 艢闢髢i 關珮鞐踈 ``defrag''"
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm_.c:140
#, fuzzy
msgid ""
"WARNING!\n"
@@ -4049,21 +4154,21 @@ msgstr ""
"籥粢纃 i 鴈譛i 闔鴿 芻遐 齏i繿 籥 關珮鞐踵 髓琺矗迯.\n"
"圃i 閠粽鰰矗i, 轢i骰i Ok."
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr "煌龠 關瑜鴈頌 艢珥瑶 粳 Windows?"
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr "俥舮艱 %s"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "摺鰰芟辣迯 閠跂鞐 辣 瑩顋赭諤 粳 鞐舮艱謫 FAT %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -4071,33 +4176,33 @@ msgstr ""
"羅 芻鉗粢纃 鞐舮艱諤 FAT 粳 芟辣迯 閠跂鞐 琺瘤 碼袱顋髓琿\n"
" 袱髢i i頏黴譛轢 珸諤矗 i髓踵 (i 辣籥髓瑩褌矗 關瑜鴈顋 轢 糴驫)"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "剿乞i 籥粢纃 轢 i 糴驫"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "茸籥i Windows(TM)"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "沃 i 赭 冐韵鳧i 糴驫燿 茸 聳籥纐 髓琺矗 Linux?"
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "囁 i骰龠 鞐舮艱譖 轢 糴驫 %s i 籥粢纃 轢 i 癈糂 髓鞐琿"
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
#, fuzzy
msgid "Custom disk partitioning"
msgstr "茸袱顋髓遐矗 i骰龠 鞐舮艱"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "茸袱顋髓遐矗 fdisk"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4106,30 +4211,30 @@ msgstr ""
"茸 跪聳 閻 鞐艨i 矗 糴驫 %s\n"
" 艢袱逞迯i 辣 艢癈粢繿 艢珥瑶 芟辣迯i, 驫瑁髓燿 `w'"
-#: ../../install_interactive.pm_.c:227
+#: ../../install_interactive.pm_.c:229
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "茸袱顋髓遐矗 辣艢鴦 關瑜鴈頌 轢 鞐舮艱諷 Windows"
-#: ../../install_interactive.pm_.c:243
+#: ../../install_interactive.pm_.c:245
#, fuzzy
msgid "I can't find any room for installing"
msgstr "釣籥 鞐舮艱 辣赭笳赭"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "尤蜻鰰 閠粽鴈∬i 鞐舮艱諤 DrakX 芻珸遐 轢髓齒逶 矗顋迺:"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr "珞顋鴈∬ 鞐舮繼燿 辣 ≫琺瑜: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "釣謫迯 籥 驟鳧i"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "絶謫迯 珞 驟鳧i"
@@ -4141,12 +4246,12 @@ msgstr ""
"嚊i裨 閠踵謚, 褥 辣 瑩顋跌鰍璢 袱顯褞轢 瑙鞐珥瑶,\n"
"鰰踈 關瑶竄珸 轢 驍珱 顋茆褥."
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "提瘠矗迯 闢迥鴦 赭逍i鞐矗迯 %s"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -4158,12 +4263,12 @@ msgstr ""
"鞐矼頡 cdrom 轢 矗 袱跫齟瑁, 碼袱顋髓遐矗\"rpm -qpl Mandrake/RPMS/*."
"rpm\"\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "弌舒亟仆舒 亰舒仗舒舒亠仄 %s"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "訂驫珥鈔 辣籥髓齒逶"
@@ -4194,70 +4299,70 @@ msgstr "暮瑜 囁鰰矗迯"
msgid "Please choose one of the following classes of installation:"
msgstr "圃i 諤驫, 珀顋 珞i 裨瑜燿 齣鰰矗迯:"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "茸痼 竦齒 閠裙鰰"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr "撰珀i髓 碼痼 閠裙鰰"
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "雪鼡逶 閠跂: %d / %d M"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "悌迯 閠裙"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "I: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "代韵i: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "瑕辮: %d K\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "剥瑾轢髢: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"茸 辣 跪聳 碼瘰瑶 笶鴿 閠裙, 鰰踈 辣 瑙璢 跂髢 粳 竡 髓琺矗迯"
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr "沃髓齒逶 閠裙鴿 癈糂 籥籥逶 籥 i髓踵"
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr "沃髓齒逶 閠裙鴿 癈糂 碼籥諷逶"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr "茸 辣 跪聳 碼謫瑶 珞 碼謫迯 笶鰰窶 閠裙鴦"
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr "喋鰰 珀珥芒鈞 閠裙, 竡 碼謫迯 辣譛窶 珞i"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr "茸 辣 跪聳 珞i 碼謫迯 笶鰰窶 閠裙鴦. 黽 髓琺矗逶"
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -4265,78 +4370,78 @@ msgstr ""
"喋鴿 閠裙 閠i辣 癪 珀邇諷逶\n"
"茸 陜辣逶, 鴈 鋏瑶 珞i 碼謫迯?"
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr "茸 辣 跪聳 珞i 碼謫迯 笶鰰窶 閠裙鴦. 焜 閠鴃瘢 珀轢i"
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "囁鰰觚∬"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
#, fuzzy
msgid "Load/Save on floppy"
msgstr "楳珥琿辣 轢 糴驫纈"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
#, fuzzy
msgid "Updating package selection"
msgstr "撰珀i髓 碼痼 閠裙鰰"
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
#, fuzzy
msgid "Minimal install"
msgstr "茸籥i i髓踵"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "茸痼 閠裙鰰 粳 髓琺矗迯"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "囁鰰觚≒璢"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "怙袱纐"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "楳髓琺鉐 瑜 "
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
#, fuzzy
msgid "Please wait, preparing installation..."
msgstr "珞顋鴈∬ 髓琺矗逵"
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d 閠裙鰰"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "囁鰰矗迯 閠裙鴦 %s"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "顋"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "絶袱艢"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4352,17 +4457,17 @@ msgstr ""
"圃i 碼 辣 赭纐 竡, 轢i骰i 絶i, 袱 珞i 齣鰰矗迯 笶鰰窶 "
"Cd."
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "囁 韲轢 關瑶竄瑶?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "栓顋赭諤 閠踵謚 閠鞐粨珥琿 閠裙鰰:"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr "栓顋赭諤 閠踵謚 閠鞐粨珥琿 閠裙鰰:"
@@ -4537,7 +4642,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "暮珥i鴦鞐"
@@ -4590,11 +4695,11 @@ msgstr "撰珀i髓 碼痼 閠裙鰰"
msgid "Please choose the type of your mouse."
msgstr "袱i 諤驫, 閠芻瑾 鴿 矗珸 踵."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "鉋 踵"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr "圃i 諤驫, 閠芻瑾 闔驪粮逶 闔頏, 籥 褌窶 閠粨譫琿 矗 踵."
@@ -4626,115 +4731,89 @@ msgstr "沃髓韲蜉 IDE"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "赭 籥髓齒逶 鞐舮艱諤"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "節顋 闢迥鴿 赭逍i鞐矗迯"
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"呀瘠i 鞐舮艱諤 辣 鰰纐, 轢 艢轢糅 騾闡珥琿 粳 跂 :(\n"
-"瑜關珀龠 i髢i 籥諷 i 癈糂 關瑙齣袱 粽迯 鞐舮艱譖 (囁 沈津播陽\n"
-"癈糂 髓鞐琿!). I逖璢 鞐迯 辣 籥艪鉉i DrakX 芟i 鰰瘠i "
-"鞐舮艱諤.\n"
-"(閠踵謚 %s)\n"
-"\n"
-"i 聳籥纐 髓鞐i 齣 鞐舮艱譖?\n"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake 辣 芟釿 關珥i譛轢 關瑾鰰 鰰瘠i 鞐粢繼燿.\n"
-"鞐竄珸 鴈譛i 轢 驍珱 顋茆褥!"
-
-#: ../../install_steps_interactive.pm_.c:396
-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:405
+#: ../../install_steps_interactive.pm_.c:388
#, fuzzy
msgid "No root partition found to perform an upgrade"
msgstr "圃鞐躙碼 鞐舮艱 辣 芻鉗粢纃"
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "圃鞐躙碼 鞐舮艱"
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "煌i 鞐粢繼 袱鞐躙碼 (/) 粳 矗珸 i髓踵?"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
msgid "You need to reboot for the partition table modifications to take place"
msgstr "圃 赭糴i袱 鰰瘠i 鞐舮艱諤 舮繪骰i諤, 閠鴃瘢 閻鞐艢竦鼇袱."
-#: ../../install_steps_interactive.pm_.c:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "茸痼 鞐舮艱諤 粳 瑁赭鰰矗迯"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr "鞐矼顋 轢 轢轢髢 粽迯 瘠鉅燿?"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr "壜韭瑩珥琿 鞐舮艱諤"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr "剪矗顯迯 i 瑁赭鰰矗迯 珸諤 %s"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, 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:482
+#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
"羅 瑙璢 跂髢 癈辮 閠粨瑾i (swap) 粳 髓琺矗迯, 閠i 竡."
-#: ../../install_steps_interactive.pm_.c:489
+#: ../../install_steps_interactive.pm_.c:472
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "鞐站 籥髓齒逶 閠裙鰰"
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "鞐站 籥髓齒逶 閠裙鰰"
-#: ../../install_steps_interactive.pm_.c:493
+#: ../../install_steps_interactive.pm_.c:476
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "茸 辣 跪聳 珞i 碼謫迯 笶鰰窶 閠裙鴦. 黽 髓琺矗逶"
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr "銹鼕 閠裙鰰 粳 珀轢諷迯"
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -4742,65 +4821,65 @@ msgid ""
msgstr ""
"退 i髓赭 辣 赭 籥髓琲鈞 跂髢 粳 髓琺矗迯 i 珀轢諷迯 (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
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:553
+#: ../../install_steps_interactive.pm_.c:537
#, fuzzy
msgid "Load from floppy"
msgstr "絶轢諷迯 糴驫纈"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
#, fuzzy
msgid "Loading from floppy"
msgstr "絶轢諷迯 糴驫纈"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
#, fuzzy
msgid "Package selection"
msgstr "茸痼 竦齒 閠裙鰰"
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
#, fuzzy
msgid "Insert a floppy containing package selection"
msgstr "囁鰰♪ 糴驫纈 糴驫珥鈔 %s"
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "楳珥琿辣 轢 糴驫纈"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
#, fuzzy
msgid "Type of install"
msgstr "茸痼 閠裙鰰 粳 齣鰰矗迯"
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
#, fuzzy
msgid "With X"
msgstr "怙袱蝟"
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4810,16 +4889,16 @@ msgstr ""
"圃i 碼 辣 赭纐 琿i 碆粱珮 笶鴿 CD 糴驫燿, 轢i骰i 絶i.\n"
"圃i 辣袱鴈顋 CD 糴驫燿 辣 赭纐, 珞i i 碼粢諷迯 i 轢i骰i 苓."
-#: ../../install_steps_interactive.pm_.c:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom 閠芻瑾琿 \"%s\""
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "珞顋鴈∬ 髓琺矗逵"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -4828,21 +4907,21 @@ msgstr ""
"囁鰰矗迯 閠裙鴦 %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "沃髓韲蜉 閠驪 髓琺矗迯"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "囁鰰♪ 糴驫纈 糴驫珥鈔 %s"
-#: ../../install_steps_interactive.pm_.c:845
+#: ../../install_steps_interactive.pm_.c:829
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "囁鰰♪ 糴驫纈 糴驫珥鈔 %s"
-#: ../../install_steps_interactive.pm_.c:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -4920,7 +4999,7 @@ msgstr ""
"75002 Paris\n"
"FRANCE"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:888
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -4932,169 +5011,169 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "剴苜 譫鞐 粳 瑩顋赭迯 髀i體 籥髓齒逶 閠裙鰰"
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr "茸痼 譫髓鞐 粳 瑩顋赭迯 閠裙鰰"
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr "剴苜 譫鞐 粳 瑩顋赭迯 髀i體 籥髓齒逶 閠裙鰰"
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "煌i 矗 瑜珥 闔?"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "退 i髓跋 窶粢i迯i 齣鰰矗逶 轢 GMT?"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
#, fuzzy
msgid "NTP Server"
msgstr "NIS 驟鞨辮:"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr "絶籥諷逶 驟鞨辮 CUPS"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
#, fuzzy
msgid "No printer"
msgstr "I 粽鼕瑁i"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "i 鯉 矗 i逖?"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
#, fuzzy
msgid "Mouse"
msgstr "鉋 踵"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "顋迺"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
#, fuzzy
msgid "ISDN card"
msgstr "嚶齟鞐轢 ISDN 袱頏"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
#, fuzzy
msgid "Sound card"
msgstr "剪琿籥頏逶"
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
#, fuzzy
msgid "NIS"
msgstr "茸袱顋髓遐矗 NIS"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Windows Domain"
msgstr "沃碵褌碼 關裨珞琿躋"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
#, fuzzy
msgid "Local files"
msgstr "摩袱譛逶 關迺"
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "瑁鉉 粳 root"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "赭 閠韲譫"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, 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:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "摺鵆迺i袱"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "Authentication LDAP"
msgstr "摺鵆迺i袱"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
#, fuzzy
msgid "LDAP Server"
msgstr "驟鞨辮"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
#, fuzzy
msgid "Authentication NIS"
msgstr "摺鵆迺i袱 NIS"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "NIS Domain"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "NIS 驟鞨辮:"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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,22 +5189,22 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1140
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "摺鵆迺i袱"
-#: ../../install_steps_interactive.pm_.c:1142
+#: ../../install_steps_interactive.pm_.c:1127
#, fuzzy
msgid "Domain Admin User Name"
msgstr "I 籥跂逑"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
#, fuzzy
msgid "Domain Admin Password"
msgstr "珞矼鞣i 閠韲譛"
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -5152,19 +5231,19 @@ msgstr ""
"圃i 聳籥纐 髓矗顋 艢竦鼇瑾逶 糴驫 艢鞐, 齣鰰♪ 糴驫纈 閻頽\n"
"糴驫珥鈔 i 轢i骰i \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "辮 糴驫珥鈔"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "悌黹i 糴驫珥鈔"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "鞐闢髢i"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5190,7 +5269,7 @@ msgstr ""
"奈籥纐 髓矗顋 艢竦鼇瑾逶 糴驫 艢鞐?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -5199,28 +5278,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "茸痼珸, 琺 糴驫珥鈔 辣籥髓齒逶"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "節顋 糴驫珥鈔, i 癈粢 髓矗鞐 艢竦鼇瑾轢 糴驫纈"
-#: ../../install_steps_interactive.pm_.c:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "囁鰰♪ 糴驫纈 糴驫珥鈔 %s"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "剪矗顯迯 艢竦鼇瑾轢 糴驫纈"
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "珞顋鴈∬ 艢竦鼇袱"
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5228,11 +5307,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr "茸 聳籥纐 碼袱顋髓遐矗 aboot?"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5240,16 +5319,16 @@ msgstr ""
"瑕謚 髓琺矗迯 boot, \n"
"髀鞐痼矗 齣鰰觚≒瑶, 辣站繖 轢 赭笳赭髢 閠頌迯 閻頽珮 鞐舮繼?"
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
#, fuzzy
msgid "Installing bootloader"
msgstr "囁鰰矗迯 艢竦鼇褥"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr "鞐 齣鰰矗迯 艢竦鼇袱 辣 瑩顋赭. 嚊i裨 轢髓齒轢 閠踵謚:"
-#: ../../install_steps_interactive.pm_.c:1274
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5260,17 +5339,17 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "囁鰰♪ 糴驫纈 糴驫珥鈔 %s"
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr "剪矗顯迯 糴驫纈 粳 髓琺矗迯"
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5279,7 +5358,7 @@ msgstr ""
"羅袱鴈顋 褓鉅i 辣 艢矼頽琿.\n"
"茸 騾關燿糴 聳籥纐 碼蜻i 艢鞐?"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5311,16 +5390,16 @@ msgstr ""
"I逕瑁赭 閠 轢髓韲蜉 矗珸 i髓踵 鯉鴾 閠驪-髓琺呉瑾轢\n"
"站珥 矗珮 釣閠跪肭i袱 圃顋髓琺i褥 泉i蜊珮 Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1347
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
#, fuzzy
msgid "Generate auto install floppy"
msgstr "剪矗顯迯 糴驫纈 粳 髓琺矗迯"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5329,16 +5408,16 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr "摺鰰赭鴿逶"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
#, fuzzy
msgid "Replay"
msgstr "辮瑯珮頌i"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
#, fuzzy
msgid "Save packages selection"
msgstr "撰珀i髓 碼痼 閠裙鰰"
@@ -5348,7 +5427,8 @@ msgstr "撰珀i髓 碼痼 閠裙鰰"
msgid "Mandrake Linux Installation %s"
msgstr "囁鰰矗迯 Mandrake Linux %s"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -5367,22 +5447,22 @@ msgstr ""
msgid "Choose a file"
msgstr "節顋 粢迯"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr ""
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr ""
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
#, fuzzy
msgid "Next"
msgstr "哈襃"
@@ -5450,387 +5530,387 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "怛驫i (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "跂i"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "I髀琿驫i"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "i迹i"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "夭琿鼇驫i"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "沃鞨繙驫i"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "鉉驫i"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "偕驫i"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "憫纐i"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "UK 裨珥i鴦鞐"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "US 裨珥i鴦鞐"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
#, fuzzy
msgid "Albanian"
msgstr "I鞐迹i"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr "扇迹i (髓瑁)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr "扇迹i (typewriter)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "扇迹i (琿纈逶)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr "仙辮痼蜆聳迹螻 (latin)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "槽譛i蜻i"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:177
#, fuzzy
msgid "Bengali"
msgstr "呀瘠i"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
#, fuzzy
msgid "Bulgarian (phonetic)"
msgstr "扇迹i (琿纈逶)"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
#, fuzzy
msgid "Bulgarian (BDS)"
msgstr "操諠瑁驫i"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "草瑯i譛驫i (ABNT-2)"
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:183
#, fuzzy
msgid "Bosnian"
msgstr "汨鴈迹i"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "槽諤頌驫"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "憫繪瑁驫i (跂袱 鞐驫諤粨)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "憫繪瑁驫i (夭琿鼇驫 鞐驫諤粨)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "怛驫i (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr "跂i (赭 艢瘠琲i鞐矗逶 裨珥i)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "釣i"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (沃鞨繙驫i)"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
#, fuzzy
msgid "Dvorak (Swedish)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "汨鴈迹i"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "註鼇i迹i (\"偕驫\" 鞐驫諤粨)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "註鼇i迹i (\"摩i迹袱\" 鞐驫諤粨)"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "註瑜i"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "尤糶韵i"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "它鞨瑶i"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "I顋"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "I顋 (琿纈逶)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr "I鞐迹i"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "I驪琿糀i"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "I鰰譛迹i"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "熄鉈驫i 106 裨珥i"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
#, fuzzy
msgid "Korean keyboard"
msgstr "UK 裨珥i鴦鞐"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "摩i轢-専辮袱迹i"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:218
#, fuzzy
msgid "Laotian"
msgstr "俥芟辮袱矗迯"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr "i鴈驫i AZERTY (髓瑁)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr "i鴈驫i AZERTY (邇碼)"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "i鴈驫i \"逑赭 鞐粨\" QWERTY"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "i鴈驫i \"琿纈逶\" QWERTY"
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
#, fuzzy
msgid "Latvian"
msgstr "俥芟辮袱矗迯"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr ""
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:227
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "仙辮痼蜆聳迹螻 (螻顋覲)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "逐諤辟驫i"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr "鉉驫i (髓琿籥頏轢 鞐驫諤粨)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr "鉉驫i (qwertz 鞐驫諤粨)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "瑁鴦窶譛驫i"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr "圃轢糀i (歩縺)"
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
#, fuzzy
msgid "Romanian (qwertz)"
msgstr "偕驫i (-----)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
#, fuzzy
msgid "Romanian (qwerty)"
msgstr "偕驫i (-----)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "偕驫i (-----)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "刹珥纃驫i"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "刹珥瑶i (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "刹珥瑶i (QWERTY)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
#, fuzzy
msgid "Serbian (cyrillic)"
msgstr "仙辮痼蜆聳迹螻 (螻顋覲)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
#, fuzzy
msgid "Tamil (Unicode)"
msgstr "i18n (粮瘰)"
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr ""
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "呀蜻袱 裨珥i鴦鞐"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
#, fuzzy
msgid "Tajik keyboard"
msgstr "呀蜻袱 裨珥i鴦鞐"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "呶顯i (鴃珞誤 \"F\" 赭糺譛)"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "呶顯i (體瑜轢 \"Q\" 赭糺譛)"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "嚏鞐i迹i"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "US 裨珥i鴦鞐 (i肭瑁鈔轢)"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "凧纈轢跣i \"逑赭 鞐粨\" QWERTY"
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
#, fuzzy
msgid "Yugoslavian (latin)"
msgstr "仙辮痼蜆聳迹螻 (latin)"
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr ""
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr ""
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr ""
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr ""
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr ""
@@ -5889,11 +5969,11 @@ msgstr "狽珸轢 踵 2 褄鈿袱豎"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -5901,119 +5981,128 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+#, fuzzy
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
#, fuzzy
msgid "1 button"
msgstr "2 褄鈿i"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "狽珸轢 踵 2 褄鈿袱豎"
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr " 褌諤"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "閠驪粮轢"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "狽珸轢 踵 3 褄鈿袱豎"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (閠驪粮轢, 髓瑁 鴿 C7)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
#, fuzzy
msgid "busmouse"
msgstr "赭 踵"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "2 褄鈿i"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "3 褄鈿i"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "赭"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "赭 踵"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr "圃覲 諤驫, 苣珀竃 辣袱譛螻 頌燿 踵."
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
#, fuzzy
msgid "To activate the mouse,"
msgstr "圃覲 諤驫, 苣珀竃 辣袱譛螻 頌燿 踵."
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr "偕 褌諤 踵!"
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr ""
+
+#: ../../my_gtk.pm_.c:159
#, fuzzy
msgid "Finish"
msgstr "i迹i"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "釣諷 ->"
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr "喋鰰 籥裨珞轢?"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "I逕瑁赭"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "俥艫瑁逑 粽矗"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "買瑁逑 粽矗"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr "辮琲譫迯 閠i 齒瑁珞袱矗迯繻 閠 竦齒 i 瑜釶袱"
@@ -6049,6 +6138,69 @@ msgstr "碼袱顋髓遐矗 pppoe"
msgid "use pptp"
msgstr "碼袱顋髓遐矗 pppoe"
+#: ../../network/drakfirewall.pm_.c:12
+#, fuzzy
+msgid "Web Server"
+msgstr "驟鞨辮"
+
+#: ../../network/drakfirewall.pm_.c:17
+#, fuzzy
+msgid "Domain Name Server"
+msgstr "I 籥跂逑"
+
+#: ../../network/drakfirewall.pm_.c:32
+#, fuzzy
+msgid "Mail Server"
+msgstr "刔鞨辮 粽鼕"
+
+#: ../../network/drakfirewall.pm_.c:37
+#, fuzzy
+msgid "POP and IMAP Server"
+msgstr "驟鞨辮"
+
+#: ../../network/drakfirewall.pm_.c:111
+#, fuzzy
+msgid "No network card"
+msgstr "驟鳧珥 袱頏 辣 芻鉗粢纃"
+
+#: ../../network/drakfirewall.pm_.c:129
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+#, fuzzy
+msgid "Everything (no firewall)"
+msgstr "¢ 驫琿i笂鞐矗轢!"
+
+#: ../../network/drakfirewall.pm_.c:164
+#, fuzzy
+msgid "Other ports"
+msgstr "I逖 褓i逶"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -6066,7 +6218,7 @@ msgstr ""
"i 碆粱 ethernet 驟鳧珥 珞瑙鰰 矗珸 i髓跂 辣 碼芻瑾琿. 圃i 諤驫, "
"驫瑁髓珸 袱逕i笂鞐蜊 i迹鴃鼬迺."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "瑯轢 驟鳧珥 i迺頸繪"
@@ -6081,7 +6233,7 @@ msgstr ""
msgid "no network card found"
msgstr "驟鳧珥 袱頏 辣 芻鉗粢纃"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "沃髓韲蜉 驟鳧i"
@@ -6097,7 +6249,7 @@ msgstr ""
"轢關裨珞 ``mybox.mylab.myco.com''.\n"
"茸 跪聳 鰰襃瑕 ≒繿i IP 珞鞐 譫苴, 袱i 誤 矗 鯉."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "I 赭逶"
@@ -6397,14 +6549,14 @@ msgstr "節顋 瑜邇轢窶 袱顋髓琺i袱:"
msgid "Use auto detection"
msgstr ""
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
#, fuzzy
msgid "Expert Mode"
msgstr "汪髀辮"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "茸芻瑾迯 關諤籥..."
@@ -6564,11 +6716,11 @@ msgstr "摺鰰赭鴿逶 IP"
msgid "Start at boot"
msgstr "剪矗顋 艢竦. 糴驫"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP 珞鞐 閠i辣 癪 瑁赭 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6580,43 +6732,55 @@ msgstr ""
"轢關裨珞 ``mybox.mylab.myco.com''.\n"
"茸 跪聳 鰰襃瑕 ≒繿i IP 珞鞐 譫苴, 袱i 誤 矗 鯉."
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "DNS 驟鞨辮"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "顋諤籥-譫"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "沃髓韲蜉 proxy 襠龠 驟鞨辮燿"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr "Proxy 閠i辣 癪 http://..."
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr "Proxy 閠i辣 癪 ftp://..."
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr "剥鉗粢纃 餝髓赭 驟鳧珥珸 髀繩 (firewall)!"
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+"嘯珮! 剥鉗粢纃 椛逑 i髓赭 驟鳧珥珸 髀繩i (firewall). 退 赭笳赭 "
+"髀瑩顯甞 驫瑁褞珥瑶 閠驪 髓琺矗迯."
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "沃髓韲蜉 芫齬迯 I迺齏鰰"
@@ -6730,15 +6894,15 @@ msgstr "瑁鉉 粳 ≒瑪鈔"
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "閠踵謚 赭逍i鞐矗迯: "
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr "璋鞐逶 鞐舮艱 辣 閠糅顋跌i矗纐 笶鰰 闍瑩鉋赭"
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
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 "
@@ -6748,21 +6912,21 @@ msgstr ""
"絶i逶 碼珞 鴿, 袱 閻鞐髢i 閻頽瑜逶 鞐舮艱譖 鰰, 袱 粢i韋 i諤\n"
"珞鞐苴 艢 閠鞐逶 (extended) 鞐舮艱諤"
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "絶轢諷迯 珸諤 %s 辣 瑩顋赭諤: %s"
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "悌迯 珸 顯艱鞨鈞珸 褌ii"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "瑕謚 艢i體 珸 %s"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -6805,157 +6969,161 @@ msgstr ""
msgid "PDQ - Print, Don't Queue"
msgstr ""
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr ""
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr ""
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr ""
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr ""
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "摩袱譛逶 關迺"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "絶籥諷逶 關迺"
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
#, fuzzy
msgid "Printer on remote CUPS server"
msgstr "絶籥諷逶 驟鞨辮 CUPS"
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
#, fuzzy
msgid "Printer on remote lpd server"
msgstr "絶籥諷逶 驟鞨辮 lpd"
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
msgid "Network printer (TCP/Socket)"
msgstr "刔鳧珥 關迺 (TCP/Socket)"
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
#, fuzzy
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
#, fuzzy
msgid "Printer on NetWare server"
msgstr "刔鞨辮 粽鼕"
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
#, fuzzy
msgid "Enter a printer device URI"
msgstr "URI 關迺頌"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr ""
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+msgid "Unknown Model"
+msgstr ""
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
#, fuzzy
msgid "Local Printers"
msgstr "摩袱譛逶 關迺"
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
#, fuzzy
msgid "Remote Printers"
msgstr "絶籥諷逶 關迺"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ""
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ""
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ""
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, fuzzy, c-format
msgid ", printing to %s"
msgstr "瑕謚 艢i體 珸 %s"
-#: ../../printer.pm_.c:544
+#: ../../printer.pm_.c:792
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ""
-#: ../../printer.pm_.c:550
+#: ../../printer.pm_.c:798
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: ../../printer.pm_.c:554
+#: ../../printer.pm_.c:802
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ""
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, fuzzy, c-format
msgid "(on %s)"
msgstr "(跪糂譛 %s)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr ""
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, fuzzy, c-format
msgid "On CUPS server \"%s\""
msgstr "IP 驟鞨辮 SMB"
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr " ( 籥赭諷迯)"
@@ -6982,12 +7150,12 @@ msgstr ""
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
#, fuzzy
msgid "CUPS configuration"
msgstr "沃髓韲蜉"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
#, fuzzy
msgid "Specify CUPS server"
msgstr "絶籥諷逶 驟鞨辮 CUPS"
@@ -7018,7 +7186,7 @@ msgstr ""
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:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
msgid "The port number should be an integer!"
msgstr ""
@@ -7027,7 +7195,7 @@ msgstr ""
msgid "CUPS server IP"
msgstr "IP 驟鞨辮 SMB"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "鉋"
@@ -7036,13 +7204,130 @@ msgstr "鉋"
msgid "Automatic CUPS configuration"
msgstr "沃髓韲蜉 赭糺踈"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+#, fuzzy
+msgid "Printerdrake"
+msgstr "顋迺"
+
+#: ../../printerdrake.pm_.c:178
+#, fuzzy
+msgid "Checking your system..."
+msgstr "煌龠 i髓踈 粽鼕 茸 聳籥纐 碼袱顋髓遐矗?"
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:198
+#, fuzzy
+msgid ""
+"The following printers\n"
+"\n"
+msgstr "沃髓齒逶 閠裙鴿 癈糂 碼籥諷逶"
+
+#: ../../printerdrake.pm_.c:199
+#, fuzzy
+msgid ""
+"The following printer\n"
+"\n"
+msgstr "沃髓齒逶 閠裙鴿 癈糂 碼籥諷逶"
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:210
+#, fuzzy
+msgid "directly connected to your system"
+msgstr " 矗珸 餝髓跂 赭 i碆粱珮 驟鳧珥珮 珞瑙鰰鞐!"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:221
+#, fuzzy
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "釣 褌窶 閠驪粮轢窶 闔頏 籥謫琿 赭糺?"
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:236
+#, fuzzy
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr "奈籥纐 關瑩髢i鞐矗 粽鼕?"
+
+#: ../../printerdrake.pm_.c:238
+#, fuzzy
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "茸 聳籥纐, 袱 笶鰰 芫齬迯 髓瑁鰰矗諤 關 艢竦鼇?"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:240
+#, 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:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
#, fuzzy
msgid "Add a new printer"
msgstr "I 粽鼕瑁i"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7055,7 +7340,7 @@ msgid ""
"connection types."
msgstr ""
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7064,7 +7349,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -7077,7 +7362,22 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:297
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7086,7 +7386,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -7097,26 +7397,26 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:213
+#: ../../printerdrake.pm_.c:315
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "絶籥諷逶 關迺"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
#, fuzzy
msgid "Local Printer"
msgstr "摩袱譛逶 關迺"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -7130,50 +7430,50 @@ msgid ""
"Center."
msgstr ""
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Printer auto-detection"
msgstr "絶籥諷逶 關迺"
-#: ../../printerdrake.pm_.c:305
+#: ../../printerdrake.pm_.c:408
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:307
+#: ../../printerdrake.pm_.c:410
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Windows 95/98/NT"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, fuzzy, c-format
msgid "Detected %s"
msgstr "提瘠矗迯 闢迥鴦 赭逍i鞐矗迯 %s"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:321
+#: ../../printerdrake.pm_.c:424
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "刔鳧珥 關迺 (TCP/Socket)"
-#: ../../printerdrake.pm_.c:323
+#: ../../printerdrake.pm_.c:426
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Windows 95/98/NT"
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -7181,34 +7481,34 @@ msgid ""
"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
#, fuzzy
msgid "You must enter a device or file name!"
msgstr "URI 關迺頌"
-#: ../../printerdrake.pm_.c:475
+#: ../../printerdrake.pm_.c:578
#, fuzzy
msgid "No printer found!"
msgstr "摩袱譛逶 關迺"
-#: ../../printerdrake.pm_.c:485
+#: ../../printerdrake.pm_.c:588
#, fuzzy
msgid "Available printers"
msgstr "釣髓齒逶 閠裙鴿"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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:490
+#: ../../printerdrake.pm_.c:593
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:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -7216,7 +7516,7 @@ msgid ""
"configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -7224,38 +7524,38 @@ msgid ""
"customized printer configuration, turn on \"Manual configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
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:496
+#: ../../printerdrake.pm_.c:599
#, fuzzy
msgid "Please choose the port where your printer is connected to."
msgstr "釣 褌窶 閠驪粮轢窶 闔頏 籥謫琿 赭糺?"
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
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:503
+#: ../../printerdrake.pm_.c:606
#, fuzzy
msgid "You must choose/enter a printer/device!"
msgstr "URI 關迺頌"
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
#, fuzzy
msgid "Manual configuration"
msgstr "沃髓韲蜉"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr "麗i 珞籥諷轢窶 關迺頌 lpd"
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
#, fuzzy
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
@@ -7265,51 +7565,51 @@ msgstr ""
"閠芻瑾 i 珞籥諷轢窶 驟鞨辮 i i 瑁i 粽鼕,\n"
" 褥 珞籥諷逶 驟鞨辮 癈粢 珞關燿 艢籥迯i."
-#: ../../printerdrake.pm_.c:579
+#: ../../printerdrake.pm_.c:682
#, fuzzy
msgid "Remote host name"
msgstr "絶籥諷逶 碵艱"
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
#, fuzzy
msgid "Remote printer name"
msgstr "絶籥諷逶 關迺"
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
#, fuzzy
msgid "Remote host name missing!"
msgstr "絶籥諷逶 碵艱"
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
#, fuzzy
msgid "Remote printer name missing!"
msgstr "絶籥諷逶 碵艱"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "提瘠矗迯 闢迥鴦 赭逍i鞐矗迯 %s"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Scanning network..."
msgstr "煌i 鴿 矗珮 ISDN 芫齬迯?"
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "絶謫迯 珞 驟鳧i"
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "麗i 關迺頌 SMB (Windows 9x/NT)"
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
#, fuzzy
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
@@ -7322,46 +7622,46 @@ msgstr ""
"顯體韵, i 髀琺齬琿 碼瘰琿 關迺鞐, i 袱顋髓琺i褥, 閠韲譛 i "
"i逕瑁赭 珀 關瑶遐轢 竦齒."
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "I 驟鞨辮 SMB"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "IP 驟鞨辮 SMB"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "I 粳 鞐芟辮袱矗轢窶 顯體韵"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "鞐遐轢 竦齒"
-#: ../../printerdrake.pm_.c:746
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid "Auto-detected"
msgstr "絶籥諷逶 關迺"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printerdrake.pm_.c:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -7385,7 +7685,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -7394,7 +7694,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -7402,11 +7702,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "麗i 關迺頌 NetWare"
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
#, fuzzy
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
@@ -7418,44 +7718,44 @@ msgstr ""
"(辣 艢餮糴 體閠籥 i跂辣 驟鴟 TCP/IP) i i 瑁i 粽鼕, 袱 "
"珞閠籥 珀鞐轢踈 關迺頌, 鰰襃瑕 i 袱顋髓琺i褥 i 閠韲譛."
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "刔鞨辮 粽鼕"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr "I 瑁i 粽鼕"
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
#, c-format
msgid ", host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
#, c-format
msgid "Host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
#, fuzzy
msgid "TCP/Socket Printer Options"
msgstr "麗i 骼裙鴦 關迺頌"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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:978
+#: ../../printerdrake.pm_.c:1085
#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -7466,61 +7766,61 @@ msgstr ""
"圃 粽鼕珥瑶 關瑯 骼裙 粽鼕瑁i, 矗 辣珀鈔轢 艢髀纓\n"
"i 關迺頌 i 赭笳赭 竡 逑赭 闔頏."
-#: ../../printerdrake.pm_.c:983
+#: ../../printerdrake.pm_.c:1090
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "I 關迺頌"
-#: ../../printerdrake.pm_.c:1005
+#: ../../printerdrake.pm_.c:1112
#, fuzzy
msgid "Printer host name or IP"
msgstr "I 關迺頌"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr "URI 關迺頌"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr ""
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
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:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr "I 粽鼕瑁i"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "俥芟辮袱矗迯"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
#, fuzzy
msgid "Reading printer database..."
msgstr "悍鰰 痼苴 籥粢纃 粽珸矼韲 CUPS"
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
#, fuzzy
msgid "Preparing printer database..."
msgstr "悍鰰 痼苴 籥粢纃 粽珸矼韲 CUPS"
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
#, fuzzy
msgid "Your printer model"
msgstr "絶籥諷逶 關迺"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -7535,28 +7835,28 @@ msgid ""
"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
#, fuzzy
msgid "The model is correct"
msgstr "喋鰰 籥裨珞轢?"
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
#, fuzzy
msgid "Select model manually"
msgstr "絶籥諷逶 關迺"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
#, fuzzy
msgid "Printer model selection"
msgstr "萩齬迯 關迺頌"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
#, fuzzy
msgid "Which printer model do you have?"
msgstr "煌i 鴿 粽鼕瑁i 碼 赭纐?"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -7565,18 +7865,18 @@ msgid ""
"standing on a wrong model or on \"Raw printer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
#, fuzzy
msgid "OKI winprinter configuration"
msgstr "沃髓韲蜉 芫齬迯 I迺齏鰰"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -7586,12 +7886,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr "沃髓韲蜉 芫齬迯 I迺齏鰰"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -7599,20 +7899,46 @@ msgid ""
"to."
msgstr ""
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -7622,34 +7948,34 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr "奈籥纐 關瑩髢i鞐矗 粽鼕?"
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
#, fuzzy
msgid "Test pages"
msgstr "鞐矼韋 閠頏遐"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -7657,45 +7983,45 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
#, fuzzy
msgid "No test pages"
msgstr "呀, 轢粽鼕珥瑶 珀繖艪 髓瑁鉈i 鵆襃鴦"
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
#, fuzzy
msgid "Print"
msgstr "顋迺"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
#, fuzzy
msgid "Standard test page"
msgstr "剪琿籥頏逶"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
#, fuzzy
msgid "Alternative test page (A4)"
msgstr "悌鼕 鵆髓珥 髓瑁鉈琲"
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
#, fuzzy
msgid "Photo test page"
msgstr "悌鼕 鵆髓珥 髓瑁鉈琲"
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
#, fuzzy
msgid "Do not print any test page"
msgstr "悌鼕 鵆髓珥 髓瑁鉈琲"
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "悌鼕 鵆髓珥 髓瑁鉈琲"
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -7711,7 +8037,7 @@ msgstr ""
"\n"
" 關瑶黼 轢韭琺轢?"
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
#, fuzzy
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -7721,16 +8047,16 @@ msgstr ""
"辮珞 鴿, 關迺 艢關瑶黼, 跪聳 關珸髢i 陜逶 瑜.\n"
" 關瑶黼 轢韭琺轢?"
-#: ../../printerdrake.pm_.c:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
#, fuzzy
msgid "Raw printer"
msgstr "I 粽鼕瑁i"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -7739,15 +8065,15 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -7756,7 +8082,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -7764,41 +8090,41 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, 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:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -7808,7 +8134,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -7817,42 +8143,42 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2153
+#: ../../printerdrake.pm_.c:2343
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "絶謫迯 珞 驟鳧i"
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, fuzzy, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "絶謫迯 珞 驟鳧i"
-#: ../../printerdrake.pm_.c:2156
+#: ../../printerdrake.pm_.c:2346
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "絶謫迯 珞 驟鳧i"
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "絶謫迯 珞 驟鳧i"
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
#, fuzzy
msgid "Close"
msgstr "鉋 踵"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
#, fuzzy
msgid "Print option list"
msgstr "麗i 關迺頌"
-#: ../../printerdrake.pm_.c:2182
+#: ../../printerdrake.pm_.c:2373
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -7866,7 +8192,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -7879,19 +8205,19 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
#, fuzzy
msgid "Reading printer data..."
msgstr "悍鰰 痼苴 籥粢纃 粽珸矼韲 CUPS"
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
#, fuzzy
msgid "Transfer printer configuration"
msgstr "沃髓韲蜉 芫齬迯 I迺齏鰰"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -7901,51 +8227,51 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
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:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -7953,62 +8279,62 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
#, fuzzy
msgid "New printer name"
msgstr "I 粽鼕瑁i"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, 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:2316
+#: ../../printerdrake.pm_.c:2510
#, fuzzy
msgid "Refreshing printer data..."
msgstr "悍鰰 痼苴 籥粢纃 粽珸矼韲 CUPS"
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
#, fuzzy
msgid "Configuration of a remote printer"
msgstr "沃髓韲蜉 關迺頌"
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
#, fuzzy
msgid "Starting network..."
msgstr "煌i 鴿 矗珮 ISDN 芫齬迯?"
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
#, fuzzy
msgid "Configure the network now"
msgstr "沃髓韲蜉 驟鳧i"
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
#, fuzzy
msgid "Network functionality not configured"
msgstr "尤i鴈 閠褥譛 辣 轢髓韲纃"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -8016,12 +8342,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
#, fuzzy
msgid "Go on without configuring the network"
msgstr "沃髓韲蜉 驟鳧i"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -8031,34 +8357,34 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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:2408
+#: ../../printerdrake.pm_.c:2603
#, fuzzy
msgid "Restarting printing system..."
msgstr "煌龠 i髓踈 粽鼕 茸 聳籥纐 碼袱顋髓遐矗?"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
#, fuzzy
msgid "high"
msgstr "茸骼i"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
#, fuzzy
msgid "paranoid"
msgstr "瑁琿i籥譛逶"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -8073,12 +8399,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr "煌龠 i髓踈 粽鼕 茸 聳籥纐 碼袱顋髓遐矗?"
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -8092,81 +8418,76 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
#, fuzzy
msgid "Select Printer Spooler"
msgstr "茸痼 鴿闢 芫齬迯 關迺頌"
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
#, fuzzy
msgid "Which printing system (spooler) do you want to use?"
msgstr "煌龠 i髓踈 粽鼕 茸 聳籥纐 碼袱顋髓遐矗?"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printerdrake.pm_.c:2895
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "沃髓韲蜉 關迺頌"
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
#, fuzzy
msgid "Installing Foomatic..."
msgstr "囁鰰矗迯 閠裙鴦 %s"
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "麗i 關迺頌"
-#: ../../printerdrake.pm_.c:2778
+#: ../../printerdrake.pm_.c:2989
#, fuzzy
-msgid "Preparing PrinterDrake..."
+msgid "Preparing Printerdrake..."
msgstr "悍鰰 痼苴 籥粢纃 粽珸矼韲 CUPS"
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
#, fuzzy
msgid "Configuring applications..."
msgstr "沃髓韲蜉 關迺頌"
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
#, fuzzy
msgid "Would you like to configure printing?"
msgstr "奈籥纐 轢髓韲i 關迺?"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:2875
-#, fuzzy
-msgid "Printerdrake"
-msgstr "顋迺"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
"its settings; to make it the default printer; to view information about it; "
"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
+"OpenOffice.org/GIMP."
msgstr ""
"呶 芟珱 鞦i 粽鼕.\n"
"茸 跪聳 籥籥 , 琺瘤 芟i i骰龠."
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -8176,138 +8497,140 @@ msgstr ""
"呶 芟珱 鞦i 粽鼕.\n"
"茸 跪聳 籥籥 , 琺瘤 芟i i骰龠."
-#: ../../printerdrake.pm_.c:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
#, fuzzy
msgid "Change the printing system"
msgstr "沃髓韲蜉 驟鳧i"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
#, fuzzy
msgid "Normal Mode"
msgstr "狽珸逶"
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "i 聳籥纐 關瑩髢i鞐矗 轢髓韲蜉i?"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
#, fuzzy
msgid "Modify printer configuration"
msgstr "沃髓韲蜉 芫齬迯 I迺齏鰰"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, fuzzy, c-format
msgid ""
"Printer %s\n"
"What do you want to modify on this printer?"
msgstr "i 聳籥纐 關瑩髢i鞐矗 轢髓韲蜉i?"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
#, fuzzy
msgid "Printer connection type"
msgstr "剴跂骰璢 I迺齏-芫齬迯"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
#, fuzzy
msgid "Printer name, description, location"
msgstr "萩齬迯 關迺頌"
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
#, fuzzy
msgid "Print test pages"
msgstr "悌鼕 鵆髓珥 髓瑁鉈琲"
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
#, fuzzy
msgid "Know how to use this printer"
msgstr "i 聳籥纐 關瑩髢i鞐矗 轢髓韲蜉i?"
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
#, fuzzy
msgid "Remove printer"
msgstr "絶籥諷逶 關迺"
-#: ../../printerdrake.pm_.c:3245
+#: ../../printerdrake.pm_.c:3472
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "悍鰰 痼苴 籥粢纃 粽珸矼韲 CUPS"
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
#, fuzzy
msgid "Default printer"
msgstr "摩袱譛逶 關迺"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "i 聳籥纐 關瑩髢i鞐矗 轢髓韲蜉i?"
-#: ../../printerdrake.pm_.c:3297
+#: ../../printerdrake.pm_.c:3527
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "悍鰰 痼苴 籥粢纃 粽珸矼韲 CUPS"
@@ -8708,7 +9031,7 @@ msgstr "i袱矗"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
#, fuzzy
msgid "System"
msgstr "Mouse Systems"
@@ -8768,193 +9091,228 @@ msgstr "剪瑁鰰矗 跂迸"
msgid "Stop"
msgstr "刔褞瑁"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
"the worldwide Linux Community"
msgstr ""
-#: ../../share/advertising/01-gnu.pl_.c:9
+#: ../../share/advertising/02-community.pl_.c:9
#, fuzzy
-msgid "Join the Free Software world"
+msgid "Get involved in the Free Software world"
msgstr "珞裨迯"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../share/advertising/02-internet.pl_.c:9
+#: ../../share/advertising/03-internet.pl_.c:9
#, fuzzy
-msgid "Internet and Messaging"
-msgstr "沃髓韲蜉 芫齬迯 I迺齏鰰"
+msgid "Get the most from the Internet"
+msgstr "釣謫迯 籥 I迺齏鴦"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"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 ""
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "約譛鴿跂糴 - 註瑣滑"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:11
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"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 ""
-#: ../../share/advertising/04-develop.pl_.c:9
-#, fuzzy
-msgid "Development"
-msgstr "鞐髀鞐遐"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "楳痼碼"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
#, fuzzy
msgid "Mandrake Control Center"
msgstr "釣謫迯 籥 I迺齏鴦"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
#, fuzzy
msgid "User interfaces"
msgstr "刔鳧珥 i迺頸繪"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
msgstr ""
-#: ../../share/advertising/07-server.pl_.c:9
+#: ../../share/advertising/08-development.pl_.c:9
#, fuzzy
-msgid "Server Software"
-msgstr "I 驟鞨辮 SMB"
+msgid "Development simplified"
+msgstr "鞐髀鞐遐"
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/08-development.pl_.c:11
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
msgstr ""
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "楳痼碼"
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "襃閻頏"
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
+msgstr ""
+
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:10
+msgid ""
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
+msgstr ""
+
+#: ../../share/advertising/12-mdkstore.pl_.c:10
+msgid ""
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:9
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
#, fuzzy
-msgid "MandrakeStore"
-msgstr "珀珥芒鈞"
+msgid "Become a MandrakeExpert"
+msgstr "襃閻頏"
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "襃閻頏"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
msgstr ""
-#: ../../standalone.pm_.c:40
+#: ../../standalone.pm_.c:41
#, fuzzy
msgid "Installing packages..."
msgstr "囁鰰矗迯 閠裙鴦 %s"
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "圃i 諤驫, 碼蜆i, 闔鴿 驫瑁髓珸 Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "圃i 諤驫, 閻鞐蜆i %s 粳 琲鴿矗i 芟辣迯"
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"呀瘠i 鞐舮艱諤 辣 鰰纐, 轢 艢轢糅 騾闡珥琿 粳 跂 :(\n"
-"瑜關珀龠 i髢i 籥諷 i 癈糂 關瑙齣袱 粽迯 鞐舮艱譖"
-
#: ../../standalone/drakTermServ_.c:188
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
@@ -8998,12 +9356,13 @@ msgstr "釣籥 袱顋髓琺i袱"
msgid "Add/Del Clients"
msgstr ""
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
msgid "Help"
msgstr ""
@@ -9162,8 +9521,8 @@ msgid ""
"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "顋豎 i逖珥琿i!"
@@ -9188,27 +9547,31 @@ msgstr "釣籥 袱顋髓琺i袱"
msgid "Remove the last item"
msgstr "壜韭瑩珥琿辣 i頏黴譛轢窶 鞐舮艱謫 %s"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:732
+#: ../../standalone/drakbackup_.c:726
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -9216,7 +9579,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -9224,13 +9587,20 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
#, fuzzy
msgid "Total progess"
msgstr "鞐矼韋 閠頏遐"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9239,16 +9609,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "赭 閠韲譫"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "瑕謚 珞褓 %s 粳 艢i體: %s"
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -9259,63 +9654,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "悌迯 珸 顯艱鞨鈞珸 褌ii"
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
#, fuzzy
msgid "Backup User files..."
msgstr "悌迯 珸 顯艱鞨鈞珸 褌ii"
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
#, fuzzy
msgid "Backup Other files..."
msgstr "悌迯 珸 顯艱鞨鈞珸 褌ii"
-#: ../../standalone/drakbackup_.c:1266
+#: ../../standalone/drakbackup_.c:1321
#, fuzzy
msgid "No changes to backup!"
msgstr "悌迯 珸 顯艱鞨鈞珸 褌ii"
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -9323,803 +9723,926 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1324
+#: ../../standalone/drakbackup_.c:1379
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "瑕謚 鰰迯 珸謫 %s"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "茸痼 竦齒 閠裙鰰"
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1527
+#: ../../standalone/drakbackup_.c:1602
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "悌迯 珸 顯艱鞨鈞珸 褌ii"
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "茸痼 閠裙鰰 粳 髓琺矗迯"
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "茸籥i 瑁笂 粽鼕"
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
#, fuzzy
msgid "Windows (FAT32)"
msgstr "茸籥i Windows(TM)"
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
#, fuzzy
msgid "Users"
msgstr "I 袱顋髓琺i褥:"
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
#, fuzzy
msgid "Use network connection to backup"
msgstr "悌迯 珸 顯艱鞨鈞珸 褌ii"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "圃覲 諤驫, 苣珀竃 辣袱譛螻 頌燿 踵."
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
#, fuzzy
msgid "Please enter your login"
msgstr "瑜關珀皷 鞐"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
#, fuzzy
msgid "Please enter your password"
msgstr "瑜關珀皷 鞐"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
#, fuzzy
msgid "Remember this password"
msgstr "赭 閠韲譫"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
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:1849
+#: ../../standalone/drakbackup_.c:1923
#, fuzzy
msgid "Please choose your CD/DVD media size"
msgstr "圃i 諤驫, 珀顋 鴿 裨珥i鴦顋."
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
#, fuzzy
msgid "Please check for multisession CD"
msgstr "沃椛躋 轢 鞐舮艱"
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "沃椛躋 轢 鞐舮艱"
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "沃椛躋 轢 鞐舮艱"
-#: ../../standalone/drakbackup_.c:1868
+#: ../../standalone/drakbackup_.c:1942
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "沃椛躋 轢 鞐舮艱"
-#: ../../standalone/drakbackup_.c:1880
+#: ../../standalone/drakbackup_.c:1954
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "沃椛躋 轢 鞐舮艱"
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
#, fuzzy
msgid "No CD device defined!"
msgstr "節顋 珸"
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
#, fuzzy
msgid "Use tape to backup"
msgstr "悌迯 珸 顯艱鞨鈞珸 褌ii"
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "茸痼 閠裙鰰 粳 髓琺矗迯"
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "茸痼 閠裙鰰 粳 髓琺矗迯"
-#: ../../standalone/drakbackup_.c:1995
+#: ../../standalone/drakbackup_.c:2069
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "茸痼 閠裙鰰 粳 髓琺矗迯"
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "圃覲 諤驫, 苣珀竃 辣袱譛螻 頌燿 踵."
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
#, fuzzy
msgid "Use quota for backup files."
msgstr "悌迯 珸 顯艱鞨鈞珸 褌ii"
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
#, fuzzy
msgid "Network"
msgstr "刔鳧:"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
#, fuzzy
msgid "Tape"
msgstr "咬: "
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
#, fuzzy
msgid "Use daemon"
msgstr "I 袱顋髓琺i褥:"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "茸痼 閠裙鰰 粳 髓琺矗迯"
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "圃i 諤驫, 珀顋 跪碵 粳 袱顋髓琿."
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
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:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
#, fuzzy
msgid "What"
msgstr "怙袱蝟"
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
#, fuzzy
msgid "Where"
msgstr " 褌諤"
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
#, fuzzy
msgid "When"
msgstr " 褌諤"
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
#, fuzzy
msgid "More Options"
msgstr "麗i 跪糂譫:"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "圃逕i笂鞐 驟鳧i"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "茸痼 閠裙鰰 粳 髓琺矗迯"
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
#, fuzzy
msgid "across Network"
msgstr "刔鳧:"
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
#, fuzzy
msgid "on Tape Device"
msgstr "鉋 關迺頌"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "茸痼 閠裙鰰 粳 髓琺矗迯"
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
#, fuzzy
msgid "Backup system"
msgstr "沃髓. 珸諤碼 i髓赭"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, fuzzy, c-format
-msgid " on device : %s"
+msgid " on device: %s"
msgstr "愉: %s\n"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "麗i"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
#, fuzzy
msgid "\t-Tape \n"
msgstr "咬: "
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "釣 褌窶 閠驪粮轢窶 闔頏 籥謫琿 赭糺?"
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
#, fuzzy
msgid " Restore Configuration "
msgstr "圃逕i笂鞐 驟鳧i"
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
#, fuzzy
msgid "Backup the system files before:"
msgstr "悌迯 珸 顯艱鞨鈞珸 褌ii"
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "please choose the date to restore"
msgstr "袱i 諤驫, 閠芻瑾 鴿 矗珸 踵."
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "悌迯 珸 顯艱鞨鈞珸 褌ii"
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "圃覲 諤驫, 苣珀竃 辣袱譛螻 頌燿 踵."
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
#, fuzzy
msgid "FTP Connection"
msgstr "俥芟辮袱矗迯"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
#, fuzzy
msgid "Secure Connection"
msgstr "茸痼 鴿闢 芫齬迯 關迺頌"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "絶轢諷迯 糴驫纈"
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
#, fuzzy
msgid "Select another media to restore from"
msgstr "袱i 諤驫, 閠芻瑾 鴿 矗珸 踵."
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Other Media"
msgstr "雅"
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
#, fuzzy
msgid "Restore system"
msgstr "囁鰰矗迯 i髓踵"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
#, fuzzy
msgid "Restore Users"
msgstr "絶轢諷迯 珸謫"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore Other"
msgstr "絶轢諷迯 珸謫"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "袱i 諤驫, 閠芻瑾 鴿 矗珸 踵."
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3394
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "茸籥i 瑁笂 粽鼕"
+
+#: ../../standalone/drakbackup_.c:3411
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "絶轢諷迯 珸謫"
+
+#: ../../standalone/drakbackup_.c:3477
+#, c-format
+msgid "Backup files not found at %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, fuzzy
+msgid "Restore From CD"
+msgstr "絶轢諷迯 糴驫纈"
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "釣籥鳧鈞 鰰瘠i 鞐舮艱諤"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3524
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "辮琲琿i笂鞐矗 諤袱譛逑 驟鳧"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3525
+#, fuzzy
+msgid "Host Name"
+msgstr "I 赭逶"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+#, fuzzy
+msgid "Password required"
+msgstr "瑁鉉"
+
+#: ../../standalone/drakbackup_.c:3539
+#, fuzzy
+msgid "Username required"
+msgstr "I 袱顋髓琺i褥:"
+
+#: ../../standalone/drakbackup_.c:3542
+#, fuzzy
+msgid "Hostname required"
+msgstr "I 赭逶"
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "絶轢諷迯 珸謫"
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
#, fuzzy
msgid "Custom Restore"
msgstr " 碼痼頌"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3865
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "釣籥鳧鈞 鰰瘠i 鞐舮艱諤"
+
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "絶轢諷迯 珸謫"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
msgid "Previous"
msgstr ""
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "剪瑁鰰矗 跂迸"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
#, fuzzy
msgid "Build Backup"
msgstr "悌迯 珸 顯艱鞨鈞珸 褌ii"
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
#, fuzzy
msgid "Restore"
msgstr "絶轢諷迯 珸謫"
-#: ../../standalone/drakbackup_.c:3553
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3574
+#: ../../standalone/drakbackup_.c:4231
msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "沃髓齒逶 閠裙鴿 癈糂 籥籥逶 籥 i髓踵"
-#: ../../standalone/drakbackup_.c:3621
+#: ../../standalone/drakbackup_.c:4278
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
#, fuzzy
msgid "Please select data to restore..."
msgstr "圃i 諤驫, 珀顋 跪碵 粳 袱顋髓琿."
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
#, fuzzy
msgid "Please select media for backup..."
msgstr "圃i 諤驫, 珀顋 跪碵 粳 袱顋髓琿."
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
#, fuzzy
msgid "Please select data to backup..."
msgstr "圃i 諤驫, 珀顋 跪碵 粳 袱顋髓琿."
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
#, fuzzy
msgid "Backup system files"
msgstr "悌迯 珸 顯艱鞨鈞珸 褌ii"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup user files"
msgstr "悌迯 珸 顯艱鞨鈞珸 褌ii"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup other files"
msgstr "悌迯 珸 顯艱鞨鈞珸 褌ii"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
#, fuzzy
msgid "Sending files..."
msgstr "楳珥琿辣 珸"
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "圃逕i笂鞐 驟鳧i"
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
#, fuzzy
msgid "View Backup Configuration."
msgstr "圃逕i笂鞐 驟鳧i"
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
#, fuzzy
msgid "Wizard Configuration"
msgstr "沃髓韲蜉"
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
#, fuzzy
msgid "Advanced Configuration"
msgstr "楳袱逞迯 轢髓韲蜉i"
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
#, fuzzy
msgid "Backup Now"
msgstr "沃髓. 珸諤碼 i髓赭"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
msgid ""
"options description:\n"
"\n"
@@ -10151,7 +10674,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10160,7 +10683,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -10201,45 +10724,45 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -10256,7 +10779,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -10296,7 +10819,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -10307,7 +10830,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10320,7 +10843,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -10401,9 +10924,9 @@ msgstr ""
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
#, fuzzy
msgid "Standalone Tools"
msgstr "圃迹鉉逶 轄髓頌跂迺琺逶 髏鈔螻"
@@ -10456,26 +10979,26 @@ msgstr "茸袱顋髓遐矗 DiskDrake"
msgid "Configuration Wizards"
msgstr "圃逕i笂鞐 驟鳧i"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
#, fuzzy
msgid "Application:"
msgstr "俥芟辮袱矗迯"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
#, fuzzy
msgid "Package: "
msgstr "琲纈"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
#, fuzzy
msgid "Release: "
msgstr "圃i 諤驫, 閠琲珸"
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -10487,21 +11010,21 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
#, fuzzy
msgid "Report"
msgstr "鉋"
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
#, fuzzy
msgid "Not installed"
msgstr "楳袱逞迯 髓琺矗迯"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
#, fuzzy
msgid "No browser available! Please install one"
msgstr "茸 跪聳 珀鞐 轄 跪碼, i 癈糂 籥髓齒逶 閠驪 髓琺矗迯"
@@ -10970,7 +11493,7 @@ msgstr "俸鈿袱 赭逍i鞐矗迯"
#: ../../standalone/drakfont_.c:909
#, fuzzy
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "茸痼 鞐舮艱諤 粳 瑁赭鰰矗迯"
#: ../../standalone/drakfont_.c:918
@@ -11051,19 +11574,19 @@ msgstr " 矗珸 餝髓跂 赭 i碆粱珮 驟鳧珥珮 珞瑙鰰鞐!"
msgid "Post Uninstall"
msgstr "楳袱逞迯 髓琺矗迯"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr "剴跂骰璢 I迺齏-芫齬迯"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr "剴跂骰璢 I迺齏-芫齬迯 艢鞐 赭笳赭"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -11071,35 +11594,35 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
#, fuzzy
msgid "disable"
msgstr "呀瘠i"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr ""
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
#, fuzzy
msgid "reconfigure"
msgstr "沃髓韲蜉 X Window"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
#, fuzzy
msgid "Disabling servers..."
msgstr "茸芻瑾迯 關諤籥..."
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
#, fuzzy
msgid "Internet connection sharing is now disabled."
msgstr "剴跂骰璢 I迺齏-芫齬迯 艢鞐 艢痼韲辣轢"
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr "剴跂骰璢 I迺齏-芫齬迯 艢鞐 艢痼韲辣轢"
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -11107,21 +11630,21 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
#, fuzzy
msgid "enable"
msgstr "呀瘠i"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
#, fuzzy
msgid "Internet connection sharing is now enabled."
msgstr "剴跂骰璢 I迺齏-芫齬迯 艢鞐 赭笳赭"
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
#, fuzzy
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
@@ -11138,21 +11661,21 @@ msgstr ""
"\n"
"茸 聳籥纐 齣鰰矗 體跂骰 粮髓齒 籥 Internet?"
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr ""
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, fuzzy, c-format
msgid "Interface %s"
msgstr "刔鳧珥 i迺頸繪"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr " 矗珸 餝髓跂 赭 i碆粱珮 驟鳧珥珮 珞瑙鰰鞐!"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -11160,11 +11683,11 @@ msgstr ""
"i 碆粱 ethernet 驟鳧珥 珞瑙鰰 矗珸 i髓跂 辣 碼芻瑾琿. 圃i 諤驫, "
"驫瑁髓珸 袱逕i笂鞐蜊 i迹鴃鼬迺."
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "刔鳧珥 i迺頸繪"
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -11174,7 +11697,7 @@ msgid ""
"I am about to setup your Local Area Network with that adapter."
msgstr ""
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
@@ -11182,12 +11705,12 @@ msgstr ""
"圃i 諤驫, 珀顋 驟鳧珥 珞瑙鰰, 螻 癈粢 碼袱顋髓琿 粳 籥謫迯 籥 "
"矗珸 諤袱譛轢 驟鳧i."
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:259
#, fuzzy
msgid "Network interface already configured"
msgstr "尤i鴈 閠褥譛 辣 轢髓韲纃"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -11197,17 +11720,17 @@ msgid ""
"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
#, fuzzy
msgid "Automatic reconfiguration"
msgstr "沃髓韲蜉 赭糺踈"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
#, fuzzy
msgid "Show current interface configuration"
msgstr "沃髓韲蜉 芫齬迯 I迺齏鰰"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -11218,7 +11741,7 @@ msgid ""
"Driver: %s"
msgstr ""
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -11230,55 +11753,43 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr ""
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
#, fuzzy
msgid "(This) DHCP Server IP"
msgstr "IP 驟鞨辮 SMB"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr ""
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr ""
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr "瑩逍蜊 珞鞐 紡 袱逕i褞黼 笂珸 袱逕i笂鞐 %s!\n"
-#: ../../standalone/drakgw_.c:320
-msgid "Firewalling configuration detected!"
-msgstr "剥鉗粢纃 餝髓赭 驟鳧珥珸 髀繩 (firewall)!"
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"嘯珮! 剥鉗粢纃 椛逑 i髓赭 驟鳧珥珸 髀繩i (firewall). 退 赭笳赭 "
-"髀瑩顯甞 驫瑁褞珥瑶 閠驪 髓琺矗迯."
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
#, fuzzy
msgid "Configuring..."
msgstr "沃髓韲蜉 IDE"
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr "圃逕潟齔瑶 髢轢鞐, 齣鰰矗迯 惑, 艢闢驫 驪黽痼..."
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, c-format
msgid "Problems installing package %s"
msgstr "鞐瘠繻 齣鰰矗迯繻 閠裙鴦 %s"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -11289,25 +11800,25 @@ msgstr ""
" 轄豎 袱跫'鵆鞐豎 矗珸 紡, 袱顋髓珱 燿鰰赭鴿逶\n"
"袱逕潟齔珥琿辣 (DHCP)."
-#: ../../standalone/drakgw_.c:566
+#: ../../standalone/drakgw_.c:504
msgid "The setup has already been done, but it's currently disabled."
msgstr ""
-#: ../../standalone/drakgw_.c:567
+#: ../../standalone/drakgw_.c:505
msgid "The setup has already been done, and it's currently enabled."
msgstr ""
-#: ../../standalone/drakgw_.c:568
+#: ../../standalone/drakgw_.c:506
#, fuzzy
msgid "No Internet Connection Sharing has ever been configured."
msgstr "剴跂骰璢 I迺齏-芫齬迯 艢鞐 赭笳赭"
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
#, fuzzy
msgid "Internet connection sharing configuration"
msgstr "I迺齏 芫齬迯 i 袱逕i笂鞐"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, fuzzy, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -11317,6 +11828,158 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr "剴跂骰璢 I迺齏-芫齬迯"
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr "俥芟辮袱矗迯"
+
+#: ../../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"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+#, fuzzy
+msgid "first step creation"
+msgstr "沃髓韲蜉 閠驪 髓琺矗迯"
+
+#: ../../standalone/draksplash_.c:77
+#, fuzzy
+msgid "final resolution"
+msgstr "瑕辮 褓琿"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#, fuzzy
+msgid "choose image file"
+msgstr "節顋 粢迯"
+
+#: ../../standalone/draksplash_.c:79
+#, fuzzy
+msgid "Theme name"
+msgstr "I 粳 鞐芟辮袱矗轢窶 顯體韵"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+#, fuzzy
+msgid "go to lilosplash configuration"
+msgstr "沃髓韲蜉 閠驪 髓琺矗迯"
+
+#: ../../standalone/draksplash_.c:83
+#, fuzzy
+msgid "quit"
+msgstr "茸珞"
+
+#: ../../standalone/draksplash_.c:84
+#, fuzzy
+msgid "save theme"
+msgstr "囁鰰矗迯 i髓踵"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#, fuzzy
+msgid "Configure bootsplash picture"
+msgstr "沃髓韲蜉 驪黽痼"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+#, fuzzy
+msgid "go back"
+msgstr "i頏黴譛轢 珸諤矗 i髓赭 (loopback)"
+
+#: ../../standalone/draksplash_.c:120
+#, fuzzy
+msgid "preview"
+msgstr "關諤籥"
+
+#: ../../standalone/draksplash_.c:121
+#, fuzzy
+msgid "choose color"
+msgstr "節顋 赭i鴈"
+
+#: ../../standalone/draksplash_.c:124
+msgid "Display logo on Console"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:436
+#, fuzzy
+msgid "ProgressBar color selection"
+msgstr "萩齬迯 關迺頌"
+
+#: ../../standalone/draksplash_.c:454
+#, fuzzy
+msgid "You must choose an image file first!"
+msgstr "URI 關迺頌"
+
+#: ../../standalone/draksplash_.c:463
+#, fuzzy
+msgid "Generating preview ..."
+msgstr "茸芻瑾迯 關諤籥..."
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -11409,11 +12072,11 @@ msgid ""
msgstr ""
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr ""
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr ""
#: ../../standalone/drakxtv_.c:114
@@ -11495,7 +12158,7 @@ msgstr "羅赭笳赭 艢闢髢竃 live upgrade !!!\n"
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
msgid "logdrake"
msgstr ""
@@ -11672,7 +12335,7 @@ msgstr "關諤籥"
#: ../../standalone/logdrake_.c:431
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"You will receive an alert if one of the selected services is no more running"
msgstr ""
#: ../../standalone/logdrake_.c:443
@@ -11694,19 +12357,19 @@ msgstr "沃髓韲蜉"
msgid "Please enter your email address below "
msgstr "瑜關珀皷 鞐"
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr ""
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "袱i 諤驫, 閠芻瑾 鴿 矗珸 踵."
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "沍鼡矗 鴃 褄鈿褥?"
-#: ../../standalone/printerdrake_.c:48
+#: ../../standalone/printerdrake_.c:57
#, fuzzy
msgid "Reading printer data ..."
msgstr "悍鰰 痼苴 籥粢纃 粽珸矼韲 CUPS"
@@ -11720,34 +12383,45 @@ msgstr "茸芻瑾迯 關諤籥..."
msgid "Test ports"
msgstr "鞐矼韋 閠頏遐"
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
msgstr ""
+#: ../../standalone/scannerdrake_.c:56
+#, fuzzy, c-format
+msgid "%s found on %s, configure it?"
+msgstr "奈籥纐 轢髓韲i 關迺?"
+
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:65
#, fuzzy
msgid "Select a scanner"
msgstr "節顋 i糺琲瑁鴦"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr ""
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, 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:95
+#: ../../standalone/scannerdrake_.c:109
#, fuzzy
msgid "choose device"
msgstr "楳竦鼇瑾轢 關諤籥"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -11755,7 +12429,7 @@ msgid ""
"section."
msgstr ""
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -11763,43 +12437,18 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
"Some devices in the %s class were added:\n"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:30
-#, fuzzy
-msgid "Firewalling Configuration"
-msgstr "剥鉗粢纃 餝髓赭 驟鳧珥珸 髀繩 (firewall)!"
-
-#: ../../standalone/tinyfirewall_.c:43
-#, fuzzy
-msgid "Firewalling configuration"
-msgstr "剥鉗粢纃 餝髓赭 驟鳧珥珸 髀繩 (firewall)!"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "茸痼 跪碼"
@@ -11874,169 +12523,7 @@ msgstr "囁鰰矗迯 i髓踵"
msgid "Exit install"
msgstr "楳袱逞迯 髓琺矗迯"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:84
-#, fuzzy, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "瑕謚 珞褓 %s 粳 艢i體: %s"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "圃逕i笂鞐 驟鳧i"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:230
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "珞顋鴈∬ 髓琺矗逵"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
@@ -12179,6 +12666,11 @@ msgid "Graphical Environment"
msgstr ""
#: ../../share/compssUsers:999
+#, fuzzy
+msgid "Development"
+msgstr "鞐髀鞐遐"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr ""
@@ -12295,102 +12787,25 @@ msgstr "約譛鴿跂糴 - 剪矗顯迯 CD"
msgid "Scientific Workstation"
msgstr "沃碵褌碼 關裨珞琿躋"
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
+#~ msgid "LBA (doesn't work on old BIOSes)"
+#~ msgstr "LBA (辣 關瑶黼 關 髓瑁 矼韵i BIOS)"
-#, fuzzy
-#~ msgid ""
-#~ "This level is to be used with care. It makes your system more easy to "
-#~ "use,\n"
-#~ " but very sensitive: it must not be used for a machine "
-#~ "connected to others\n"
-#~ " or to the Internet. There is no password access."
-#~ msgstr ""
-#~ "喋鴿 鼇韲矼逵 辣珀鈔轢 碼袱顋髓遐矗 瑜韲窶. i髓赭 癈粢 "
-#~ "關瑜繪\n"
-#~ " 袱顋髓琿i, 琺 i 瘤譛 齟轢: 笶鴿 鼇韲矼逵 髀繩i 辣譛窶 "
-#~ "碼袱顋髓遐矗\n"
-#~ "轢 赭轢, i 籥謫琿 籥 驟鳧i i 籥 Internet. 嘯瑪鈔 辣 珀瑁鉈纃 "
-#~ "閠韲諷."
+#~ msgid "You don't have any partitions!"
+#~ msgstr "茸 辣 髓矗顋i 琿ii 鞐舮艱諤!"
-#, fuzzy
#~ msgid ""
-#~ "With this security level, the use of this system as a server becomes "
-#~ "possible.\n"
-#~ " The security is now high enough to use the system as a "
-#~ "server which can accept\n"
-#~ " connections from many clients. Note: if your machine is "
-#~ "only a client on the Internet, you should choose a lower level."
+#~ "DiskDrake failed to read correctly the partition table.\n"
+#~ "Continue at your own risk!"
#~ msgstr ""
-#~ "沃 笶鰰 鼇韲辣 髀繩i 赭笳赭 碼袱顋髓琿辣 i髓踵 袱髢i\n"
-#~ "驟鞨辮. 嚊韲矼逵 髀繩i 籥髓瑩褌矗 碼骼i 粳 鞐瘤鴿\n"
-#~ "驟鞨辮, i 籥闢驫璢 芫齬迯i 騾 赭鳬iii 裨i纃鰰i."
-
-#, fuzzy
-#~ msgid "Basic Options"
-#~ msgstr "麗i"
-
-#, fuzzy
-#~ msgid "Security Checks"
-#~ msgstr "褥瑁珥"
-
-#, fuzzy
-#~ msgid "Please choose your CD space"
-#~ msgstr "圃i 諤驫, 珀顋 鴿 裨珥i鴦顋."
+#~ "DiskDrake 辣 芟釿 關珥i譛轢 關瑾鰰 鰰瘠i 鞐粢繼燿.\n"
+#~ "鞐竄珸 鴈譛i 轢 驍珱 顋茆褥!"
-#, fuzzy
-#~ msgid "Please enter the cd writer speed"
-#~ msgstr "圃覲 諤驫, 苣珀竃 辣袱譛螻 頌燿 踵."
-
-#, fuzzy
-#~ msgid "Please check if you want to include install boot on your CD."
-#~ msgstr "茸痼 閠裙鰰 粳 髓琺矗迯"
-
-#, fuzzy
-#~ msgid "Url should begin with 'ftp:'"
-#~ msgstr "Proxy 閠i辣 癪 ftp://..."
-
-#, fuzzy
#~ msgid ""
-#~ "Please check if you want to include\n"
-#~ " install boot on your CD."
-#~ msgstr "茸痼 閠裙鰰 粳 髓琺矗迯"
-
-#, fuzzy
-#~ msgid "Windows PDC"
-#~ msgstr "茸籥i Windows(TM)"
-
-#, fuzzy
-#~ msgid "Tamil"
-#~ msgstr "呀瘠i"
-
-#, fuzzy
-#~ msgid "PDC Server Name"
-#~ msgstr "NIS 驟鞨辮:"
-
-#, fuzzy
-#~ msgid "Set up printer manually"
-#~ msgstr "絶籥諷逶 關迺"
-
-#, fuzzy
-#~ msgid "Installing HPOJ package..."
-#~ msgstr "囁鰰矗迯 閠裙鴦 %s"
-
-#, fuzzy
-#~ msgid "Installing SANE packages..."
-#~ msgstr "囁鰰矗迯 閠裙鴦 %s"
-
-#, fuzzy
-#~ msgid "Installing mtools packages..."
-#~ msgstr "囁鰰矗迯 閠裙鴦 %s"
-
-#, fuzzy
-#~ msgid "Making printer port available for CUPS..."
-#~ msgstr "悍鰰 痼苴 籥粢纃 粽珸矼韲 CUPS"
-
-#, fuzzy
-#~ msgid "Control Center"
-#~ msgstr "釣謫迯 籥 I迺齏鴦"
+#~ "I can't read your partition table, it's too corrupted for me :(\n"
+#~ "I'll try to go on blanking bad partitions"
+#~ msgstr ""
+#~ "呀瘠i 鞐舮艱諤 辣 鰰纐, 轢 艢轢糅 騾闡珥琿 粳 跂 :(\n"
+#~ "瑜關珀龠 i髢i 籥諷 i 癈糂 關瑙齣袱 粽迯 鞐舮艱譖"
#~ msgid "Choose the tool you want to use"
#~ msgstr "節顋 i迹鴃鼬纃, i 聳籥纐 驫瑁髓瑶"
@@ -12465,9 +12880,6 @@ msgstr "沃碵褌碼 關裨珞琿躋"
#~ msgid "Select a graphics card"
#~ msgstr "節顋 i糺琲瑁鴦"
-#~ msgid "Warning: testing this graphics card may freeze your computer"
-#~ msgstr "瑙顯粭琿辣: 鵆髢i鞐矗迯 轢 笶鰰 i糺琲瑁 辣髀纓轢"
-
#~ msgid "Standard VGA, 640x480 at 60 Hz"
#~ msgstr "剪琿籥頏逶 VGA, 640x480 關 60 Hz"
@@ -13892,9 +14304,6 @@ msgstr "沃碵褌碼 關裨珞琿躋"
#~ "囁鰰♪ 糴驫纈 粳 艢i體 艢竦鼇褥 HTP\n"
#~ "(齣 籥粢纃 轢 笶鰰 糴驫纐 癈糂 芻i琿)"
-#~ msgid "Everything configured!"
-#~ msgstr "¢ 驫琿i笂鞐矗轢!"
-
#~ msgid "Everything has been configured.\n"
#~ msgstr "囁 驫琿i笂鞐矗轢.\n"
@@ -14180,9 +14589,6 @@ msgstr "沃碵褌碼 關裨珞琿躋"
#~ "珞鈔 顯脩踵 辣 芻鉗粢纃.\n"
#~ "瑜關珀皷 碼瘰瑶 i逖龠 i糺琲瑁鴦 i 赭i鴈"
-#~ msgid "Other countries"
-#~ msgstr "I逖 褓i逶"
-
#~ msgid "Password:"
#~ msgstr "瑁鉉:"
@@ -14201,9 +14607,6 @@ msgstr "沃碵褌碼 關裨珞琿躋"
#~ msgid "Please submit the following information"
#~ msgstr "鞐糀鰰♪ 轢髓齒逑 i逕瑁赭"
-#~ msgid "Reconfigure local network"
-#~ msgstr "辮琲琿i笂鞐矗 諤袱譛逑 驟鳧"
-
#~ msgid "Regexp"
#~ msgstr "Regexp"
@@ -14558,9 +14961,6 @@ msgstr "沃碵褌碼 關裨珞琿躋"
#~ msgid "linear"
#~ msgstr "i辣蜊"
-#~ msgid "loopback"
-#~ msgstr "i頏黴譛轢 珸諤矗 i髓赭 (loopback)"
-
#~ msgid "nfs mount failed"
#~ msgstr "閠踵謚 赭逍i鞐矗迯 nfs"
diff --git a/perl-install/share/po/bg.po b/perl-install/share/po/bg.po
index 65fb2b273..2fb864424 100644
--- a/perl-install/share/po/bg.po
+++ b/perl-install/share/po/bg.po
@@ -6,8 +6,8 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: drakfloppy 0.43\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
+"Project-Id-Version: DrakX\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
"PO-Revision-Date: 2000-02-28 20:56+0200\n"
"Last-Translator: Bozhan Boiadzhiev <bozhan@plov.omega.bg>\n"
"Language-Team: Bulgarian\n"
@@ -51,45 +51,45 @@ msgstr "32 盟"
msgid "64 MB or more"
msgstr "64 盟 蓚 闔矼"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "泌痳鞳鱚 X 髫鞨"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "X 髫鞨"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
msgstr ""
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
msgstr ""
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "泌痳鞳鱚 袱閠蓿纈 轢 閠跂鴪 轢 竦瑣蔟轢鰰 驤 袱頏"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "沃髓韲蜉 轢 XFree"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "菩 轢髓韲蜉 轢 XFree 蔡袱鱚 籥 蓐瑩 ?"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr ""
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr "泌闔諛矗 鞐苻蒡纃蒹鴈 Xinerama"
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "沃髓韲蜉 騾跪 轢 袱頏 \"%s\" (%s)"
@@ -100,13 +100,13 @@ msgstr "沃髓韲蜉 騾跪 轢 袱頏 \"%s\" (%s)"
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s 瑁糂辮邇 3D 齣褌鞳辷"
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, 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:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "圃頏瑩 礦 跪聽 籥 蓐 闔粐顏肛 轢 瑁糂辮邇 3D 齣褌鞳辷 XFree %s."
-#: ../../Xconfig/card.pm_.c:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s 妬冢登般斗卆僕O 瑁糂辮邇 3D 齣褌鞳辷"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, 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:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -151,53 +151,54 @@ msgstr ""
"厘租謀禿凖, 彭 厠太 妬冢登般斗卆僕 藁陳俘栃 蔑模渙斟斷 柁 摸禿 沈 "
"農組."
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (蓁髓琺瑶 竦瑣蔟纃 粽珸矼)"
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "暮蒹迺驫"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
#, fuzzy
msgid "Graphic Card"
msgstr "註瑣蔟轢 袱頏"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "野辷鴈"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "俥舮繼蓿繼轢 髀鉐釶邇髓"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "麗蓙"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "Ok"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "泌鈔"
@@ -214,28 +215,28 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "泌痳鞳鱚 跪辷鴈"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "令"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
#, fuzzy
msgid "Vendor"
msgstr "諾齏"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -259,11 +260,11 @@ msgstr ""
"闔碚繖蓿 跪辷鴈鞐 驤.\n"
" 占 蓐瑩 袱裄 髫跋纃, 蒟痳鞳鱚 褌迹辮矗鱶硴 轢髓韲蜉."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "寰韆芬迺琺轢 驫鉋鉐 轢 碾苟鰰邇矗辣"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "代頏蒻琺轢 驫鉋鉐 轢 碾苟鰰邇矗辣"
@@ -300,36 +301,42 @@ msgstr "泌痳鞳鱚 鞐舮繼蓿繼轢 髀鉐釶邇髓 糲諱鋏蓁 轢 矼鴈矼鱚"
msgid "Graphics card: %s"
msgstr "註瑣蔟轢 袱頏: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "歴袱"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "韲矼韋 轢 轢髓韲蜉瑩"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "費袱鱚 謌 籥 鱚髓矗鱚 轢髓韲蜉蓿?"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "韲矼韋 轢 轢髓韲蜉瑩"
+#: ../../Xconfig/test.pm_.c:31
+#, fuzzy
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr ""
+"瀧蓐琿蒹: 鱚髓矗辣鴈 轢 鰰艾 竦瑣蔟轢 袱頏 跪聽 籥 \"艢跟瑯\" 褌跫鵁鞐 礦"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -465,26 +472,22 @@ msgstr "剪瑁鱶鞐辣 銜 DOS/Windows (loadlin)"
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "麗蓙 轢 艢鞳聹璞瑩 關釿鞐赭"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "泌闔諛矗轢 艢鞳聹璞瑩 關釿鞐赭"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "Bootloader 蓁髓琺瑶"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "剪瑁鱶鞐 齣鴃鉗髓碆"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (辣 鞐瘤鱶 轢 髓瑁 BIOS-)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "菩跫琲鱚"
@@ -501,16 +504,17 @@ msgstr "第粤 鞳肆"
msgid "Delay before booting default image"
msgstr "楳痼辣 關繖 髓瑁鱶鞐辣鴈 轢 default 諤"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "瑁鉉"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "瑁鉉 (銜邇碆)"
@@ -544,14 +548,14 @@ msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "麗鰰 ``例鞐辷 鈿蓙鱚 銜 褌赭辟辷 鞳'' 痳苡鉉繚轢 痳 閠韲諤"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "野, 鈿蓿珸鱚 銜邇碆"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "瑁鉉蓿 轢 髫硼珞瑩"
@@ -596,16 +600,16 @@ msgstr ""
"呷矗 騾 鞐芫蔟辷鱚 艢闊驤.\n"
"野聽鱚 籥 粮痼礦鱚 銷 蓚 籥 關鉤纃蓿 髫繿鰲黷璞蓿."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "廷痼礦"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "虫鴈碆"
@@ -617,7 +621,7 @@ msgstr "野粫蔬蒡珸"
msgid "Which type of entry do you want to add?"
msgstr "圃褸 鱶 蓁鉋赭 蔡袱鱚 籥 關葹珥蓿"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linux"
@@ -712,13 +716,13 @@ msgstr "緋瑩 謌 粽黹() ?"
msgid "Do you have any %s interfaces?"
msgstr "緋瑩 謌 袱褸 %s 蓁鱚頸繪?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "羅"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "釣"
@@ -818,39 +822,47 @@ msgstr ""
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+msgid "access to network tools"
+msgstr ""
+
+#: ../../any.pm_.c:755
+msgid "access to compilation tools"
+msgstr ""
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(矼 關葹珥蔘 %s)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "呀艾 閠韲諤 關繩琺纃 關鉐鰰"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "野, 艢籥蜥 闔鴃縺蓿繼驫 蓐"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"銜鞳瘉鱚鞫褌鴈 蓐 跪聽 籥 礪譫矗 騾跪 赭謚 癈裄, 邇跂鞐, `-' `_'"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:768
#, fuzzy
msgid "The user name is too long"
msgstr "呷矗 闔鴃縺蓿繼驫 蓐 矼 粮痼矼邇"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "呷矗 闔鴃縺蓿繼驫 蓐 矼 粮痼矼邇"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "廷痼礦 闔鴃縺蓿繼"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -859,32 +871,32 @@ msgstr ""
"諾矼粤鱚 闔鴃縺蓿繼\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "韆繻 闔鴃縺蓿繼"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "費鱶迹褌 蓐"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "銜鞳瘉鱚鞫褌 蓐"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "懊"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "碑鉈"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -893,59 +905,59 @@ msgstr ""
"闔鴃縺蓿繼.\n"
"費袱鱚 謌 鰰艾 碾芟鈕邇髓 ?"
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "泌痳鞳鱚 闔粽瑯瘉鞐 驟 闔鴃縺蓿繼 :"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "泌痳鞳鱚 Windows Manager 艢 髓瑁鱶鞐辣:"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
#, fuzzy
msgid "Please choose a language to use."
msgstr "野, 蒟痳鞳鱚 蒟闔諛矗 繚蒻."
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
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:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "托蔟褂"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
#, fuzzy
msgid "Allow all users"
msgstr "廷痼辣 轢 闔鴃縺蓿繼"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
#, fuzzy
msgid "No sharing"
msgstr "鈔繼辣 轢 珸謗矼"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
"呷艾 閠裙 鴃痰 籥 癩粤 釶邇矼\n"
"刪笂齏 謌 髓, 蔡袱鱚 籥 竡 蒟裨蓿 ?"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -954,42 +966,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
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:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "廷瘰 粮謌 關 Cracker-蓿"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "鮪"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "剪琿籥頏轢"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "第骼褌"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
#, fuzzy
msgid "Higher"
msgstr "第骼褌"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "瑁琿鉞邇"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
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"
@@ -999,7 +1011,7 @@ msgstr ""
"齒銜鞳痼, 邇 闔-黷髓礦鱚謐: 辣 鴃痰 籥 癩粤 蒟闔諛矗轢 轢 赭蓁\n"
"驍韃琿 粽黹 蓚 闔 罷鱚齏纈. 赭 粮髓 閠韲謌."
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1007,7 +1019,7 @@ msgstr ""
"瑁鉉瑩 驟窶 礪譫纃, 邇 蒟闔諛矗辣鴈 袱鴈 跟繙鈞 褌跫鵁 辣 "
"關繽鉋蓿繼邇."
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1017,13 +1029,13 @@ msgstr ""
"蒟闔諛矗 籥 驟 驍韃矗 褸 罷鱚齏纈 袱鴈 裨蒹迺. 緋 關鈞辮褂 轢 "
"驤笂齏鉐鴪. "
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1038,7 +1050,7 @@ msgstr ""
"刪笂齏鉐鴪 驟窶 粮髓瑩邇 竡赭 籥 驟 蒟闔諛矗 驤髓繻瑩 袱鴈\n"
"髫鞨 關蒹赭 碚芒 銜 跋釿 裨蒹迺. "
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1047,32 +1059,32 @@ msgstr ""
"泌瘉鞐跂 4-鴈 辷碆, 邇 驤髓繻瑩 轢陏謐 艢鰲鉋纃.\n"
"来碆鴈 轢 驤笂齏鉐 轢 赭襃蓐鼬 驤."
-#: ../../any.pm_.c:1091
+#: ../../any.pm_.c:1094
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "麗蓙"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "Please choose the desired security level"
msgstr "泌痳鞳鱚 辷碆 轢 驤笂齏鉐"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
msgid "Security level"
msgstr "来碆 轢 驤笂齏鉐"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
msgid "Use libsafe for servers"
msgstr "泌闔諛矗蜥 libsafe 艢 髫鞨韆"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"争瘠蓆鱚袱, 褌鴈 鉐蓊齔矗 艢蓿 銜 a鰰褂 關繽謔琿 轢 癈辮 鉋赭鴉 "
"髓韆辜鈞."
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr ""
@@ -1114,7 +1126,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:935
+#: ../../bootloader.pm_.c:932
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Welcome to GRUB the operating system chooser!"
@@ -1128,7 +1140,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:938
+#: ../../bootloader.pm_.c:935
#, 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."
@@ -1143,7 +1155,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:941
+#: ../../bootloader.pm_.c:938
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Press enter to boot the selected OS, 'e' to edit the"
@@ -1157,7 +1169,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:944
+#: ../../bootloader.pm_.c:941
msgid "commands before booting, or 'c' for a command-line."
msgstr "commands before booting, or 'c' for a command-line."
@@ -1171,32 +1183,32 @@ 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:947
+#: ../../bootloader.pm_.c:944
#, 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:951
+#: ../../bootloader.pm_.c:948
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:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "偵驫鴈"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "剪瑁鴈碆 悶迸"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "羅 跪聽鱚 籥 蓁髓琺蒡瑩 bootloader 轢 諤 %s\n"
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr "赭 碾矼粤轢 闔跪 銷.\n"
@@ -1204,8 +1216,8 @@ msgstr "赭 碾矼粤轢 闔跪 銷.\n"
msgid "Boot Style Configuration"
msgstr "沃髓韲蜉 轢 轢蓁 轢 髓瑁鱶鞐辣"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_壜蜍"
@@ -1215,7 +1227,7 @@ msgstr "/_壜蜍"
msgid "/File/_Quit"
msgstr "/壜蜍/_泌鈔"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1257,94 +1269,101 @@ msgstr "罷髓琺蒡琿 轢 驤髓繻瑩"
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+#, fuzzy
+msgid "Create new theme"
+msgstr "劒舮珸 邇 "
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr ""
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "註纔袱"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, fuzzy, c-format
msgid "Copy %s to %s"
msgstr "菩闊鞐辣 轢 %s"
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
#, fuzzy
msgid "Notice"
msgstr "槽 竦瑣蒻"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
#, fuzzy
msgid "Theme installation failed!"
msgstr "泌瘤 轢 裨瑜 蓁髓琺瑶"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1353,23 +1372,22 @@ msgstr ""
" 跪跂迺 蒟闔諛矗鱚 %s 袱鴈 關釿鞐赭 艢 髓瑁鱶鞐辣.\n"
"廁褄纈 轢 沃髓韲, 艢 籥 髓瑁鱶鞐鱚 齣鰰邇矗 赭笨鉐辷."
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "沃髓韲"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
#, fuzzy
msgid "Splash selection"
msgstr "楳閠艾 蒟瘤 轢 閠裙鱶"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1378,44 +1396,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr "刪髓繻纃 鞳肆"
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr "齣辷 X-Window 驤髓繻瑩 關 髓瑁鱶鞐辣"
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr "羅, 辣 蔡袱 autologin"
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "釣, 蔡袱 autologin 鴈矗 (闔鴃縺蓿繼, 粤驫鴈)"
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "辣 跪窶 籥 銜碆 /etc/inittab 艢 纈纃: %s"
@@ -1520,49 +1538,53 @@ msgstr "驟韆蜊"
msgid "United States"
msgstr ""
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-#, fuzzy
-msgid "Unknown Model"
-msgstr "羅蒟矼髓纃 跪粤"
-
#: ../../diskdrake/dav.pm_.c:23
#, fuzzy
msgid "New"
msgstr "邇"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "偵跪迺蒡珸"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "野迺蒡珸"
+
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "劒鞨"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "髓 轢 跪迺蒡琿"
-#: ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/dav.pm_.c:81
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "野, 關釶矗蜥 跏袱鰰 驤"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:92
+#: ../../diskdrake/dav.pm_.c:105
#, fuzzy
msgid "Server: "
msgstr "劒鞨"
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "髓 轢 跪迺蒡琿: "
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "麗蓙: %s"
@@ -1571,8 +1593,9 @@ msgstr "麗蓙: %s"
msgid "Please make a backup of your data first"
msgstr "鞨 髫舮珸鱚 backup 轢 驍鉞鱚 籥迯"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "韲纈纈 硴蓐瑩繼邇 !"
@@ -1611,10 +1634,15 @@ msgid "Please click on a partition"
msgstr "野, 褄纈 轢 諤"
#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "鈔韲瘢鉐鱶"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+#, fuzzy
+msgid "No hard drives found"
+msgstr "鮪袱諷 關蓁鱚"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1639,13 +1667,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "鞐艱"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "悌黹"
@@ -1653,12 +1681,12 @@ msgstr "悌黹"
msgid "Filesystem types:"
msgstr "第粮矼 珸謗矗 驤髓繻:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "劒舮珸"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "第"
@@ -1668,7 +1696,7 @@ msgstr "第"
msgid "Use ``%s'' instead"
msgstr "滝繿鴈 鴈矗 蒟闔諛矗蜥 ``%s''"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "泌鴃蓍"
@@ -1676,79 +1704,79 @@ msgstr "泌鴃蓍"
msgid "Use ``Unmount'' first"
msgstr "鞨 蒟闔諛矗蜥 '偵跪迺蒡琿'"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"刹繖 關鉤轢 轢 鱶閠 轢 諤 %s, 碌蔟褂 籥迯 碾頤 辣竡 癩籥 艢笂痳辷"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose a partition"
msgstr "泌痳鞳鱚 "
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose another partition"
msgstr "泌痳鞳鱚 粽黹 "
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
msgid "Exit"
msgstr "泌諷"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "鞳跏辷 投髀辮鱚 鞳肆"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "鞳跏辷 落韭琺纃 鞳肆"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "諾齏"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "韲糲諞纃蒹 碾關繩 碌蔟褌 ?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "泌鈔 痳 艢闊"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "泌鈔, 痳 籥 艢闊 轢 鰰瘠蔬瑩 轢 謗矼鱚 ?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
msgid "Do you want to save /etc/fstab modifications"
msgstr "費袱鱚 謌 籥 艢閠艾鱚 關鉤纃蓿 /etc/fstab"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "説鴈赭鱶邇 髫舮珥琿"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "泌蔡鱶 碌蔟褌"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "憐"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
msgid "Hard drive information"
msgstr "罷鉋赭鰰 艢 鰲鞣 粫驫"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "托蔟褂 陏鞨蔟辷 謗矼 驟 蒟闔諛矗"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "羅 跪窶 籥 粮痼 闔矼 謗矼"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1756,31 +1784,31 @@ msgstr ""
"占 蔡袱鱚 銷 謗矼, 跪 蒟鴃蓍鱚 繖蓁, 艢 籥 跪聽鱚 籥 髫舮珞纈 繖蓁 "
"鞐苻蒡纃 "
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
msgid "Save partition table"
msgstr "楳閠艾 鰰瘠蔬瑩 謗矼鱚"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
msgid "Restore partition table"
msgstr "諾苟鰰邇礦 鰰瘠蔬瑩 謗矼鱚"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "剌瑜矗辣 鰰瘠蔬瑩 謗矼鱚"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
msgid "Reload partition table"
msgstr "鞳艢鞳粫 鰰瘠蔬瑩 謗矼鱚"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
msgid "Removable media automounting"
msgstr "説鴈赭鱶邇 跪迺蒡琿 轢 骭纃繻 邇驤鱚"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "泌痳鞳鱚 珸"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1788,11 +1816,11 @@ msgstr ""
"倥艱鞨轢鰰 鰰瘠蔬 轢 謗矼鱚 辣 髫 髫瑩 竡諷跏轢\n"
"釣 關鈔諞 謌 碌 閠 ?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "鞳糂關繙粤辷"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1800,112 +1828,104 @@ msgstr ""
"刹鈕纈 粫驫纈 碾 謗闊鴈\n"
"托蔟褂 籥迯, 轢跏鞐 驟 碾頤 粫驫纈瑩, 癩籥 艢笂痳辷"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "麗蓿矗 驟 籥 髀瑜 鰰瘠蔬瑩 轢 謗矼鱚"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
msgid "Detailed information"
msgstr "鈔韲瘢 蓁鉋赭"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "韲跂辷 竡諷跏轢鰰"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "鞳跂髓"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "夥韭瑩蒡珸"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "野迺蒡珸"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "韆痼礦 褸 RAID"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "韆痼礦 褸 LVM"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "偵跪迺蒡珸"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "鞳赭辷 銜 RAID"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "鞳赭辷 銜 LVM"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "野粫蔬蒡珸 RAID"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "泌闔諛矗 艢 loopback"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "劒舮珸 邇 "
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "沃琺纃 驟褞鉋: "
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "虫諷跏轢 MB: "
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "第 珸謗矗 驤髓繻: "
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "鞳粹鋏蓿琿蒹: "
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
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:494
+#: ../../diskdrake/interactive.pm_.c:499
msgid "Remove the loopback file?"
msgstr "釣 關繻瑪轢 謌 loopback 珸諤 ?"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "韲轢 鱶閠 轢 諤"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "菩 珸謗矗 驤髓繻 蔡袱鱚 ?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr "鞳鈔 銜 ext2 褸 ext3"
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "抱粤 蔡袱鱚 籥 跪迺蒡瑩 loopback-珸諤 %s ?"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "抱粤 蔡袱鱚 籥 跪迺蒡瑩 齣鴃鉗髓碆 %s ?"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1914,138 +1934,138 @@ msgstr ""
"loopback.\n"
"鞨 赭辣鱚 loopback"
-#: ../../diskdrake/interactive.pm_.c:584
+#: ../../diskdrake/interactive.pm_.c:594
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "抱粤 蔡袱鱚 籥 跪迺蒡瑩 齣鴃鉗髓碆 %s ?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "泌蔡矗 竦琿蔬蓿 轢 fat 珸謗矗鰰 驤髓繻"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "韲轢 轢 竡諷跏轢鰰"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr "虫諷跏轢鰰 轢 諤 辣 跪聽 籥 癩粤 關鉤纃纃"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr "托蔟褂 籥迯 轢 鴈艾 鴃痰 籥 癩籥 瑁萵蒡琿"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"刹繖 關鉤轢 竡諷跏轢鰰 轢 諤 %s, 籥迯te 碾頤 辣竡 癩籥 艢笂痳辷"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "泌痳鞳鱚 邇矗 竡諷跏轢"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
msgid "New size in MB: "
msgstr "落矗 竡諷跏轢 MB: "
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "沃 褌 粫驫 蔡袱鱚 籥 竡 關繻繿鱶鱚 ?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "刔褞鉋"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "沃 褌 驟褞鉋 蔡袱鱚 籥 竡 關繻繿鱶鱚?"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "悶髓纃"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "悶髓 諤 ... "
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "泌痳鞳鱚 髫繿鰲黷璞 RAID 艢 關葹珥辣"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "邇"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "泌痳鞳鱚 髫繿鰲黷璞 LVM 艢 關葹珥辣"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr "LVM 蓐 ?"
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "呷艾 辣 跪聽 籥 癩粤 蒟闔諛矗 艢 loopback"
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "緋 轢 loopback 珸諤: "
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
msgid "Give a file name"
msgstr "釣蜥 蓐 轢 珸"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr "壜蜍 矼 驟 蒟闔諛矗 鴈 粽黹 loopback, 蒟痳鞳鱚 粽黹 珸."
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr "壜蜍 矼 髫繿鰲黷. 釣 竡 蒟闔諛矗 謌 ?"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
msgid "Mount options"
msgstr "麗蓙 艢 mount:"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr "俥芫蔟辷"
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "齣鴃鉗髓碆"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "辷碆"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "竡諷跏轢 轢 閠頷纈"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr "瀧蓐琿蒹: 鰰艾 鈿辮瑶 鈿瑜轢"
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "圃褸 鱶 鞐舮繼辣 轢 謗矼 ?"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr ""
"呷艾 閠裙 鴃痰 籥 癩粤 釶邇矼\n"
"刪笂齏 謌 髓, 蔡袱鱚 籥 竡 蒟裨蓿 ?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2057,7 +2077,7 @@ msgstr ""
"秘 蒟闔諛矗鱚 LILO 鴈 辣 鞐瘤鱶, 蓚 辣 蒟闔諛矗鱚 LILO 赭鱚 逑聹 "
"銜 /boot"
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2069,7 +2089,7 @@ msgstr ""
"占 骭鰰鱚 籥 蒟闔諛矗鱚 boot 跂辷粭鞐 LILO, 癩粤鱚 硴蓐瑩繼辷 關\n"
"關葹珥辣鴈 轢 /boot "
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2079,44 +2099,44 @@ msgstr ""
"赭 艢鞳聹璞 關釿鞐赭, 褌鴈 籥 跪聽 籥 驟 髀鞐礦 辣竡 痳 /boot .\n"
"呀袱 粮痼矼鱚 /boot "
-#: ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "呀瘠蔬瑩 轢 謗矼鱚 轢 齣鴃鉗髓碆 %s 癩粤 艢闊騾轢 碾頤 粫驫 !"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr "咒痰 籥 鞳髓瑁鱶鞐鱚, 關繖 關鉤纃蓿 籥 硅艢 驤諤"
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "刹繖 鉋赭鱶鞐辣 轢 諤 %s, 碌蔟褂 籥迯 碾頤 辣竡 癩籥 艢笂痳辷"
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "夥韭瑩蒡琿"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "夥韭瑩蒡琿 轢 loopback 珸諤 %s"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "夥韭瑩蒡琿 轢 諤 %s"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Hide files"
msgstr "刳韆 珸謗矼鱚"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Move files to the new partition"
msgstr "鞳跂髓 珸謗矼鱚 轢 邇 "
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2125,83 +2145,83 @@ msgstr ""
"呈鞳褞鉋鰰 %s 矼 髫糲鞴 袱裄 籥迯\n"
"(%s)"
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
msgid "Moving files to the new partition"
msgstr "鞳跂髓 珸謗矼鱚 轢 邇 "
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr "菩闊鞐辣 轢 %s"
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, c-format
msgid "Removing %s"
msgstr "泌鴃萵琿 轢 %s"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "囁鴃鉗髓碆: "
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "蒼裄 轢 齣鴃鉗髓碆鴈 闔 DOS: %s (關鉐鴈 關繖闔謗聽辷)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "第: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "緋: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "沃琺: 驟褞鉋 %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "俥芟辮: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s 驟褞鉋"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, fuzzy, c-format
msgid "Cylinder %d to %d\n"
msgstr "歴 蓚蓁糲 %d 粮 蓚蓁糲 %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "夥韭瑩蒡琿\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "羅鉋赭鱶鞐\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "野迺蒡琿\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -2210,7 +2230,7 @@ msgstr ""
"Loopback 珸(鈞):\n"
" %s\n"
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2218,27 +2238,27 @@ msgstr ""
", 褌蜥 驟 髓瑁鱶鞐 闔 闔粽瑯瘉鞐辣\n"
" (艢 MS-DOS boot, 辣 艢 lilo)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "来碆 %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "俥芟辮 轢 閠頷纈 %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-粫驫鈞 %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "緋 轢 loopback 珸諤: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2250,7 +2270,7 @@ msgstr ""
"悌珸矼-, 跪聽 瘉 鴃痰\n"
"鴃痰 籥 竡 鉐鰰礦鱚.\n"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2262,59 +2282,63 @@ msgstr ""
"萵蔬 轢 諤 艢 籵鉗邇\n"
"髓瑁鱶鞐辣 轢 驤髓繻瑩 礦.\n"
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "俥芟辮: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "着鉤纈韆: %s 蓚蓁粽, %s 站珥, %s 驟褞鉋\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "罷鉋赭: "
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-粫驫鈞 %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "呎 轢 鰰瘠蔬瑩 謗矼: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "轢 蓁 %d 珞鞳 %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
#, fuzzy
msgid "Filesystem encryption key"
msgstr "第 珸謗矗 驤髓繻: "
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, fuzzy, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr "瑁鉉瑩 關繩琺纃 關鉐鰰 (鴃痰 籥 癩粤 糲諠 闔辣 %d 驤赳鉉)"
-#: ../../diskdrake/interactive.pm_.c:1180
+#: ../../diskdrake/interactive.pm_.c:1191
#, fuzzy
msgid "The encryption keys do not match"
msgstr "瑁鉉蓿 轢 髫硼珞瑩"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr ""
@@ -2351,7 +2375,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Username"
msgstr "銜鞳瘉鱚鞫褌 蓐"
@@ -2366,23 +2390,23 @@ msgstr "NIS 粮跂蜊"
msgid "Search servers"
msgstr "DNS 髫鞨"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s 鉋赭鱶鞐辣 銜 %s 關鈞琺纃"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "辣 芻瑕 袱 籥 鉋赭鱶鞐 %s 鱶 %s"
-#: ../../fs.pm_.c:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "竦纔袱 關 粤跪迺蒡琿纈 轢 %s: %s"
@@ -2399,33 +2423,49 @@ msgstr ""
msgid "server"
msgstr "髫鞨"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, fuzzy, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"羅 跪窶 籥 鞐范纈 鰰瘠蔬瑩 轢 謗矼鱚, 關繩琺纃 闔碚繖纃 艢 跂 :(\n"
+"野窶 籥 驟 鈿蓿瑕 籥 蒟蔡 謗蓿 謗矼 (耐盤僻 沈様 癩籥 "
+"艢笂痳辷!).\n"
+"悌黹 鞳纃蒹 籥 艢瘰琿蓿 轢 DrakX 闔關珥 鰰瘠蔬瑩 謗矼.\n"
+"(竦纔袱鰰 %s)\n"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "羅 跪聽鱚 籥 蒟闔諛矗鱚 JFS 艢 闔-赭證 銜 16 盟"
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "羅 跪聽鱚 籥 蓁髓琺蒡琿 ReiserFS 轢 闔-赭證 銜 32 盟"
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "呷褂鱚 轢 跪迺蒡琿 鴃痰 籥 艢闔矗 /"
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "代 蓐 鰰艾 髓 轢 跪迺蒡琿 %s\n"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "羅 跪聽鱚 籥 蒟闔諛矗鱚 LVM 謗竏繿褂 鱶 艢 髓 轢 跪迺蒡琿 %s"
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr "呀艾 粫鞳褞鉋 鴃痰 籥 鉐鰰辣 鞐跖蓿 轢 root 珸謗矗鰰 驤髓繻."
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
#, fuzzy
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
@@ -2434,231 +2474,277 @@ msgstr ""
"欄聹璢鱚 驟 銜 蔡鱶迹袱 珸謗矗 驤髓繻 (ext2, reiserfs) 艢 鰰艾 鴈袱 轢 "
"跪迺蒡琿\n"
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, fuzzy, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr "羅 跪聽鱚 籥 蒟闔諛矗鱚 LVM 謗竏繿褂 鱶 艢 髓 轢 跪迺蒡琿 %s"
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
#, fuzzy
msgid "Not enough free space for auto-allocating"
msgstr "赭 粮髓瑩邇 髓 艢 珥鴈赭鱶邇 艢繻琿"
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr ""
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "註纔袱 關 銜矗辣 轢 %s 艢 艢闊: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:158
+#, fuzzy
+msgid "Sound configuration"
+msgstr "沃髓韲蜉"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
msgstr ""
-"礦 驟 竦纔袱 - 辣 騾 銜褓蓿 矗謌粱 齣鴃鉗髓矗, 碾頤 褌蓿 籥 癩籥 "
-"髫舮珞纃 邇礦 珸謗礦 驤髓繻. 野 關鈞辮纈 鰲鞣 驤 粫驫 驤 艢 "
-"關蔟蓁瑩 艢 鴈艾 關釶諷"
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "赭鱚 辷袱裄 謗矼!"
+#: ../../harddrake/sound.pm_.c:162
+#, fuzzy
+msgid "Driver:"
+msgstr "悌珸矼"
+
+#: ../../harddrake/sound.pm_.c:173
+msgid "No known driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:177
+#, fuzzy
+msgid "Unkown driver"
+msgstr "羅蒟矼髓纃 跪粤"
+
+#: ../../harddrake/sound.pm_.c:178
+#, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "Model"
msgstr "野糂"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "hard disk model"
msgstr "瑕纈 (DMA) 轢 袱頏瑩"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
#, fuzzy
msgid "Channel"
msgstr "歴袱"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:19
+#: ../../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:20
+#: ../../harddrake/ui.pm_.c:21
msgid "Module"
msgstr "野糂"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "麗蔡琿蒹"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
#, fuzzy
msgid "Bus identification"
msgstr "披纃鱶蒻瑶"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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:31
+#: ../../harddrake/ui.pm_.c:32
#, fuzzy
msgid "Old device file"
msgstr "泌痳鞳鱚 珸"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr ""
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
#, fuzzy
msgid "New devfs device"
msgstr "Gateway 齣鴃鉗髓碆"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
#, fuzzy
msgid "Number of buttons"
msgstr "2 癈鴈轢"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:60
+#: ../../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:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_鉤銷"
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
#, fuzzy
msgid "/_Help..."
msgstr "/_鉤銷"
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
#, fuzzy
msgid "/_About..."
msgstr "/鉤銷/_歴邇骰..."
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
#, fuzzy
msgid "Author:"
msgstr "説鴈赭鱶邇 艢驤琿"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "楳驤琿 轢 粫驫鈞纈"
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Detected hardware"
msgstr "第 瑁糂辮轢鰰 蓁鉋赭"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:105
#, fuzzy
-msgid "Configure module"
-msgstr "沃髓韲蜉 轢 跏袱"
+msgid "Information"
+msgstr "鉅琅 蓁鉋赭鰰"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:108
#, fuzzy
-msgid "Informations"
-msgstr "鉅琅 蓁鉋赭鰰"
+msgid "Configure module"
+msgstr "沃髓韲蜉 轢 跏袱"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
#, fuzzy
msgid "Detection in progress"
msgstr "艢驟纃 轢 闔頏 %s"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "野 蒟琲珸鱚"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
#, fuzzy
msgid "secondary"
msgstr "%d 驟褥辟"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "泌鴃萵琿 轢 關蓁鱚鞐 \"%s\" ..."
@@ -2691,16 +2777,16 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:213
#, fuzzy
-msgid "Card model :"
+msgid "Card model:"
msgstr "瑕纈 (DMA) 轢 袱頏瑩"
#: ../../harddrake/v4l.pm_.c:214
#, fuzzy
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "韲辷 鱶閠"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
+msgid "Number of capture buffers:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:215
@@ -2709,11 +2795,11 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:217
#, fuzzy
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "夥韭瑩蒡琿"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:218
@@ -2725,22 +2811,22 @@ msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2900,7 +2986,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2967,10 +3053,10 @@ msgstr ""
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -3042,11 +3128,11 @@ msgstr ""
#: ../../help.pm_.c:164
#, fuzzy
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -3126,7 +3212,7 @@ msgstr ""
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -3158,7 +3244,9 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
"X (鉋 X Window System) 髫頡纈 轢 GNU/Linux 竦瑣蔟辷 蓁鱚頸繪, 轢 褌蜥\n"
"驟 鉐諤 竦瑣蔟辷鱚 髏繖 (KDE, Gnome, AfterStep, WindowMaker...) "
@@ -3180,33 +3268,7 @@ msgstr ""
" 驛鞳纃 鱚髓 珥鴈赭鱶邇 癩粤 關蒻譫纃 驪繖 10 驟褥辟,\n"
"碾苟鰰邇矗蜉 繩鞐轢."
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"鞨 陏, 褌窶鴈 鈿蓿瑩 轢髓韲蜉瑩 轢 X, 跪聽 瘉 赭 籥 髓 粮碆謐 銜\n"
-"銜 礦籥 (繩鞐逧 關繩琺纃 赭證, 銜跂髓纃 轢碆 蓚 轢骰...). "
-"諾關繩\n"
-"鴈矗, 籥聽 琲 X 鴃竝 袱鴈 鉋瑩, DrakX 礦 闔闊鰰 籥謌 轢髓韲蜉瑩 礦\n"
-"粮閠籥. 劒 鰰袱, 礦 關繖謗肆 關鉤轢, 袱鴈 闔袱聽 髀蔡 轢 矗謌粱\n"
-"鞳肆跏, 褌蓿 齣 籥 轢跂韆, 跪諱 籥 闔骼蓿 繖蓁.\n"
-"\n"
-"圃鴈 闔驪繖轢 碾芟鈕邇髓, 琲 碌 銷 辣 跪聽鱚 籥 闔粨瑁瑩 X, 蒟痳鞳鱚\n"
-"\"韲轢 轢 竦瑣蔟轢鰰 袱頏\", 闔骼蓿 \"羅蒟瘰鈬轢 袱頏\", , 褌窶鴈\n"
-"癩粤鱚 闔闊鰰辷 褌 髫鞨 籥 癩粤 蒟闔諛矗, 蒟痳鞳鱚 \"FBDev\". 呷矗 \n"
-"痳艫鞳轢 鈿, 褌鴈 鞐瘤鱶 轢 碌袱 闔-邇矗 袱頏. 呷窶矗 蒟痳鞳鱚 "
-"\"麗蓿珸 閠\", 艢 籥 髓 驤笂齏."
-
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -3220,7 +3282,7 @@ msgstr ""
"赭蓁瑩\n"
" 鞐瘤鱶 袱鴈 髫鞨 蓚 琲 赭 齣閻邇 轢髓韲纃 粫髀諷."
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
#, fuzzy
msgid ""
"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
@@ -3241,10 +3303,10 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
"Mandrake Linux CDROM- 蓐 矣鞐粤 髀瑜蓿繼纃 鞳肆. 野聽鱚 籥 竡\n"
"粮髓蓊辣鱚, 袱鴈 髓瑁鱶鞐鱚 銜 CDROM-, 轢鱶骰纈 裨珥蔕 >>F1<< 轢闊纈\n"
@@ -3272,7 +3334,7 @@ msgstr ""
"籥迯, 銜 褌蓿 辣 驟 逑聹璢鱚. 赭 逑聹 籥 鉋赭鱶鞐鱚, 鵁 袱鴈 DrakX\n"
" 關繚瑙蔕 諤鰰 粫驫纈."
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
#, fuzzy
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
@@ -3306,7 +3368,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3339,7 +3403,9 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
" 鴈艾 跪跂迺 鴃痰 蒟痳鞳鱚 褸粤 轢 鰲鞣 驤 粫驫 籥 蓁髓琺蒡瑩 "
"矗瑩\n"
@@ -3417,7 +3483,7 @@ msgstr ""
"跋釿 諷骰 籥 艢笂瘉鱚 碌蔟褂 籥迯. 呀袱 辣 蒟瘉鞐蜥 鴈矗, 琲 辣\n"
"芻璢鱚 袱裄 關珥蓿."
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3483,7 +3549,7 @@ msgstr ""
"(*) 咒痰 礦 FAT-鉋赭鱶鞐轢 粫驫纈 (艢 籥 髫舮珞纈 鰰裄 闔 GNU/Linux,\n"
"轢闊纈 \"mformat a:\")"
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
"(formatting means creating a filesystem).\n"
@@ -3540,7 +3606,7 @@ msgstr ""
"廁褄纈 \"沃關繖辷珥\", 琲 蔡袱鱚 籥 蒟痳鞳鱚 謗矼, 褌蓿 籥 癩籥\n"
"關鈞辮纃 艢 謗 瘠鉅鈞 銜 粫驫."
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -3556,12 +3622,12 @@ msgstr ""
"\n"
"野, 癩粤鱚 鵁竟繼萵."
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3571,7 +3637,7 @@ msgid ""
"install the selected package(s), or \"Cancel\" to abort."
msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3587,14 +3653,14 @@ msgstr ""
"籥\n"
"關鈔諞蓿 蓁髓琺瑶鰰, 褄纈 轢 癈鴈轢 韆繻."
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
@@ -3610,7 +3676,7 @@ msgstr ""
"\n"
"占 辣 芻璢鱚 袱褞 籥 蒟痳鞳鱚, 蒟痳鞳鱚 鈿鰰 闔 闔粽瑯瘉鞐辣."
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
#, fuzzy
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
@@ -3628,26 +3694,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3675,7 +3741,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3750,7 +3816,7 @@ msgstr ""
"轢跂韆鱚 艢 闔諷芻 髓, 褸粤鴈 籥 髫鞐矗鱚 褌 粽 蓚 image 轢\n"
"ramdisk 驪齬珸 轢 蒟碾逅繖辷 驤鴦瑶蓙."
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
"Please choose the one you want to resize in order to install your new\n"
@@ -3817,11 +3883,11 @@ msgstr ""
"蓚\n"
" 驟 轢韆 \"C:\")."
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr "野, 癩粤鱚 鵁竟繼萵. 呀艾 鈿辮瑶 跪聽 籥 銜辣跂 褌謚 跏逑鱶."
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
@@ -3829,23 +3895,23 @@ msgid ""
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3854,11 +3920,11 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
"DrakX 驟窶 鴃痰 籥 關鈞繖 蓁髓琺瑶 闔 闔粽瑯瘉鞐辣 (\"鞳闔顏蓿繼轢"
"\")\n"
@@ -3887,19 +3953,22 @@ msgstr ""
"辣 闔芻珥瑩 粮瘰 GNU/Linux, 鰰袱 蒟痳鞳鱚 鴈矗, 鉐矼 琲 辣 芻璢鱚\n"
"袱裄 關珥蓿."
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
"令蒻邇矼邇, DrakX 瘉 鴃痰琺 籥 蒟痳鞳 關珥蓚轢鰰 艢 矗 裨珥葯鴦鞐 ( "
"艢礦驤跪髓\n"
@@ -3923,8 +3992,10 @@ msgstr ""
"轢 癈鴈轢 \"沃關繖辷珥\". 揣 礦 癩粤 關繖鉐鰰矼 陏諷 髀蔡 "
"闔粐鞴琿蓿 裨珥葯鴦韆."
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3949,7 +4020,7 @@ msgstr ""
"歴痳諷聽鱚, 跪窶 籥 癩籥 蓁髓琺蒡琿 褌謚 繚蒻. 代粱 蒟瘰琿\n"
"袱褸 謗袱, 褄纈 癈鴈轢 \"OK\", 艢 籥 關鈔諞蓿."
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -3962,7 +4033,14 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
" 闔粽瑯瘉鞐辣, DrakX 關繖闔諤窶 蓐瑩 籵黶齟鉈轢 跏袱 礪譫\n"
"驤踈謌鞐辣 轢 鴃 癈鴈轢. DrakX 珥鴈赭鱶邇 鞐艨蒡 籥謌 PS/2, 驟韆蜊 "
@@ -3977,7 +4055,7 @@ msgstr ""
"轢髓韲蜉瑩 粮鞐. 占 跏袱鰰 辣 鞐瘤鱶, 袱褞 鴃痰, 轢鱶骰纈 蓁鱚鞨琺\n"
"蓚 囘 滞侏賭 褸 \"歴袱\" 蒟痳鞳鱚 閠."
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
"Windows is named \"ttyS0\" under GNU/Linux."
@@ -3985,7 +4063,7 @@ msgstr ""
"野, 蒟痳鞳鱚 矼齏 闔頏. 沃關蓐辮, 闔頏 COM1 闔 Windows 闔 GNU/Linux\n"
"驟 轢韆 ttyS0."
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -4015,15 +4093,15 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -4062,8 +4140,11 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
+"options, which are reserved for the expert user."
+msgstr ""
+
+#: ../../help.pm_.c:710
+msgid ""
"After you have configured the general bootloader parameters, the list of\n"
"boot options which will be available at boot time will be displayed.\n"
"\n"
@@ -4071,16 +4152,7 @@ msgid ""
"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
"the existing options. Select an entry and click \"Modify\" to modify or\n"
"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:713
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -4144,18 +4216,18 @@ msgstr ""
#: ../../help.pm_.c:759
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -4272,7 +4344,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -4285,7 +4359,7 @@ msgid ""
"associated with it."
msgstr ""
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
@@ -4296,7 +4370,7 @@ msgstr ""
"癩籥 艢笂痳辷\n"
" 赭 籥 跪窶 籥 驟 碾苟鰰邇."
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -4328,7 +4402,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4352,20 +4426,29 @@ msgstr ""
"\n"
"沃蔡鱶轢 謌 蔡袱鱚 籥 蓁髓琺蒡瑩 鱚艾 髫鞨韆 ?\n"
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr "羅 跪聽鱚 籥 蒟闔諛矗鱚 broadcast 痳 NIS 粮跂蜊"
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "刹鈕纈 FAT 鉋赭鱶鞐轢 粫驫纈 齣鴃鉗髓碆 %s"
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr "呀艾 粫驫纈 辣 鉋赭鱶鞐轢 轢 FAT"
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4373,11 +4456,20 @@ msgstr ""
"楳 籥 蒟闔諛矗鱚 艢閠艱 蒟瘤 轢 閠裙鱶, 髓瑁鱶鞐蜥 蓁髓琺瑶鰰 ``linux "
"defcfg=floppy''"
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "註纔袱 關 纈纃纈 轢 珸諤 %s"
+#: ../../install_any.pm_.c:1023
+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
#, c-format
msgid ""
@@ -4412,59 +4504,59 @@ msgstr ""
"\n"
"釣 關鈔諞 謌 碌 閠 ?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "咒痰 籥 蓐瑩 FAT 跪迺蒡琿 /boot/efi"
-#: ../../install_interactive.pm_.c:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "泌闔諛矗 驍釶鈔邇鴈 髓"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr "赭 粮髓瑩邇 髓 艢 髫舮珥琿 轢 邇 "
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr "泌闔艪琿 轢 髫繿鰲黷璞 "
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr "赭 , 褌蜥 跪窶 籥 蒟闔諛矗"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr "泌闔諛矗 艢 Windows 證 艢 loopback"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid "Which partition do you want to use for Linux4Win?"
msgstr "菩 蔡袱鱚 籥 蒟闔諛矗鱚 艢 Linux4Win ?"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "泌痳鞳鱚 竡諷跏辷鱚"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "虫諷跏轢 轢 root-諤 MB: "
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "虫諷跏轢 轢 swap-諤 MB: "
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr "泌闔諛矗 驍釶鈔邇鴈 髓 轢 Windows 諤"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr "菩 聽諤纈 籥 關鉤纃蓿?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr "泌蔡矗 竦琿蔬蓿 轢 Windows 珸謗矗鰰 驤髓繻"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4473,7 +4565,7 @@ msgstr ""
"羅 碾芟鈕邇髓 艢 鞐瘤鰰 矗 FAT , \n"
"闔鞐粫 闔謫纃瑩 竦纔袱: %s"
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
@@ -4481,7 +4573,7 @@ msgid ""
msgstr ""
"退 Windows 跋釿 鞐竚纃鱶鞐, 跪 陏鞨 髓瑁鱶鞐蜥 ''defrag''"
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm_.c:140
#, fuzzy
msgid ""
"WARNING!\n"
@@ -4502,21 +4594,21 @@ msgstr ""
"闔碣鉋纈 蓁髓琺瑶葯鰰. 争 瘉謗 粮瘰 籥 轢關珥蓿 瑁萵 轢 籥迯蓿 驤.\n"
"菩窶鴈 髓 驤笂齏, 轢鱶骰纈 諒."
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr "菩謚 蔡袱鱚 籥 鉐鰰礦鱚 艢 windows?"
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr " %s"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "羅齣閻邇 關辮瑯粤辣 轢 FAT: %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -4524,32 +4616,32 @@ msgstr ""
"赭 FAT 謗矼 艢 骭轢 轢 竡諷跏轢鰰 蓚 艢 蒟闔諛矗辣 袱鴈 loopback (蓚 "
"赭 粮髓瑩邇 髓 轢 粫驫)"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "泌鴃蓍 繼 粫驫"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "鞳赭辷 Windows(TM)"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "蓐瑩 闔矼 銜 繖蓁 鰲鞣 粫驫鈞, 褌 籥 蒟闔諛矗 艢 蓁髓琺瑶鰰?"
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "耐盤僻 髫繿鰲黷璞 謗矼 籥迯蓿e 碾頤 轢 %s 癩籥 艢笂痳辷"
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
msgstr "暮蒹迺驫 鞐舮繼辣 轢 粫驫"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "泌闔諛矗 fdisk"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4558,28 +4650,28 @@ msgstr ""
"刔窶 跪聽鱚 籥 鞐舮繼蓿 %s.\n"
"菩窶鴈 髓 竡鴈礦, 辣 艢瘰珥蜥 籥 艢闊纈 蒟闔諛矗蜉 `w'"
-#: ../../install_interactive.pm_.c:227
+#: ../../install_interactive.pm_.c:229
msgid "You don't have enough free space on your Windows partition"
msgstr "赭 粮髓瑩邇 驍釶鈔邇 髓 轢 諤"
-#: ../../install_interactive.pm_.c:243
+#: ../../install_interactive.pm_.c:245
msgid "I can't find any room for installing"
msgstr "羅 跪窶 籥 轢跂 辷袱裄 髓 艢 蓁髓琺瑶"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "鉤銷辷褸 艢 鞐舮繼蓁 轢 謗矼 轢 DrakX 轢跂韆 驪繖辷鱚 鞳纃:"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr "羅齣閻邇 鞐舮繼辣 轢: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "題譫矗 跟繙瑩"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "泌裨矗辣 轢 跟繙瑩"
@@ -4591,12 +4683,12 @@ msgstr ""
"礦 驟 竦纔袱, 邇 辣 芻瑕 袱 籥 驟 髀鞐 辣 粤謌袱鴉.\n"
"野聽鱚 籥 關鈔諞蓿 轢 驍鉗 韆驫."
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "提瘠蒡珸 鴈袱鰰 轢 跪迺蒡琿 %s"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -4608,12 +4700,12 @@ msgstr ""
"韲矼鞳鱚 褌跫琲 粫驫 轢 蓁髓琺蒡琿 褌跫鵁 蒟闔諛矗蜉 \"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "廷瘰 粮謌 %s"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "赭 謗闊 齣鴃鉗髓碆"
@@ -4644,71 +4736,71 @@ msgstr "暮瑜 蓁髓琺瑶"
msgid "Please choose one of the following classes of installation:"
msgstr "野, 蒟痳鞳鱚 繖蓁 銜 驪繖辷鱚 裨瑜鈞 轢 蓁髓琺瑶:"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "泌瘤 轢 竦齒 閠裙鱶"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr "泌瘉鞐辣 轢 閠裙鱶 繖蓁 闔 繖蓁"
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "令 竡諷跏轢: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "鮪 閠裙"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "緋: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "代韵: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "虫諷跏轢: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "退肭鉐: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"羅 跪聽鱚 籥 鉐鰰礦鱚 閠裙鰰 辣赭韋蒡琿, 艢銜 赭鱚 髓 籥 竡 "
"蓁髓琺蒡瑩"
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr "刹繖辷鱚 閠裙鱶 癩籥 蓁髓琺蒡琿"
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr "刹繖辷鱚 閠裙鱶 癩籥 關繻瑪轢鱶"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr "羅 跪聽鱚 籥 銜痳諷聽鱚/粤銜痳諷聽鱚 鴈艾 閠裙"
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr "呷矗 逑聽 閠裙, 辣 跪聽 籥 癩粤 辣赭韋蒡琿"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr "羅 跪聽鱚 籥 鉐鰰礦鱚 鴈艾 閠裙 辣赭韋蒡琿. 呷 矼 蓁髓琺蒡琿"
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -4716,74 +4808,74 @@ msgstr ""
"呷艾 閠裙 鴃痰 籥 癩粤 釶邇矼\n"
"刪笂齏 謌 髓, 蔡袱鱚 籥 竡 蒟裨蓿 ?"
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr "羅 跪聽鱚 籥 蒟裨蓿 鴈艾 閠裙. 呷 鴃痰 籥 癩粤 釶邇矼"
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr "鉅琅 珥鴈赭鱶邇 銜痳艢辷鱚 閠裙鱶"
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "罷髓琺蒡珸"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
msgid "Load/Save on floppy"
msgstr "楳鞳粫/楳閠艾 轢 粫驫纈"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
msgid "Updating package selection"
msgstr "令邇矗辣 轢 蒟瘤鞐 轢 閠裙鱶"
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
msgid "Minimal install"
msgstr "匁跏轢謐 蓁髓琺瑶"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "泌痳鞳鱚 閠裙鱶鱚, 褌蓿 蔡袱鱚 籥 蓁髓琺蒡瑩"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "罷髓琺蒡瑕"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "鞳骭鰰辣"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "暦鰰矗 碚繻 "
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
msgid "Please wait, preparing installation..."
msgstr "野, 蒟琲珸鱚, 闔粃銜辣 轢 蓁髓琺瑶鰰"
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d 閠裙鰰"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "罷髓琺蒡琿 轢 閠裙鰰 %s"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "韆繻"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "歴袱肆"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4799,17 +4891,17 @@ msgstr ""
"占 竡 赭鱚, 轢鱶骰纈 歴轢, 艢 籥 蒟痳竝纈 蓁髓琺蒡琿纈 銜 鴈艾 CD-"
"ROM."
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "釣 關鈔諞 謌 碌 閠 ?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "礦 驟 竦纔袱 關 闔顏矗辣鴈 轢 閠裙鱶鱚:"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr "礦 驟 竦纔袱 關 蓁髓琺蒡琿 轢 閠裙鱶鱚:"
@@ -5131,7 +5223,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "暮珥葯鴦鞐"
@@ -5183,11 +5275,11 @@ msgstr "令邇矗辣 轢 蒟瘤鞐 轢 閠裙鱶"
msgid "Please choose the type of your mouse."
msgstr "野, 蒟痳鞳鱚 鱶 轢 跏袱鰰."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "鉋 轢 跏袱鰰"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr "野, 蒟痳鞳鱚 褸 褌 驟韆纃 闔頏 驍韃琿 跏袱鰰 礦."
@@ -5219,44 +5311,20 @@ msgstr "沃髓韲蜉 轢 IDE"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "赭 謗矼 轢 鞐苡鉉鈕纃蒹"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr "鞳鵁韵矗辣 轢 謗矼鱚 艢 轢跏鞐辣 轢 鴈褂 轢 跪迺蒡琿"
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "泌痳鞳鱚 跂髓 艢 跪迺蒡琿"
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"羅 跪窶 籥 鞐范纈 鰰瘠蔬瑩 轢 謗矼鱚, 關繩琺纃 闔碚繖纃 艢 跂 :(\n"
-"野窶 籥 驟 鈿蓿瑕 籥 蒟蔡 謗蓿 謗矼 (耐盤僻 沈様 癩籥 "
-"艢笂痳辷!).\n"
-"悌黹 鞳纃蒹 籥 艢瘰琿蓿 轢 DrakX 闔關珥 鰰瘠蔬瑩 謗矼.\n"
-"(竦纔袱鰰 %s)\n"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake 辣 齣 籥 鞐范纈 關珥蓚邇 鰰瘠蔬瑩 轢 謗矼鱚.\n"
-"韲糲諞蓿 轢 骼瘻鰲纃 韆驫 !"
-
-#: ../../install_steps_interactive.pm_.c:396
-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 ""
@@ -5264,70 +5332,70 @@ msgstr ""
"艢 籥 髓瑁鱶鞐鱚 驤髓繻瑩 驤, 鴃痰 籥 髫舮珞纈 髓瑁鱶鞐 闔諷 "
"DiskDrake"
-#: ../../install_steps_interactive.pm_.c:405
+#: ../../install_steps_interactive.pm_.c:388
msgid "No root partition found to perform an upgrade"
msgstr "羅 轢跂鞳 站珥纃 艢 轢粃鞐聹琿"
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "Root "
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "菩 root-證 (/) 轢 驤髓繻瑩 礦 ?"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
msgid "You need to reboot for the partition table modifications to take place"
msgstr "沃諤窶 驟 鞐 鞳髓瑁鱶鞐鱚, 關繖 跪粫蒻瑶蓙鱚 籥 關繖蒟礦袱 續繩"
-#: ../../install_steps_interactive.pm_.c:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "泌痳鞳鱚 謗矼鱚, 褌蓿 蔡袱鱚 籥 鉋赭鱶鞐鱚"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr "韲矼韋 艢 謗 驟褞鉋 ?"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr "夥韭瑩蒡琿 轢 owe"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr "劒舮珥琿 鉋赭鱶鞐辣 轢 珸諤 %s"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, 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:482
+#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
"赭 粮髓瑩邇 swap 艢 關蒻譫矗辣 轢 蓁髓琺瑶鰰, 跪 粮痼矼鱚 赭謚"
-#: ../../install_steps_interactive.pm_.c:489
+#: ../../install_steps_interactive.pm_.c:472
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "咥韵 轢謌辷 閠裙鱶"
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "咥韵 轢謌辷 閠裙鱶"
-#: ../../install_steps_interactive.pm_.c:493
+#: ../../install_steps_interactive.pm_.c:476
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "羅 跪聽鱚 籥 鉐鰰礦鱚 鴈艾 閠裙 辣赭韋蒡琿. 呷 矼 蓁髓琺蒡琿"
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr "咥韵 閠裙鱶 艢 釶邇矗辣"
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -5335,7 +5403,7 @@ msgid ""
msgstr ""
"刪髓繻瑩 礦 赭 粮髓瑩邇 髓 艢 蓁髓琺瑶 蓚 釶邇矗辣 (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -5343,55 +5411,55 @@ msgstr ""
"野聽 蒟痳鞳鱚 艢鞳聹琿 蓚 艢闊 轢 蒟瘤鞐 轢 閠裙鱶 轢 謗闊.\n"
"夥韭瑩 髫 袱鴈 auto_install 竇辣韆鞐辷鱚 粫驫纈."
-#: ../../install_steps_interactive.pm_.c:553
+#: ../../install_steps_interactive.pm_.c:537
msgid "Load from floppy"
msgstr "楳鞳粫 銜 粫驫纈"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Loading from floppy"
msgstr "楳鞳聹琿 銜 粫驫纈"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Package selection"
msgstr "泌瘤 轢 閠裙鱶"
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
msgid "Insert a floppy containing package selection"
msgstr "刹鈕纈 粫驫纈 髫糲鞴璞 蒟瘤 轢 閠裙鱶"
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "楳閠艾 轢 粫驫纈"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr "泌瘰琿瑩 竡諷跏轢 闔-竡赭 銜 粮髓闕銜 關鉐鴃琿髓碆"
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
#, fuzzy
msgid "Type of install"
msgstr "泌痳鞳鱚 閠裙鱶 艢 蓁髓琺蒡琿"
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
#, fuzzy
msgid "With X"
msgstr "塘蓁 跪跂迺"
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5401,16 +5469,16 @@ msgstr ""
"占 赭鱚 辷鴈 繖邇 銜 鱚艾 CD-鰰, 轢鱶骰纈 歴轢.\n"
"占 礦 謌闡矗 褌 CD-鰰, 赭辣鱚 竏, 轢鱶骰纈 Ok. "
-#: ../../install_steps_interactive.pm_.c:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM 鈑珮諤矼 \"%s\""
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "鈔竡鰲 蓁髓琺瑶鰰"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -5419,21 +5487,21 @@ msgstr ""
"罷髓琺蒡瑕 閠裙 %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "刹繖 蓁髓琺瑶蓆迯 轢髓韲蜉"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "刹鈕纈 髓瑁鱶鞐瑩 粫驫纈 齣鴃鉗髓碆 %s"
-#: ../../install_steps_interactive.pm_.c:845
+#: ../../install_steps_interactive.pm_.c:829
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "刹鈕纈 粫驫纈 艢 釶邇矗辣 轢 跪糂謌 齣鴃鉗髓碆 %s"
-#: ../../install_steps_interactive.pm_.c:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5499,7 +5567,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:888
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5511,157 +5579,157 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "凾韃矗辣 釿諷籥謐 髫鞨 艢 闔謫珥琿 轢 髀蔡袱 閠裙鱶鱚"
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr "泌痳鞳鱚 釿諷籥諷 髫鞨,銜 褌蜥 籥 闔謫蓿 閠裙鱶鱚"
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr "凾韃矗辣 釿諷籥謐 髫鞨 艢 闔謫珥琿 轢 髀蔡袱 閠裙鱶鱚"
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "菩 碚繻繧瑩 礦 芬轢 ?"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
msgid "Hardware clock set to GMT"
msgstr "它粽黼齏 礦 瑜鈞辷 轢髓韲纃 闔 GMT"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr "説鴈赭鱶轢 驤逡韲辷艢 轢 碚繻纈 (蒟闔諛矗 NTP)"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
msgid "NTP Server"
msgstr "NTP 髫鞨"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr "歴籥諷纃 CUPS 髫鞨"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr "赭 關蓁鱚"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "緋瑩 謌 粽黹() ?"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr "令釶纃蒹"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "匁袱"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr "怙骼矗 芬轢"
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "韆迺辮"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr "ISDN 袱頏"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr "狽鼕鈞 袱頏"
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr "TV 袱頏"
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Windows Domain"
msgstr "NIS 粮跂蜊"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
msgid "Local files"
msgstr "鮪袱謐 珸謗矼"
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "諾矼粤鱚 閠韲諤 艢 root"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "槽 閠韲諤"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "瑁鉉瑩 關繩琺纃 關鉐鰰 (鴃痰 籥 癩粤 糲諠 闔辣 %d 驤赳鉉)"
-#: ../../install_steps_interactive.pm_.c:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "披纃鱶蒻瑶"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
msgid "Authentication LDAP"
msgstr "LDAP 瑰鴈韆艢"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr "LDAP 操芬 dn"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
msgid "LDAP Server"
msgstr "LDAP 髫鞨"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
msgid "Authentication NIS"
msgstr "NIS 瑰鴈韆艢"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "NIS 粮跂蜊"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "NIS 髫鞨"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -5677,21 +5745,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1140
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "LDAP 瑰鴈韆艢"
-#: ../../install_steps_interactive.pm_.c:1142
+#: ../../install_steps_interactive.pm_.c:1127
#, fuzzy
msgid "Domain Admin User Name"
msgstr "緋 轢 粮跂蜊"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -5720,19 +5788,19 @@ msgstr ""
"占 蔡袱鱚 籥 髫舮珞纈 bootdisk 艢 矗瑩 驤髓繻, 闔髓珥纈 粫驫纈 \n"
"陏鞨銜 齣鴃鉗髓碆 轢鱶骰纈 \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "鞨 謗闊 齣鴃鉗髓碆"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "択鉋 謗闊 齣鴃鉗髓碆"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "鞳驫鋏"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5758,7 +5826,7 @@ msgstr ""
"驪齬琥 轢 髏萵. 費袱鱚 謌 籥 髫舮瑕 bootdisk 艢 驤髓繻瑩 礦 ?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -5767,28 +5835,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "劒聳矗 赭 謗闊"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "泌痳鞳鱚 謗闊 粽珸,褸粤鴈 籥 轢關珥蓿 髓瑁鱶鞐 粫驫纈"
-#: ../../install_steps_interactive.pm_.c:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "刹鈕纈 粫驫纈 齣鴃鉗髓碆 %s"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "劒舮珥琿 轢 髓瑁鱶鞐 粫驫纈"
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "鈔竡鴈礪 轢 bootloader"
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5800,11 +5868,11 @@ msgstr ""
"罷髓琺瑶鰰 關鈔諞, 邇 鴃痰\n"
"籥 蓖鉉艪瑩 BootX, 艢 籥 髓瑁鱶鞐鱚 赭蓁瑩 驤"
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr "費袱鱚 謌 籥 蒟闔諛矗鱚 aboot ?"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5812,15 +5880,15 @@ msgstr ""
"註纔袱 關 蓁髓琺蒡琿 轢 aboot, \n"
"籥 驟 鈿蓿瑕 謌 籥 關鈔諞 蓁髓琺瑶鰰 粮韆, 琲 鴈矗 鼾蒿鴈肆 陏鞨 ?"
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
msgid "Installing bootloader"
msgstr "罷髓琺蒡琿 轢 bootloader"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr "罷髓琺瑶鰰 轢 bootloader 關鈞琺纃. 礦 驟 驪繖轢鰰 竦纔袱:"
-#: ../../install_steps_interactive.pm_.c:1274
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5837,17 +5905,17 @@ msgstr ""
" 刹繖 褌纈 轢闊纈: shut-down\n"
"韆 驪繖矗銜 鞳髓瑁鱶鞐辣 瘉 鴃痰琺 籥 礦粤鱚 闔糀袱芒瑩."
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "刹鈕纈 關瑯轢 粫驫纈 齣鴃鉗髓碆 %s"
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr "鈔竡鰲 粫驫纈 珥鴈赭鱶轢 蓁髓琺瑶"
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5857,7 +5925,7 @@ msgstr ""
"\n"
"沃蔡鱶轢 謌 蔡袱鱚 籥 蒟諷艱鱚 驟窶 ?"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5889,15 +5957,15 @@ msgstr ""
"罷鉋赭 艢 轢髓韲蛯琿 轢 驤髓繻瑩 礦 跪聽鱚 籥 轢跂韆鱚 \n"
"驪繖蓁髓琺瑶蓆迯瑩 站珥 銜 Official Mandrake Linux User's Guide."
-#: ../../install_steps_interactive.pm_.c:1347
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
msgid "Generate auto install floppy"
msgstr "鈔竡鰲 粫驫纈 艢 珥鴈赭鱶轢 蓁髓琺瑶"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5911,15 +5979,15 @@ msgstr ""
"\n"
"野聽 瘉 蔡袱鱚 籥 闔碣鉋蓿 蓁髓琺瑶鰰.\n"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr "説鴈赭鱶艾鞐"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr "鈞鴈韆"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
msgid "Save packages selection"
msgstr "楳閠艾 蒟瘤 轢 閠裙鱶"
@@ -5928,7 +5996,8 @@ msgstr "楳閠艾 蒟瘤 轢 閠裙鱶"
msgid "Mandrake Linux Installation %s"
msgstr "罷髓琺瑶 轢 Mandrake Linux %s"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -5946,22 +6015,22 @@ msgstr ""
msgid "Choose a file"
msgstr "泌痳鞳鱚 珸"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr "沃關繖辷珥"
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- 鞳粫纃"
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
#, fuzzy
msgid "Next"
msgstr "吶襃"
@@ -6029,378 +6098,378 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "怛袱 (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "羅跣袱"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "亭鉋琲"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "費閠迹袱"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "壽迢琿糀袱"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "夭纃驫"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "落鞨繙袱"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "鉉驫"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "偕驫"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "憫繖驫"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "U 裨珥葯鴦鞐"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "US 裨珥葯鴦鞐"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
msgid "Albanian"
msgstr "宣痼迹袱"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr "扇跂迹袱 (髓瑁)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr "扇跂迹袱 (闊纖 赭蓁)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "扇跂迹袱 (鉈纈蔟纃)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr "仙辮痼蜆聳迹袱 (諤鱶辷)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "槽諠蓍驫"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:177
#, fuzzy
msgid "Bengali"
msgstr "礪譫"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
#, fuzzy
msgid "Bulgarian (phonetic)"
msgstr "扇跂迹袱 (鉈纈蔟纃)"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
#, fuzzy
msgid "Bulgarian (BDS)"
msgstr "霜諠瑁驫"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "草瑯蓚驫 (ABNT-2)"
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:183
#, fuzzy
msgid "Bosnian"
msgstr "淘鴈迹袱"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "槽諤頌驫"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "憫繪瑁驫 (辣跣袱 轢鞳籬)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "憫繪瑁驫 (鞳迹褂 轢鞳籬)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "怛袱 (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr "羅跣袱 (痳 辣鞐瘤鱚 裨珥蔕)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "釣鴆袱"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "亭鉋琲 (US)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "亭鉋琲 (落鞨繙袱)"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
#, fuzzy
msgid "Dvorak (Swedish)"
msgstr "亭鉋琲 (US)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "淘鴈迹袱"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "註鼇蓁驫 (\"偕驫\" 轢鞳籬)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "註鼇蓁驫 (\"摩鱶迹袱\" 轢鞳籬)"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "註袱"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "嚶窶韵袱"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "尹鞨瑩驫"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "泌鞐繼驫"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "泌鞐繼驫 (鉈纈蔟轢)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr "誹琿驫"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "費諤辟驫"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "避琺葯迹袱"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "熄鉈驫 106 裨珥蔕"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
msgid "Korean keyboard"
msgstr "菩鞳蜻袱 裨珥葯鴦鞐"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "摩鱶邇瑕辮蒻琿驫"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:218
#, fuzzy
msgid "Laotian"
msgstr "摩鰲蓍驫"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr "毎鰲蓍驫 AZERTY (髓瑁)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr "毎鰲蓍驫 AZERTY (邇矗)"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "毎鰲蓍驫 \"蔡謗矗 鞳粫\" QWERTY"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "毎鰲蓍驫 \"鉈纈蔟纃\" QWERTY"
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
msgid "Latvian"
msgstr "摩鰲蓍驫"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr "尤裙粮迹袱"
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:227
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "剞瘻袱 (褂韆謌)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "寰諤辟驫"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr "鉉驫 (QWERTY 轢鞳籬)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr "鉉驫 (QWERTZ 轢鞳籬)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "鉋鴦窶鞫袱"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr "圃轢糀袱 (歩縺繩)"
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
msgid "Romanian (qwertz)"
msgstr "偕蹂迹袱 (qwertz)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
msgid "Romanian (qwerty)"
msgstr "偕蹂迹袱 (qwerty)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "偕驫 (Yawerty)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "刹鈞纃驫"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "刹鈞璋袱 (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "刹鈞璋袱 (QWERTY)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
msgid "Serbian (cyrillic)"
msgstr "剞瘻袱 (褂韆謌)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
msgstr ""
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr ""
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "呀蛯琿驫 裨珥葯鴦鞐"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
msgid "Tajik keyboard"
msgstr "呀粭蒻蔡鰰迹袱 裨珥葯鴦鞐"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "呶韵袱 (鴃珞蔬蓆辣 \"F\" 跪粤)"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "呶韵袱 (跪粤鞳 \"Q\" 跪粤)"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "嚏鞐蓁驫"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "US 裨珥葯鴦鞐 (跂聹鼾瑁鈔轢)"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "第纈轢跣袱 \"蔡謗矗 鞳粫\" QWERTY"
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
msgid "Yugoslavian (latin)"
msgstr "溂鉐諤碌袱 (諤鱶辷)"
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr ""
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr ""
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr ""
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr ""
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr ""
@@ -6458,11 +6527,11 @@ msgstr "令蒻邇矼迯 PS2 跏袱"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington THinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genuis NetMouse"
@@ -6470,115 +6539,125 @@ msgstr "Genuis NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+#, fuzzy
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr "1 癈鴈"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "令蒻邇矼迯 2-癈鴈迯 跏袱"
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr "Wheel"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "驟韆蜊"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "令蒻邇矼迯 3-癈鴈迯 跏袱"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (驟韆蜊, 銜 髓瑁 鱶 C7)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
msgid "busmouse"
msgstr "BUS 跏袱"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "2 癈鴈轢"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "3 癈鴈轢"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "赭"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "槽 跏袱"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr "野, 關釶矗蜥 跏袱鰰 驤"
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
msgid "To activate the mouse,"
msgstr "楳 籥 琲鱶礦鞐鱚 跏袱鰰 驤,"
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr "喪厖賭 厠彭厠 !"
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+#, fuzzy
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+
+#: ../../my_gtk.pm_.c:159
msgid "Finish"
msgstr "楳碾頽"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "刹繖矗 ->"
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr "托蔟褌 關珥蓚邇 謌 ?"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "罷鉋赭"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "俥苻蒡 糲鞨銜"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "泌蔡鱶 糲鞨銜"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr "鞳礪譫矗辣 跂聹 邇韭琺邇 骼頏蒡琿 闔 竦齒"
@@ -6616,6 +6695,74 @@ msgstr "蒟闔諛矗 PPPOE"
msgid "use pptp"
msgstr "蒟闔諛矗 PPPTP"
+#: ../../network/drakfirewall.pm_.c:12
+#, fuzzy
+msgid "Web Server"
+msgstr "劒鞨"
+
+#: ../../network/drakfirewall.pm_.c:17
+#, fuzzy
+msgid "Domain Name Server"
+msgstr "緋 轢 粮跂蜊"
+
+#: ../../network/drakfirewall.pm_.c:32
+#, fuzzy
+msgid "Mail Server"
+msgstr "劒鞨 操艾-籥迯"
+
+#: ../../network/drakfirewall.pm_.c:37
+#, fuzzy
+msgid "POP and IMAP Server"
+msgstr "LDAP 髫鞨"
+
+#: ../../network/drakfirewall.pm_.c:111
+#, fuzzy
+msgid "No network card"
+msgstr "辣 銜褓蓿 跟繙鈞 袱頏"
+
+#: ../../network/drakfirewall.pm_.c:129
+#, fuzzy
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+"沃髓韲蝸蒻 艢 赭謚 艢蓿轢 髓纃\n"
+"\n"
+"呷矗 轢髓韲蛯 閻韵鉈琺轢 艢蓿轢 髓纃 艢 鰰艾 Mandrake Linux 赭蓁.\n"
+"楳 跪邇 闔髓矼鱚邇 轢 艢蓿瑩 鞳纃蒹, 跪諷, 闔站繖辣鱚 髀纐葯謌艾鞐轢鰰\n"
+"MandrakeSecurity Firewall 粫髓韆癈."
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:164
+#, fuzzy
+msgid "Other ports"
+msgstr "吶髓矗辣 闔頏鈞纈"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -6632,7 +6779,7 @@ msgstr ""
"羅 痳 轢跂鞳 跟繙鈞 珞瑙鱚 驤髓繻瑩 礦.\n"
"羅 跪聽鱚 籥 轢髓韲蓿 鰰褸 礦 碚芒."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "泌痳鞳鱚 跟繙鈞 蓁鱚頸繪"
@@ -6645,7 +6792,7 @@ msgstr "野, 蒟痳鞳鱚 褌 跟繙鈞 珞瑙鱚 籥 蒟闔諛矗 艢 碚芒 褸 罷鱚齏纈"
msgid "no network card found"
msgstr "辣 銜褓蓿 跟繙鈞 袱頏"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "沃髓鉗袱 轢 跟繙瑩"
@@ -6661,7 +6808,7 @@ msgstr ""
"Host 蓐纈 鴃痰 籥 癈粤 轢陏謐 裄琺蔗蔬蒡琿 蓐,\n"
"袱鴈 ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "緋 轢 鉐:"
@@ -6962,13 +7109,13 @@ msgstr "泌痳鞳鱚 關銓蓚 艢 轢髓韲蜉"
msgid "Use auto detection"
msgstr "泌闔諛矗 珥鴈赭鱶邇 艢驤琿"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "俥苻蒡纃 鼾褂蓙"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "歴褓萵琿 轢 齣鴃鉗髓矗 ..."
@@ -7134,11 +7281,11 @@ msgstr "説鴈赭鱶纃 IP 珞鞳"
msgid "Start at boot"
msgstr "齣轢 關 髓瑁鱶鞐辣"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP 珞鞳髫 鴃痰 籥 癩粤 碾 鉋赭 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7150,43 +7297,55 @@ msgstr ""
"袱鴈 ``mybox.mylab.myco.com''.\n"
"野聽鱚 髫 籥 碾矼粤鱚 IP 珞鞳騾 轢 退 gateway, 琲 蓐瑩 鰰褸"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "DNS 髫鞨"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "Gateway 齣鴃鉗髓碆"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "沃髓韲蜉 轢 proxy"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr "韲驪繖矗辣 轢 ID 轢 跟繙鈞瑩 袱頏 (闔諷芻 關 諤闥鈿)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr "Proxy-髫鞨鞐 鴃痰 籥 http://..."
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr "Proxy-髫鞨鞐 鴃痰 籥 ftp://..."
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr "歴褓蓿 轢髓韲蜉 轢 楳蓿轢 剪纃 !"
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+"瀧蓐琿蒹 ! 歴褓蓿 轢髓韲蜉 轢 楳蓿轢 剪纃. 野聽 籥 驟 轢謗肆 袱裄 "
+"顏轢 闔關珥袱 驪繖 蓁髓琺瑶鰰."
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "沃髓韲蜉 轢 罷鱚齏纈"
@@ -7292,15 +7451,15 @@ msgstr "瑁鉉 轢 琲瑰迺"
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "跪迺蒡琿纈 辣 齣: "
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr "俥苻蒡纃 謗矼 辣 驟 闔粐鞴瑩 轢 鰰艾 闍瑩鉋赭"
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
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 "
@@ -7310,21 +7469,21 @@ msgstr ""
"塘蓁髓矼辷 轢蓁 籥 關繻繿鱶鱚 站珥辷鱚 驤 謗矼, 艢 籥 蓐瑩 關瑯邇 "
"髓 驪繖 extended-謗矼鱚"
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "諾苟鰰邇矗辣鴈 銜 珸諤 %s 辣 齣: %s"
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "鮪 backup-珸"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "註纔袱 關 艢闊 碾 珸諤 %s"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -7371,152 +7530,157 @@ msgstr "LPD - 毎辣纃 韆迺辮纃 偵跪"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - 纓瑩珸, 槽 麗璋袱"
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr "CUPS"
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr "LPRng"
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr "LPD"
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr "PDQ"
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "鮪袱諷 關蓁鱚"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "歴籥諷纃 關蓁鱚"
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
msgid "Printer on remote CUPS server"
msgstr "韆迺辮 轢 銜籥諷纃 CUPS 髫鞨"
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
msgid "Printer on remote lpd server"
msgstr "韆迺辮 轢 銜籥諷纃 LPD 髫鞨"
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
msgid "Network printer (TCP/Socket)"
msgstr "矢繙鈞 關蓁鱚 (TCP/Socket)"
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "韆迺辮 轢 SMB/Windows 95/98/NT 髫鞨"
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
msgid "Printer on NetWare server"
msgstr "韆迺辮 轢 NetWare 髫鞨"
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
msgid "Enter a printer device URI"
msgstr "諾矼粤鱚 URI 轢 閻瑩璞 齣鴃鉗髓碆"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr "鞳袱鞐 鞐瘤鰰鰰 關繚 褌赭辟"
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+#, fuzzy
+msgid "Unknown Model"
+msgstr "羅蒟矼髓纃 跪粤"
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr "羅蒟矼髓纃 跪粤"
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
#, fuzzy
msgid "Local Printers"
msgstr "鮪袱諷 關蓁鱚"
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
#, fuzzy
msgid "Remote Printers"
msgstr "歴籥諷纃 關蓁鱚"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ""
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ""
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ""
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, fuzzy, c-format
msgid ", printing to %s"
msgstr "註纔袱 關 艢闊 碾 珸諤 %s"
-#: ../../printer.pm_.c:544
+#: ../../printer.pm_.c:792
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ""
-#: ../../printer.pm_.c:550
+#: ../../printer.pm_.c:798
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: ../../printer.pm_.c:554
+#: ../../printer.pm_.c:802
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ""
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, c-format
msgid "(on %s)"
msgstr "(轢 %s)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr "(轢 鰰艾 赭蓁)"
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, fuzzy, c-format
msgid "On CUPS server \"%s\""
msgstr "IP 轢 CUPS 髫鞨鞐"
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr " ( 闔粽瑯瘉鞐辣)"
@@ -7544,12 +7708,12 @@ msgstr ""
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
#, fuzzy
msgid "CUPS configuration"
msgstr "沃髓韲蜉"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
#, fuzzy
msgid "Specify CUPS server"
msgstr "歴籥諷纃 CUPS 髫鞨"
@@ -7599,7 +7763,7 @@ msgstr ""
msgid "The IP address should look like 192.168.1.20"
msgstr "IP 珞鞳髫 鴃痰 籥 癩粤 碾 鉋赭 192.168.1.20"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
msgid "The port number should be an integer!"
msgstr "落跂顏 轢 闔頏 鴃痰 籥 謗 蔡謗 !"
@@ -7607,7 +7771,7 @@ msgstr "落跂顏 轢 闔頏 鴃痰 籥 謗 蔡謗 !"
msgid "CUPS server IP"
msgstr "IP 轢 CUPS 髫鞨鞐"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "鉋"
@@ -7615,13 +7779,132 @@ msgstr "鉋"
msgid "Automatic CUPS configuration"
msgstr "説鴈赭鱶轢 轢髓韲蜉 轢 CUPS"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+#, fuzzy
+msgid "Printerdrake"
+msgstr "韆迺辮"
+
+#: ../../printerdrake.pm_.c:178
+#, fuzzy
+msgid "Checking your system..."
+msgstr "倥髓瑁鱶鞐辣 轢 關蓁鱚齏瑩 驤髓繻"
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:198
+#, fuzzy
+msgid ""
+"The following printers\n"
+"\n"
+msgstr "刹繖辷鱚 閠裙鱶 癩籥 關繻瑪轢鱶"
+
+#: ../../printerdrake.pm_.c:199
+#, fuzzy
+msgid ""
+"The following printer\n"
+"\n"
+msgstr "刹繖辷鱚 閠裙鱶 癩籥 關繻瑪轢鱶"
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:210
+#, fuzzy
+msgid "directly connected to your system"
+msgstr "赭鱚 跟繙鈞 珞瑙鱚!"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:221
+#, fuzzy
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "野, 蒟痳鞳鱚 驟韆纃 闔頏 褸 褌蜥 驍韃琿 跪粤蹂 礦."
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:236
+#, fuzzy
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr ""
+"費袱鱚 謌 籥 轢髓韲蓿 鴈艾 關蓁鱚 (\"%s\")\n"
+"袱鴈 關蓁鱚 闔 闔粽瑯瘉鞐辣 ?"
+
+#: ../../printerdrake.pm_.c:238
+#, fuzzy
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "費袱鱚 謌 籥 髓瑁鱶鞐鱚 碚芒瑩 驤 關 艢鞳聹琿 ?"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:240
+#, 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:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
#, fuzzy
msgid "Add a new printer"
msgstr "廷痼礦 關蓁鱚"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7634,7 +7917,7 @@ msgid ""
"connection types."
msgstr ""
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7643,7 +7926,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -7656,7 +7939,22 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:297
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7665,7 +7963,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -7676,26 +7974,26 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:213
+#: ../../printerdrake.pm_.c:315
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "歴籥諷纃 關蓁鱚"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
#, fuzzy
msgid "Local Printer"
msgstr "鮪袱諷 關蓁鱚"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -7709,50 +8007,50 @@ msgid ""
"Center."
msgstr ""
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Printer auto-detection"
msgstr "泌闔諛矗 珥鴈赭鱶邇 艢驤琿"
-#: ../../printerdrake.pm_.c:305
+#: ../../printerdrake.pm_.c:408
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:307
+#: ../../printerdrake.pm_.c:410
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "韆迺辮 轢 SMB/Windows 95/98/NT 髫鞨"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, fuzzy, c-format
msgid "Detected %s"
msgstr "艢驟纃 %s"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:321
+#: ../../printerdrake.pm_.c:424
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "矢繙鈞 關蓁鱚 (TCP/Socket)"
-#: ../../printerdrake.pm_.c:323
+#: ../../printerdrake.pm_.c:426
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "韆迺辮 轢 SMB/Windows 95/98/NT 髫鞨"
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -7760,34 +8058,34 @@ msgid ""
"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
#, fuzzy
msgid "You must enter a device or file name!"
msgstr "諾矼粤鱚 URI 轢 閻瑩璞 齣鴃鉗髓碆"
-#: ../../printerdrake.pm_.c:475
+#: ../../printerdrake.pm_.c:578
#, fuzzy
msgid "No printer found!"
msgstr "鮪袱諷 關蓁鱚"
-#: ../../printerdrake.pm_.c:485
+#: ../../printerdrake.pm_.c:588
#, fuzzy
msgid "Available printers"
msgstr "鮪袱諷 關蓁鱚"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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:490
+#: ../../printerdrake.pm_.c:593
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:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -7795,7 +8093,7 @@ msgid ""
"configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -7803,38 +8101,38 @@ msgid ""
"customized printer configuration, turn on \"Manual configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
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:496
+#: ../../printerdrake.pm_.c:599
#, fuzzy
msgid "Please choose the port where your printer is connected to."
msgstr "野, 蒟痳鞳鱚 驟韆纃 闔頏 褸 褌蜥 驍韃琿 跪粤蹂 礦."
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
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:503
+#: ../../printerdrake.pm_.c:606
#, fuzzy
msgid "You must choose/enter a printer/device!"
msgstr "諾矼粤鱚 URI 轢 閻瑩璞 齣鴃鉗髓碆"
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
#, fuzzy
msgid "Manual configuration"
msgstr "沃髓韲蜉 轢 矼鴈矼"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr "麗蓙 轢 銜籥諷纃 lpd-關蓁鱚"
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
#, fuzzy
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
@@ -7844,47 +8142,47 @@ msgstr ""
"籥 關繖鉐鰰礦鱚 蓐纃瑩 轢 鉐鰰 轢 關蓁鱚齏 髫鞨 \n"
"蓐纈 轢 關蓁鱚鞐 轢 鴈艾 髫鞨."
-#: ../../printerdrake.pm_.c:579
+#: ../../printerdrake.pm_.c:682
msgid "Remote host name"
msgstr "緋 轢 銜籥諷纃 鉐"
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
msgid "Remote printer name"
msgstr "緋 轢 銜籥諷纃 關蓁鱚"
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
msgid "Remote host name missing!"
msgstr "毎闡矗 蓐 轢 蓐 轢 鉐 !"
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
msgid "Remote printer name missing!"
msgstr "毎闡矗 蓐 轢 銜籥諷纃 關蓁鱚 !"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "艢驟纃 %s"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Scanning network..."
msgstr "剪瑁鱶鞐辣 跟繙瑩 ...."
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "纓瑩琿 轢 關蓁鱚 \"%s\""
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "沃髓韲蜉 轢 SMB (Windows 9x/NT) 關蓁鱚"
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
#, fuzzy
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
@@ -7898,46 +8196,46 @@ msgstr ""
"關蓁鱚鞐, 粮 褌蜥 蔡袱鱚 粮髓 闔糒鈔 蓐纃, 閠韲諤 蓁鉋赭\n"
"艢 鞐瘤鴉瑩 竦齒."
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "寰髓 轢 SMB 髫鞨"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "IP 轢 SMB 髫鞨:"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "令 蓐"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "俥瘤鴉 竦齒"
-#: ../../printerdrake.pm_.c:746
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid "Auto-detected"
msgstr "泌闔諛矗 珥鴈赭鱶邇 艢驤琿"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
msgstr "咒痰 籥 癩籥 艢籥粤辷 蓐纈 IP 珞鞳騾 轢 髫鞨鞐 !"
-#: ../../printerdrake.pm_.c:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr "毎闡矗 蓐 轢 SAMBA share !"
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -7961,7 +8259,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -7970,7 +8268,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -7978,11 +8276,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "麗蓙 艢 NetWare 關蓁鱚"
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
#, fuzzy
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
@@ -7993,44 +8291,44 @@ msgstr ""
"楳 籥 閻瑩蓿 轢 NetWare 關蓁鱚 ,鴃痰 籥 芻璢鱚 蓐緕 踈 碾芟鈕邇\n"
"珞鞳騾 轢 髫鞨鞐, 袱褞 蓐纈 轢 鈿璋袱鰰,闔鴃縺蓿繼驫銜 蓐,閠韲諤."
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "劒鞨 轢 關蓁鱚鞐"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr "緋 轢 閻瑩轢鰰 鈿璋袱鰰"
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr "毎闡矗 蓐 轢 NCP 髫鞨 !"
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr "毎闡矗 蓐 轢 NCP 鈿璋袱 !"
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
#, c-format
msgid ", host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
#, c-format
msgid "Host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
#, fuzzy
msgid "TCP/Socket Printer Options"
msgstr "麗蓙 轢 Socket 關蓁鱚"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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:978
+#: ../../printerdrake.pm_.c:1085
#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -8044,21 +8342,21 @@ msgstr ""
"轢 粽黹 髫鞨韆 跪聽 籥 矗韆鞐. 第胙 顏褌碆髓碆鴈 轢\n"
"瑁糂辮 驤."
-#: ../../printerdrake.pm_.c:983
+#: ../../printerdrake.pm_.c:1090
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "毎闡矗 蓐 轢 鉐 轢 關蓁鱚a !"
-#: ../../printerdrake.pm_.c:1005
+#: ../../printerdrake.pm_.c:1112
#, fuzzy
msgid "Printer host name or IP"
msgstr "緋 轢 鉐 轢 關蓁鱚鞐"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr "纓瑩璞 齣鴃鉗髓碆 URI"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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 "
@@ -8068,11 +8366,11 @@ msgstr ""
"蒟陏謐 蓚 CUPS 蓚 Foomatic 髀纐蔗蒻瑶蓙鱚. 歴痳諷聽鱚, 辣 碌蔟褂 "
"鱶闔矼 URI 驟 闔粐顏鞴瑩 銜 spooler-蓿."
-#: ../../printerdrake.pm_.c:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr "咒痰 籥 癩粤 碾矼粤 矗謌粤 URI !"
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
#, fuzzy
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -8082,28 +8380,28 @@ msgstr ""
"鉉纈瑩 麗蔡琿蒹 悶髓鈿鉉鈕 辣 鴃痰 籥 癩籥\n"
"闔陏謔琿. 緋 褌跂迺瑁 艢 闔鴃縺蓿繼蓿."
-#: ../../printerdrake.pm_.c:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr "緋 轢 關蓁鱚"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "悶髓鈿鉉鈕纃蒹"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
msgid "Reading printer database..."
msgstr "怛鱚辣 轢 痼艢鰰 籥迯 銜 關蓁鱚韆 ..."
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
msgid "Preparing printer database..."
msgstr "鈔竡鰲辣 轢 痼艢鰰 籥迯 銜 關蓁鱚韆 ..."
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
#, fuzzy
msgid "Your printer model"
msgstr "緋 轢 銜籥諷纃 關蓁鱚"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -8118,26 +8416,26 @@ msgid ""
"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
#, fuzzy
msgid "The model is correct"
msgstr "托蔟褌 關珥蓚邇 謌 ?"
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
#, fuzzy
msgid "Select model manually"
msgstr "緋 轢 銜籥諷纃 關蓁鱚"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
msgid "Printer model selection"
msgstr "泌瘤 跪粤 轢 關蓁鱚鞐"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
msgid "Which printer model do you have?"
msgstr "圃褸 跪粤 關蓁鱚 蓐瑩 ?"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -8146,17 +8444,17 @@ msgid ""
"standing on a wrong model or on \"Raw printer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
msgid "OKI winprinter configuration"
msgstr "沃髓韲蜉 轢 OKI Winprinter"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -8166,11 +8464,11 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
msgid "Lexmark inkjet configuration"
msgstr "沃髓韲蜉 轢 Lexmark inkjet"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
#, fuzzy
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
@@ -8183,20 +8481,46 @@ msgstr ""
"關蓁鱚齏 赭蓁. 野, 驍鞴纈 關蓁鱚鞐 驤 轢 謗袱諷 闔頏\n"
"蓚 竡 轢髓韲蜥 轢 赭蓁瑩, 褸 褌鴈 驍韃琿."
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
msgstr ""
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
+
+#: ../../printerdrake.pm_.c:2040
#, fuzzy
msgid ""
"Printer default settings\n"
@@ -8212,22 +8536,22 @@ msgstr ""
"歴痳諷聽鱚, 關 跋釿 礦骼褌 袱繿鴈 轢 蒟鈔 轢\n"
"關蓁鱚鞐, 鴈 跪聽 芻瑾蓿繼邇 籥 驟 艢痼礦."
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr "沃髓韲蜉瑩 %s 鴃痰 籥 謗 蔡謗 !"
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr "沃髓韲蜉瑩 %s 鴃痰 籥 蔡謗 !"
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr "麗鰰 %s 蒟碾 竦琿蔬蓿 !"
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -8236,11 +8560,11 @@ msgstr ""
"費袱鱚 謌 籥 轢髓韲蓿 鴈艾 關蓁鱚 (\"%s\")\n"
"袱鴈 關蓁鱚 闔 闔粽瑯瘉鞐辣 ?"
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
msgid "Test pages"
msgstr "吶髓鈞 髓鞐辷"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
#, fuzzy
msgid ""
"Please select the test pages you want to print.\n"
@@ -8253,40 +8577,40 @@ msgstr ""
"碚繻 籥 驟 蒟閻瑩 轢 諤艱齏 關蓁鱚韆 赭謚 閠跂 跪聽 碾釶\n"
"籥 辣 蒟諷艱. 闔矼纈 驪齬琥 粮髓瑩轢 髓琿籥頏轢 鱚髓鈞 髓鞐辷."
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
msgid "No test pages"
msgstr "槽 鱚髓鈞 髓鞐辷"
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
msgid "Print"
msgstr "纓瑩"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
msgid "Standard test page"
msgstr "剪琿籥頏轢 鱚髓鈞 髓鞐辷"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr "宣鱚齏瑩萵轢 鱚髓鈞 髓鞐辷 (蔡跪)"
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
msgid "Alternative test page (A4)"
msgstr "宣鱚齏瑩萵轢 鱚髓鈞 髓鞐辷 (4)"
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
msgid "Photo test page"
msgstr "吶髓鈞 髓鞐辷 髫 骰蓐袱"
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
#, fuzzy
msgid "Do not print any test page"
msgstr "歴閻瑩矗辣 轢 鱚髓鈞 髓鞐辷"
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "歴閻瑩矗辣 轢 鱚髓鈞(瑩/蓿) 髓鞐辷(/) ..."
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8301,7 +8625,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -8309,15 +8633,15 @@ msgstr ""
"吶髓鈞蓿 髓鞐辷 騾 蒟關瑩纃 褸 關蓁鱚齏.\n"
"野聽 籥 銜辣跂 赭謚 碚繻 關繖 關蓁鱚鞐 籥 艢闔辣.\n"
-#: ../../printerdrake.pm_.c:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr "韲鞐瘤鱶 謌 袱褞 鴃痰 ?"
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
msgid "Raw printer"
msgstr ""
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -8330,7 +8654,7 @@ msgstr ""
"<file>\" 蓚 \"kprinter <file>\". 註瑣蔟辷鱚 蓁髓頌跂迺 礦 闔艪鉉矗 籥 "
"蒟瘉鞐鱚 關蓁鱚鞐 籥 闔關珥鱚 諷骰 轢髓韲蜉蓿 轢 鈿蓙鱚.\n"
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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 "
@@ -8340,8 +8664,8 @@ msgstr ""
"閻瑩辷鱚 粫琺鈑 跋 關蓚鈕纃. 落 鬆 辣 闔髓珥蜥 蓐纈 轢 珸諤, "
"艢銜 鴈 驟 闔籥矗 銜 關蓚鈕纃蒹鴈.\n"
-#: ../../printerdrake.pm_.c:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -8354,7 +8678,7 @@ msgstr ""
"艢 鈿鞳粤諷轢 鞐瘤鰰 轢 關蓁鱚鞐. 韲髓 粮痼矼鱚 繼琿蓿 轢髓韲蜉 褸 "
"褌赭辟辷 鞳, 轢關. \"%s <file>\". "
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, fuzzy, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -8364,13 +8688,13 @@ msgstr ""
"楳 籥 礦粫鱚 髀蔡 轢 粮髓闕蓿 鈿蓙 艢 鱚褥 關蓁鱚, 蓚 關鋏纈纈 "
"髀蔡袱 闔袱艢 闔-粮謫 蓚 褄纈 轢 癈鴈轢 \"剌蔡 鈿蓙 艢 閻瑩\".\n"
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8379,8 +8703,8 @@ msgstr ""
"楳 籥 蒟閻瑩瑩 珸 銜 褌赭辟辷 鞳 (鱚韭蓁琺纃 關鈑鉋纐) 蒟闔諛矗蜥 "
"褌赭辟瑩 \"%s <file>\".\n"
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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 "
@@ -8390,7 +8714,7 @@ msgstr ""
"閻瑩辷鱚 粫琺鈑 跋釿 關蓚鈕纃. 落 鴦 辣 闔髓珥蜥 蓐纈 轢 珸諤, "
"艢銜 鴈 驟 闔籥矗 銜 關蓚鈕纃蒹鴈.\n"
-#: ../../printerdrake.pm_.c:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
#, fuzzy
msgid ""
"To get a list of the options available for the current printer click on the "
@@ -8400,7 +8724,7 @@ msgstr ""
"\"剌蔡 鈿蓙 艢 閻瑩\".\n"
"\n"
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8409,7 +8733,7 @@ msgstr ""
"楳 籥 銜閻瑩瑩 珸 銜 褌赭辟辷 鞳 (鱚韭蓁琺纃 關鈑鉋纐), 蒟闔諛矗蜥 "
"褌赭辟瑩 \"%s <file>\" 蓚 \"%s <file>\".\n"
-#: ../../printerdrake.pm_.c:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -8419,7 +8743,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -8432,40 +8756,40 @@ msgstr ""
"轢髓韲蜉 艢 鈿鞳粤諷轢 鞐瘤鰰 轢 關蓁鱚鞐. 韲髓 粮痼矼鱚 蔡袱辷鱚 "
"轢髓韲蜉 褸 褌赭辟辷 鞳, 轢關. \"%s <file>\".\n"
-#: ../../printerdrake.pm_.c:2153
+#: ../../printerdrake.pm_.c:2343
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "纓瑩琿 轢 關蓁鱚 \"%s\""
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, fuzzy, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "纓瑩琿 轢 關蓁鱚 \"%s\""
-#: ../../printerdrake.pm_.c:2156
+#: ../../printerdrake.pm_.c:2346
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "纓瑩琿 轢 關蓁鱚 \"%s\""
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "纓瑩琿 轢 關蓁鱚 \"%s\""
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
msgstr "楳鰲鉋"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
msgid "Print option list"
msgstr "剌蔡 關蓁鱚齏 鈿蓙"
-#: ../../printerdrake.pm_.c:2182
+#: ../../printerdrake.pm_.c:2373
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -8479,7 +8803,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -8492,17 +8816,17 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
msgid "Reading printer data..."
msgstr "怛鱚辣 轢 籥迯 銜 關蓁鱚鞐 ..."
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
msgid "Transfer printer configuration"
msgstr "鞳邇 轢 轢髓韲蜉 轢 關蓁鱚"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, fuzzy, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -8518,7 +8842,7 @@ msgstr ""
"關纒碾韜.\n"
"羅 碌蔟褂 鈿璋褂 跪窶 籥 癩籥 關纒碾韜纃 闔 驪繖辷鱚 關蔟蓁:\n"
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
#, fuzzy
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
@@ -8527,7 +8851,7 @@ msgstr ""
"CUPS 辣 闔粐鞴 關蓁鱚韆 轢 Novell 髫鞨韆 蓚 關蓁鱚韆\n"
"蒟關璞璞 籥迯 碾 驍釶鈔邇-蒟竦珞纃 褌赭辟.\n"
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
#, fuzzy
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
@@ -8536,11 +8860,11 @@ msgstr ""
"PDQ 闔粐鞴 騾跪 謗袱謐 關蓁鱚韆, 銜籥諷纃 LPD 關蓁鱚韆\n"
" Socket/TCP 關蓁鱚韆.\n"
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD LPRng 辣 闔粐鞴 IPP 關蓁鱚韆.\n"
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
#, fuzzy
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
@@ -8549,7 +8873,7 @@ msgstr ""
"圃鴈 粮陏謐纃蒹, 鈿璋褂鱚 辣 髫舮珞纃 鰰艾 關釿鞐赭\n"
"蓚 \"foomatic-configure\" 辣 跪窶 籥 癩籥 關纒碾韜辷."
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
#, fuzzy
msgid ""
"\n"
@@ -8561,7 +8885,7 @@ msgstr ""
"銜 關鉞艪鈔蓿繼蓿 蓐 蓚 鉋蓊蓁琺辷 CUPS 粽珸矼韆 辣\n"
"跪窶 籥 癩籥 關纒碾韜辷."
-#: ../../printerdrake.pm_.c:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
@@ -8571,15 +8895,15 @@ msgstr ""
"歴痳諷聽鱚 關蓁鱚韆鱚, 褌蓿 蔡袱鱚 籥 關纒碾韜蓿 褄纈\n"
"\"鞳碾韜\"."
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr "羅 關纒碾韜 關蓁鱚韆"
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr "鞳碾韜"
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -8590,11 +8914,11 @@ msgstr ""
"廁褄纈 \"鞳碾韜\", 艢 籥 竡 關繚瑙蔕纈.\n"
"野聽鱚 髫 鰰袱 籥 轢闊纈 邇碆 蓐 蓚 籥 關鈿齣迺 關蓁鱚鞐."
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "緋纈 轢 關蓁鱚鞐 鴃痰 籥 髫糲鞴 騾跪 癈裄, 蔡諤 闔糢辮鰰礪"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -8603,16 +8927,16 @@ msgstr ""
"韆迺辮 \"%s\" 矼 髫繿鰲黷,\n"
"轢蔡鱶轢 謌 蔡袱鱚 籥 關繚瑙蔕纈 轢髓韲蜉瑩 ?"
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
msgid "New printer name"
msgstr "落碆 蓐 轢 關蓁鱚"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr "鞳碾韜辣 轢 %s ..."
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, fuzzy, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -8622,29 +8946,29 @@ msgstr ""
"費袱鱚 謌 籥 竡 鉐鰰礦鱚 闔 闔粽瑯瘉鞐辣 邇矗鰰\n"
"關蓁鱚齏 驤髓繻 %s ?"
-#: ../../printerdrake.pm_.c:2316
+#: ../../printerdrake.pm_.c:2510
msgid "Refreshing printer data..."
msgstr "麗鞳骰矗辣 轢 籥迯蓿 銜 關蓁鱚鞐 ..."
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
msgid "Configuration of a remote printer"
msgstr "沃髓韲蜉 轢 銜籥諷纃 關蓁鱚"
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
msgid "Starting network..."
msgstr "剪瑁鱶鞐辣 跟繙瑩 ...."
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
msgid "Configure the network now"
msgstr " 跪跂迺 轢髓韲蛯瑕 跟繙瑩"
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
msgid "Network functionality not configured"
msgstr "夾迥蓆轢謐鉐鴪 轢 跟繙瑩 辣 轢髓韲纃"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -8652,11 +8976,11 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
msgid "Go on without configuring the network"
msgstr "韲糲諞 痳 轢髓鉗袱 轢 跟繙瑩"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -8666,7 +8990,7 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
#, fuzzy
msgid ""
"The network access was not running and could not be started. Please check "
@@ -8678,24 +9002,24 @@ msgstr ""
"驤. 呷窶矗 鈿蓿珸鱚 籥 轢髓韲蓿 銜籥諷纃 關蓁鱚\n"
"銜邇碆."
-#: ../../printerdrake.pm_.c:2408
+#: ../../printerdrake.pm_.c:2603
msgid "Restarting printing system..."
msgstr "倥髓瑁鱶鞐辣 轢 關蓁鱚齏瑩 驤髓繻"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "high"
msgstr "礦骼褌"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "paranoid"
msgstr "閠鞐邇蔟邇"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "罷髓琺蒡琿 轢 關蓁鱚齏瑩 驤髓繻 %s 辷碆 轢 驤笂齏鉐"
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -8710,11 +9034,11 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
msgid "Starting the printing system at boot time"
msgstr "剪瑁鱶鞐辣 轢 關蓁鱚齏瑩 驤髓繻 關 髓瑁鱶鞐辣"
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -8728,79 +9052,75 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr "韲矼韋 轢 蓁髓琺蒡琿 骼鴦辮..."
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr "泌鴃萵琿 轢 LPRng..."
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr "泌鴃萵琿 轢 LPD..."
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
msgid "Select Printer Spooler"
msgstr "泌痳鞳鱚 關蓁鱚鞳 spooler"
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
msgid "Which printing system (spooler) do you want to use?"
msgstr "菩 關蓁鱚齏 驤髓繻 (spooler) 蒟袱鱚 籥 蒟闔諛矗鱚 ?"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printerdrake.pm_.c:2895
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "沃髓韲蜉 轢 關蓁鱚鞐 \"%s\" ..."
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
#, fuzzy
msgid "Installing Foomatic..."
msgstr "罷髓琺蒡琿 轢 閠裙鱶 ..."
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "麗蓙 轢 關蓁鱚鞐"
-#: ../../printerdrake.pm_.c:2778
-msgid "Preparing PrinterDrake..."
+#: ../../printerdrake.pm_.c:2989
+#, fuzzy
+msgid "Preparing Printerdrake..."
msgstr "鈔竡鰲辣 轢 PinterDrake ..."
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
#, fuzzy
msgid "Configuring applications..."
msgstr "沃髓韲蜉 轢 關蓁鱚鞐 \"%s\" ..."
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
msgid "Would you like to configure printing?"
msgstr "費袱鱚 謌 籥 轢髓韲蓿 閻瑩 ?"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr "纓瑩轢 驤髓繻: "
-#: ../../printerdrake.pm_.c:2875
-#, fuzzy
-msgid "Printerdrake"
-msgstr "韆迺辮"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
"its settings; to make it the default printer; to view information about it; "
"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
+"OpenOffice.org/GIMP."
msgstr ""
"刹繖辷鱚 關蓁鱚韆 騾 轢髓韲纃.\n"
"廁褄纈 轢 繖蓁 銜 , 艢 籥 竡 鞳籥褞蒡瑩\n"
"蓚 艢 籥 闔謫蓿 蓁鉋赭 艢 辣竡, 蓚\n"
"碾頤 \"廷痼礦 韆迺辮\", 艢 籥 粮痼礦鱚 邇 關蓁鱚."
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -8812,29 +9132,29 @@ msgstr ""
"蓚 艢 籥 闔謫蓿 蓁鉋赭 艢 辣竡, 蓚\n"
"碾頤 \"廷痼礦 韆迺辮\", 艢 籥 粮痼礦鱚 邇 關蓁鱚."
-#: ../../printerdrake.pm_.c:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
#, fuzzy
msgid "Change the printing system"
msgstr "沃髓鉗袱 轢 跟繙瑩"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
msgid "Normal Mode"
msgstr "落韭琺纃 鞳肆"
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
msgid "Do you want to configure another printer?"
msgstr "費袱鱚 謌 籥 轢髓韲蓿 粽黹 關蓁鱚 ?"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
msgid "Modify printer configuration"
msgstr "鈿鞐礦 轢髓韲蜉蓿 轢 關蓁鱚"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, fuzzy, c-format
msgid ""
"Printer %s\n"
@@ -8843,101 +9163,103 @@ msgstr ""
"韆迺辮 %s: %s %s\n"
"圃裄 蔡袱鱚 籥 闔關珥蓿 闔 鴈艾 關蓁鱚 ?"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr "釣矗 !"
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
msgid "Printer connection type"
msgstr "呎 轢 碚芒瑩 褸 關蓁鱚鞐"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
msgid "Printer name, description, location"
msgstr "緋 轢 關蓁鱚鞐, 鈿蔡琿蒹, 跂髓鈿鉉鈕纃蒹"
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr "韲蒟碆粫鱚 轢 關蓁鱚鞐, 跪粤, 粽珸矼"
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr "韲蒟碆粫鱚 轢 關蓁鱚鞐, 跪粤"
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr "麗鞳粤謌 鴈艾 關蓁鱚 艢 闔諛矗辣 闔 闔粽瑯瘉鞐辣"
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
msgid "Print test pages"
msgstr "歴閻瑩矗辣 轢 鱚髓鈞 髓鞐辷"
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
#, fuzzy
msgid "Know how to use this printer"
msgstr "費袱鱚 謌 籥 轢髓韲蓿 粽黹 關蓁鱚 ?"
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
msgid "Remove printer"
msgstr "鞳赭矗辣 轢 關蓁鱚鞐"
-#: ../../printerdrake.pm_.c:3245
+#: ../../printerdrake.pm_.c:3472
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "泌鴃萵琿 轢 髓瑁 關蓁鱚 \"%s\" ..."
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
msgid "Default printer"
msgstr "韆迺辮 闔 闔粽瑯瘉鞐辣"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "韆迺辮 \"%s\" 矼 鈿鞳粤諷 艢 闔諛矗辣 闔 闔粽瑯瘉鞐辣."
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "沃蔡鱶轢 謌 蔡袱鱚 籥 關繻瑪辣鱚 關蓁鱚鞐 \"%s\" ?"
-#: ../../printerdrake.pm_.c:3297
+#: ../../printerdrake.pm_.c:3527
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "泌鴃萵琿 轢 關蓁鱚鞐 \"%s\" ..."
@@ -9349,7 +9671,7 @@ msgstr "罷鱚齏纈"
msgid "File sharing"
msgstr "鈔繼辣 轢 珸謗矼"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
msgid "System"
msgstr "刪髓繻"
@@ -9404,191 +9726,227 @@ msgstr "劒髓辷"
msgid "Stop"
msgstr "刔褞鉋"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
"the worldwide Linux Community"
msgstr ""
-#: ../../share/advertising/01-gnu.pl_.c:9
+#: ../../share/advertising/02-community.pl_.c:9
#, fuzzy
-msgid "Join the Free Software world"
+msgid "Get involved in the Free Software world"
msgstr "韲鴈褌 艢 鉐鰰轢謌 驍"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../share/advertising/02-internet.pl_.c:9
+#: ../../share/advertising/03-internet.pl_.c:9
#, fuzzy
-msgid "Internet and Messaging"
-msgstr "罷鱚齏纈 粮髓"
+msgid "Get the most from the Internet"
+msgstr "凾鞴 驟 褸 罷鱚齏纈"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"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 ""
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "約謦蓐繖 - 註瑣蒻"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:11
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"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 ""
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "俥苣珀銜袱"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "批韆"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
#, fuzzy
msgid "Mandrake Control Center"
msgstr "菩迺韲諷 纃鵁"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
#, fuzzy
msgid "User interfaces"
msgstr "矢繙鈞 蓁鱚頸繪"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
msgstr ""
-#: ../../share/advertising/07-server.pl_.c:9
+#: ../../share/advertising/08-development.pl_.c:9
#, fuzzy
-msgid "Server Software"
-msgstr "寰髓 轢 SMB 髫鞨"
+msgid "Development simplified"
+msgstr "俥苣珀銜袱"
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
+
+#: ../../share/advertising/08-development.pl_.c:11
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
msgstr ""
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "批韆"
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "投髀辮鴉"
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
+msgstr ""
+
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
+msgid ""
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:9
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
+msgid ""
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
+msgstr ""
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
#, fuzzy
-msgid "MandrakeStore"
-msgstr "艢糲諞蓿繼纃"
+msgid "Become a MandrakeExpert"
+msgstr "投髀辮鴉"
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "投髀辮鴉"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
msgstr ""
-#: ../../standalone.pm_.c:40
+#: ../../standalone.pm_.c:41
msgid "Installing packages..."
msgstr "罷髓琺蒡琿 轢 閠裙鱶 ..."
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "野 蒟諷苒 銜 驟驤鰰 蒟闔諛矗蜥 Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "野 硅繚鱚 銜邇碆 %s, 艢 籥 琲鱶礦鞐鱚 關鉤纃蓿"
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"羅 跪窶 籥 鞐范纈 鰰瘠蔬瑩 轢 謗矼鱚, 關繩琺纃 闔碚繖纃 :(\n"
-"揣 驟 鈿蓿瑕 籥 關鈔諞 籥 鞐范蔡鰲瑕 謗蓿 謗矼"
-
#: ../../standalone/drakTermServ_.c:188
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
@@ -9632,12 +9990,13 @@ msgstr "廷痼礦 闔鴃縺蓿繼"
msgid "Add/Del Clients"
msgstr "DHCP 裨蒹迺"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
#, fuzzy
msgid "Help"
msgstr "/_鉤銷"
@@ -9797,8 +10156,8 @@ msgid ""
"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "鈑粽珥諷辷 !"
@@ -9825,27 +10184,31 @@ msgstr "廷痼辣 轢 闔鴃縺蓿繼"
msgid "Remove the last item"
msgstr "釣 關繻瑪轢 謌 loopback 珸諤 ?"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:732
+#: ../../standalone/drakbackup_.c:726
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -9853,7 +10216,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -9861,13 +10224,20 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
#, fuzzy
msgid "Total progess"
msgstr "吶髓鈞 髓鞐辷"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9876,16 +10246,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "槽 閠韲諤"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "羅 跪窶 籥 銜碆 %s: %s\n"
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -9896,63 +10291,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "鮪 backup-珸"
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
#, fuzzy
msgid "Backup User files..."
msgstr "鮪 backup-珸"
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
#, fuzzy
msgid "Backup Other files..."
msgstr "鮪 backup-珸"
-#: ../../standalone/drakbackup_.c:1266
+#: ../../standalone/drakbackup_.c:1321
#, fuzzy
msgid "No changes to backup!"
msgstr "鮪 backup-珸"
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -9960,803 +10360,926 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1324
+#: ../../standalone/drakbackup_.c:1379
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "註纔袱 關 纈纃纈 轢 珸諤 %s"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "泌瘤 轢 閠裙鱶"
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1527
+#: ../../standalone/drakbackup_.c:1602
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "鮪 backup-珸"
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "野, 蒟痳鞳鱚 閠裙鱶鱚, 褌蓿 蔡袱鱚 籥 蓁髓琺蒡瑩."
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "泌鴃萵琿 轢 鈿璋袱鰰"
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
#, fuzzy
msgid "Windows (FAT32)"
msgstr "鞳赭辷 Windows(TM)"
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
#, fuzzy
msgid "Users"
msgstr "銜鞳瘉鱚鞫褌 蓐"
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
#, fuzzy
msgid "Use network connection to backup"
msgstr "鮪 backup-珸"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
#, fuzzy
msgid ""
" Transfer \n"
"Now"
msgstr "鞳碾韜"
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "野, 關釶矗蜥 跏袱鰰 驤"
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
#, fuzzy
msgid "Please enter your login"
msgstr "野, 鈿蓿珸鱚 銜邇碆"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
#, fuzzy
msgid "Please enter your password"
msgstr "野, 鈿蓿珸鱚 銜邇碆"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
#, fuzzy
msgid "Remember this password"
msgstr "銷 矼粱 閠韲諤"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
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:1849
+#: ../../standalone/drakbackup_.c:1923
#, fuzzy
msgid "Please choose your CD/DVD media size"
msgstr "野, 蒟痳鞳鱚 闔粽繙籥辣 轢 裨珥葯鴦鞐鰰."
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
#, fuzzy
msgid "Please check for multisession CD"
msgstr "野, 褄纈 轢 邇驤鱚"
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "野, 褄纈 轢 邇驤鱚"
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "野, 褄纈 轢 邇驤鱚"
-#: ../../standalone/drakbackup_.c:1868
+#: ../../standalone/drakbackup_.c:1942
#, fuzzy
msgid " Erase Now "
msgstr "鞳碾韜"
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "野, 褄纈 轢 邇驤鱚"
-#: ../../standalone/drakbackup_.c:1880
+#: ../../standalone/drakbackup_.c:1954
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "野, 褄纈 轢 邇驤鱚"
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
#, fuzzy
msgid "No CD device defined!"
msgstr "泌痳鞳鱚 珸"
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
#, fuzzy
msgid "Use tape to backup"
msgstr "鮪 backup-珸"
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "野, 蒟痳鞳鱚 閠裙鱶鱚, 褌蓿 蔡袱鱚 籥 蓁髓琺蒡瑩."
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "野, 蒟痳鞳鱚 閠裙鱶鱚, 褌蓿 蔡袱鱚 籥 蓁髓琺蒡瑩."
-#: ../../standalone/drakbackup_.c:1995
+#: ../../standalone/drakbackup_.c:2069
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "野, 蒟痳鞳鱚 閠裙鱶鱚, 褌蓿 蔡袱鱚 籥 蓁髓琺蒡瑩."
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "野, 關釶矗蜥 跏袱鰰 驤"
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
#, fuzzy
msgid "Use quota for backup files."
msgstr "鮪 backup-珸"
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
#, fuzzy
msgid "Network"
msgstr "矢繙鈞 蓁鱚頸繪"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
#, fuzzy
msgid "Tape"
msgstr "第"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
#, fuzzy
msgid "Use daemon"
msgstr "銜鞳瘉鱚鞫褌 蓐"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "野, 蒟痳鞳鱚 閠裙鱶鱚, 褌蓿 蔡袱鱚 籥 蓁髓琺蒡瑩."
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "野, 蒟痳鞳鱚 蒟闔諛矗 繚蒻."
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
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:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
#, fuzzy
msgid "What"
msgstr "塘蓁 跪跂迺"
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
#, fuzzy
msgid "Where"
msgstr "Wheel"
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
#, fuzzy
msgid "When"
msgstr "Wheel"
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
#, fuzzy
msgid "More Options"
msgstr "麗蓙 轢 跪糂諤:"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "沃髓韲蜉 轢 跟繙瑩"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "野, 蒟痳鞳鱚 閠裙鱶鱚, 褌蓿 蔡袱鱚 籥 蓁髓琺蒡瑩."
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "野, 蒟痳鞳鱚 閠裙鱶鱚, 褌蓿 蔡袱鱚 籥 蓁髓琺蒡瑩."
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
#, fuzzy
msgid "Backup system"
msgstr "壜蜍鈞 驤髓繻"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, fuzzy, c-format
-msgid " on device : %s"
+msgid " on device: %s"
msgstr "囁鴃鉗髓碆 轢 跏袱鰰: %s\n"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "麗蓙"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "野, 蒟痳鞳鱚 驟韆纃 闔頏 褸 褌蜥 驍韃琿 跪粤蹂 礦."
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
#, fuzzy
msgid " Restore Configuration "
msgstr "沃髓韲蜉 轢 跟繙瑩"
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
#, fuzzy
msgid "Backup the system files before:"
msgstr "鮪 backup-珸"
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "please choose the date to restore"
msgstr "野, 蒟痳鞳鱚 鱶 轢 跏袱鰰."
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "鮪 backup-珸"
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "野, 關釶矗蜥 跏袱鰰 驤"
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
#, fuzzy
msgid "FTP Connection"
msgstr "LAN 碚芒"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
#, fuzzy
msgid "Secure Connection"
msgstr "泌痳鞳鱚 碚芒 褸 關蓁鱚鞐"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "諾苟鰰邇礦 銜 粫驫纈"
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
#, fuzzy
msgid "Select another media to restore from"
msgstr "野, 蒟痳鞳鱚 鱶 轢 跏袱鰰."
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Other Media"
msgstr "悌黹"
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
#, fuzzy
msgid "Restore system"
msgstr "罷髓琺蒡琿 轢 驤髓繻瑩"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
#, fuzzy
msgid "Restore Users"
msgstr "諾苟鰰邇礦 銜 珸"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore Other"
msgstr "諾苟鰰邇礦 銜 珸"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "野, 蒟痳鞳鱚 鱶 轢 跏袱鰰."
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3394
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "泌鴃萵琿 轢 鈿璋袱鰰"
+
+#: ../../standalone/drakbackup_.c:3411
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "諾苟鰰邇礦 銜 珸"
+
+#: ../../standalone/drakbackup_.c:3477
+#, c-format
+msgid "Backup files not found at %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, fuzzy
+msgid "Restore From CD"
+msgstr "諾苟鰰邇礦 銜 粫驫纈"
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "諾苟鰰邇礦 鰰瘠蔬瑩 謗矼鱚"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3524
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "諾苟鰰邇礦 銜 珸"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3525
+#, fuzzy
+msgid "Host Name"
+msgstr "緋 轢 鉐:"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+#, fuzzy
+msgid "Password required"
+msgstr "瑁鉉"
+
+#: ../../standalone/drakbackup_.c:3539
+#, fuzzy
+msgid "Username required"
+msgstr "銜鞳瘉鱚鞫褌 蓐"
+
+#: ../../standalone/drakbackup_.c:3542
+#, fuzzy
+msgid "Hostname required"
+msgstr "緋 轢 鉐:"
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "諾苟鰰邇礦 銜 珸"
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
#, fuzzy
msgid "Custom Restore"
msgstr "暮蒹迺驫"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3865
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "諾苟鰰邇礦 鰰瘠蔬瑩 謗矼鱚"
+
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "諾苟鰰邇礦 銜 珸"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
#, fuzzy
msgid "Previous"
msgstr "<- 鞳粫纃"
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "劒髓辷"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
#, fuzzy
msgid "Build Backup"
msgstr "鮪 backup-珸"
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
#, fuzzy
msgid "Restore"
msgstr "諾苟鰰邇礦 銜 珸"
-#: ../../standalone/drakbackup_.c:3553
+#: ../../standalone/drakbackup_.c:4231
msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3574
-msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "刹繖辷鱚 閠裙鱶 癩籥 蓁髓琺蒡琿"
-#: ../../standalone/drakbackup_.c:3621
+#: ../../standalone/drakbackup_.c:4278
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
#, fuzzy
msgid "Please select data to restore..."
msgstr "野, 蒟痳鞳鱚 蒟闔諛矗 繚蒻."
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
#, fuzzy
msgid "Please select media for backup..."
msgstr "野, 蒟痳鞳鱚 蒟闔諛矗 繚蒻."
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
#, fuzzy
msgid "Please select data to backup..."
msgstr "野, 蒟痳鞳鱚 蒟闔諛矗 繚蒻."
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
#, fuzzy
msgid "Backup system files"
msgstr "鮪 backup-珸"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup user files"
msgstr "鮪 backup-珸"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup other files"
msgstr "鮪 backup-珸"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
#, fuzzy
msgid "Sending files..."
msgstr "楳閠艾 碾 珸"
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "沃髓韲蜉 轢 跟繙瑩"
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
#, fuzzy
msgid "View Backup Configuration."
msgstr "沃髓韲蜉 轢 跟繙瑩"
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
#, fuzzy
msgid "Wizard Configuration"
msgstr "沃髓韲蜉"
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
#, fuzzy
msgid "Advanced Configuration"
msgstr "沃髓韲蜉 轢 謗袱謐 跟繙"
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
#, fuzzy
msgid "Backup Now"
msgstr "壜蜍鈞 驤髓繻"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
msgid ""
"options description:\n"
"\n"
@@ -10788,7 +11311,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10797,7 +11320,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -10838,45 +11361,45 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -10893,7 +11416,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -10933,7 +11456,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -10944,7 +11467,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10957,7 +11480,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -11038,9 +11561,9 @@ msgstr ""
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
#, fuzzy
msgid "Standalone Tools"
msgstr "菩辯鉉辷 蓁髓頌跂迺"
@@ -11092,26 +11615,26 @@ msgstr "韆迺辮"
msgid "Configuration Wizards"
msgstr "尤笨鉐辷 艢 轢髓韲蜉 轢 跟繙瑩"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
#, fuzzy
msgid "Application:"
msgstr "披纃鱶蒻瑶"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
#, fuzzy
msgid "Package: "
msgstr "泌瘤 轢 閠裙鱶"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
#, fuzzy
msgid "Release: "
msgstr "野 蒟琲珸鱚"
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -11123,21 +11646,21 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
#, fuzzy
msgid "Report"
msgstr "闔頏"
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
#, fuzzy
msgid "Not installed"
msgstr "泌鈔 銜 蓁髓琺瑶蓆迯瑩 關釿鞐赭"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
#, fuzzy
msgid "No browser available! Please install one"
msgstr "野聽鱚 籥 蒟痳鞳鱚 粽黹 繚蔬, 褌蓿 癩籥 轢謌 驪繖蓁髓琺瑶鰰"
@@ -11587,7 +12110,7 @@ msgstr "髓 轢 跪迺蒡琿"
#: ../../standalone/drakfont_.c:909
#, fuzzy
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "泌痳鞳鱚 謗矼鱚, 褌蓿 蔡袱鱚 籥 鉋赭鱶鞐鱚"
#: ../../standalone/drakfont_.c:918
@@ -11669,19 +12192,19 @@ msgstr "赭鱚 跟繙鈞 珞瑙鱚!"
msgid "Post Uninstall"
msgstr "泌鈔 銜 蓁髓琺瑶蓆迯瑩 關釿鞐赭"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr "剌鈔繼辣 轢 碚芒瑩 罷鱚齏纈"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr "剌鈔繼辣鴈 轢 碚芒瑩 褸 罷鱚齏纈 矼 琲鱶礦鞐邇"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -11693,31 +12216,31 @@ msgstr ""
"\n"
"圃裄 蔡袱鱚 籥 轢關珥蓿 ?"
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
msgid "disable"
msgstr "蒟裨"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr "鉐鰰礦"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "reconfigure"
msgstr "關纃瑜鴃鉗袱"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
msgid "Disabling servers..."
msgstr "泌裨矗辣 轢 髫鞨韆 ..."
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
msgid "Internet connection sharing is now disabled."
msgstr "剌鈔繼辣鴈 轢 罷鱚齏纈 碚芒瑩 跪跂迺 蒟裨纃."
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr "剌鈔繼辣鴈 轢 罷鱚齏纈 碚芒瑩 蒟裨纃."
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -11729,19 +12252,19 @@ msgstr ""
"\n"
"圃裄 蔡袱鱚 籥 轢關珥蓿 ?"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
msgid "enable"
msgstr "礪譫"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr "題譫矗辣 轢 髫鞨韆 ..."
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
msgid "Internet connection sharing is now enabled."
msgstr "剌鈔繼辣鴈 轢 罷鱚齏纈 跪跂迺 礪譫纃."
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
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 "
@@ -11757,21 +12280,21 @@ msgstr ""
"歴痳諷聽鱚: 鴃痰 礦 銜粤諷 艢 鴈矗 跟繙鈞 珞瑙鱚, 艢 籥 齣鰰邇礦鱚 "
"碾鴃纔轢鰰 驤 跟繙 (LAN)."
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr "罷鱚頸繪 %s (蒟闔諛矗 跪糂 %s)"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, c-format
msgid "Interface %s"
msgstr "罷鱚頸繪 %s"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr "赭鱚 跟繙鈞 珞瑙鱚!"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -11779,11 +12302,11 @@ msgstr ""
" 驤髓繻瑩 辣 銜褓蓿 ethernet 跟繙鈞 珞瑙鱚. 野, 髓瑁鱶鞐蜥 "
"蓁髓頌跂迺 艢 轢髓韲蜉 轢 瑁糂辮."
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "矢繙鈞 蓁鱚頸繪"
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -11798,19 +12321,19 @@ msgstr ""
"\n"
"剏鰰 籥 齣鰰邇 謗袱謐瑩 礦 跟繙 轢 鴈艾 珞瑙鱚."
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
"野 蒟痳鞳鱚 褌 跟繙鈞 珞瑙鱚 籥 癩粤 礪譫纃 褸 謗袱謐瑩 礦 跟繙."
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:259
#, fuzzy
msgid "Network interface already configured"
msgstr "夾迥蓆轢謐鉐鴪 轢 跟繙瑩 辣 轢髓韲纃"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -11820,17 +12343,17 @@ msgid ""
"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
#, fuzzy
msgid "Automatic reconfiguration"
msgstr "説鴈赭鱶轢 轢髓韲蜉 轢 CUPS"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
#, fuzzy
msgid "Show current interface configuration"
msgstr "鈿鞐礦 轢髓韲蜉蓿 轢 關蓁鱚"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -11841,7 +12364,7 @@ msgid ""
"Driver: %s"
msgstr ""
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -11853,55 +12376,43 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr ""
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
#, fuzzy
msgid "(This) DHCP Server IP"
msgstr "IP 轢 CUPS 髫鞨鞐"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr ""
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr ""
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr "諾芟鈕纃 褌逕蒻 珞鞳驤鱚 LAN 轢髓韲蜉瑩 轢 %s!\n"
-#: ../../standalone/drakgw_.c:320
-msgid "Firewalling configuration detected!"
-msgstr "歴褓蓿 轢髓韲蜉 轢 楳蓿轢 剪纃 !"
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"瀧蓐琿蒹 ! 歴褓蓿 轢髓韲蜉 轢 楳蓿轢 剪纃. 野聽 籥 驟 轢謗肆 袱裄 "
-"顏轢 闔關珥袱 驪繖 蓁髓琺瑶鰰."
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
msgid "Configuring..."
msgstr "沃髓韲蜉 ..."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
"沃髓韲蛯璞 驫韆闥鈞, 蓁髓琺蒡琿 轢 骼鴦辮, 髓瑁鱶鞐辣 轢 髫鞨韆..."
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, c-format
msgid "Problems installing package %s"
msgstr "韲瘠繻 蓁髓琺蒡琿纈 轢 閠裙鰰 %s"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -11911,23 +12422,23 @@ msgstr ""
"刔窶 跪聽鱚 籥 髀鈔繼蓿 罷鱚齏纈 碚芒瑩 驤 粽黹 褌跫鴃 謗袱謐瑩 "
"礦 跟繙 蒟闔諛矗蜉 珥鴈赭鱶轢 跟繙鈞 轢髓韲蜉 (DHCP)."
-#: ../../standalone/drakgw_.c:566
+#: ../../standalone/drakgw_.c:504
msgid "The setup has already been done, but it's currently disabled."
msgstr "囁鰰邇礪瑩 矼 轢關珥纃, 邇 跪跂迺 蒟裨纃."
-#: ../../standalone/drakgw_.c:567
+#: ../../standalone/drakgw_.c:505
msgid "The setup has already been done, and it's currently enabled."
msgstr "囁鰰邇礪瑩 矼 轢關珥纃 跪跂迺 礪譫纃."
-#: ../../standalone/drakgw_.c:568
+#: ../../standalone/drakgw_.c:506
msgid "No Internet Connection Sharing has ever been configured."
msgstr "赭 轢髓韲蛯琿 髀鈔繼辣 轢 罷鱚齏纈 碚芒瑩."
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
msgid "Internet connection sharing configuration"
msgstr "沃髓韲蜉 轢 髀鈔繼辣鴈 轢 罷鱚齏纈 碚芒瑩"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -11942,6 +12453,158 @@ msgstr ""
"\n"
"廁褄纈 ``沃髓韲'', 琲 蔡袱鱚 籥 髓瑁鱶鞐辣 齣鰰邇矗 赭笨鉐辷."
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr "羅 驍韃琿"
+
+#: ../../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"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+#, fuzzy
+msgid "first step creation"
+msgstr "髫籥矗辣 轢 髓瑁鱶鞐 粫驫纈"
+
+#: ../../standalone/draksplash_.c:77
+#, fuzzy
+msgid "final resolution"
+msgstr "俥舮繼蓿繼轢 髀鉐釶邇髓"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#, fuzzy
+msgid "choose image file"
+msgstr "泌痳鞳鱚 珸"
+
+#: ../../standalone/draksplash_.c:79
+#, fuzzy
+msgid "Theme name"
+msgstr "令 蓐"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+#, fuzzy
+msgid "go to lilosplash configuration"
+msgstr "刹繖 蓁髓琺瑶蓆迯 轢髓韲蜉"
+
+#: ../../standalone/draksplash_.c:83
+#, fuzzy
+msgid "quit"
+msgstr "泌鈔"
+
+#: ../../standalone/draksplash_.c:84
+#, fuzzy
+msgid "save theme"
+msgstr "罷髓琺蒡琿 轢 驤髓繻瑩"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#, fuzzy
+msgid "Configure bootsplash picture"
+msgstr "沃髓韲蜉 轢 齣謫竏鱚"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+#, fuzzy
+msgid "go back"
+msgstr "Loopback"
+
+#: ../../standalone/draksplash_.c:120
+#, fuzzy
+msgid "preview"
+msgstr "齣鴃鉗髓碆"
+
+#: ../../standalone/draksplash_.c:121
+#, fuzzy
+msgid "choose color"
+msgstr "泌痳鞳鱚 跪辷鴈"
+
+#: ../../standalone/draksplash_.c:124
+msgid "Display logo on Console"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:436
+#, fuzzy
+msgid "ProgressBar color selection"
+msgstr "泌瘤 跪粤 轢 關蓁鱚鞐"
+
+#: ../../standalone/draksplash_.c:454
+#, fuzzy
+msgid "You must choose an image file first!"
+msgstr "諾矼粤鱚 URI 轢 閻瑩璞 齣鴃鉗髓碆"
+
+#: ../../standalone/draksplash_.c:463
+#, fuzzy
+msgid "Generating preview ..."
+msgstr "楳驤琿 轢 齣鴃鉗髓矗 ..."
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12034,11 +12697,11 @@ msgid ""
msgstr ""
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr ""
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr ""
#: ../../standalone/drakxtv_.c:114
@@ -12116,7 +12779,7 @@ msgstr "羅 跪窶 籥 闢骰 釶邇矗辣鴈 !!!\n"
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
msgid "logdrake"
msgstr "謗邃鞳蜉"
@@ -12299,7 +12962,7 @@ msgstr "蓁鱚鞳驟"
#: ../../standalone/logdrake_.c:431
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"You will receive an alert if one of the selected services is no more running"
msgstr ""
#: ../../standalone/logdrake_.c:443
@@ -12321,19 +12984,19 @@ msgstr "沃髓韲蜉 轢 矼鴈矼"
msgid "Please enter your email address below "
msgstr "野, 鈿蓿珸鱚 銜邇碆"
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr "楳閠艾 袱鴈..."
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "野, 蒟痳鞳鱚 鱶 轢 跏袱鰰."
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "釣 驤踈謌鞐 謌 鴃纈 癈鴈 ?"
-#: ../../standalone/printerdrake_.c:48
+#: ../../standalone/printerdrake_.c:57
#, fuzzy
msgid "Reading printer data ..."
msgstr "怛鱚辣 轢 籥迯 銜 關蓁鱚鞐 ..."
@@ -12346,34 +13009,45 @@ msgstr "楳驤琿 轢 齣鴃鉗髓矗 ..."
msgid "Test ports"
msgstr "吶髓矗辣 闔頏鈞纈"
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
msgstr ""
+#: ../../standalone/scannerdrake_.c:56
+#, fuzzy, c-format
+msgid "%s found on %s, configure it?"
+msgstr "費袱鱚 謌 籥 轢髓韲蓿 閻瑩 ?"
+
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:65
#, fuzzy
msgid "Select a scanner"
msgstr "泌痳鞳鱚 竦瑣蔟轢 袱頏"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr ""
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, 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:95
+#: ../../standalone/scannerdrake_.c:109
#, fuzzy
msgid "choose device"
msgstr "剪瑁鱶鞐 齣鴃鉗髓碆"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -12381,7 +13055,7 @@ msgid ""
"section."
msgstr ""
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -12389,48 +13063,18 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
"Some devices in the %s class were added:\n"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:30
-msgid "Firewalling Configuration"
-msgstr "沃髓韲蜉 轢 楳蓿轢 剪纃"
-
-#: ../../standalone/tinyfirewall_.c:43
-msgid "Firewalling configuration"
-msgstr "沃髓韲蜉 轢 楳蓿轢 剪纃"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"楳蓿轢 髓纃\n"
-"\n"
-"代 髓 轢髓韲蓚 艢蓿轢 髓纃.\n"
-"廁褄纈 沃髓韲, 艢 籥 齣鰰邇礦鱚 髓琿籥頏轢 艢蓿轢 髓纃"
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"楳蓿轢 髓纃\n"
-"\n"
-"廁褄纈 沃髓韲, 艢 籥 齣鰰邇礦鱚 髓琿籥頏轢 艢蓿轢 髓纃"
-
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "泌瘤 轢 繚蒻"
@@ -12504,222 +13148,7 @@ msgstr "罷髓琺蒡琿 轢 驤髓繻瑩"
msgid "Exit install"
msgstr "泌鈔 銜 蓁髓琺瑶蓆迯瑩 關釿鞐赭"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"沃髓韲蝸蒻 艢 赭謚 艢蓿轢 髓纃\n"
-"\n"
-"呷矗 轢髓韲蛯 閻韵鉈琺轢 艢蓿轢 髓纃 艢 鰰艾 Mandrake Linux 赭蓁.\n"
-"楳 跪邇 闔髓矼鱚邇 轢 艢蓿瑩 鞳纃蒹, 跪諷, 闔站繖辣鱚 髀纐葯謌艾鞐轢鰰\n"
-"MandrakeSecurity Firewall 粫髓韆癈."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"刔窶 礦 艢籥粤 碾關鉐 艢 鴈矗, 褸 褌 齣謫竏 瘉鱚 蔡袱謌 籥\n"
-"闔艪鉉蓿 轢 罷鱚齏纈 籥 驍韃矗. 野, 闔跏驪纈 硴蓐瑩繼邇 闔\n"
-"鱚艾 碾關鉐, 鵁 袱鴈 驤笂齏鉐鴪 轢 褌跫鵁鞐 礦 矗肭.\n"
-"\n"
-"野, 琲 跪跂迺 辣 蒟闔諛矗鱚 褌 銜 齣謫竏鱚, 艢蓿纈 .\n"
-"野聽鱚 籥 關鉤纃蓿 轢髓韲蜉瑩 闔 碌褌 碚繻, 琲 蔡袱鱚, 袱鴈\n"
-"髓瑁鱶鞐鱚 銜邇碆 鴈矗 關蓚鈕纃蒹 !"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"泌闔諛矗鱚 謌 Web 髫鞨 轢 鰰艾 赭蓁, 褌蜥 蔡袱鱚 繼 罷鱚齏纈\n"
-"艢 礦聹 ? 占 蒟闔諛矗鱚, 褌蜥 鴃痰 籥 癩粤 粮髓閻 銜 鰰艾 赭蓁,\n"
-"跪聽鱚 髀鉅鉗邇 籥 銜竡碆韆鱚 羅 鴦.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"泌闔諛矗鱚 謌 Name 髫鞨 轢 鰰艾 赭蓁 ? 占 辣 蔡袱鱚 籥 關繖鉐鰰鱚\n"
-"蓁鉋赭 艢 IP-鰰 芬辷 轢 繼 罷鱚齏纈, 跪, 銜竡碆鞳鱚 羅.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"費袱鱚 謌 籥 鞐苣纔蓿 碯鈔 Secure SHell (SSH) 碚芒 ? 呷矗 \n"
-"艢跂髓蓿繼 轢 telnet, 褌蜥 跪聽鱚 籥 蒟闔諛矗鱚 艢 硅蒟琿. 占 \n"
-"跪跂迺 蒟闔諛矗鱚 telnet, 鈿鞳粤諷邇 鴃痰 籥 關繻蓁纈 褸 SSH.\n"
-"Telnet 辣 褓蓖鱶鞐 -- 鰰袱 褌 瑩琲黷璞 跪窶 籥 銜褓珞轢\n"
-"閠韲諤鰰 礦, 琲 竡 蒟闔諛矗鱚. SSH 褓蓖鱶鞐 蒟裨矗 鰰袱矗\n"
-"蒟糲迥."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"費袱鱚 謌 籥 闔艪鉉蓿 碯鈔 telnet 碚芒 ?\n"
-"呷矗 黽瑜邇 辣驤笂齏, 袱褞 釶骰蔘跂 關繖蔕辷 繩鞐. 刪謐\n"
-"礦 關繽鉋矗跂 籥 銜竡碆韆鱚 羅 鴦 籥 蒟闔諛矗鱚 SSH 碎繿鴈\n"
-"telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"緋瑩 謌 FTP 髫鞨 鴦, 褌蜥 鴃痰 籥 粮髓閻 艢 罷鱚齏纈 ?\n"
-"占 蓐瑩, 驤謐 礦 關繽鉋矗跂 籥 竡 蒟闔諛矗鱚 艢 琿鉈蓐辷 鴃琿髞辮.\n"
-"托蔟褂 閠韲謌 蒟關璞琿 闔 FTP 跪窶 籥 癩籥 銜褓珞轢鱶 銜 瑩琲黷璞\n"
-"謌邇髓, 鵁 袱鴈 FTP 辣 蒟闔諛矗 褓蓖鴈竦瑣 艢 關纒碾韜辣鴈 蓐.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"緋瑩 謌 闔纃驫 髫鞨 鴦 ? 占 蒟關璞瑩 髫釶纃鰰 驤\n"
-"鞳 pine, mutt 蓚 袱褸碣 籥 粽黹 鱚襃鴈 闔纃驫 裨蒹迺,\n"
-"跪聽 瘉 蓐瑩. 關銜萵纃 驪齬珸, 鴃痰 籥 艢蓿蓿 鴈矗.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"緋瑩 謌 POP 蓚 IMAP 髫鞨 鴦 ? 呷矗 跪聽 籥 癩粤\n"
-"蒟闔諛矗邇 籥 關蕈矗辣 轢 辣-web-痼艾鞐辷 闔纃驫 琲瑰迺\n"
-"關繚 鰰艾 赭蓁.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"袱 蒟闔諛矗鱚 2.2 粽. 占 跟繙鈞銜 IP 珥鴈赭鱶邇 驟\n"
-"鈿鞳粤 銜 褌跫鵁 矗 蓚 銓蔡 (粫轢跏邇 闔髓珥邇),\n"
-"鴃痰 籥 闔艪鉉蓐 鴈矗. 呀褸 謌 驪齬 ?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"宅繻纈 轢 褌跫鵁鞐 礦 驤逡韲辷艾鞐 謌 驟 粽黹 褌跫鵁 ?\n"
-"呷矗 站珥邇 驟 蒟闔諛矗 髏繖邇-竡諷跏 Unix/Linux 鉋窶辷艢蓙,\n"
-"艢 籥 驤 驤逡韲辷艾鞐 碚繻纈 艢 艢闊驍琿 轢 髓瑩齣 鰰褂矗 鞐瘤鱶.\n"
-"占 辣 髓 瑜 銜 闔-竡 銓蔡 辣 髓 黷琺 艢 鰰褌矗 辣,\n"
-"跪聽 瘉 辣 礦 鴃痰."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"沃髓韲蜉瑩 艢碾頽纃. 釣 艢闊繻 謌 關鉤纃蓿 轢 粫驫 ?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "羅 跪窶 籥 銜碆 %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "羅 跪窶 籥 銜碆 %s 艢 艢闊: %s\n"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "沃髓韲蜉 轢 楳蓿轢 剪纃"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:230
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "野, 蒟琲珸鱚, 闔粃銜辣 轢 蓁髓琺瑶鰰"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -12852,6 +13281,10 @@ msgid "Graphical Environment"
msgstr "註瑣蔟轢 髏繖"
#: ../../share/compssUsers:999
+msgid "Development"
+msgstr "俥苣珀銜袱"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache Pro-ftpd"
@@ -12962,95 +13395,217 @@ msgstr "約謦蓐繖 - 鈿蔟琿 轢 CD"
msgid "Scientific Workstation"
msgstr "沃齬轢 鞐瘤鴉 髓琿"
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
+#~ msgid ""
+#~ "The first time you try the X configuration, you may not be very "
+#~ "satisfied\n"
+#~ "with its display (screen is too small, shifted left or right...). Hence,\n"
+#~ "even if X starts up correctly, DrakX then asks you if the configuration\n"
+#~ "suits you. It will also propose to change it by displaying a list of "
+#~ "valid\n"
+#~ "modes it could find, asking you to select one.\n"
+#~ "\n"
+#~ "As a last resort, if you still cannot get X to work, choose \"Change\n"
+#~ "graphics card\", select \"Unlisted card\", and when prompted on which\n"
+#~ "server, choose \"FBDev\". This is a failsafe option which works with any\n"
+#~ "modern graphics card. Then choose \"Test again\" to be sure."
+#~ msgstr ""
+#~ "鞨 陏, 褌窶鴈 鈿蓿瑩 轢髓韲蜉瑩 轢 X, 跪聽 瘉 赭 籥 髓 粮碆謐 "
+#~ "銜\n"
+#~ "銜 礦籥 (繩鞐逧 關繩琺纃 赭證, 銜跂髓纃 轢碆 蓚 轢骰...). "
+#~ "諾關繩\n"
+#~ "鴈矗, 籥聽 琲 X 鴃竝 袱鴈 鉋瑩, DrakX 礦 闔闊鰰 籥謌 轢髓韲蜉瑩 "
+#~ "礦\n"
+#~ "粮閠籥. 劒 鰰袱, 礦 關繖謗肆 關鉤轢, 袱鴈 闔袱聽 髀蔡 轢 矗謌粱\n"
+#~ "鞳肆跏, 褌蓿 齣 籥 轢跂韆, 跪諱 籥 闔骼蓿 繖蓁.\n"
+#~ "\n"
+#~ "圃鴈 闔驪繖轢 碾芟鈕邇髓, 琲 碌 銷 辣 跪聽鱚 籥 闔粨瑁瑩 X, 蒟痳鞳鱚\n"
+#~ "\"韲轢 轢 竦瑣蔟轢鰰 袱頏\", 闔骼蓿 \"羅蒟瘰鈬轢 袱頏\", , "
+#~ "褌窶鴈\n"
+#~ "癩粤鱚 闔闊鰰辷 褌 髫鞨 籥 癩粤 蒟闔諛矗, 蒟痳鞳鱚 \"FBDev\". 呷矗 \n"
+#~ "痳艫鞳轢 鈿, 褌鴈 鞐瘤鱶 轢 碌袱 闔-邇矗 袱頏. 呷窶矗 蒟痳鞳鱚 "
+#~ "\"麗蓿珸 閠\", 艢 籥 髓 驤笂齏."
+
+#~ msgid "LBA (doesn't work on old BIOSes)"
+#~ msgstr "LBA (辣 鞐瘤鱶 轢 髓瑁 BIOS-)"
+
+#~ msgid "You don't have any partitions!"
+#~ msgstr "赭鱚 辷袱裄 謗矼!"
-#, fuzzy
#~ 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."
+#~ "DiskDrake failed to read correctly the partition table.\n"
+#~ "Continue at your own risk!"
#~ msgstr ""
-#~ "呷矗 辷碆 驟 蒟闔諛矗 硴蓐琿蒹. 呷矗 袱鞐 驤髓繻瑩 礦 闔-諷骰 艢\n"
-#~ "齒銜鞳痼, 邇 闔-黷髓礦鱚謐: 辣 鴃痰 籥 癩粤 蒟闔諛矗轢 轢 赭蓁\n"
-#~ "驍韃琿 粽黹 蓚 闔 罷鱚齏纈. 赭 粮髓 閠韲謌."
+#~ "DiskDrake 辣 齣 籥 鞐范纈 關珥蓚邇 鰰瘠蔬瑩 轢 謗矼鱚.\n"
+#~ "韲糲諞蓿 轢 骼瘻鰲纃 韆驫 !"
-#, fuzzy
#~ msgid ""
-#~ "With this security level, the use of this system as a server becomes "
-#~ "possible.\n"
-#~ " The security is now high enough to use the system as a "
-#~ "server which can accept\n"
-#~ " connections from many clients. Note: if your machine is "
-#~ "only a client on the Internet, you should choose a lower level."
+#~ "I can't read your partition table, it's too corrupted for me :(\n"
+#~ "I'll try to go on blanking bad partitions"
#~ msgstr ""
-#~ " 鴈矗 辷碆 轢 驤笂齏鉐, 闔諛矗辣鴈 轢 驤髓繻瑩 袱鴈 髫鞨 髓珥 "
-#~ "碾芟鈕邇.\n"
-#~ "刪笂齏鉐鴪 驟窶 粮髓瑩邇 竡赭 籥 驟 蒟闔諛矗 驤髓繻瑩 袱鴈\n"
-#~ "髫鞨 關蒹赭 碚芒 銜 跋釿 裨蒹迺. "
+#~ "羅 跪窶 籥 鞐范纈 鰰瘠蔬瑩 轢 謗矼鱚, 關繩琺纃 闔碚繖纃 :(\n"
+#~ "揣 驟 鈿蓿瑕 籥 關鈔諞 籥 鞐范蔡鰲瑕 謗蓿 謗矼"
-#, fuzzy
-#~ msgid "Basic Options"
-#~ msgstr "麗蓙"
+#~ msgid "Firewalling Configuration"
+#~ msgstr "沃髓韲蜉 轢 楳蓿轢 剪纃"
-#, fuzzy
-#~ msgid "Security Checks"
-#~ msgstr "刪笂齏鉐"
+#~ msgid "Firewalling configuration"
+#~ msgstr "沃髓韲蜉 轢 楳蓿轢 剪纃"
-#, fuzzy
-#~ msgid "Please choose your CD space"
-#~ msgstr "野, 蒟痳鞳鱚 闔粽繙籥辣 轢 裨珥葯鴦鞐鰰."
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "You already have set up a firewall.\n"
+#~ "Click on Configure to change or remove the firewall"
+#~ msgstr ""
+#~ "楳蓿轢 髓纃\n"
+#~ "\n"
+#~ "代 髓 轢髓韲蓚 艢蓿轢 髓纃.\n"
+#~ "廁褄纈 沃髓韲, 艢 籥 齣鰰邇礦鱚 髓琿籥頏轢 艢蓿轢 髓纃"
-#, fuzzy
-#~ msgid "Please enter the cd writer speed"
-#~ msgstr "野, 關釶矗蜥 跏袱鰰 驤"
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "Click on Configure to set up a standard firewall"
+#~ msgstr ""
+#~ "楳蓿轢 髓纃\n"
+#~ "\n"
+#~ "廁褄纈 沃髓韲, 艢 籥 齣鰰邇礦鱚 髓琿籥頏轢 艢蓿轢 髓纃"
-#, fuzzy
-#~ msgid "Please check if you want to include install boot on your CD."
-#~ msgstr "野, 蒟痳鞳鱚 閠裙鱶鱚, 褌蓿 蔡袱鱚 籥 蓁髓琺蒡瑩."
+#~ msgid ""
+#~ "We'll now ask you questions about which services you'd like to allow\n"
+#~ "the Internet to connect to. Please think carefully about these\n"
+#~ "questions, as your computer's security is important.\n"
+#~ "\n"
+#~ "Please, if you're not currently using one of these services, firewall\n"
+#~ "it off. You can change this configuration anytime you like by\n"
+#~ "re-running this application!"
+#~ msgstr ""
+#~ "刔窶 礦 艢籥粤 碾關鉐 艢 鴈矗, 褸 褌 齣謫竏 瘉鱚 蔡袱謌 籥\n"
+#~ "闔艪鉉蓿 轢 罷鱚齏纈 籥 驍韃矗. 野, 闔跏驪纈 硴蓐瑩繼邇 闔\n"
+#~ "鱚艾 碾關鉐, 鵁 袱鴈 驤笂齏鉐鴪 轢 褌跫鵁鞐 礦 矗肭.\n"
+#~ "\n"
+#~ "野, 琲 跪跂迺 辣 蒟闔諛矗鱚 褌 銜 齣謫竏鱚, 艢蓿纈 .\n"
+#~ "野聽鱚 籥 關鉤纃蓿 轢髓韲蜉瑩 闔 碌褌 碚繻, 琲 蔡袱鱚, 袱鴈\n"
+#~ "髓瑁鱶鞐鱚 銜邇碆 鴈矗 關蓚鈕纃蒹 !"
-#~ msgid "Url should begin with 'ftp:'"
-#~ msgstr "URL 鴃痰 籥 艢闔矗 'ftp:'"
+#~ msgid ""
+#~ "Are you running a web server on this machine that you need the whole\n"
+#~ "Internet to see? If you are running a webserver that only needs to be\n"
+#~ "accessed by this machine, you can safely answer NO here.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "泌闔諛矗鱚 謌 Web 髫鞨 轢 鰰艾 赭蓁, 褌蜥 蔡袱鱚 繼 罷鱚齏纈\n"
+#~ "艢 礦聹 ? 占 蒟闔諛矗鱚, 褌蜥 鴃痰 籥 癩粤 粮髓閻 銜 鰰艾 赭蓁,\n"
+#~ "跪聽鱚 髀鉅鉗邇 籥 銜竡碆韆鱚 羅 鴦.\n"
+#~ "\n"
-#, fuzzy
#~ msgid ""
-#~ "Please check if you want to include\n"
-#~ " install boot on your CD."
-#~ msgstr "野, 蒟痳鞳鱚 閠裙鱶鱚, 褌蓿 蔡袱鱚 籥 蓁髓琺蒡瑩."
+#~ "Are you running a name server on this machine? If you didn't set one\n"
+#~ "up to give away IP and zone information to the whole Internet, please\n"
+#~ "answer no.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "泌闔諛矗鱚 謌 Name 髫鞨 轢 鰰艾 赭蓁 ? 占 辣 蔡袱鱚 籥 關繖鉐鰰鱚\n"
+#~ "蓁鉋赭 艢 IP-鰰 芬辷 轢 繼 罷鱚齏纈, 跪, 銜竡碆鞳鱚 羅.\n"
+#~ "\n"
-#, fuzzy
-#~ msgid "Windows PDC"
-#~ msgstr "鞳赭辷 Windows(TM)"
+#~ msgid ""
+#~ "Do you want to allow incoming Secure Shell (ssh) connections? This\n"
+#~ "is a telnet-replacement that you might use to login. If you're using\n"
+#~ "telnet now, you should definitely switch to ssh. telnet is not\n"
+#~ "encrypted -- so some attackers can steal your password if you use\n"
+#~ "it. ssh is encrypted and doesn't allow for this eavesdropping."
+#~ msgstr ""
+#~ "費袱鱚 謌 籥 鞐苣纔蓿 碯鈔 Secure SHell (SSH) 碚芒 ? 呷矗 \n"
+#~ "艢跂髓蓿繼 轢 telnet, 褌蜥 跪聽鱚 籥 蒟闔諛矗鱚 艢 硅蒟琿. 占 \n"
+#~ "跪跂迺 蒟闔諛矗鱚 telnet, 鈿鞳粤諷邇 鴃痰 籥 關繻蓁纈 褸 SSH.\n"
+#~ "Telnet 辣 褓蓖鱶鞐 -- 鰰袱 褌 瑩琲黷璞 跪窶 籥 銜褓珞轢\n"
+#~ "閠韲諤鰰 礦, 琲 竡 蒟闔諛矗鱚. SSH 褓蓖鱶鞐 蒟裨矗 鰰袱矗\n"
+#~ "蒟糲迥."
-#, fuzzy
-#~ msgid "Tamil"
-#~ msgstr "呀瘠蔬"
+#~ msgid ""
+#~ "Do you want to allow incoming telnet connections?\n"
+#~ "This is horribly unsafe, as we explained in the previous screen. We\n"
+#~ "strongly recommend answering No here and using ssh in place of\n"
+#~ "telnet.\n"
+#~ msgstr ""
+#~ "費袱鱚 謌 籥 闔艪鉉蓿 碯鈔 telnet 碚芒 ?\n"
+#~ "呷矗 黽瑜邇 辣驤笂齏, 袱褞 釶骰蔘跂 關繖蔕辷 繩鞐. 刪謐\n"
+#~ "礦 關繽鉋矗跂 籥 銜竡碆韆鱚 羅 鴦 籥 蒟闔諛矗鱚 SSH 碎繿鴈\n"
+#~ "telnet.\n"
-#, fuzzy
-#~ msgid "PDC Server Name"
-#~ msgstr "NTP 髫鞨"
+#~ msgid ""
+#~ "Are you running an FTP server here that you need accessible to the\n"
+#~ "Internet? If you are, we strongly recommend that you only use it for\n"
+#~ "Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
+#~ "attackers, since FTP also uses no encryption for transferring passwords.\n"
+#~ msgstr ""
+#~ "緋瑩 謌 FTP 髫鞨 鴦, 褌蜥 鴃痰 籥 粮髓閻 艢 罷鱚齏纈 ?\n"
+#~ "占 蓐瑩, 驤謐 礦 關繽鉋矗跂 籥 竡 蒟闔諛矗鱚 艢 琿鉈蓐辷 鴃琿髞辮.\n"
+#~ "托蔟褂 閠韲謌 蒟關璞琿 闔 FTP 跪窶 籥 癩籥 銜褓珞轢鱶 銜 瑩琲黷璞\n"
+#~ "謌邇髓, 鵁 袱鴈 FTP 辣 蒟闔諛矗 褓蓖鴈竦瑣 艢 關纒碾韜辣鴈 蓐.\n"
-#, fuzzy
-#~ msgid "Set up printer manually"
-#~ msgstr "緋 轢 銜籥諷纃 關蓁鱚"
+#~ msgid ""
+#~ "Are you running a mail server here? If you're sending you \n"
+#~ "messages through pine, mutt or any other text-based mail client,\n"
+#~ "you probably are. Otherwise, you should firewall this off.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "緋瑩 謌 闔纃驫 髫鞨 鴦 ? 占 蒟關璞瑩 髫釶纃鰰 驤\n"
+#~ "鞳 pine, mutt 蓚 袱褸碣 籥 粽黹 鱚襃鴈 闔纃驫 裨蒹迺,\n"
+#~ "跪聽 瘉 蓐瑩. 關銜萵纃 驪齬珸, 鴃痰 籥 艢蓿蓿 鴈矗.\n"
+#~ "\n"
-#, fuzzy
-#~ msgid "Installing HPOJ package..."
-#~ msgstr "罷髓琺蒡琿 轢 閠裙鱶 ..."
+#~ msgid ""
+#~ "Are you running a POP or IMAP server here? This would\n"
+#~ "be used to host non-web-based mail accounts for people via \n"
+#~ "this machine.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "緋瑩 謌 POP 蓚 IMAP 髫鞨 鴦 ? 呷矗 跪聽 籥 癩粤\n"
+#~ "蒟闔諛矗邇 籥 關蕈矗辣 轢 辣-web-痼艾鞐辷 闔纃驫 琲瑰迺\n"
+#~ "關繚 鰰艾 赭蓁.\n"
+#~ "\n"
-#, fuzzy
-#~ msgid "Installing SANE packages..."
-#~ msgstr "罷髓琺蒡琿 轢 閠裙鱶 ..."
+#~ msgid ""
+#~ "You appear to be running a 2.2 kernel. If your network IP\n"
+#~ "is automatically set by a computer in your home or office \n"
+#~ "(dynamically assigned), we need to allow for this. Is\n"
+#~ "this the case?\n"
+#~ msgstr ""
+#~ "袱 蒟闔諛矗鱚 2.2 粽. 占 跟繙鈞銜 IP 珥鴈赭鱶邇 驟\n"
+#~ "鈿鞳粤 銜 褌跫鵁 矗 蓚 銓蔡 (粫轢跏邇 闔髓珥邇),\n"
+#~ "鴃痰 籥 闔艪鉉蓐 鴈矗. 呀褸 謌 驪齬 ?\n"
-#, fuzzy
-#~ msgid "Installing mtools packages..."
-#~ msgstr "罷髓琺蒡琿 轢 閠裙鱶 ..."
+#~ msgid ""
+#~ "Is your computer getting time syncronized to another computer?\n"
+#~ "Mostly, this is used by medium-large Unix/Linux organizations\n"
+#~ "to synchronize time for logging and such. If you're not part\n"
+#~ "of a larger office and haven't heard of this, you probably \n"
+#~ "aren't."
+#~ msgstr ""
+#~ "宅繻纈 轢 褌跫鵁鞐 礦 驤逡韲辷艾鞐 謌 驟 粽黹 褌跫鵁 ?\n"
+#~ "呷矗 站珥邇 驟 蒟闔諛矗 髏繖邇-竡諷跏 Unix/Linux 鉋窶辷艢蓙,\n"
+#~ "艢 籥 驤 驤逡韲辷艾鞐 碚繻纈 艢 艢闊驍琿 轢 髓瑩齣 鰰褂矗 鞐瘤鱶.\n"
+#~ "占 辣 髓 瑜 銜 闔-竡 銓蔡 辣 髓 黷琺 艢 鰰褌矗 辣,\n"
+#~ "跪聽 瘉 辣 礦 鴃痰."
-#, fuzzy
-#~ msgid "Making printer port available for CUPS..."
-#~ msgstr "怛鱚辣 轢 痼艢鰰 籥迯 銜 關蓁鱚韆 ..."
+#~ msgid ""
+#~ "Configuration complete. May we write these changes to disk?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+#~ msgstr ""
+#~ "沃髓韲蜉瑩 艢碾頽纃. 釣 艢闊繻 謌 關鉤纃蓿 轢 粫驫 ?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+
+#~ msgid "Can't open %s for writing: %s\n"
+#~ msgstr "羅 跪窶 籥 銜碆 %s 艢 艢闊: %s\n"
+
+#~ msgid "Url should begin with 'ftp:'"
+#~ msgstr "URL 鴃痰 籥 艢闔矗 'ftp:'"
#~ msgid "Control Center"
#~ msgstr "菩迺韲諷 纃鵁"
@@ -13134,11 +13689,6 @@ msgstr "沃齬轢 鞐瘤鴉 髓琿"
#~ msgid "Select a graphics card"
#~ msgstr "泌痳鞳鱚 竦瑣蔟轢 袱頏"
-#~ msgid "Warning: testing this graphics card may freeze your computer"
-#~ msgstr ""
-#~ "瀧蓐琿蒹: 鱚髓矗辣鴈 轢 鰰艾 竦瑣蔟轢 袱頏 跪聽 籥 \"艢跟瑯\" 褌跫鵁鞐 "
-#~ "礦"
-
#~ msgid "Standard VGA, 640x480 at 60 Hz"
#~ msgstr "Standard VGA, 640x480 轢 60 Hz"
diff --git a/perl-install/share/po/br.po b/perl-install/share/po/br.po
index 9afc9ef0b..ebcf7806e 100644
--- a/perl-install/share/po/br.po
+++ b/perl-install/share/po/br.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX 8.2\n"
-"POT-Creation-Date: 2002-08-29 09:57+0200\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
"PO-Revision-Date: 2002-01-28 22:41GMT\n"
"Last-Translator: Thierry Vignaud <tvignaud@mandrakesoft.com>\n"
"Language-Team: Brezhoneg <ofisk@wanadoo.fr>\n"
@@ -180,13 +180,13 @@ msgstr "Parzhadur"
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
-#: ../../standalone/drakbackup_.c:3918 ../../standalone/drakbackup_.c:4013
-#: ../../standalone/drakbackup_.c:4032
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "Mat eo"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../harddrake/ui.pm_.c:95 ../../printerdrake.pm_.c:3135
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Kuitaat"
@@ -212,7 +212,7 @@ msgstr ""
msgid "Generic"
msgstr "Rummel"
-#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
#, fuzzy
msgid "Vendor"
msgstr "Dizober"
@@ -293,12 +293,12 @@ msgstr "Kartenn c'hrafek: %s"
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2113
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3872
-#: ../../standalone/drakbackup_.c:3905 ../../standalone/drakbackup_.c:3931
-#: ../../standalone/drakbackup_.c:3958 ../../standalone/drakbackup_.c:3985
-#: ../../standalone/drakbackup_.c:4045 ../../standalone/drakbackup_.c:4072
-#: ../../standalone/drakbackup_.c:4102 ../../standalone/drakbackup_.c:4128
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
@@ -488,15 +488,15 @@ msgstr "Gedvezh kent loc'ha単 ar skeudenn dre ziouer"
#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1095 ../../network/modem.pm_.c:48
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
-#: ../../standalone/drakbackup_.c:3526 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Tremenger"
#: ../../any.pm_.c:171 ../../any.pm_.c:789
-#: ../../install_steps_interactive.pm_.c:1096
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "Tremenger (adarre)"
@@ -532,12 +532,12 @@ msgstr "Didalvout eo ``Strishaat dibarzho湛 al linenn urzhia単'' hep tremenger"
#: ../../any.pm_.c:184 ../../any.pm_.c:764
#: ../../diskdrake/interactive.pm_.c:1191
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "Klaskit adarre mar plij"
#: ../../any.pm_.c:184 ../../any.pm_.c:764
-#: ../../install_steps_interactive.pm_.c:1090
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "An tremegerio湛 ne glot ket"
@@ -591,7 +591,7 @@ msgstr "Ouzhpenna単"
#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../printerdrake.pm_.c:3135 ../../standalone/drakbackup_.c:2772
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "Graet"
@@ -921,7 +921,7 @@ msgstr "Aotrei単 an holl dud"
msgid "No sharing"
msgstr "N'ev ket loda単"
-#: ../../any.pm_.c:987 ../../install_any.pm_.c:1180 ../../standalone.pm_.c:58
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
@@ -933,7 +933,7 @@ msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:998 ../../install_any.pm_.c:1185 ../../standalone.pm_.c:63
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
@@ -1069,7 +1069,7 @@ msgstr ""
msgid "Security Administrator (login or email)"
msgstr ""
-#: ../../any.pm_.c:1190
+#: ../../any.pm_.c:1189
msgid ""
"Here you can choose the key or key combination that will \n"
"allow switching between the different keyboard layouts\n"
@@ -1166,8 +1166,8 @@ msgstr "N'ev ket skoazell.\n"
msgid "Boot Style Configuration"
msgstr "Kefluniadur goude stalia単"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Restr"
@@ -1177,7 +1177,7 @@ msgstr "/_Restr"
msgid "/File/_Quit"
msgstr "/Restr/_Kuitaat"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr ""
@@ -1375,8 +1375,8 @@ msgstr ""
#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4137
-#: ../../standalone/drakbackup_.c:4898 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../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
@@ -2328,7 +2328,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3525
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Username"
msgstr "Anv arveriad"
@@ -2465,226 +2465,235 @@ msgstr ""
msgid "Driver:"
msgstr "Servijer"
-#: ../../harddrake/sound.pm_.c:172
+#: ../../harddrake/sound.pm_.c:173
#, fuzzy
msgid "No known driver"
msgstr "Sturier X"
-#: ../../harddrake/sound.pm_.c:173
+#: ../../harddrake/sound.pm_.c:174
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr ""
-#: ../../harddrake/sound.pm_.c:176
+#: ../../harddrake/sound.pm_.c:177
#, fuzzy
msgid "Unkown driver"
msgstr "Sturier X"
-#: ../../harddrake/sound.pm_.c:177
+#: ../../harddrake/sound.pm_.c:178
#, c-format
msgid ""
"The \"%s\" driver for your sound card is unlisted\n"
"\n"
"Please send the output of the \"lspcidrake -v\" command to\n"
-"Thierry Vignaud <tvignaud at mandrakesoft dot com>\n"
-"with subject: unlisted sound driver"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
msgstr ""
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "Model"
msgstr "Logodenn"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "hard disk model"
msgstr "Memor kartenn (DMA)"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
#, fuzzy
msgid "Channel"
msgstr "Nulla単"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:19
+#: ../../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:20
+#: ../../harddrake/ui.pm_.c:21
#, fuzzy
msgid "Module"
msgstr "Logodenn"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1517
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
#, fuzzy
msgid "Description"
msgstr "Spisait dibarzho湛"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
#, fuzzy
msgid "Bus identification"
msgstr "Dilesadur"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../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:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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:31
+#: ../../harddrake/ui.pm_.c:32
#, fuzzy
msgid "Old device file"
msgstr "Diuzit ar restr"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr ""
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
#, fuzzy
msgid "New devfs device"
msgstr "Trobarzhell an dreuzell"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
#, fuzzy
msgid "Number of buttons"
msgstr "2 nozelenn"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:60
+#: ../../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:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
#, fuzzy
msgid "/_Help..."
msgstr "Skoazell"
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
#, fuzzy
msgid "/_About..."
msgstr "Marc'ha単"
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
#, fuzzy
msgid "Author:"
msgstr "Embroui単"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Dinoi単 ar bladenn galet"
-#: ../../harddrake/ui.pm_.c:99
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Detected hardware"
msgstr "Gwelet titouro湛 periantel"
-#: ../../harddrake/ui.pm_.c:101
+#: ../../harddrake/ui.pm_.c:105
#, fuzzy
msgid "Information"
msgstr "Diskouez titouro湛"
-#: ../../harddrake/ui.pm_.c:104
+#: ../../harddrake/ui.pm_.c:108
#, fuzzy
msgid "Configure module"
msgstr "Keflunia単 al logodenn"
-#: ../../harddrake/ui.pm_.c:105
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:109
+#: ../../harddrake/ui.pm_.c:113
#, fuzzy
msgid "Detection in progress"
msgstr "Poent marc'ha単 doubl %s"
-#: ../../harddrake/ui.pm_.c:109 ../../interactive.pm_.c:391
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "Gortozit mar plij"
-#: ../../harddrake/ui.pm_.c:152
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:152
+#: ../../harddrake/ui.pm_.c:156
#, fuzzy
msgid "secondary"
msgstr "%d eilenn"
-#: ../../harddrake/ui.pm_.c:189
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:205
+#: ../../harddrake/ui.pm_.c:213
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Dibarzho湛 ar voullerez lpd a-bell"
@@ -2751,22 +2760,22 @@ msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2845,7 +2854,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2871,10 +2880,10 @@ msgstr ""
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -2909,11 +2918,11 @@ msgstr ""
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -2963,7 +2972,7 @@ msgstr ""
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -2994,24 +3003,12 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -3020,7 +3017,7 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
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"
@@ -3040,13 +3037,13 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to insert a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
"Linux operating system on your hard drive. If your hard drive is empty or\n"
@@ -3079,7 +3076,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3112,10 +3111,12 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3148,7 +3149,7 @@ msgid ""
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
"(formatting means creating a filesystem).\n"
@@ -3176,7 +3177,7 @@ msgid ""
"for bad blocks on the disk."
msgstr ""
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
#, fuzzy
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
@@ -3187,12 +3188,12 @@ msgid ""
"Please be patient."
msgstr "Gortozit mar plij"
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3202,7 +3203,7 @@ msgid ""
"install the selected package(s), or \"Cancel\" to abort."
msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3211,19 +3212,19 @@ msgid ""
"\"Accept\" button."
msgstr ""
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3240,26 +3241,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3287,7 +3288,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3296,7 +3297,7 @@ msgid ""
"emergency boot situations."
msgstr ""
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
"Please choose the one you want to resize in order to install your new\n"
@@ -3329,35 +3330,35 @@ msgid ""
"disk or partition is called \"C:\")."
msgstr ""
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
#, fuzzy
msgid "Please be patient. This operation can take several minutes."
msgstr "Gortozit mar plij."
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
"installation or if you want to have greater control (\"Expert\"). You can\n"
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3366,30 +3367,35 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3403,7 +3409,7 @@ msgid ""
"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -3416,10 +3422,17 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
#, fuzzy
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
@@ -3428,7 +3441,7 @@ msgstr ""
"Diuzit ar porzh a zere mar plij. Da skouer, porzh COM1 dindan MS Windows\n"
"a vez anvet ttyS0 gant Linux."
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -3458,15 +3471,15 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -3505,8 +3518,12 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
+"options, which are reserved for the expert user."
+msgstr ""
+
+#: ../../help.pm_.c:710
+#, fuzzy
+msgid ""
"After you have configured the general bootloader parameters, the list of\n"
"boot options which will be available at boot time will be displayed.\n"
"\n"
@@ -3514,17 +3531,7 @@ msgid ""
"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
"the existing options. Select an entry and click \"Modify\" to modify or\n"
"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:713
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -3591,18 +3598,18 @@ msgstr ""
#: ../../help.pm_.c:759
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -3719,7 +3726,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -3732,14 +3741,14 @@ msgid ""
"associated with it."
msgstr ""
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
"and will not be recoverable!"
msgstr ""
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -3791,27 +3800,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:859
+#: ../../install_any.pm_.c:862
#, fuzzy, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Lakait ur bladennig el lenner %s"
-#: ../../install_any.pm_.c:863
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:875
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:898 ../../partition_table.pm_.c:767
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Fazi en ur lenn ar restr %s"
-#: ../../install_any.pm_.c:1020
+#: ../../install_any.pm_.c:1023
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"
@@ -4055,7 +4064,7 @@ msgstr ""
msgid "Welcome to %s"
msgstr "Degemer e %s"
-#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:771
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "Lenner pladennig hegerz ebet"
@@ -4165,7 +4174,7 @@ msgstr ""
#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:4203
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "Stalia単"
@@ -4426,7 +4435,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1022
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Stokellaoueg"
@@ -4794,147 +4803,147 @@ msgstr "Dibabit ur melezour da dapout ar pakado湛 diwarna単"
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:944
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "Pe seurt a vo ho takad-eur ?"
-#: ../../install_steps_interactive.pm_.c:949
+#: ../../install_steps_interactive.pm_.c:950
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "Ha war GMT eo lakaet ho eurier periantel ?"
-#: ../../install_steps_interactive.pm_.c:950
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:957
+#: ../../install_steps_interactive.pm_.c:958
msgid "NTP Server"
msgstr "Servijer NTP"
-#: ../../install_steps_interactive.pm_.c:991
-#: ../../install_steps_interactive.pm_.c:999
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
#, fuzzy
msgid "Remote CUPS server"
msgstr "Steud a-bell"
-#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:993
#, fuzzy
msgid "No printer"
msgstr "Moullerez lec'hel"
-#: ../../install_steps_interactive.pm_.c:1009
+#: ../../install_steps_interactive.pm_.c:1010
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "Hag un all hoc'h eus ?"
-#: ../../install_steps_interactive.pm_.c:1011
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1013
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1018 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Evit diverri単"
-#: ../../install_steps_interactive.pm_.c:1021
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "Logodenn"
-#: ../../install_steps_interactive.pm_.c:1023
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr "Takad-eur"
-#: ../../install_steps_interactive.pm_.c:1024 ../../printerdrake.pm_.c:2926
-#: ../../printerdrake.pm_.c:3015
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Moullerez"
-#: ../../install_steps_interactive.pm_.c:1026
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr "Kartenn ISDN"
-#: ../../install_steps_interactive.pm_.c:1029
-#: ../../install_steps_interactive.pm_.c:1031
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr "Kartenn son"
-#: ../../install_steps_interactive.pm_.c:1033
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr "Kartenn pellwel"
-#: ../../install_steps_interactive.pm_.c:1073
-#: ../../install_steps_interactive.pm_.c:1098
-#: ../../install_steps_interactive.pm_.c:1102
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1074
-#: ../../install_steps_interactive.pm_.c:1098
-#: ../../install_steps_interactive.pm_.c:1111
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1075
-#: ../../install_steps_interactive.pm_.c:1098
-#: ../../install_steps_interactive.pm_.c:1119
-#: ../../install_steps_interactive.pm_.c:1125
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Windows Domain"
msgstr "Titouro湛"
-#: ../../install_steps_interactive.pm_.c:1076
-#: ../../install_steps_interactive.pm_.c:1098
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
msgid "Local files"
msgstr "Restro湛 lec'hel"
-#: ../../install_steps_interactive.pm_.c:1085
-#: ../../install_steps_interactive.pm_.c:1086 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Termeni単 tremenger root"
-#: ../../install_steps_interactive.pm_.c:1087
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "Tremenger ebet"
-#: ../../install_steps_interactive.pm_.c:1092
+#: ../../install_steps_interactive.pm_.c:1093
#, 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:1098 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Dilesadur"
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "Authentication LDAP"
msgstr "Dilesadur"
-#: ../../install_steps_interactive.pm_.c:1107
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1109
msgid "LDAP Server"
msgstr "Servijer LDAP"
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1115
msgid "Authentication NIS"
msgstr "Dilesadur NIS"
-#: ../../install_steps_interactive.pm_.c:1115
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "Domani NIS"
-#: ../../install_steps_interactive.pm_.c:1116
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "Servijer NIS"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -4950,21 +4959,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Dilesadur"
-#: ../../install_steps_interactive.pm_.c:1126
+#: ../../install_steps_interactive.pm_.c:1127
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Anv ar domani"
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1162
+#: ../../install_steps_interactive.pm_.c:1163
#, fuzzy
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -4994,19 +5003,19 @@ msgstr ""
"evit\n"
"ho reizhiad ?"
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "Lenner pladennig kenta単"
-#: ../../install_steps_interactive.pm_.c:1179
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "Eil lenner pladennig"
-#: ../../install_steps_interactive.pm_.c:1180 ../../printerdrake.pm_.c:2459
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Tremen e-biou"
-#: ../../install_steps_interactive.pm_.c:1185
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5034,7 +5043,7 @@ msgstr ""
"ho reizhiad ?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -5043,29 +5052,29 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1199
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "Ho tigarez, lenner pladennig hegerz ebet"
-#: ../../install_steps_interactive.pm_.c:1203
+#: ../../install_steps_interactive.pm_.c:1204
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:1207
+#: ../../install_steps_interactive.pm_.c:1208
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "Lakait ur bladennig el lenner %s"
-#: ../../install_steps_interactive.pm_.c:1210
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "O kroui単 ar bladenn loc'ha単"
-#: ../../install_steps_interactive.pm_.c:1217
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "O prienti単 ar c'harger loc'ha単"
-#: ../../install_steps_interactive.pm_.c:1228
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5073,11 +5082,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1234
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr "Mennout a rit implijout aboot?"
-#: ../../install_steps_interactive.pm_.c:1237
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5085,16 +5094,16 @@ msgstr ""
"Fazi en ur stalia単 aboot,\n"
"klask redia単 ar staliadur zoken ma tistruj ar parzhadur kenta単 ?"
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1245
msgid "Installing bootloader"
msgstr "Stalia単 ar c'harger loc'ha単"
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1251
#, 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:1258
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5105,17 +5114,17 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1292
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Lakait ur bladennig gwerc'h el lenner %s"
-#: ../../install_steps_interactive.pm_.c:1296
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr "O kroui単 ur bladennig stalia単 emgefreek"
-#: ../../install_steps_interactive.pm_.c:1307
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5125,7 +5134,7 @@ msgstr ""
"\n"
"Mennout a rit kuitaat da vat brema単 ?"
-#: ../../install_steps_interactive.pm_.c:1318
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5157,16 +5166,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:1331
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1336
+#: ../../install_steps_interactive.pm_.c:1337
#, fuzzy
msgid "Generate auto install floppy"
msgstr "O kroui単 ur bladennig stalia単 emgefreek"
-#: ../../install_steps_interactive.pm_.c:1338
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5175,16 +5184,16 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1343
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr "Emgefreek"
-#: ../../install_steps_interactive.pm_.c:1343
+#: ../../install_steps_interactive.pm_.c:1344
#, fuzzy
msgid "Replay"
msgstr "Adkarga単"
-#: ../../install_steps_interactive.pm_.c:1346
+#: ../../install_steps_interactive.pm_.c:1347
#, fuzzy
msgid "Save packages selection"
msgstr "Diuz pakado湛 unan hag unan"
@@ -5194,7 +5203,8 @@ msgstr "Diuz pakado湛 unan hag unan"
msgid "Mandrake Linux Installation %s"
msgstr "Staliadur Mandrake Linux %s"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -5222,13 +5232,13 @@ msgid "Basic"
msgstr "Diazez"
#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
-#: ../../printerdrake.pm_.c:2113
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Diaraog"
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:4058 ../../standalone/drakbackup_.c:4085
-#: ../../standalone/drakbackup_.c:4115 ../../standalone/drakbackup_.c:4141
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
msgid "Next"
msgstr "A heul"
@@ -5845,7 +5855,7 @@ msgstr "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
msgid "Finish"
msgstr "Disoc'h"
-#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2115
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "A heul ->"
@@ -5901,6 +5911,68 @@ msgstr "implijit pppoe"
msgid "use pptp"
msgstr "implijit pptp"
+#: ../../network/drakfirewall.pm_.c:12
+#, fuzzy
+msgid "Web Server"
+msgstr "Servijer"
+
+#: ../../network/drakfirewall.pm_.c:17
+#, fuzzy
+msgid "Domain Name Server"
+msgstr "Anv ar domani"
+
+#: ../../network/drakfirewall.pm_.c:32
+#, fuzzy
+msgid "Mail Server"
+msgstr "Stlennvonio湛"
+
+#: ../../network/drakfirewall.pm_.c:37
+#, fuzzy
+msgid "POP and IMAP Server"
+msgstr "Servijer LDAP"
+
+#: ../../network/drakfirewall.pm_.c:111
+#, fuzzy
+msgid "No network card"
+msgstr "kartenn rouedad kavet ebet"
+
+#: ../../network/drakfirewall.pm_.c:129
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:164
+#, fuzzy
+msgid "Other ports"
+msgstr "Amproui単 ar porzhio湛"
+
#: ../../network/ethernet.pm_.c:37
#, fuzzy
msgid ""
@@ -6228,7 +6300,7 @@ msgstr "Dibabit ar ment nevez"
msgid "Use auto detection"
msgstr ""
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3131
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
@@ -6461,68 +6533,6 @@ msgid ""
"need some manual fix after installation."
msgstr ""
-#: ../../network/tinyfirewall.pm_.c:12
-#, fuzzy
-msgid "Web Server"
-msgstr "Servijer"
-
-#: ../../network/tinyfirewall.pm_.c:17
-#, fuzzy
-msgid "Domain Name Server"
-msgstr "Anv ar domani"
-
-#: ../../network/tinyfirewall.pm_.c:32
-#, fuzzy
-msgid "Mail Server"
-msgstr "Stlennvonio湛"
-
-#: ../../network/tinyfirewall.pm_.c:37
-#, fuzzy
-msgid "POP and IMAP Server"
-msgstr "Servijer LDAP"
-
-#: ../../network/tinyfirewall.pm_.c:111
-#, fuzzy
-msgid "No network card"
-msgstr "kartenn rouedad kavet ebet"
-
-#: ../../network/tinyfirewall.pm_.c:129
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../network/tinyfirewall.pm_.c:147
-msgid "Which services would you like to allow the Internet to connect to?"
-msgstr ""
-
-#: ../../network/tinyfirewall.pm_.c:148
-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/tinyfirewall.pm_.c:154
-#, c-format
-msgid ""
-"Invalid port given: %s.\n"
-"The proper format is \"port/tcp\" or \"port/udp\", \n"
-"where port is between 1 and 65535."
-msgstr ""
-
-#: ../../network/tinyfirewall.pm_.c:162
-msgid "Everything (no firewall)"
-msgstr ""
-
-#: ../../network/tinyfirewall.pm_.c:164
-#, fuzzy
-msgid "Other ports"
-msgstr "Amproui単 ar porzhio湛"
-
#: ../../network/tools.pm_.c:41
#, fuzzy
msgid "Internet configuration"
@@ -6778,7 +6788,7 @@ msgid "Unknown Model"
msgstr ""
#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
-#: ../../printerdrake.pm_.c:2249 ../../printerdrake.pm_.c:3394
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr ""
@@ -6865,10 +6875,10 @@ msgstr ""
msgid "On CUPS server \"%s\""
msgstr "IP ar servijer SMB"
-#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3052
-#: ../../printerdrake.pm_.c:3063 ../../printerdrake.pm_.c:3283
-#: ../../printerdrake.pm_.c:3335 ../../printerdrake.pm_.c:3361
-#: ../../printerdrake.pm_.c:3536 ../../printerdrake.pm_.c:3538
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr " (Dre ziouer)"
@@ -6891,12 +6901,12 @@ msgstr ""
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3115
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
#, fuzzy
msgid "CUPS configuration"
msgstr "Kefluniadur"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3116
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
#, fuzzy
msgid "Specify CUPS server"
msgstr "Steud a-bell"
@@ -6948,18 +6958,18 @@ msgstr "Kefluniadur goude stalia単"
#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
-#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2192
-#: ../../printerdrake.pm_.c:2345 ../../printerdrake.pm_.c:2404
-#: ../../printerdrake.pm_.c:2477 ../../printerdrake.pm_.c:2498
-#: ../../printerdrake.pm_.c:2688 ../../printerdrake.pm_.c:2729
-#: ../../printerdrake.pm_.c:2734 ../../printerdrake.pm_.c:2768
-#: ../../printerdrake.pm_.c:2773 ../../printerdrake.pm_.c:2810
-#: ../../printerdrake.pm_.c:2863 ../../printerdrake.pm_.c:2883
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:2931
-#: ../../printerdrake.pm_.c:2977 ../../printerdrake.pm_.c:2995
-#: ../../printerdrake.pm_.c:3076 ../../printerdrake.pm_.c:3149
-#: ../../printerdrake.pm_.c:3451 ../../printerdrake.pm_.c:3506
-#: ../../printerdrake.pm_.c:3559 ../../standalone/printerdrake_.c:57
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
#, fuzzy
msgid "Printerdrake"
msgstr "Moullerez"
@@ -7064,7 +7074,7 @@ msgid ""
msgstr ""
#: ../../printerdrake.pm_.c:269 ../../printerdrake.pm_.c:278
-#: ../../printerdrake.pm_.c:3098 ../../printerdrake.pm_.c:3222
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
#, fuzzy
msgid "Add a new printer"
msgstr "Moullerez lec'hel"
@@ -7643,16 +7653,42 @@ msgstr ""
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
msgstr ""
-#: ../../printerdrake.pm_.c:2029
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
+
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -7662,34 +7698,34 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:2038
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:2042
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:2047
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:2086
+#: ../../printerdrake.pm_.c:2097
#, 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:2109
+#: ../../printerdrake.pm_.c:2120
#, fuzzy
msgid "Test pages"
msgstr "Amproui単 ar porzhio湛"
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -7697,45 +7733,45 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:2114
+#: ../../printerdrake.pm_.c:2125
#, fuzzy
msgid "No test pages"
msgstr "Ya, moullit an div bajenn arnod"
-#: ../../printerdrake.pm_.c:2115
+#: ../../printerdrake.pm_.c:2126
#, fuzzy
msgid "Print"
msgstr "Moullerez"
-#: ../../printerdrake.pm_.c:2172
+#: ../../printerdrake.pm_.c:2183
#, fuzzy
msgid "Standard test page"
msgstr "Diorren"
-#: ../../printerdrake.pm_.c:2175
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:2178
+#: ../../printerdrake.pm_.c:2189
#, fuzzy
msgid "Alternative test page (A4)"
msgstr "O voulla単 pajenn(o湛) skrid..."
-#: ../../printerdrake.pm_.c:2180
+#: ../../printerdrake.pm_.c:2191
#, fuzzy
msgid "Photo test page"
msgstr "O voulla単 pajenn(o湛) skrid..."
-#: ../../printerdrake.pm_.c:2184
+#: ../../printerdrake.pm_.c:2195
#, fuzzy
msgid "Do not print any test page"
msgstr "O voulla単 pajenn(o湛) skrid..."
-#: ../../printerdrake.pm_.c:2193 ../../printerdrake.pm_.c:2346
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "O voulla単 pajenn(o湛) skrid..."
-#: ../../printerdrake.pm_.c:2218
+#: ../../printerdrake.pm_.c:2229
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -7751,7 +7787,7 @@ msgstr ""
"\n"
"Ha mont a ra en-dro reizh ?"
-#: ../../printerdrake.pm_.c:2222
+#: ../../printerdrake.pm_.c:2233
#, fuzzy
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -7761,16 +7797,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:2229
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:2251 ../../printerdrake.pm_.c:3396
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
#, fuzzy
msgid "Raw printer"
msgstr "Moullerez lec'hel"
-#: ../../printerdrake.pm_.c:2277
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -7779,15 +7815,15 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2279
+#: ../../printerdrake.pm_.c:2290
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:2282 ../../printerdrake.pm_.c:2299
-#: ../../printerdrake.pm_.c:2309
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -7796,7 +7832,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:2285 ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -7804,41 +7840,41 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2289
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2294 ../../printerdrake.pm_.c:2304
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2306
-#: ../../printerdrake.pm_.c:2316
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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:2301 ../../printerdrake.pm_.c:2311
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:2314
+#: ../../printerdrake.pm_.c:2325
#, 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:2318
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -7848,7 +7884,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2322
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -7857,42 +7893,42 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2332
+#: ../../printerdrake.pm_.c:2343
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "O tizenaoui単 ar rouedad"
-#: ../../printerdrake.pm_.c:2333
+#: ../../printerdrake.pm_.c:2344
#, fuzzy, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "O tizenaoui単 ar rouedad"
-#: ../../printerdrake.pm_.c:2335
+#: ../../printerdrake.pm_.c:2346
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "O tizenaoui単 ar rouedad"
-#: ../../printerdrake.pm_.c:2336
+#: ../../printerdrake.pm_.c:2347
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "O tizenaoui単 ar rouedad"
-#: ../../printerdrake.pm_.c:2339 ../../printerdrake.pm_.c:2342
-#: ../../printerdrake.pm_.c:2343 ../../printerdrake.pm_.c:2344
-#: ../../printerdrake.pm_.c:3380 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4154
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
#, fuzzy
msgid "Close"
msgstr "Logodenn USB"
-#: ../../printerdrake.pm_.c:2342
+#: ../../printerdrake.pm_.c:2353
#, fuzzy
msgid "Print option list"
msgstr "Dibarzho湛 ar voullerez"
-#: ../../printerdrake.pm_.c:2362
+#: ../../printerdrake.pm_.c:2373
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -7906,7 +7942,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2383
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -7919,18 +7955,18 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2405 ../../printerdrake.pm_.c:2864
-#: ../../printerdrake.pm_.c:3150
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
msgid "Reading printer data..."
msgstr ""
-#: ../../printerdrake.pm_.c:2425 ../../printerdrake.pm_.c:2453
-#: ../../printerdrake.pm_.c:2488
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
#, fuzzy
msgid "Transfer printer configuration"
msgstr "Keflunia単 ar proksio湛"
-#: ../../printerdrake.pm_.c:2426
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -7940,51 +7976,51 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2429
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2431
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2433
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2435
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2436
+#: ../../printerdrake.pm_.c:2447
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:2437
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:2440
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:2441 ../../printerdrake.pm_.c:2458
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:2454
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -7992,61 +8028,61 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:2462
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../printerdrake.pm_.c:2467
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:2475
+#: ../../printerdrake.pm_.c:2486
#, fuzzy
msgid "New printer name"
msgstr "Moullerez lec'hel"
-#: ../../printerdrake.pm_.c:2478
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: ../../printerdrake.pm_.c:2489
+#: ../../printerdrake.pm_.c:2500
#, 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:2499
+#: ../../printerdrake.pm_.c:2510
msgid "Refreshing printer data..."
msgstr ""
-#: ../../printerdrake.pm_.c:2507 ../../printerdrake.pm_.c:2579
-#: ../../printerdrake.pm_.c:2591
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
#, fuzzy
msgid "Configuration of a remote printer"
msgstr "Keflunia単 ar voullerez"
-#: ../../printerdrake.pm_.c:2508
+#: ../../printerdrake.pm_.c:2519
#, fuzzy
msgid "Starting network..."
msgstr "Keflunia単 ur rouedad"
-#: ../../printerdrake.pm_.c:2543 ../../printerdrake.pm_.c:2547
-#: ../../printerdrake.pm_.c:2549
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
#, fuzzy
msgid "Configure the network now"
msgstr "Keflunia単 ur rouedad"
-#: ../../printerdrake.pm_.c:2544
+#: ../../printerdrake.pm_.c:2555
#, fuzzy
msgid "Network functionality not configured"
msgstr "Skramm ket kefluniet"
-#: ../../printerdrake.pm_.c:2545
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -8054,12 +8090,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2559
#, fuzzy
msgid "Go on without configuring the network"
msgstr "Keflunia単 ar rouedad"
-#: ../../printerdrake.pm_.c:2581
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -8069,34 +8105,34 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2582
+#: ../../printerdrake.pm_.c:2593
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:2592
+#: ../../printerdrake.pm_.c:2603
#, fuzzy
msgid "Restarting printing system..."
msgstr "Dibarzho湛 ar voullerez lpd a-bell"
-#: ../../printerdrake.pm_.c:2630
+#: ../../printerdrake.pm_.c:2641
#, fuzzy
msgid "high"
msgstr "Uhel"
-#: ../../printerdrake.pm_.c:2630
+#: ../../printerdrake.pm_.c:2641
#, fuzzy
msgid "paranoid"
msgstr "Ankeniet"
-#: ../../printerdrake.pm_.c:2631
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:2632
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -8111,11 +8147,11 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:2664
+#: ../../printerdrake.pm_.c:2675
msgid "Starting the printing system at boot time"
msgstr ""
-#: ../../printerdrake.pm_.c:2665
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -8129,65 +8165,65 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2689 ../../printerdrake.pm_.c:2730
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2811
-#: ../../printerdrake.pm_.c:2932
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:2735
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:2774
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:2847
+#: ../../printerdrake.pm_.c:2858
#, fuzzy
msgid "Select Printer Spooler"
msgstr "Diuzit lugerezh ar voullerez"
-#: ../../printerdrake.pm_.c:2848
+#: ../../printerdrake.pm_.c:2859
#, fuzzy
msgid "Which printing system (spooler) do you want to use?"
msgstr "Pe seurt parzhadur a vennit ?"
-#: ../../printerdrake.pm_.c:2884
+#: ../../printerdrake.pm_.c:2895
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Keflunia単 ar voullerez"
-#: ../../printerdrake.pm_.c:2898
+#: ../../printerdrake.pm_.c:2909
#, fuzzy
msgid "Installing Foomatic..."
msgstr "O stalia単 ar pakad %s"
-#: ../../printerdrake.pm_.c:2968 ../../printerdrake.pm_.c:3009
-#: ../../printerdrake.pm_.c:3397 ../../printerdrake.pm_.c:3470
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "Dibarzho湛 ar voullerez"
-#: ../../printerdrake.pm_.c:2978
+#: ../../printerdrake.pm_.c:2989
#, fuzzy
msgid "Preparing Printerdrake..."
msgstr "Dibarzho湛 ar voullerez lpd a-bell"
-#: ../../printerdrake.pm_.c:2996 ../../printerdrake.pm_.c:3560
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
#, fuzzy
msgid "Configuring applications..."
msgstr "Keflunia単 ar voullerez"
-#: ../../printerdrake.pm_.c:3016
+#: ../../printerdrake.pm_.c:3027
#, fuzzy
msgid "Would you like to configure printing?"
msgstr "Mennout a rit keflunia単 ur voullerez ?"
-#: ../../printerdrake.pm_.c:3028
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:3080
+#: ../../printerdrake.pm_.c:3099
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -8198,7 +8234,7 @@ msgstr ""
"Setu da heul ar steudado湛 moulla単.\n"
"Gallout a rit ouzhpenna単 lod pe gemma単 a re a zo."
-#: ../../printerdrake.pm_.c:3081
+#: ../../printerdrake.pm_.c:3100
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -8208,140 +8244,140 @@ msgstr ""
"Setu da heul ar steudado湛 moulla単.\n"
"Gallout a rit ouzhpenna単 lod pe gemma単 a re a zo."
-#: ../../printerdrake.pm_.c:3107
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:3125
+#: ../../printerdrake.pm_.c:3145
#, fuzzy
msgid "Change the printing system"
msgstr "Keflunia単 ur rouedad"
-#: ../../printerdrake.pm_.c:3130 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
#, fuzzy
msgid "Normal Mode"
msgstr "Boas"
-#: ../../printerdrake.pm_.c:3290 ../../printerdrake.pm_.c:3340
-#: ../../printerdrake.pm_.c:3553
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "Mennout a rit amproui単 ar c'hefluniadur ?"
-#: ../../printerdrake.pm_.c:3375
+#: ../../printerdrake.pm_.c:3395
#, fuzzy
msgid "Modify printer configuration"
msgstr "Keflunia単 ar modem"
-#: ../../printerdrake.pm_.c:3377
+#: ../../printerdrake.pm_.c:3397
#, 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:3381
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:3386 ../../printerdrake.pm_.c:3441
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
#, fuzzy
msgid "Printer connection type"
msgstr "Lugerezh ar voullerez"
-#: ../../printerdrake.pm_.c:3387 ../../printerdrake.pm_.c:3445
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
#, fuzzy
msgid "Printer name, description, location"
msgstr "Lugerezh ar voullerez"
-#: ../../printerdrake.pm_.c:3389 ../../printerdrake.pm_.c:3463
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:3390 ../../printerdrake.pm_.c:3464
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:3399 ../../printerdrake.pm_.c:3474
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:3401 ../../printerdrake.pm_.c:3479
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3402 ../../printerdrake.pm_.c:3488
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3403 ../../printerdrake.pm_.c:3497
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
#, fuzzy
msgid "Print test pages"
msgstr "O voulla単 pajenn(o湛) skrid..."
-#: ../../printerdrake.pm_.c:3404 ../../printerdrake.pm_.c:3499
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
#, fuzzy
msgid "Know how to use this printer"
msgstr "Mennout a rit amproui単 ar c'hefluniadur ?"
-#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3501
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
#, fuzzy
msgid "Remove printer"
msgstr "Dibarzho湛 ar voullerez lpd a-bell"
-#: ../../printerdrake.pm_.c:3452
+#: ../../printerdrake.pm_.c:3472
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Dibarzho湛 ar voullerez lpd a-bell"
-#: ../../printerdrake.pm_.c:3477
+#: ../../printerdrake.pm_.c:3497
#, fuzzy
msgid "Default printer"
msgstr "Moullerez lec'hel"
-#: ../../printerdrake.pm_.c:3478
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:3482 ../../printerdrake.pm_.c:3485
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3483
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3486
+#: ../../printerdrake.pm_.c:3506
#, c-format
msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3491 ../../printerdrake.pm_.c:3494
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3492
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3495
+#: ../../printerdrake.pm_.c:3515
#, c-format
msgid ""
"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3503
+#: ../../printerdrake.pm_.c:3523
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Mennout a rit amproui単 ar c'hefluniadur ?"
-#: ../../printerdrake.pm_.c:3507
+#: ../../printerdrake.pm_.c:3527
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "Dibarzho湛 ar voullerez lpd a-bell"
@@ -8804,166 +8840,212 @@ msgstr "Meuziad La単sa単"
msgid "Stop"
msgstr "Rann"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
"the worldwide Linux Community"
msgstr ""
-#: ../../share/advertising/01-gnu.pl_.c:9
+#: ../../share/advertising/02-community.pl_.c:9
#, fuzzy
-msgid "Join the Free Software world"
+msgid "Get involved in the Free Software world"
msgstr "Amproui単 ar c'hefluniadur"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../share/advertising/02-internet.pl_.c:9
+#: ../../share/advertising/03-internet.pl_.c:9
#, fuzzy
-msgid "Internet and Messaging"
-msgstr "dedennus"
+msgid "Get the most from the Internet"
+msgstr "Anv ar gevreadenn"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"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 ""
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Liesvedia"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:11
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"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 ""
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Diorren"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "C'hoario湛"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
#, fuzzy
msgid "Mandrake Control Center"
msgstr "Anv ar gevreadenn"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
#, fuzzy
msgid "User interfaces"
msgstr "Etrefas arveriad/X"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
msgstr ""
-#: ../../share/advertising/07-server.pl_.c:9
+#: ../../share/advertising/08-development.pl_.c:9
#, fuzzy
-msgid "Server Software"
-msgstr "Anv ar servijer SMB"
+msgid "Development simplified"
+msgstr "Diorren"
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/08-development.pl_.c:11
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
msgstr ""
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "C'hoario湛"
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
+msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
+msgstr ""
+
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
+msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
+msgid ""
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
+msgstr ""
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
+#, fuzzy
+msgid "Become a MandrakeExpert"
+msgstr "MandrakeExpert"
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
+msgid ""
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "MandrakeExpert"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
msgstr ""
#: ../../standalone.pm_.c:41
@@ -9022,12 +9104,12 @@ msgstr "Ouzhpenna単 un arveriad"
msgid "Add/Del Clients"
msgstr ""
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3876
-#: ../../standalone/drakbackup_.c:3909 ../../standalone/drakbackup_.c:3935
-#: ../../standalone/drakbackup_.c:3962 ../../standalone/drakbackup_.c:3989
-#: ../../standalone/drakbackup_.c:4028 ../../standalone/drakbackup_.c:4049
-#: ../../standalone/drakbackup_.c:4076 ../../standalone/drakbackup_.c:4106
-#: ../../standalone/drakbackup_.c:4132 ../../standalone/drakbackup_.c:4157
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
#: ../../standalone/drakfont_.c:700
msgid "Help"
msgstr "Skoazell"
@@ -9261,8 +9343,8 @@ msgstr "Amproui単 ar porzhio湛"
#: ../../standalone/drakbackup_.c:788
msgid ""
"Sorry, perl-Expect is not installed/enabled. To use\n"
-"this feature, install perl-Expect and comment lines 702-704,\n"
-" as well as 718,719. Then uncomment line 717."
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
msgstr ""
#: ../../standalone/drakbackup_.c:817
@@ -9283,6 +9365,31 @@ msgstr ""
msgid "ERROR: Cannot spawn %s."
msgstr ""
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Tremenger ebet"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "Fazi en ur zigeri単 %s evit skriva単: %s"
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
@@ -9322,6 +9429,11 @@ msgstr ""
msgid "Permission problem accessing CD."
msgstr ""
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr ""
@@ -9396,17 +9508,12 @@ msgid "Can't create catalog!"
msgstr ""
#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
-#: ../../standalone/drakbackup_.c:1556 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "Diuzadenn strollad pakado湛"
-#: ../../standalone/drakbackup_.c:1542
-#, c-format
-msgid "%s"
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:1561
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr ""
@@ -9472,6 +9579,10 @@ msgstr "Anv arveriad"
msgid "Use network connection to backup"
msgstr "Restr gwarezi単 siek"
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr ""
@@ -9713,7 +9824,7 @@ msgstr "Pa"
msgid "More Options"
msgstr "Dibarzho湛 ar mollad:"
-#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4476
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "Kefluniadur ar rouedad"
@@ -10038,240 +10149,245 @@ msgid ""
"Restore Path"
msgstr "Adaoza単 adalek ar restr"
-#: ../../standalone/drakbackup_.c:3475
+#: ../../standalone/drakbackup_.c:3477
#, c-format
msgid "Backup files not found at %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3490
#, c-format
msgid ""
"Insert the CD with volume label %s\n"
" in the CD drive under mount point /mnt/cdrom"
msgstr ""
-#: ../../standalone/drakbackup_.c:3488
+#: ../../standalone/drakbackup_.c:3490
#, fuzzy
msgid "Restore From CD"
msgstr "Assevel adalek ar pladennig"
-#: ../../standalone/drakbackup_.c:3490
+#: ../../standalone/drakbackup_.c:3492
#, c-format
msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3502
#, c-format
msgid ""
"Insert the tape with volume label %s\n"
" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3500
+#: ../../standalone/drakbackup_.c:3502
#, fuzzy
msgid "Restore From Tape"
msgstr "Taolenn barzha単 saveteerezh"
-#: ../../standalone/drakbackup_.c:3502
+#: ../../standalone/drakbackup_.c:3504
#, c-format
msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3524
#, fuzzy
msgid "Restore Via Network"
msgstr "Adaoza単 adalek ar restr"
-#: ../../standalone/drakbackup_.c:3522
+#: ../../standalone/drakbackup_.c:3524
#, c-format
msgid "Restore Via Network Protocol: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:3523
+#: ../../standalone/drakbackup_.c:3525
#, fuzzy
msgid "Host Name"
msgstr "Anv an ostiz"
-#: ../../standalone/drakbackup_.c:3524
+#: ../../standalone/drakbackup_.c:3526
msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/drakbackup_.c:3531
+#: ../../standalone/drakbackup_.c:3533
#, fuzzy
msgid "Password required"
msgstr "Tremenger"
-#: ../../standalone/drakbackup_.c:3537
+#: ../../standalone/drakbackup_.c:3539
#, fuzzy
msgid "Username required"
msgstr "Anv arveriad"
-#: ../../standalone/drakbackup_.c:3540
+#: ../../standalone/drakbackup_.c:3542
#, fuzzy
msgid "Hostname required"
msgstr "Anv an ostiz: "
-#: ../../standalone/drakbackup_.c:3545
+#: ../../standalone/drakbackup_.c:3547
msgid "Path or Module required"
msgstr ""
-#: ../../standalone/drakbackup_.c:3558
+#: ../../standalone/drakbackup_.c:3560
msgid "Files Restored..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3561
+#: ../../standalone/drakbackup_.c:3563
#, fuzzy
msgid "Restore Failed..."
msgstr "Adaoza単 adalek ar restr"
-#: ../../standalone/drakbackup_.c:3777
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3786
+#: ../../standalone/drakbackup_.c:3810
#, fuzzy
msgid "Custom Restore"
msgstr "Neuziet"
-#: ../../standalone/drakbackup_.c:3832
+#: ../../standalone/drakbackup_.c:3856
msgid "CD in place - continue."
msgstr ""
-#: ../../standalone/drakbackup_.c:3838
+#: ../../standalone/drakbackup_.c:3862
msgid "Browse to new restore repository."
msgstr ""
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:3865
#, fuzzy
msgid "Restore From Catalog"
msgstr "Taolenn barzha単 saveteerezh"
-#: ../../standalone/drakbackup_.c:3881 ../../standalone/drakbackup_.c:3914
-#: ../../standalone/drakbackup_.c:3940 ../../standalone/drakbackup_.c:3967
-#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4054
-#: ../../standalone/drakbackup_.c:4081 ../../standalone/drakbackup_.c:4111
-#: ../../standalone/drakbackup_.c:4137
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "Adaoza単 adalek ar restr"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
msgid "Previous"
msgstr "Diaraog"
-#: ../../standalone/drakbackup_.c:3885 ../../standalone/drakbackup_.c:3971
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Enrolla単"
-#: ../../standalone/drakbackup_.c:3944
+#: ../../standalone/drakbackup_.c:3998
#, fuzzy
msgid "Build Backup"
msgstr "Restr gwarezi単 siek"
-#: ../../standalone/drakbackup_.c:3998 ../../standalone/drakbackup_.c:4578
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
#, fuzzy
msgid "Restore"
msgstr "Adaoza単 adalek ar restr"
-#: ../../standalone/drakbackup_.c:4177
+#: ../../standalone/drakbackup_.c:4231
msgid ""
"Error during sendmail.\n"
" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:4201
+#: ../../standalone/drakbackup_.c:4255
#, 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:4224
+#: ../../standalone/drakbackup_.c:4278
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:4247
+#: ../../standalone/drakbackup_.c:4301
#, fuzzy
msgid "Please select data to restore..."
msgstr "Diuzit ar yezh da implijout, mar plij."
-#: ../../standalone/drakbackup_.c:4268
+#: ../../standalone/drakbackup_.c:4322
#, fuzzy
msgid "Please select media for backup..."
msgstr "Diuzit ar yezh da implijout, mar plij."
-#: ../../standalone/drakbackup_.c:4290
+#: ../../standalone/drakbackup_.c:4344
#, fuzzy
msgid "Please select data to backup..."
msgstr "Diuzit ar yezh da implijout, mar plij."
-#: ../../standalone/drakbackup_.c:4312
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:4333
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:4414
+#: ../../standalone/drakbackup_.c:4468
#, fuzzy
msgid "Backup system files"
msgstr "Restr gwarezi単 siek"
-#: ../../standalone/drakbackup_.c:4416
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup user files"
msgstr "Restr gwarezi単 siek"
-#: ../../standalone/drakbackup_.c:4418
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup other files"
msgstr "Restr gwarezi単 siek"
-#: ../../standalone/drakbackup_.c:4420 ../../standalone/drakbackup_.c:4453
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:4444
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:4448
+#: ../../standalone/drakbackup_.c:4502
#, fuzzy
msgid "Sending files..."
msgstr "Enrolla単 er restr"
-#: ../../standalone/drakbackup_.c:4534
+#: ../../standalone/drakbackup_.c:4588
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "Kefluniadur ar rouedad"
-#: ../../standalone/drakbackup_.c:4539
+#: ../../standalone/drakbackup_.c:4593
#, fuzzy
msgid "View Backup Configuration."
msgstr "Kefluniadur ar rouedad"
-#: ../../standalone/drakbackup_.c:4560
+#: ../../standalone/drakbackup_.c:4614
#, fuzzy
msgid "Wizard Configuration"
msgstr "Kefluniadur"
-#: ../../standalone/drakbackup_.c:4565
+#: ../../standalone/drakbackup_.c:4619
#, fuzzy
msgid "Advanced Configuration"
msgstr "Kefluniadur"
-#: ../../standalone/drakbackup_.c:4570
+#: ../../standalone/drakbackup_.c:4624
#, fuzzy
msgid "Backup Now"
msgstr "Keflunia単 reizhiado湛 restro湛"
-#: ../../standalone/drakbackup_.c:4604
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4653
+#: ../../standalone/drakbackup_.c:4707
msgid ""
"options description:\n"
"\n"
@@ -10303,7 +10419,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4683
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10312,7 +10428,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4691
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -10353,7 +10469,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4730
+#: ../../standalone/drakbackup_.c:4784
msgid ""
"restore description:\n"
" \n"
@@ -10381,18 +10497,18 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4756 ../../standalone/drakbackup_.c:4833
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
"Copyright (C) 2001 MandrakeSoft gant DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4758 ../../standalone/drakbackup_.c:4835
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4760 ../../standalone/drakbackup_.c:4837
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -10409,7 +10525,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4774
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -10449,7 +10565,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4812
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -10460,7 +10576,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4821
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10473,7 +10589,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4851
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -10554,9 +10670,9 @@ msgstr ""
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
msgid "Standalone Tools"
msgstr ""
@@ -10608,26 +10724,26 @@ msgstr "Moullerez"
msgid "Configuration Wizards"
msgstr "Kefluniadur ar rouedad"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
#, fuzzy
msgid "Application:"
msgstr "X11/Arloado湛"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
#, fuzzy
msgid "Package: "
msgstr "Pakad"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
#, fuzzy
msgid "Release: "
msgstr "Gortozit mar plij"
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -10639,21 +10755,21 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
#, fuzzy
msgid "Report"
msgstr "Paour"
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
#, fuzzy
msgid "Not installed"
msgstr "Dilezel ar staliadur"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Gallout a rit dibab yezho湛 all hag a vo hegerz goude stalia単"
@@ -12141,7 +12257,7 @@ msgstr "Stalia単 ar reizhiad"
msgid "Exit install"
msgstr "Dilezel ar staliadur"
-#: ../../ugtk.pm_.c:605
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -12280,6 +12396,10 @@ msgid "Graphical Environment"
msgstr ""
#: ../../share/compssUsers:999
+msgid "Development"
+msgstr "Diorren"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr ""
@@ -12394,6 +12514,15 @@ msgstr "Liesvedia"
msgid "Scientific Workstation"
msgstr "Titouro湛"
+#~ msgid "MandrakeCampus"
+#~ msgstr "MandrakeCampus"
+
+#~ msgid "MandrakeConsulting"
+#~ msgstr "MandrakeConsulting"
+
+#~ msgid "MandrakeStore"
+#~ msgstr "MandrakeStore"
+
#~ msgid "LBA (doesn't work on old BIOSes)"
#~ msgstr "LBA (ne da ket en-dro gant BIOSo湛 kozh)"
@@ -12414,120 +12543,6 @@ msgstr "Titouro湛"
#~ "N'hella単 ket lenn ho taolenn barzha単, re vrein eo evidon :(\n"
#~ "Klask a rin kenderc'hel en ur ziverka単 ar parzhadurio湛 siek"
-#, fuzzy
-#~ msgid "Firewalling Configuration"
-#~ msgstr "o lenn ar c'hefluniadur"
-
-#, fuzzy
-#~ msgid "Firewalling configuration"
-#~ msgstr "o lenn ar c'hefluniadur"
-
-#, fuzzy
-#~ msgid "Can't open %s for writing: %s\n"
-#~ msgstr "Fazi en ur zigeri単 %s evit skriva単: %s"
-
-#, fuzzy
-#~ msgid "Firewall Configuration Wizard"
-#~ msgstr "o lenn ar c'hefluniadur"
-
-#, fuzzy
-#~ msgid "Please Wait... Verifying installed packages"
-#~ msgstr "Gortozit mar plij, o prienti単 ar staliadur"
-
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
-
-#, fuzzy
-#~ msgid ""
-#~ "This level is to be used with care. It makes your system more easy to "
-#~ "use,\n"
-#~ " but very sensitive: it must not be used for a machine "
-#~ "connected to others\n"
-#~ " or to the Internet. There is no password access."
-#~ msgstr ""
-#~ "Ret eo implijout al live-ma単 gant evezh. Ober a ra d'ho reizhiad beza単\n"
-#~ "aesoc'h da implijout, hogen kizidig-tre: arabat e implj evit un "
-#~ "ardivink\n"
-#~ "kevreet ouzh lod all pe ouzh ar genrouedad. N'eus ket a haezi単 dre "
-#~ "dremenger."
-
-#, fuzzy
-#~ msgid ""
-#~ "With this security level, the use of this system as a server becomes "
-#~ "possible.\n"
-#~ " The security is now high enough to use the system as a "
-#~ "server which can accept\n"
-#~ " connections from many clients. Note: if your machine is "
-#~ "only a client on the Internet, you should choose a lower level."
-#~ msgstr ""
-#~ "Gant al live surentez-ma単 e teu posupl implijout ar reizhiad-ma単 evel ur "
-#~ "servijer.\n"
-#~ "Uhel a-walc'h eo brema単 ar surentez evit implijout ar reizhiad evel ur "
-#~ "servijer\n"
-#~ "o tigemer kevreadenno湛 a-berzh arvalo湛 niverus."
-
-#, fuzzy
-#~ msgid "Basic Options"
-#~ msgstr "Parzhadur"
-
-#, fuzzy
-#~ msgid "Security Checks"
-#~ msgstr "rodellek"
-
-#, fuzzy
-#~ msgid "Please choose your CD space"
-#~ msgstr "Dibabit reizhadur ho stokellaoueg, mar plij."
-
-#, fuzzy
-#~ msgid "Please enter the cd writer speed"
-#~ msgstr "Dibabit seurt ho logodenn, mar plij."
-
-#, fuzzy
-#~ msgid "Please check if you want to include install boot on your CD."
-#~ msgstr "Dibabit ar pakado湛 a vennit stalia単, mar plij."
-
-#, fuzzy
-#~ msgid "Url should begin with 'ftp:'"
-#~ msgstr "ftp://... a zlefe beza単 ar proksi"
-
-#, fuzzy
-#~ msgid ""
-#~ "Please check if you want to include\n"
-#~ " install boot on your CD."
-#~ msgstr "Dibabit ar pakado湛 a vennit stalia単, mar plij."
-
-#, fuzzy
-#~ msgid "Windows PDC"
-#~ msgstr "Windows (FAT32)"
-
-#, fuzzy
-#~ msgid "Tamil"
-#~ msgstr "Taolenn"
-
-#, fuzzy
-#~ msgid "PDC Server Name"
-#~ msgstr "Servijer NTP"
-
-#, fuzzy
-#~ msgid "Set up printer manually"
-#~ msgstr "Dibarzho湛 ar voullerez lpd a-bell"
-
-#, fuzzy
-#~ msgid "Installing HPOJ package..."
-#~ msgstr "O stalia単 ar pakad %s"
-
-#, fuzzy
-#~ msgid "Installing SANE packages..."
-#~ msgstr "O stalia単 ar pakad %s"
-
-#, fuzzy
-#~ msgid "Installing mtools packages..."
-#~ msgstr "O stalia単 pakado湛..."
-
-#, fuzzy
-#~ msgid "Control Center"
-#~ msgstr "Anv ar gevreadenn"
-
#~ msgid "Choose the tool you want to use"
#~ msgstr "Dibabit ar benveg a vennit stalia単"
diff --git a/perl-install/share/po/bs.po b/perl-install/share/po/bs.po
index 0816c3643..b859c04e6 100644
--- a/perl-install/share/po/bs.po
+++ b/perl-install/share/po/bs.po
@@ -3,8 +3,8 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: drakfloppy 0.43\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
+"Project-Id-Version: DrakX\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
"PO-Revision-Date: 2001-08-21 17:14GMT\n"
"Last-Translator: Amila Akagi <bono@lugbih.org>\n"
"Language-Team: Bosnian <lokal-subscribe@lugbih.org>\n"
@@ -49,19 +49,19 @@ msgstr "32 MB"
msgid "64 MB or more"
msgstr "64 MB ili vi邸e"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "Izaberite X server"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "X server"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
msgstr "Multi-head konfiguracija"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -69,27 +69,27 @@ msgstr ""
"Va邸 sistem podr転ava konfiguraciju vi邸e glava.\n"
"ta 転elite uiniti?"
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "Izaberite veliinu memorije va邸e grafike karte"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "XFree konfiguracija"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "Koju konfiguraciju XFree 転elite imati?"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr "Konfiguri邸i sve glave odvojeno"
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr "Koristi Xinerama ekstenziju"
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Konfiguri邸i samo karticu \"%s\" (%s)"
@@ -100,13 +100,13 @@ msgstr "Konfiguri邸i samo karticu \"%s\" (%s)"
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../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:412
+#: ../../Xconfig/card.pm_.c:413
#, 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:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, 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:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s sa EKSPERIMENTALNIM 3D hardverskim ubrzanjem"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, 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 PODRKA I MO貼E ZALEDITI VA RAUNAR.\n"
"Va邸u karticu podr転ava XFree %s koji mo転e imati bolju podr邸ku za 2D."
-#: ../../Xconfig/card.pm_.c:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -145,53 +145,54 @@ msgstr ""
"Va邸a kartica mo転e imati podr邸ku za 3D hardversko ubrzanje sa XFree %s,\n"
"PA貼NJA OVO JE EKSPERIMENTALNA PODRKA I MO貼E ZALEDITI VA RAUNAR."
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (installation display driver)"
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "Runo izaberi"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
#, fuzzy
msgid "Graphic Card"
msgstr "Grafika karta"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "Rezolucija"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opcije"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "Ok"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Izlaz"
@@ -208,28 +209,28 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "Izaberite monitor"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "Op邸ti"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
#, fuzzy
msgid "Vendor"
msgstr "Poni邸ti"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -250,11 +251,11 @@ msgstr ""
"raspon izvan mogunosti va邸eg monitora: time mo転ete o邸tetiti monitor.\n"
" Ako niste sigurni, izaberite najmanju opciju."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "Brzina horizontalnog osvje転avanja"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "Brzina vertiaklnog osvje転avanja"
@@ -291,36 +292,41 @@ msgstr "Izaberite rezoluciju i dubinu boja"
msgid "Graphics card: %s"
msgstr "Grafika karta: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "Odustani"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "Testiranje konfiguracije"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "貼elite li testirati konfiguraciju?"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "Testiranje konfiguracije"
+#: ../../Xconfig/test.pm_.c:31
+#, fuzzy
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Upozorenje: testiranje ove grafike karte mo転e zalediti raunar"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -456,26 +462,22 @@ msgstr "Bootanje iz DOS/Windowsa (loadlin)"
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "Glavne opcije bootloadera"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "Bootloader koji ete koristiti"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "Bootloader instalacija"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "Boot ureaj"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (ne radi na starim BIOSima)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "Kompaktno"
@@ -492,16 +494,17 @@ msgstr "Video mod"
msgid "Delay before booting default image"
msgstr "ekanje prije bootanja default preslike"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "ifra"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "ifra (ponovo)"
@@ -535,14 +538,14 @@ msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Opcija ``Ogranii opcije komandne linije'' je beskorisna bez 邸ifre"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "Molimo poku邸ajte ponovo"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "ifre se ne poklapaju"
@@ -587,16 +590,16 @@ msgstr ""
"Navedene su razne stavke.\n"
"Mo転ete dodati nove ili promjeniti postojee."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Dodaj"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "Gotovo"
@@ -608,7 +611,7 @@ msgstr "Izmjeni"
msgid "Which type of entry do you want to add?"
msgstr "Koju vrstu stavke 転elite dodati?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linux"
@@ -702,13 +705,13 @@ msgstr "Imate li neki drugi?"
msgid "Do you have any %s interfaces?"
msgstr "Imate li ijedan %s interfejs?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Ne"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Da"
@@ -808,38 +811,48 @@ msgstr "dozvoli \"su\""
msgid "access to administrative files"
msgstr "pristup administrativnim datotekama"
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+#, fuzzy
+msgid "access to network tools"
+msgstr "pristup rpm alatima"
+
+#: ../../any.pm_.c:755
+#, fuzzy
+msgid "access to compilation tools"
+msgstr "pristup rpm alatima"
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(ve dodan %s)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "Ova 邸ifra je previ邸e jednostavna"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "Molimo navedite korisniko ime"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Korisniko ime smije sadr転ati samo mala slova, brojeve, `-' i `_'"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:768
#, fuzzy
msgid "The user name is too long"
msgstr "Ovo korisniko ime je ve dodano"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "Ovo korisniko ime je ve dodano"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "Dodaj korisnika"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -848,32 +861,32 @@ msgstr ""
"Unesite korisnika\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "Prihvati korisnika"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "Pravo ime"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Korisniko ime"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "Ikona"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -881,54 +894,54 @@ msgstr ""
"Mogu podesiti va邸 raunar da automatski prijavi jednog korisnika.\n"
"貼elite li koristiti ovu mogunost?"
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "Izaberite default korisnika:"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "Izaberite window manager koji e se pokretati:"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
msgid "Please choose a language to use."
msgstr "Molimo izaberite jezik koji ete koristiti."
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
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:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Svi"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "Allow all users"
msgstr "Dozvoli svim korisnicima"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "No sharing"
msgstr "Bez dijeljenja"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Paket %s treba biti instaliran. Da li ga 転elite instalirati?"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "Mo転ete eksportovati koristei NFS ili Sambu. Koji 転elite"
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Nedostaje obavezan paket %s"
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
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 "
@@ -937,11 +950,11 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr "Pokreni userdrake"
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -949,31 +962,31 @@ msgstr ""
"Dijeljenje po-korisniku koristi grupu \"fileshare\". \n"
"Mo転ete dodavati korisnike u ovu grupu pomou userdrake-a."
-#: ../../any.pm_.c:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "Dobrodo邸li u Crackers"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "Lo邸"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standard"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "Visok"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
msgid "Higher"
msgstr "Vi邸i"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "Paranoian"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
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"
@@ -983,7 +996,7 @@ msgstr ""
"ali vrlo osjetljivim: ne smije biti kori邸ten za raunar koji je spojen na\n"
"druge ili na Internet. Nema pristupa 邸ifrom."
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -991,7 +1004,7 @@ msgstr ""
"ifra je sada aktivirana, ali kori邸tenje za mre転ni raunar jo邸 nije "
"preporueno."
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -999,7 +1012,7 @@ msgstr ""
"Ovo je standardna sigurnost koja je preporuena za raunar koji e biti "
"kori邸ten za spajanje na Internet kao klijent."
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1007,7 +1020,7 @@ msgstr ""
"Ve postoje odreena ogranienja, a vi邸e automatskih provjera se pokree "
"svaku no."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1023,7 +1036,7 @@ msgstr ""
"konekcije sa mnogo klijenata. Napomena: ako je va邸 raunar samo klijent na "
"Internetu, mo転da je bolje da izaberete ni転i nivo."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1031,31 +1044,31 @@ msgstr ""
"Baziran na prethodnom nivou, ali sada je sistem potpuno zatvoren.\n"
"Sigurnosne osobine na maksimumu."
-#: ../../any.pm_.c:1091
+#: ../../any.pm_.c:1094
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Opcije"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Izaberite nivo sigurnosti"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
msgid "Security level"
msgstr "Nivo sigurnosti"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
msgid "Use libsafe for servers"
msgstr "Koristi libsafe za servere"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
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:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr ""
@@ -1084,57 +1097,57 @@ 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:935
+#: ../../bootloader.pm_.c:932
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:938
+#: ../../bootloader.pm_.c:935
#, 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:941
+#: ../../bootloader.pm_.c:938
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:944
+#: ../../bootloader.pm_.c:941
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:947
+#: ../../bootloader.pm_.c:944
#, 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:951
+#: ../../bootloader.pm_.c:948
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:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "Start Menu"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, 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:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr "pomo jo邸 nije implementirana.\n"
@@ -1142,8 +1155,8 @@ msgstr "pomo jo邸 nije implementirana.\n"
msgid "Boot Style Configuration"
msgstr "Konfiguracija stila boota"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Datoteka"
@@ -1153,7 +1166,7 @@ msgstr "/_Datoteka"
msgid "/File/_Quit"
msgstr "/Datoteka/_Izlaz"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1195,94 +1208,101 @@ msgstr "Sistem instalacije"
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+#, fuzzy
+msgid "Create new theme"
+msgstr "Napravi novu particiju"
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr ""
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "Gre邸ka"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, fuzzy, c-format
msgid "Copy %s to %s"
msgstr "Kopiram %s"
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
#, fuzzy
msgid "Notice"
msgstr "NoVideo"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
#, fuzzy
msgid "Theme installation failed!"
msgstr "Izaberite klasu instalacije"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1291,23 +1311,22 @@ msgstr ""
"Trenutno koristite %s kao boot manager.\n"
"Kliknite na Konfiguri邸i kako bi se pokrenuo arobnjak za pode邸avanje."
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Konfiguri邸i"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
#, fuzzy
msgid "Splash selection"
msgstr "Spasi izbor paketa"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1316,44 +1335,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr "Sistem mod"
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr "Pokreni X-Window sistem na startu"
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr "Ne, ne 転elim da se autologiram"
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Da, 転elim da se autologiram sa ovim (korisnik, desktop)"
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr "U redu"
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "ne mogu otvoriti /etc/inittab za itanje: %s"
@@ -1450,49 +1469,53 @@ msgstr "Austrija"
msgid "United States"
msgstr "SAD"
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-#, fuzzy
-msgid "Unknown Model"
-msgstr "Nepoznat model"
-
#: ../../diskdrake/dav.pm_.c:23
#, fuzzy
msgid "New"
msgstr "novi"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "Demontiraj"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "Montiraj"
+
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Taka montiranja"
-#: ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/dav.pm_.c:81
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Molim unesite brzinu cd pisaa"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:92
+#: ../../diskdrake/dav.pm_.c:105
#, fuzzy
msgid "Server: "
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Taka montiranja: "
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Opcije: %s"
@@ -1501,8 +1524,9 @@ msgstr "Opcije: %s"
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:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "Proitajte pa転ljivo!"
@@ -1541,10 +1565,17 @@ 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:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "Detalji"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+#, fuzzy
+msgid "No hard drives found"
+msgstr ""
+"Nije pronaen nijedan lokalni 邸tampa!\n"
+"\n"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1569,13 +1600,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "Prazno"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "Ostalo"
@@ -1583,12 +1614,12 @@ msgstr "Ostalo"
msgid "Filesystem types:"
msgstr "Tipovi file sistema:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "Kreiraj"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "Tip"
@@ -1598,7 +1629,7 @@ msgstr "Tip"
msgid "Use ``%s'' instead"
msgstr "Koristite ``%s'' umjesto toga"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "Obri邸i"
@@ -1606,7 +1637,7 @@ msgstr "Obri邸i"
msgid "Use ``Unmount'' first"
msgstr "Najprije koristite ``Demontiraj''"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1614,72 +1645,72 @@ msgstr ""
"Nakon promjene tipa particije %s, svi podaci na ovoj particiji e biti "
"izgubljeni"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose a partition"
msgstr "Izaberi particiju"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose another partition"
msgstr "Izaberi drugu particiju"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
msgid "Exit"
msgstr "Izlaz"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "Prebaci u ekspertni mod"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "Prebaci u normalni mod"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "Poni邸ti"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "Svejedno nastavljate?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "Izlaz bez spa邸avanja"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "Izlazite bez pisanja tabele particija?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
msgid "Do you want to save /etc/fstab modifications"
msgstr "貼elite li spasiti izmjene /etc/fstab"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "Auto alokacija"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "Obri邸i sve"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "Jo邸"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
msgid "Hard drive information"
msgstr "Informacije o hard disku"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "Sve primarne particije su u upotrebi"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "Ne mogu dodati vi邸e particija"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1687,31 +1718,31 @@ msgstr ""
"Da biste imali jo邸 particija, molimo pobri邸ite jednu kako bi se mogla "
"kreirati extended particija"
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
msgid "Save partition table"
msgstr "Snimi tabelu particija"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
msgid "Restore partition table"
msgstr "Vrati tabelu particija"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "Spasi tabelu particija"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
msgid "Reload partition table"
msgstr "Ponovo uitaj tabelu particija"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
msgid "Removable media automounting"
msgstr "Automatsko montiranje izmjenjivog medija"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "Izaberite datoteku"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1719,11 +1750,11 @@ msgstr ""
"Backup tabela particija nema istu veliinu\n"
"Ipak nastavljate?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "Upozorenje"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1731,112 +1762,104 @@ msgstr ""
"Ubacite disketu u jedinicu\n"
"Svi podaci na toj disketi e biti izgubljeni"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "Poku邸avam da spasim tabelu particija"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
msgid "Detailed information"
msgstr "Detaljne informacije"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "Promjeni veliinu"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "Premje邸tanje"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "Formatiraj"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Montiraj"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "Dodaj na RAID"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "Dodaj na LVM"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Demontiraj"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "Ukloni sa RAIDa"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "Ukloni sa LVMa"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "Modificiraj RAID"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "Koristi za loopback"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "Napravi novu particiju"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "Poetni sektor: "
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "Veliina u MB: "
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "Tip datotenog sistema: "
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "Preference: "
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
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:494
+#: ../../diskdrake/interactive.pm_.c:499
msgid "Remove the loopback file?"
msgstr "Ukloniti loopback datoteku?"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "Izmjena tipa particije"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Koji datoteni sistem 転elite?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr "Prebacujem sa ext2 na ext3"
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Gdje 転elite montirati loopback datoteku %s?"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Gdje 転elite montirati ureaj %s?"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1845,136 +1868,136 @@ msgstr ""
"loopback.\n"
"Najprije uklonite loopback"
-#: ../../diskdrake/interactive.pm_.c:584
+#: ../../diskdrake/interactive.pm_.c:594
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "Gdje 転elite montirati ureaj %s?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "Izraunavam granice FAT filesistema"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "Mijenjam veliinu"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr "Ovoj particiji ne mo転ete mijenjati veliinu"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr "Svi podaci na toj particiji bi trebali biti backupovani"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Nakon promjene veliine particije %s, svi podaci na njoj e biti izgubljeni"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "Izaberite novu veliinu"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
msgid "New size in MB: "
msgstr "Nova veliina u MB: "
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "Na koji disk je 転elite premjestiti?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "Na koji sektor je 転elite premjestiti?"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "Premje邸tam"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "Premje邸tam particiju..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "Izaberite postojei RAID na koji ete dodati"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "novi"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "Izaberite postojei LVM na koji ete dodati"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr "Naziv LVMa?"
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "Ova particija se ne mo転e koristiti za loopback"
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "Naziv loopback datoteke: "
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
msgid "Give a file name"
msgstr "Dajte naziv datoteke"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr "Datoteku ve koristi drugi loopback, izaberite drugo ime"
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr "Datoteka ve postoji. 貼elite li je koristiti?"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
msgid "Mount options"
msgstr "Opcije montiranja"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr "Razni"
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "Ureaj"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "nivo"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "veliina chunka"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr "Budite oprezni: ova operacija je opasna"
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "Koju vrstu particioniranja?"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, 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:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1986,7 +2009,7 @@ msgstr ""
"Ili ete koristiti LILO i stvar nee raditi, ili neete koristiti LILO pa "
"vam ne treba ni /boot"
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1998,7 +2021,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:979
+#: ../../diskdrake/interactive.pm_.c:989
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2008,47 +2031,47 @@ msgstr ""
"Nijedan bootloader nije u mogunosti da rukuje sa ovim bez /boot particije.\n"
"Pazite da dodate /boot particiju"
-#: ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Tabela particija za ureaj %s e biti zapisana na disk!"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr ""
"Bie potrebno da rebootate prije nego 邸to izmjene mogu stupiti na snagu"
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, 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:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "Formatiram"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formatiram loopback datoteku %s"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "Formatiram particiju %s"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Hide files"
msgstr "Sakrij datoteke"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Move files to the new partition"
msgstr "Prebaci datoteke na novu particiju"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2057,83 +2080,83 @@ msgstr ""
"Direktorij %s ve sadr転i neke podatke\n"
"(%s)"
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
msgid "Moving files to the new partition"
msgstr "Premje邸tam datoteke na novu particiju"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr "Kopiram %s"
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, c-format
msgid "Removing %s"
msgstr "Uklanjam %s"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr "particija %s je od sada poznata kao %s"
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "Ureaj: "
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS slovo ureaja: %s (pretpostavka)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "Tip: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "Ime: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "Poetak: sector %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "Veliina: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s sektora"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "Cilindar %d do %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "Formatirana\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "Nije formatirana\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "Montirana\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -2142,7 +2165,7 @@ msgstr ""
"Loopback datoteka(e):\n"
" %s\n"
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2150,27 +2173,27 @@ msgstr ""
"Particija koja se boota po defaultu\n"
" (za MS-DOS boot, ne za lilo)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "Nivo %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "Veliina chunka %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-diskovi %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "Naziv loopback datoteke: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2182,7 +2205,7 @@ msgstr ""
"particija Driver particija, vjerovatno\n"
"biste je trebali ostaviti na miru.\n"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2194,58 +2217,62 @@ msgstr ""
"particija je za\n"
"dvojni boot va邸eg sistema.\n"
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "Veliina: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometrija: %s cilindara, %s glava, %s sektora\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "Info: "
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-diskovi %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "Tip tabele particija: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "na busu %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
msgid "Filesystem encryption key"
msgstr "Klju za kodiranje datotenog sistema"
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr "Izaberite va邸 klju za kodiranje datotenog sistema"
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, 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:1180
+#: ../../diskdrake/interactive.pm_.c:1191
msgid "The encryption keys do not match"
msgstr "ifre se ne poklapaju"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr "ifra"
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr "ifra (jo邸 jednom)"
@@ -2282,7 +2309,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Username"
msgstr "Korisniko ime"
@@ -2296,23 +2323,23 @@ msgstr "NIS domen"
msgid "Search servers"
msgstr "Tra転i servere"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatiranje %s nije uspjelo"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, 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:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "montiranje particije %s u direktoriju %s nije uspjelo"
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "gre邸ka u demontiranju %s: %s"
@@ -2329,33 +2356,50 @@ msgstr "sa /usr"
msgid "server"
msgstr "server"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, fuzzy, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"Ne mogu proitati va邸u tabelu particija, previ邸e je o邸teena za mene :(\n"
+"Mogu poku邸ati da pobri邸em lo邸e particije (SVI PODACI e biti izgubljeni!).\n"
+"Drugo rje邸enje je da onemoguim DrakX da mijenja tabelu particija.\n"
+"(gre邸ka je %s)\n"
+"\n"
+"Sla転ete li se sa gubitkom svih particija?\n"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "Ne mo転ete koristiti JFS za particije manje od 16MB"
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Ne mo転ete koristiti ReiserFS za particije manje od 32MB"
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "Take montiranja moraju poinjati sa /"
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Ve postoji particija sa takom montiranja %s\n"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "Ne mo転ete koristiti LVM logiki volumen za taku montiranja %s"
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr "Ovaj direktorij treba ostati unutar korijenskog file sistema"
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
#, fuzzy
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
@@ -2363,231 +2407,278 @@ msgid ""
msgstr ""
"Potreban vam je pravi file sistem (ext2, reiserfs) za ovu taku montiranja\n"
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr "Ne mo転ete koristiti kriptovani datoteni sistem za taku montiranja %s"
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
msgid "Not enough free space for auto-allocating"
msgstr "Nema dovoljno prostora za auto-alokaciju"
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr "Nemam 邸ta da radim"
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Gre邸ka u otvaranju %s za pisanje: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:158
+#, fuzzy
+msgid "Sound configuration"
+msgstr "Pode邸avanje CUPSa"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
msgstr ""
-"Do邸lo je do gre邸ke - nije pronaen nijedan ispravan ureaj na kojem se mogu "
-"kreirati novi file sistemi. Molimo provjerite va邸 hardware i pronaite uzrok "
-"gre邸ke"
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "Nemate nijednu particiju!"
+#: ../../harddrake/sound.pm_.c:162
+#, fuzzy
+msgid "Driver:"
+msgstr "Drajver"
+
+#: ../../harddrake/sound.pm_.c:173
+#, fuzzy
+msgid "No known driver"
+msgstr "X drajver"
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:177
+#, fuzzy
+msgid "Unkown driver"
+msgstr "Nepoznat model"
+
+#: ../../harddrake/sound.pm_.c:178
+#, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "Model"
msgstr "Mi邸"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "hard disk model"
msgstr "Memorija kartice (DMA)"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
#, fuzzy
msgid "Channel"
msgstr "Odustani"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:19
+#: ../../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:20
+#: ../../harddrake/ui.pm_.c:21
#, fuzzy
msgid "Module"
msgstr "Mi邸"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "Opis"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
#, fuzzy
msgid "Bus identification"
msgstr "Autentikacija"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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:31
+#: ../../harddrake/ui.pm_.c:32
#, fuzzy
msgid "Old device file"
msgstr "Izaberite datoteku"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr ""
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
#, fuzzy
msgid "New devfs device"
msgstr "Gateway ureaj"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
#, fuzzy
msgid "Number of buttons"
msgstr "2 dugmeta"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:60
+#: ../../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:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Pomo"
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
#, fuzzy
msgid "/_Help..."
msgstr "/_Pomo"
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
#, fuzzy
msgid "/_About..."
msgstr "/Pomo/_O programu..."
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
#, fuzzy
msgid "Author:"
msgstr "Ispitivanje"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Prepoznavanje hard diska"
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Detected hardware"
msgstr "Pogledaj hardware info"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:105
#, fuzzy
-msgid "Configure module"
-msgstr "Pode邸avanje mi邸a"
+msgid "Information"
+msgstr "Prika転i informacije"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:108
#, fuzzy
-msgid "Informations"
-msgstr "Prika転i informacije"
+msgid "Configure module"
+msgstr "Pode邸avanje mi邸a"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
#, fuzzy
msgid "Detection in progress"
msgstr "detektovan na portu %s"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "Molimo saekajte"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
#, fuzzy
msgid "secondary"
msgstr "%d sekundi"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Uklanjam 邸tampa \"%s\" ..."
@@ -2620,16 +2711,16 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:213
#, fuzzy
-msgid "Card model :"
+msgid "Card model:"
msgstr "Memorija kartice (DMA)"
#: ../../harddrake/v4l.pm_.c:214
#, fuzzy
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "Promjeni tip"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
+msgid "Number of capture buffers:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:215
@@ -2638,11 +2729,11 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:217
#, fuzzy
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "postavka optereenja"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:218
@@ -2654,22 +2745,22 @@ msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2808,7 +2899,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2884,10 +2975,10 @@ msgstr ""
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -2956,11 +3047,11 @@ msgstr ""
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -3038,7 +3129,7 @@ msgstr ""
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -3081,7 +3172,9 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
@@ -3102,31 +3195,7 @@ msgstr ""
"means that the configuration was wrong and the test will automatically end\n"
"after 10 seconds, restoring the screen."
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -3140,7 +3209,8 @@ msgstr ""
"act as a server, or if you were not successful in getting the display\n"
"configured."
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
+#, fuzzy
msgid ""
"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
@@ -3160,10 +3230,10 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
"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"
@@ -3189,7 +3259,7 @@ msgstr ""
"you do not need. You will not have to format it since DrakX will rewrite\n"
"the whole disk."
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
"Linux operating system on your hard drive. If your hard drive is empty or\n"
@@ -3222,7 +3292,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3255,7 +3327,9 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
"Na ovom mjestu trebate izabrati gdje 転elite instalirati Linux Mandrake\n"
"operativni sistem na va邸em hard disku. Ako je disk prazan ili ako postojei\n"
@@ -3333,7 +3407,7 @@ msgstr ""
"sigurni\n"
"邸ta radite."
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3395,7 +3469,7 @@ msgstr ""
"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
"\"mformat a:\")"
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
"(formatting means creating a filesystem).\n"
@@ -3449,7 +3523,7 @@ msgstr ""
"Kliknite na Napredno da izaberete particije koje 転elite provjeriti radi\n"
"lo邸ih blokova."
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -3464,12 +3538,12 @@ msgstr ""
"\n"
"Molim da imate strpljenja."
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3490,7 +3564,7 @@ msgstr ""
"appears: review the selection, and press \"Install\" to retrieve and\n"
"install the selected package or \"Cancel\" to abort."
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3504,14 +3578,14 @@ msgstr ""
"instalaciju.\n"
"Da biste nastavili sa instalacijom, kliknite na dugme Prihvati."
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
@@ -3524,7 +3598,7 @@ msgstr ""
"\n"
"If you do not know what to choose, keep the default option."
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3541,26 +3615,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3588,7 +3662,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3671,7 +3745,7 @@ msgstr ""
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
"Please choose the one you want to resize in order to install your new\n"
@@ -3733,35 +3807,35 @@ msgstr ""
"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
"disk or partition is called \"C:\")."
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr ""
"Molimo da imate strpljenja. Ova operacija mo転e potrajati nekoliko minuta."
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
"installation or if you want to have greater control (\"Expert\"). You can\n"
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3770,11 +3844,11 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
"DrakX sada mora znati da li 転elite obaviti podrazumjevanu instalaciju\n"
"(\"Preporueno\") ili 転elite da imate veu kontrolu (\"Ekspert\"). Takoe\n"
@@ -3812,19 +3886,22 @@ msgstr ""
"instalaciju. Odgovor na neka pitanja mo転e biti vrlo te転ak ako nemate dobro\n"
"poznavanje GNU/Linuxa, zato nemojte birati ovo sem ako znate 邸ta radite."
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
"language you have chosen) and you will not even see this step. However, you\n"
@@ -3838,8 +3915,10 @@ msgstr ""
"Click on the \"More\" button to be presented with the complete list of\n"
"supported keyboards."
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3864,7 +3943,7 @@ msgstr ""
"Note that multiple languages may be installed. Once you have selected any\n"
"additional locales click the \"OK\" button to continue."
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -3877,7 +3956,14 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
"By default, DrakX assumes you have a two-button mouse and will set it up\n"
"for third-button emulation. DrakX will automatically know whether it is a\n"
@@ -3891,7 +3977,7 @@ msgstr ""
"are good. If the mouse is not working correctly press the space bar or\n"
"[Return] to \"Cancel\" and choose again."
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
"Windows is named \"ttyS0\" under GNU/Linux."
@@ -3899,7 +3985,7 @@ msgstr ""
"Molimo izaberite ispravan port. Na primjer, \"COM1\" port pod MS\n"
"Windowsom se zove \"ttyS0\" pod GNU/Linuxom."
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -3929,9 +4015,9 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
@@ -3971,7 +4057,7 @@ msgstr ""
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -4010,16 +4096,7 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
+"options, which are reserved for the expert user."
msgstr ""
"LILO and grub are boot loaders for GNU/Linux. This stage, normally, is\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -4069,13 +4146,16 @@ msgstr ""
"it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
"installation step."
-#: ../../help.pm_.c:713
+#: ../../help.pm_.c:710
msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
+"\n"
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -4163,18 +4243,18 @@ msgstr ""
#: ../../help.pm_.c:759
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -4397,7 +4477,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -4438,7 +4520,7 @@ msgstr ""
"displayed here. You can click on the button to change the parameters\n"
"associated to it."
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
@@ -4450,7 +4532,7 @@ msgstr ""
"biti\n"
"izgubljeni i nee se moi vratiti!"
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -4481,7 +4563,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Morate takoer formatirati i %s"
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4506,20 +4588,29 @@ msgstr ""
"\n"
"Da li zaista 転elite instalirati ove servere?\n"
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr "Ne mogu koristiti broadcast bez NIS domene"
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Ubacite FAT formatiranu disketu u jedinicu %s"
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr "Ova disketa nije FAT (DOS/Windows) formatirana"
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4527,11 +4618,20 @@ msgstr ""
"Da koristite ovaj izbor spa邸enih paketa, bootajte instalaciju sa ``linux "
"defcfg=floppy''"
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Gre邸ka u itanju datoteke %s"
+#: ../../install_any.pm_.c:1023
+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 ""
+"Do邸lo je do gre邸ke - nije pronaen nijedan ispravan ureaj na kojem se mogu "
+"kreirati novi file sistemi. Molimo provjerite va邸 hardware i pronaite uzrok "
+"gre邸ke"
+
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -4566,59 +4666,59 @@ msgstr ""
"\n"
"Svejedno nastavi?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../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:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "Koristi slobodan prostor"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr "Nema dovoljno slobodnog prostora za pravljenje novih particija"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr "Koristi postojeu particiju"
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr "Nema nijedne postojee particije za upotrebu"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr "Koristi Windows particiju za loopback"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Koju particiju 転elite koristiti za Linux4Win?"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "Izaberite veliine"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "Veliina root particije u MB:"
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "Veliina swap particije u MB:"
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr "Koristi slobodan prostor na Windows particiji"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr "Kojoj particiji 転elite promjeniti veliinu?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr "Izraunavam granice Windows datotenog sistema"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4627,7 +4727,7 @@ msgstr ""
"FAT resizer ne mo転e izmjeniti va邸u particiju, \n"
"do邸lo je do sljedee gre邸ke: %s"
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
@@ -4636,7 +4736,7 @@ msgstr ""
"Va邸a Windows particija je previ邸e fragmentirana, molimo prvo pokrenite "
"``defrag'' "
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm_.c:140
msgid ""
"WARNING!\n"
"\n"
@@ -4657,21 +4757,21 @@ msgstr ""
"ponovo pokrenite instalaciju. Takoer biste trebali spasiti sve podatke.\n"
"Kada ste sigurni, kliknite na Ok."
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr "Koju veliinu 転elite da sauvate za windows na"
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr "particiji %s"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT promjena veliine nije uspjela: %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -4679,33 +4779,33 @@ msgstr ""
"Ne postoji nijedna FAT particija za promjenu veliine ili upotrebu za "
"loopback (ili nije ostalo dovoljno prostora)"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "Pobri邸i itav disk"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "Ukloni Windows(TM)"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
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:183
+#: ../../install_interactive.pm_.c:185
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"SVE postojee particije i podaci na njima e biti izgubljeni na disku %s"
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
msgstr "Runo particioniranje diska"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "Koristi fdisk"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4714,28 +4814,28 @@ msgstr ""
"Sada mo転ete particionirati %s.\n"
"Kada zavr邸ite, ne zaboravite spasiti sa `w'"
-#: ../../install_interactive.pm_.c:227
+#: ../../install_interactive.pm_.c:229
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:243
+#: ../../install_interactive.pm_.c:245
msgid "I can't find any room for installing"
msgstr "Ne mogu nai dovoljno prostora za instalaciju"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX Particioni arobnjak je na邸ao sljedea rje邸enja:"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr "Particioniranje nije uspjelo: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "Pokreem mre転u"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "Zaustavljam mre転u"
@@ -4747,12 +4847,12 @@ msgstr ""
"Do邸lo je do gre邸ke, ali ne znam kako da je rije邸im fino.\n"
"Nastavite na vlastiti rizik."
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "Dvostruka taka montiranja %s"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -4764,12 +4864,12 @@ msgstr ""
"Provjerite cdrom na instaliranom raunaru koristei \"rpm -qpl Mandrake/RPMS/"
"*.rpm\"\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "Dobro do邸li u %s"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "Nema pogodne disketne jedinice"
@@ -4799,69 +4899,69 @@ msgstr "Klasa instalacije"
msgid "Please choose one of the following classes of installation:"
msgstr "Molimo izaberite jednu od sljedeih klasa instalacije:"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "Izbor grupe paketa"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr "Izbor pojedinanih paketa"
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Ukupna veliina: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "Neispravan paket"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "Ime: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "Verzija: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "Veliina: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "Znaaj: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
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:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr "Sljedei paketi e biti instalirani"
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr "Sljedei paketi e biti uklonjeni"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr "Ne mo転ete izabrati/iskljuiti ovaj paket"
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr "Ovo je obavezan paket, ne mo転e biti iskljuen"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr "Ne mo転ete iskljuiti ovaj paket. On je ve instaliran"
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -4869,74 +4969,74 @@ msgstr ""
"Ovaj paket mora biti unaprijeen\n"
"Jeste li sigurni da ga 転elite iskljuiti?"
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr "Ne mo転ete iskljuiti ovaj paket. On mora biti unaprijeen"
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr "Automatski prika転i izabrane pakete"
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "Instalacija"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
msgid "Load/Save on floppy"
msgstr "Uitaj/Spasi na disketu"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
msgid "Updating package selection"
msgstr "Osvje転avam izbor paketa"
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
msgid "Minimal install"
msgstr "Minimalna instalacija"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "Izaberite pakete koje 転elite instalirati"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "Instaliram"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "Procjenjujem"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "Preostalo vremena "
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
msgid "Please wait, preparing installation..."
msgstr "Molimo saekajte, pripremam instalaciju"
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d paketa"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "Instaliram paket %s"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Prihvati"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "Odbij"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4952,17 +5052,17 @@ msgstr ""
"Ako ga nemate, pritisnite Odustani da biste izbjegli instaliranje sa ovog CD-"
"ROMa."
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "Svejedno nastavi?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "Do邸lo je do gre邸ke pri naruivanju paketa:"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr "Do邸lo je do gre邸ke kod instaliranja paketa:"
@@ -5281,7 +5381,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Tastatura"
@@ -5329,11 +5429,11 @@ msgstr "Unaprijedi samo pakete"
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:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "Port mi邸a"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Molimo izaberite na kojem serijskom portu je spojen va邸 mi邸."
@@ -5365,45 +5465,20 @@ msgstr "Pode邸avam IDE"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "nema dostupnih particija"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr "Pretra転ujem particije da naem take montiranja"
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "Izaberite take montiranja"
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Ne mogu proitati va邸u tabelu particija, previ邸e je o邸teena za mene :(\n"
-"Mogu poku邸ati da pobri邸em lo邸e particije (SVI PODACI e biti izgubljeni!).\n"
-"Drugo rje邸enje je da onemoguim DrakX da mijenja tabelu particija.\n"
-"(gre邸ka je %s)\n"
-"\n"
-"Sla転ete li se sa gubitkom svih particija?\n"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake nije uspio ispravno proitati tabelu particija.\n"
-"Nastavljate na vlastiti rizik!"
-
-#: ../../install_steps_interactive.pm_.c:396
-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 ""
@@ -5411,70 +5486,70 @@ msgstr ""
"nastaviti, ali da biste bootali va邸 sistem, morate kreirati bootstrap "
"particiju u DiskDrake-u"
-#: ../../install_steps_interactive.pm_.c:405
+#: ../../install_steps_interactive.pm_.c:388
msgid "No root partition found to perform an upgrade"
msgstr "Nije pronaena nijedna root particija radi unaprjeivanja"
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "Root particija"
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "ta je root particija (/) va邸eg sistema?"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
msgid "You need to reboot for the partition table modifications to take place"
msgstr "Moraete rebootati da bi izmjene tabele particija stupile na snagu"
-#: ../../install_steps_interactive.pm_.c:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "Izaberite particije koje 転elite formatirati"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr "Provjeri lo邸e blokove?"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr "Formatiram particije"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr "Kreiram i formatiram datoteku %s"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, 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:482
+#: ../../install_steps_interactive.pm_.c:465
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:489
+#: ../../install_steps_interactive.pm_.c:472
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Tra転im dostupne pakete"
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "Tra転im dostupne pakete"
-#: ../../install_steps_interactive.pm_.c:493
+#: ../../install_steps_interactive.pm_.c:476
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "Ne mo転ete iskljuiti ovaj paket. On je ve instaliran"
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr "Pronalazim pakete za unaprjeenje"
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -5483,7 +5558,7 @@ msgstr ""
"Va邸 sistem nema dovoljno preostalog prostora za instalaciju ili unaprjeenje "
"(%d > %d)"
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -5491,35 +5566,35 @@ msgstr ""
"Molimo izaberite uitaj ili spasi izbor paketa na disketu.\n"
"Format je isti kao i diskete koje generi邸e auto_install"
-#: ../../install_steps_interactive.pm_.c:553
+#: ../../install_steps_interactive.pm_.c:537
msgid "Load from floppy"
msgstr "Vrati sa diskete"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Loading from floppy"
msgstr "Vraam sa diskete"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Package selection"
msgstr "Izbor paketa"
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
msgid "Insert a floppy containing package selection"
msgstr "Ubacite disketu koja sadr転i izbor paketa"
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "Spasi na disketu"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr "Izabrana veliina je vea od slobodnog prostora"
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
msgid "Type of install"
msgstr "Vrsta instalacije"
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
#, fuzzy
msgid ""
"You haven't selected any group of packages.\n"
@@ -5528,19 +5603,19 @@ msgstr ""
"Niste izabrali nijednu grupu paketa\n"
"Molimo izaberite minimalnu instalaciju koju 転elite"
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
msgid "With X"
msgstr "Sa X-om"
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr "Sa osnovnom dokumentacijom (preporueno)"
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr "Stvarno minimalna instalacija (posebno bez urpmi)"
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5550,16 +5625,16 @@ msgstr ""
"Ako nemate nijedan od ovih CDova, kliknite na Odustani.\n"
"Ako nedostaju samo neki CDovi, iskljuite ih, zatim kliknite na Ok."
-#: ../../install_steps_interactive.pm_.c:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM pod oznakom \"%s\""
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "Pripremam instalaciju"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -5568,21 +5643,21 @@ msgstr ""
"Instaliram paket %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "Post-instalacijsko pode邸avanje"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, 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:845
+#: ../../install_steps_interactive.pm_.c:829
#, 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:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5656,7 +5731,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:888
#, fuzzy
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
@@ -5676,160 +5751,160 @@ msgstr ""
"\n"
"Da li 転elite instalirati unaprjeenja ?"
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
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:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr "Izaberite mirror sa kojeg e biti dobavljeni paketi"
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
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:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "Koja je va邸a vremenska zona?"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
msgid "Hardware clock set to GMT"
msgstr "Hardverski sat pode邸en na GMT"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatska sinhronizacija vremena (koristei NTP)"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
msgid "NTP Server"
msgstr "NTP server"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr "Udaljeni CUPS server"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr "Nema 邸tampaa"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Do you have an ISA sound card?"
msgstr "Imate li ISA zvunu karticu?"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
"Pokrenite \"sndconfig\" poslije instalacije kako biste podesili va邸u zvunu "
"karticu"
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"Nije otkrivena zvuna kartica. Probajte \"harddrake\" poslije instalacije"
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Ukratko"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "Mi邸"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr "Vremenska zona"
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "tampa"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr "ISDN kartica"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr "Zvuna kartica"
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr "TV kartica"
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Windows Domain"
msgstr "Preuzmi fontove iz Windowsa"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
msgid "Local files"
msgstr "Lokalne datoteke"
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Podesite root 邸ifru"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "Bez 邸ifre"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, 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:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentikacija"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
msgid "Authentication LDAP"
msgstr "Autentikacijski LDAP"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
msgid "LDAP Server"
msgstr "LDAP Server"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
msgid "Authentication NIS"
msgstr "Autentifikacija NIS"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "NIS domen"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "NIS server"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -5845,21 +5920,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1140
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Autentikacijski LDAP"
-#: ../../install_steps_interactive.pm_.c:1142
+#: ../../install_steps_interactive.pm_.c:1127
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Ime domena"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -5891,19 +5966,19 @@ msgstr ""
"first\n"
"drive and press \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "Prva disketna jedinica"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "Druga disketna jedinica"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Preskoi"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, fuzzy, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5929,7 +6004,7 @@ msgstr ""
"system\n"
"failures. Would you like to create a bootdisk for your system?"
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -5943,29 +6018,29 @@ msgstr ""
"pravljenje boot diskete na 1.44 Mb disketi vjerovatno nee\n"
"raditi, po邸to XFS tra転i veoma velik drajver)."
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "貼ao mi je, nema dostupne disketne jedinice"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
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:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, c-format
msgid "Insert a floppy in %s"
msgstr "Ubacite disketu u %s"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "Pravim boot disketu"
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "Pripremam bootloader"
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5977,11 +6052,11 @@ msgstr ""
"Instalacija e se nastaviti, ali ete\n"
" morati koristiti BootX za bootanje va邸eg raunara"
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr "Da li 転elite koristiti aboot?"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5989,15 +6064,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:1260
+#: ../../install_steps_interactive.pm_.c:1245
msgid "Installing bootloader"
msgstr "Instaliram bootloadera"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Instalacija bootloadera nije uspjela. Do邸lo je do sljedee gre邸ke:"
-#: ../../install_steps_interactive.pm_.c:1274
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6015,17 +6090,17 @@ msgstr ""
" Zatim kucajte: shut-down\n"
"Prilikom idueg boota biste trebali vidjeti upit bootloadera."
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Ubacite praznu disketu u jedinicu %s"
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr "Pravim auto instalacijsku disketu"
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6035,7 +6110,7 @@ msgstr ""
"\n"
"Da li zaista 転elite izai sada?"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6068,16 +6143,16 @@ msgstr ""
"Informacije o pode邸avanju va邸eg sistema su dostupne u poglavlju\n"
"\"nakon instalacije\" va邸eg Zvaninog Mandrake Linux prirunika za upotrebu."
-#: ../../install_steps_interactive.pm_.c:1347
+#: ../../install_steps_interactive.pm_.c:1332
#, fuzzy
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakesoft.com/sales/contact"
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
msgid "Generate auto install floppy"
msgstr "Napravi auto instalacijsku disketu"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6091,15 +6166,15 @@ msgstr ""
"\n"
"Mo転da ete 転eljeti radije ponoviti instalaciju.\n"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr "Automatizovano"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr "Ponovi"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
msgid "Save packages selection"
msgstr "Spasi izbor paketa"
@@ -6108,7 +6183,8 @@ msgstr "Spasi izbor paketa"
msgid "Mandrake Linux Installation %s"
msgstr "Mandrake Linux instalacija %s"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -6126,22 +6202,22 @@ msgstr "nedostaje consolehelper"
msgid "Choose a file"
msgstr "Izaberi datoteku"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr "Napredno"
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr "Osnovno"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Prethodni"
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
msgid "Next"
msgstr "Sljedei"
@@ -6214,375 +6290,375 @@ msgstr ""
msgid "Re-submit"
msgstr "Ponovo po邸alji"
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "e邸ka (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "Njemaka"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "panska"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "Finska"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "Francuska"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "Norve邸ka"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "Poljska"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "Ruska"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "vedska"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "UK tastatura"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "US tastatura"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
msgid "Albanian"
msgstr "Albanska"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr "Armenska (stara)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr "Armenska (pisaa ma邸ina)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "Armenska (fonetska)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr "Azerbejd転anska (latinica)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "Belgijska"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:177
#, fuzzy
msgid "Bengali"
msgstr "ukljui"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
msgid "Bulgarian (phonetic)"
msgstr "Bugarska (fonetska)"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
msgid "Bulgarian (BDS)"
msgstr "Bugarska (BDS)"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "Brazilska (ABNT-2)"
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:183
#, fuzzy
msgid "Bosnian"
msgstr "Estonska"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "Bjeloruska"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "vicarska (Njemaki izgled)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "vicarska (Francuski izgled)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "e邸ka (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr "Njemaka (bez mrtvih tipki)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "Danska"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norve邸ka)"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Swedish)"
msgstr "Dvorak (vedska)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "Estonska"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "Gruzijska (\"Ruski\" izgled)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "Gruzijska (\"Latinini\" izgled)"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "Grka"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "Maarska"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "Hrvatska"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "Izraelska"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "Izraelska (Fonetska)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr "Iranska"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "Islandska"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "Italijanska"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "Japanska 106 tipki"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
msgid "Korean keyboard"
msgstr "Korejanska tastatura"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "Latino-Amerika"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:218
#, fuzzy
msgid "Laotian"
msgstr "Latvijska"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr "Litvanska AZERTY (stara)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr "Litvanska AYERTY (nova)"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litvanska \"red brojeva\" QWERTY"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litvanska \"fonetska\" QWERTY"
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
msgid "Latvian"
msgstr "Latvijska"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr "Makedonska"
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:227
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "Srpska (irilica)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "Holandska"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr "Poljska (qwerty)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr "Poljska (qwertz)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "Portugalska"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr "Kanadska (Kvebek)"
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
msgid "Romanian (qwertz)"
msgstr "Rumunska (qwertz)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
msgid "Romanian (qwerty)"
msgstr "Rumunska (qwerty)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "Ruska (Yawerty)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "Slovenaka"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "Slovaka (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "Slovaka (QWERTY)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
msgid "Serbian (cyrillic)"
msgstr "Srpska (irilica)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
msgstr "Tamilska (Unicode)"
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr "Tamilska (TSCII)"
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "Tajlandska tastatura"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
msgid "Tajik keyboard"
msgstr "Tad転ika tastatura"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "Turska (tradicionalni \"F\" model)"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "Turska (moderni \"Q\" model)"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "Ukrajinska"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "US tastatura (meunarodna)"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vjetnamska \"red brojeva\" QWERTY"
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
msgid "Yugoslavian (latin)"
msgstr "Jugoslavenska (latinino)"
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr "Desna Alt tipka"
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr "Obje Shift tipke istovremeno"
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr "Control i Shift tipka istovremeno"
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr "CapsLock tipka"
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl i Alt tipke istovremeno"
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr "Alt i Shift tipke istovremeno"
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr "\"Meni\" tipka"
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr "Lijeva \"Windows\" tipka"
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr "Desna \"Windows\" tipka"
@@ -6641,11 +6717,11 @@ msgstr "Op邸ti PS2 Mi邸 sa kotaem"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -6653,115 +6729,125 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+#, fuzzy
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr "1 dugme"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "Op邸ti mi邸 sa 2 dugmeta"
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr "Kota"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "serijski"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "Op邸ti mi邸 sa 3 dugmeta"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (serijski, stari C7 tip)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
msgid "busmouse"
msgstr "busmouse"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "2 dugmeta"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "3 dugmeta"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "nijedan"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "Bez mi邸a"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr "Molimo testirajte mi邸"
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
msgid "To activate the mouse,"
msgstr "Da biste aktivirali mi邸a,"
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr "POMJERITE VA KOTA!"
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+#, fuzzy
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-2,*-r-*"
+
+#: ../../my_gtk.pm_.c:159
msgid "Finish"
msgstr "Kraj"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "Sljedei ->"
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr "Da li je ovo ispravno?"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "Info"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "Pro邸iri stablo"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "Smanji stablo"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr "Prekida izmeu ravnog i grupnog sortiranja"
@@ -6799,6 +6885,74 @@ msgstr "koristi pppoe"
msgid "use pptp"
msgstr "koristi pptp"
+#: ../../network/drakfirewall.pm_.c:12
+#, fuzzy
+msgid "Web Server"
+msgstr "Server"
+
+#: ../../network/drakfirewall.pm_.c:17
+#, fuzzy
+msgid "Domain Name Server"
+msgstr "Ime domena"
+
+#: ../../network/drakfirewall.pm_.c:32
+#, fuzzy
+msgid "Mail Server"
+msgstr "Server baze podataka"
+
+#: ../../network/drakfirewall.pm_.c:37
+#, fuzzy
+msgid "POP and IMAP Server"
+msgstr "LDAP Server"
+
+#: ../../network/drakfirewall.pm_.c:111
+#, fuzzy
+msgid "No network card"
+msgstr "nije pronaena mre転na kartica"
+
+#: ../../network/drakfirewall.pm_.c:129
+#, fuzzy
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+"tinyfirewall pode邸ava\n"
+"\n"
+"On pode邸ava lini firewall za ovaj Mandrake Linux raunar.\n"
+"Za monu soluciju posebnog firewalla, molimo pogledajte\n"
+"specijaliziranu MandrakeSecurity Firewall distribuciju."
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:164
+#, fuzzy
+msgid "Other ports"
+msgstr "Testiraj portove"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -6815,7 +6969,7 @@ msgstr ""
"Nije pronaen ethernet mre転ni adapter na va邸em sistemu.\n"
"Ne mogu podesiti ovu vrstu konekcije."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "Izaberite mre転ni interface"
@@ -6829,7 +6983,7 @@ msgstr ""
msgid "no network card found"
msgstr "nije pronaena mre転na kartica"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "Pode邸avam mre転u"
@@ -6845,7 +6999,7 @@ msgstr ""
"Naziv va邸eg raunara bi trebao biti puno-kvalifikovani naziv,\n"
"kao 邸to je ``mojcomp.mojlab.mojafirma.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "Host name"
@@ -7149,13 +7303,13 @@ msgstr "Izaberite profil za pode邸avanje"
msgid "Use auto detection"
msgstr "Koristi auto prepoznavanje"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Ekspertni mod"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Prepoznajem ureaje..."
@@ -7324,11 +7478,11 @@ msgstr "Automatska IP"
msgid "Start at boot"
msgstr "Pokrenut na bootu"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adresa treba biti u formatu 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7340,43 +7494,55 @@ msgstr ""
"kao 邸to je ``mojcomp.mojlab.mojafirma.com''.\n"
"Mo転ete takoer unijeti IP adresu gateway-a ako ga imate"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "DNS server"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway (tj. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "Gateway ureaj"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "Konfiguracija proxija"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr "Otkrij id mre転ne karte (korisno za laptope)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr "Proxy treba biti http://..."
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr "Proxy treba biti ftp://..."
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr "Otkrivena konfiguracija firewalla!"
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+"Upozorenje! Pronaena je postojea konfiguracija firewalla. Mo転da e biti "
+"potrebno neko runo pode邸avanje nakon instalacije."
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "Internet konfiguracija"
@@ -7482,15 +7648,15 @@ msgstr "ifra naloga"
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "montiranje nije uspjelo: "
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr "Extended particije nisu podr転ane na ovoj platformi"
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
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 "
@@ -7500,21 +7666,21 @@ msgstr ""
"Jedino rje邸enje je da pomjerite va邸e primarne particija kako bi rupa bila "
"pored extended particija"
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Povratak iz datoteke %s nije uspio: %s"
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "Lo邸a backup datoteka"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "Gre邸ka u pisanju datoteke: %s"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -7560,150 +7726,155 @@ msgstr "LPD - Line Printer Daemon"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Print, Don't Queue"
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr "CUPS"
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr "LPRng"
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr "LPD"
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr "PDQ"
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "Lokalni 邸tampa"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "Udaljeni 邸tampa"
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
msgid "Printer on remote CUPS server"
msgstr "tampa na udaljenom CUPS serveru"
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
msgid "Printer on remote lpd server"
msgstr "tampa na udaljenom lpd serveru"
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
msgid "Network printer (TCP/Socket)"
msgstr "Mre転ni 邸tampa (TCP/Socket)"
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "tampa na SMB/Windows 95/98/NT serveru"
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
msgid "Printer on NetWare server"
msgstr "tampa na NetWare serveru"
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
msgid "Enter a printer device URI"
msgstr "Unesite URI ureaja 邸tampaa"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr "Spoji zadatak na komandu"
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+#, fuzzy
+msgid "Unknown Model"
+msgstr "Nepoznat model"
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr "Nepoznat model"
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
msgid "Local Printers"
msgstr "Lokalni 邸tampai"
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
msgid "Remote Printers"
msgstr "Udaljeni 邸tampai"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr " na paralelnom portu \\/*%s"
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ", USB 邸tampa \\/*%s"
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ", vi邸enamjenski ureaj na paralelnom portu \\/*%s"
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ", vi邸enamjenski ureaj na USBu"
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ", vi邸enamjenski ureaj na HP JetDirect"
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ", vi邸enamjenski ureaj"
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, c-format
msgid ", printing to %s"
msgstr ", 邸tampa u %s"
-#: ../../printer.pm_.c:544
+#: ../../printer.pm_.c:792
#, fuzzy, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr "na LPD serveru \"%s\", 邸tampa \"%s\""
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ", TCP/IP host \"%s\", port %s"
-#: ../../printer.pm_.c:550
+#: ../../printer.pm_.c:798
#, fuzzy, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr "na Windows serveru \"%s\", share \"%s\""
-#: ../../printer.pm_.c:554
+#: ../../printer.pm_.c:802
#, fuzzy, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr "na Novell serveru \"%s\", 邸tampa \"%s\""
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ", koristei komandu %s"
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr "Sirovo 邸tampanje (Bez drajvera)"
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, c-format
msgid "(on %s)"
msgstr "(na %s)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr "(na ovom raunaru)"
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, c-format
msgid "On CUPS server \"%s\""
msgstr "Na CUPS serveru \"%s\""
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr " (Default)"
@@ -7729,11 +7900,11 @@ msgstr ""
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
msgid "CUPS configuration"
msgstr "Pode邸avanje CUPSa"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
msgid "Specify CUPS server"
msgstr "Navedite CUPS server"
@@ -7775,7 +7946,7 @@ msgstr ""
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:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
msgid "The port number should be an integer!"
msgstr "Broj porta treba biti cijeli broj!"
@@ -7783,7 +7954,7 @@ msgstr "Broj porta treba biti cijeli broj!"
msgid "CUPS server IP"
msgstr "IP CUPS servera"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "Port"
@@ -7791,12 +7962,130 @@ msgstr "Port"
msgid "Automatic CUPS configuration"
msgstr "Automatska konfiguracija CUPSa"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printerdrake.pm_.c:178
+#, fuzzy
+msgid "Checking your system..."
+msgstr "Restartujem sistem za 邸tampu ..."
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:198
+#, fuzzy
+msgid ""
+"The following printers\n"
+"\n"
+msgstr "Sljedei paketi e biti uklonjeni"
+
+#: ../../printerdrake.pm_.c:199
+#, fuzzy
+msgid ""
+"The following printer\n"
+"\n"
+msgstr "Sljedei paketi e biti uklonjeni"
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:210
+#, fuzzy
+msgid "directly connected to your system"
+msgstr "Kopiraj fontove na sistem"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:221
+#, fuzzy
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "Molimo izaberite na koji port je prikljuen va邸 邸tampa."
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:236
+#, 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
+#, 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
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:240
+#, 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:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
msgid "Add a new printer"
msgstr "Dodaj novi 邸tampa"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7819,7 +8108,7 @@ msgstr ""
"vama omoguen pristup svim dostupnim drajverima, opcijama drajvera i vrstama "
"konekcije 邸tampaa."
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7828,7 +8117,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -7841,7 +8130,22 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:297
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7850,7 +8154,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -7861,25 +8165,25 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:213
+#: ../../printerdrake.pm_.c:315
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "Automatski prepoznaj 邸tampae"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
msgid "Local Printer"
msgstr "Lokalni 邸tampa"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -7903,50 +8207,50 @@ msgstr ""
"邸tampe...), izaberite opciju \"tampa\" u \"Hardware\" sekciji Mandrake "
"Kontrolnog centra."
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Printer auto-detection"
msgstr "Koristi auto prepoznavanje"
-#: ../../printerdrake.pm_.c:305
+#: ../../printerdrake.pm_.c:408
#, fuzzy, c-format
msgid ", network printer \"%s\", port %s"
msgstr ", TCP/IP host \"%s\", port %s"
-#: ../../printerdrake.pm_.c:307
+#: ../../printerdrake.pm_.c:410
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "tampa na SMB/Windows 95/98/NT serveru"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, c-format
msgid "Detected %s"
msgstr "Detektovan %s"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr "tampa na paralelnom portu \\/*%s"
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr "USB 邸tampa \\/*%s"
-#: ../../printerdrake.pm_.c:321
+#: ../../printerdrake.pm_.c:424
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Mre転ni 邸tampa (TCP/Socket)"
-#: ../../printerdrake.pm_.c:323
+#: ../../printerdrake.pm_.c:426
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "tampa na SMB/Windows 95/98/NT serveru"
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -7958,23 +8262,23 @@ msgstr ""
"lp0, /dev/lp1, ..., ekvivalentno LPT1:, LPT2:, ..., prvi USB 邸tampa: /dev/"
"usb/lp0, drugi USB 邸tampa: /dev/usb/lp1, ...)."
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
msgid "You must enter a device or file name!"
msgstr "Morate unijeti naziv ureaja ili datoteke!"
-#: ../../printerdrake.pm_.c:475
+#: ../../printerdrake.pm_.c:578
#, fuzzy
msgid "No printer found!"
msgstr ""
"Nije pronaen nijedan lokalni 邸tampa!\n"
"\n"
-#: ../../printerdrake.pm_.c:485
+#: ../../printerdrake.pm_.c:588
#, fuzzy
msgid "Available printers"
msgstr "Lokalni 邸tampa"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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"
@@ -7982,7 +8286,7 @@ msgstr ""
"Sljedei 邸tampa je prepoznat automatski: ako to nije onaj koji 転elite "
"podesiti, uneiste naziv ureaja / naziv datoteke u ulaznu liniju"
-#: ../../printerdrake.pm_.c:490
+#: ../../printerdrake.pm_.c:593
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"
@@ -7991,7 +8295,7 @@ msgstr ""
"koji 転elite podesiti ili unesite naziv ureaja / naziv datoteke na ulaznu "
"liniju"
-#: ../../printerdrake.pm_.c:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -8002,7 +8306,7 @@ msgstr ""
"potpuno automatski. Ako va邸 邸tampa nije ispravno prepoznat ili ako 転elite "
"sami podesiti 邸tampa, ukljuite \"Runo pode邸avanje\"."
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -8014,7 +8318,7 @@ msgstr ""
"va邸 邸tampa nije ispravno prepoznat ili ako 転elite sami podesiti 邸tampa, "
"ukljuite \"Runo pode邸avanje\"."
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
msgid ""
"Please choose the port where your printer is connected to or enter a device "
"name/file name in the input line"
@@ -8022,11 +8326,11 @@ msgstr ""
"Molimo izaberite port na koji je va邸 邸tampa povezan ili unesite naziv "
"ureaja / naziv datoteke na ulaznoj liniji"
-#: ../../printerdrake.pm_.c:496
+#: ../../printerdrake.pm_.c:599
msgid "Please choose the port where your printer is connected to."
msgstr "Molimo izaberite na koji port je prikljuen va邸 邸tampa."
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
@@ -8035,19 +8339,19 @@ msgstr ""
"LPT2:, ..., prvi USB 邸tampa: /dev/usb/lp0, drugi USB 邸tampa: /dev/usb/"
"lp1, ...)."
-#: ../../printerdrake.pm_.c:503
+#: ../../printerdrake.pm_.c:606
msgid "You must choose/enter a printer/device!"
msgstr "Morate izabrati ili unijeti 邸tampa / ureaj!"
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
msgid "Manual configuration"
msgstr "Runo pode邸avanje"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr "Opcije udaljenog lpd 邸tampaa"
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
"server and the printer name on that server."
@@ -8055,47 +8359,47 @@ msgstr ""
"Da biste koristili udaljeni lpd 邸tampa, morate dati ime raunara za printer "
"server i ime 邸tampaa na tom serveru."
-#: ../../printerdrake.pm_.c:579
+#: ../../printerdrake.pm_.c:682
msgid "Remote host name"
msgstr "Ime udaljenog raunara"
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
msgid "Remote printer name"
msgstr "Ime udaljenog 邸tampaa"
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
msgid "Remote host name missing!"
msgstr "Ime udaljenog raunara nedostaje!"
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
msgid "Remote printer name missing!"
msgstr "Ime udaljenog 邸tampaa nedostaje!"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "Detektovan %s"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Scanning network..."
msgstr "Pokreem mre転u..."
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, fuzzy, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr "na Windows serveru \"%s\", share \"%s\""
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "tampam na 邸tampa \"%s\""
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Opcije SMB (Windows 9x/NT) 邸tampaa"
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
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 "
@@ -8107,46 +8411,46 @@ msgstr ""
"kao i share naziv 邸tampaa kojem 転elite pristupiti i korisniko ime, 邸ifru i "
"informacije o radnoj grupi."
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "SMB server ime"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "SMB server IP"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "Share naziv"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "Radna grupa"
-#: ../../printerdrake.pm_.c:746
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid "Auto-detected"
msgstr "Koristi auto prepoznavanje"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
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:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr "Naziv samba share-a nedostaje!"
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -8170,7 +8474,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -8179,7 +8483,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -8187,11 +8491,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "Opcije NetWare 邸tampaa"
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
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 "
@@ -8203,43 +8507,43 @@ msgstr ""
"naziv reda za 邸tampu na 邸tampau kojem 転elite pristupiti i eventualno "
"korisniko ime i 邸ifru."
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "Printer Server"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr "Naziv reda za 邸tampu"
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr "NCP naziv servera nedostaje!"
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr "NCP naziv reda nedostaje!"
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
#, fuzzy, c-format
msgid ", host \"%s\", port %s"
msgstr ", TCP/IP host \"%s\", port %s"
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
#, fuzzy, c-format
msgid "Host \"%s\", port %s"
msgstr ", TCP/IP host \"%s\", port %s"
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
msgid "TCP/Socket Printer Options"
msgstr "TCP/socket opcije 邸tampaa"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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:978
+#: ../../printerdrake.pm_.c:1085
#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -8251,21 +8555,21 @@ msgstr ""
"opcionalno broj porta. Na HP JetDirect serverima broj porta je obino 9100, "
"na ostalim serverima on mo転e varirati. Pogledajte prirunik va邸eg hardware-a."
-#: ../../printerdrake.pm_.c:983
+#: ../../printerdrake.pm_.c:1090
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "Hostname 邸tampaa nedostaje!"
-#: ../../printerdrake.pm_.c:1005
+#: ../../printerdrake.pm_.c:1112
#, fuzzy
msgid "Printer host name or IP"
msgstr "Hostname 邸tampaa"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr "URI ureaja 邸tampaa"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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 "
@@ -8275,11 +8579,11 @@ msgstr ""
"CUPS ili Foomatic specifikacije. Obratite pa転nju da nisu svi tipovi URIja "
"podr転ani od svih spoolera."
-#: ../../printerdrake.pm_.c:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr "Trebate unijeti ispravan URI!"
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
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."
@@ -8287,27 +8591,27 @@ msgstr ""
"Svakom 邸tampau treba dati ime (npr. \"stampac\"). Polja Opis i Lokacija "
"nije potrebno popuniti. Oni su komentari za korisnike."
-#: ../../printerdrake.pm_.c:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr "Naziv 邸tampaa"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "Lokacija"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
msgid "Reading printer database..."
msgstr "itam bazu podataka o 邸tampaima ..."
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
msgid "Preparing printer database..."
msgstr "Pripremam bazu podataka o 邸tampaima..."
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
msgid "Your printer model"
msgstr "Model va邸eg 邸tampaa"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -8333,24 +8637,24 @@ msgstr ""
"\n"
"%s"
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
msgid "The model is correct"
msgstr "Model je ispravan"
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
msgid "Select model manually"
msgstr "Izaberite model runo"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
msgid "Printer model selection"
msgstr "Izbor modela 邸tampaa"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
msgid "Which printer model do you have?"
msgstr "Koji model 邸tampaa imate?"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -8364,7 +8668,7 @@ msgstr ""
"prepoznavanje modela va邸eg 邸tampaa. Potra転ite ispravan model na listi ako "
"kursor stoji na pogre邸nom modelu ili na \"Raw 邸tampa\"."
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
@@ -8372,11 +8676,11 @@ msgstr ""
"Ako 邸tampa nije naveden, izaberite kompatibilan (pogledajte uputstva za "
"邸tampa) ili slian."
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
msgid "OKI winprinter configuration"
msgstr "Pode邸avanje OKI winprinter-a"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -8392,11 +8696,11 @@ msgstr ""
"nego 邸to od邸tampate testnu stranicu. Inae 邸tampa nee raditi. Drajver e "
"ignorisati va邸e pode邸enje tipa konekcije."
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
msgid "Lexmark inkjet configuration"
msgstr "Pode邸avanje Lexmark inkjet-a"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -8408,17 +8712,17 @@ msgstr ""
"Molimo spojite va邸 邸tampa na lokalni port ili ga podesite na raunaru na "
"koji je spojen."
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
+#, fuzzy
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
msgstr ""
"Da biste mogli 邸tampati sa va邸im Lexmark inkjetom na ovoj konfiguraciji, "
"potrebni su vam inkjet drajveri za 邸tampu koje obezbjeuje Lexmark (http://"
@@ -8430,7 +8734,34 @@ msgstr ""
"poravnavanje glava sa \"lexmarkmaintain\" i podesite opcije poravnanja glave "
"pomou ovog programa."
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
+
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -8445,22 +8776,22 @@ msgstr ""
"ispravno pode邸eni. Obratite pa転nju da za voma veliku kvalitetu / rezoluciju "
"邸tampa mo転e postati znatno sporija."
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Opcija %s mora biti cijeli broj!"
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr "Opcija %s mora biti broj!"
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr "Opcija %s izvan raspona!"
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -8469,11 +8800,11 @@ msgstr ""
"Da li 転elite da podesite ovaj 邸tampa (\"%s\")\n"
"kao podrazumjevani 邸tampa?"
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
msgid "Test pages"
msgstr "Testna stranica"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -8485,39 +8816,39 @@ msgstr ""
"laserskim 邸tampaima sa malo memorije mo転da nee nikad ni izai. U veini "
"sluajeva dovoljno je od邸tampati standardnu testnu stranicu."
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
msgid "No test pages"
msgstr "Nijedna testna strana"
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
msgid "Print"
msgstr "tampaj"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
msgid "Standard test page"
msgstr "Standardna testna strana"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr "Alternativna testna strana (Letter)"
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
msgid "Alternative test page (A4)"
msgstr "Alternativna testna strana (A4)"
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
msgid "Photo test page"
msgstr "Foto testna strana"
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
msgid "Do not print any test page"
msgstr "Nemoj 邸tampati testnu stranicu"
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "tampam testnu stranicu..."
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8532,7 +8863,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -8540,15 +8871,15 @@ msgstr ""
"Testna stranica je poslana 邸tampau.\n"
"Mo転e potrajati odreeno vrijeme dok 邸tampa krene.\n"
-#: ../../printerdrake.pm_.c:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr "Da li je radilo ispravno?"
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
msgid "Raw printer"
msgstr "Sirovi 邸tampa"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -8561,7 +8892,7 @@ msgstr ""
"<datoteka>\" ili \"kprinter <datoteka>\". Grafiki alati vam omoguuju da "
"jednostavno odaberete 邸tampa i izmjenite pode邸enja opcija.\n"
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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 "
@@ -8571,8 +8902,8 @@ msgstr ""
"dijalozima za 邸tampu mnogih aplikacija, ali ovdje ne morate navesti ime "
"datoteke jer tu datoteku obezbjeuje sama aplikacija.\n"
-#: ../../printerdrake.pm_.c:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -8585,7 +8916,7 @@ msgstr ""
"邸tampe. Jednostavno dodajte 転eljena pode邸enja na komandnu liniju, npr. \"%s "
"<datoteka>\". "
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, fuzzy, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -8596,7 +8927,7 @@ msgstr ""
"koja je data ispod ili kliknite na dugme \"Lista opcija za 邸tampu\".%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
@@ -8604,7 +8935,7 @@ msgstr ""
"Ovo je lista moguih opcija za 邸tampu za trenutni 邸tampa:\n"
"\n"
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8613,8 +8944,8 @@ msgstr ""
"Za 邸tampanje datoteke sa komandne linije (terminalski prozor) koristite "
"komandu \"%s <datoteka>\".\n"
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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 "
@@ -8624,7 +8955,7 @@ msgstr ""
"dijalozima za 邸tampu mnogih aplikacija. Ovdje nije potrebno navesti naziv "
"datoteke jer tudatoteku obezbjeuje sama aplikacija.\n"
-#: ../../printerdrake.pm_.c:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
@@ -8632,7 +8963,7 @@ msgstr ""
"Za listu opcija koje su dostupne za trenutni 邸tampa kliknite na dugme "
"\"Lista opcija za 邸tampu\"."
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8641,7 +8972,7 @@ msgstr ""
"Za 邸tampanje datoteke sa komandne linije (terminalski prozor) koristite "
"komandu \"%s <datoteka>\" ili \"%s <datoteka>\".\n"
-#: ../../printerdrake.pm_.c:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -8657,7 +8988,7 @@ msgstr ""
"zaustavlja sve zadatke 邸tampe odmah kada kliknete na nju. Ovo je korisno "
"npr. u sluaju zaglavljivanja papira.\n"
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -8670,40 +9001,40 @@ msgstr ""
"zadatak 邸tampe. Jednostavno dodajte 転eljena pode邸enja na komandnu liniju, "
"npr. \"%s <datoteka>\".\n"
-#: ../../printerdrake.pm_.c:2153
+#: ../../printerdrake.pm_.c:2343
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "tampam/skeniram na \"%s\""
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "tampam/skeniram na \"%s\""
-#: ../../printerdrake.pm_.c:2156
+#: ../../printerdrake.pm_.c:2346
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "tampam/skeniram na \"%s\""
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "tampam na 邸tampa \"%s\""
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
msgstr "Zatvori"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
msgid "Print option list"
msgstr "Lista opcija za 邸tampu"
-#: ../../printerdrake.pm_.c:2182
+#: ../../printerdrake.pm_.c:2373
#, fuzzy, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -8726,7 +9057,7 @@ msgstr ""
"\n"
"Nemojte koristiti \"scannerdrake\" za ovaj ureaj!"
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -8739,17 +9070,17 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
msgid "Reading printer data..."
msgstr "itam podatke o 邸tampau..."
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
msgid "Transfer printer configuration"
msgstr "Premje邸tanje konfiguracije 邸tamapa"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -8764,7 +9095,7 @@ msgstr ""
"zadaci 邸tampe nee biti prebaeni.\n"
"Svi redovi ne mogu biti prebaeni zbog sljedeih razloga:\n"
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
@@ -8772,7 +9103,7 @@ msgstr ""
"CUPS ne podr転ava 邸tampae na Novell serverima ili 邸tampaekoji 邸alju podatke "
"u komandama slobodnog oblika.\n"
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
@@ -8780,11 +9111,11 @@ msgstr ""
"PDQ podr転ava samo lokalne 邸tampae, udaljene LPD 邸tampaei Socket/TCP "
"邸tampae.\n"
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD i LPRng ne podr転avaju IPP 邸tampae.\n"
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
@@ -8792,7 +9123,7 @@ msgstr ""
"Pored toga, redovi koji nisu kreirani ovim programom ili sa \"foomatic-"
"configure\" ne mogu biti premje邸teni."
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
msgid ""
"\n"
"Also printers configured with the PPD files provided by their manufacturers "
@@ -8802,7 +9133,7 @@ msgstr ""
"Takoer 邸tampai konfigurisani sa PPD datotekama koje su osigurali njihovi "
"proizvoai ili sa vlastitim CUPS drajverima ne mogu biti prebaeni."
-#: ../../printerdrake.pm_.c:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
@@ -8812,15 +9143,15 @@ msgstr ""
"Oznaite 邸tampae koje ete prebacivati i kliknite na \n"
"\"Prebaci\"."
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr "Nemoj prebacivati 邸tampae"
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr "Prebaci"
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -8831,11 +9162,11 @@ msgstr ""
"Kliknite na \"Prebaci\" da to prepi邸ete.\n"
"Mo転ete takoer unijeti novo ime ili preskoiti ovaj 邸tampa."
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Naziv 邸tampaa bi se trebao sastojati od slova, brojeva i donje linije"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -8844,16 +9175,16 @@ msgstr ""
"tampa \"%s\" ve postoji,\n"
"da li sigurno 転elite prepisati ovu konfiguraciju?"
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
msgid "New printer name"
msgstr "Novo ime 邸tampaa"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr "Prebacujem %s ..."
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -8862,29 +9193,29 @@ msgstr ""
"Prebacili ste va邸 biv邸i podrazumjevani 邸tampa (\"%s\"),Da li e to takoer "
"biti podrazumjevani 邸tampa podnovim sistemom 邸tampe %s?"
-#: ../../printerdrake.pm_.c:2316
+#: ../../printerdrake.pm_.c:2510
msgid "Refreshing printer data..."
msgstr "Osvje転avam podatke o 邸tampau..."
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
msgid "Configuration of a remote printer"
msgstr "Pode邸avanje udaljenog 邸tampaa"
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
msgid "Starting network..."
msgstr "Pokreem mre転u..."
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
msgid "Configure the network now"
msgstr "Sada podesite mre転u"
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
msgid "Network functionality not configured"
msgstr "Mre転na funkcionalnost nije pode邸ena"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -8896,11 +9227,11 @@ msgstr ""
"mre転e, neete moi koristiti 邸tampa koji sada pode邸avate. Kako 転elite da "
"nastavimo?"
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
msgid "Go on without configuring the network"
msgstr "Nastavi bez pode邸avanja mre転e"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -8915,7 +9246,7 @@ msgstr ""
"\"Mre転a i Internet\"/\"Konekcija\", a zatim podesite 邸tampa, ponovo "
"koristei Mandrake Kontrolni centar, sekcija \"Hardver\"/\"tampa\""
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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 "
@@ -8925,24 +9256,24 @@ msgstr ""
"va邸u konfiguraciju i va邸 hardware. Onda ponovo poku邸ajte podesiti udaljeni "
"邸tampa."
-#: ../../printerdrake.pm_.c:2408
+#: ../../printerdrake.pm_.c:2603
msgid "Restarting printing system..."
msgstr "Restartujem sistem za 邸tampu ..."
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "high"
msgstr "visok"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "paranoid"
msgstr "paranoian"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Instaliram sistem za 邸tampu na sigurnosnom nivou: %s"
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -8966,11 +9297,11 @@ msgstr ""
"\n"
"Da li zaista 転elite podesiti 邸tampanje na ovom raunaru?"
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
msgid "Starting the printing system at boot time"
msgstr "Pokreem sistem za 邸tampu tokom boota"
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -8990,75 +9321,72 @@ msgstr ""
"\n"
"Da li 転elite da ponovo ukljuite automatsko pokretanje sistema za 邸tampu?"
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr "Provjeravam instalirani software..."
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr "Uklanjam LPRng..."
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr "Uklanjam LPD..."
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
msgid "Select Printer Spooler"
msgstr "Izaberite spooler 邸tampaa"
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
msgid "Which printing system (spooler) do you want to use?"
msgstr "Koji sistem 邸tampanja (spooler) 転elite koristiti?"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printerdrake.pm_.c:2895
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Pode邸avam 邸tampa \"%s\"..."
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
msgid "Installing Foomatic..."
msgstr "Instaliram Foomatic..."
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "Opcije 邸tampaa"
-#: ../../printerdrake.pm_.c:2778
-msgid "Preparing PrinterDrake..."
+#: ../../printerdrake.pm_.c:2989
+#, fuzzy
+msgid "Preparing Printerdrake..."
msgstr "Pripremam PrinterDrake..."
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
msgid "Configuring applications..."
msgstr "Pode邸avam aplikacije..."
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
msgid "Would you like to configure printing?"
msgstr "Da li 転elite podesiti 邸tampanje?"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr "Sistem 邸tampe: "
-#: ../../printerdrake.pm_.c:2875
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
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."
+"OpenOffice.org/GIMP."
msgstr ""
"Sljedei 邸tampai su pode邸eni. Dvokliknite na 邸tampa da promjenite njegove "
"postavke; da ga uinite podrazumjevanim 邸tampaem; da vidite informacije o "
"njemu; ili da uinite 邸tampa na udaljenom CUPS serveru upotrebljivim iz "
-"Star Office/OpenOffice.org-a."
+"Star Office/OpenOffice.org/GIMP-a."
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
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 "
@@ -9068,29 +9396,29 @@ msgstr ""
"postavki; ako ga 転elite uiniti podrazumjevanim 邸tampaem; ili da biste "
"vidjeli informacije o njemu."
-#: ../../printerdrake.pm_.c:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Osvje転i listu 邸tampaa (kako bi bili prikazani svi dostupni CUPS 邸tampai)"
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
msgid "Change the printing system"
msgstr "Promjenite sistem 邸tampe"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
msgid "Normal Mode"
msgstr "Normalni mod"
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
msgid "Do you want to configure another printer?"
msgstr "貼elite li podesiti jo邸 jedan 邸tampa?"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
msgid "Modify printer configuration"
msgstr "Izmjeni konfiguraciju 邸tampaa"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, c-format
msgid ""
"Printer %s\n"
@@ -9099,100 +9427,102 @@ msgstr ""
"tampa %s\n"
"ta 転elite da izmjenite na ovom 邸tampau?"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr "Uradi!"
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
msgid "Printer connection type"
msgstr "Tip konekcije 邸tampaa"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
msgid "Printer name, description, location"
msgstr "Naziv 邸tampaa, opis, lokacija"
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr "Proizvoa 邸tampaa, model, drajver"
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr "Proizvoa 邸tampaa, model"
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr "Podesi 邸tampa kao podrazumjevani"
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Dodaj ovaj 邸tampa u Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Dodaj ovaj 邸tampa u Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr "Ukloni ovaj 邸tampa iz Star/Open Offica"
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
msgid "Print test pages"
msgstr "tampaj testnu stranicu"
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
msgid "Know how to use this printer"
msgstr "Saznaj kako koristiti ovaj 邸tampa"
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
msgid "Remove printer"
msgstr "Ukloni 邸tampa"
-#: ../../printerdrake.pm_.c:3245
+#: ../../printerdrake.pm_.c:3472
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Uklanjam stari 邸tampa \"%s\" ..."
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
msgid "Default printer"
msgstr "Podrazumjevani 邸tampa"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, 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:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Dodajem 邸tampa u Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Dodajem 邸tampa u Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr "tampa \"%s\" je uspje邸no dodan u Star Office/OpenOffice.org."
+"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:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr "Nisam uspio dodati 邸tampa \"%s\" u Star Office/OpenOffice.org."
+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:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr "Uklanjam 邸tampa iz Star/Open Offica"
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+"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:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+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:3295
+#: ../../printerdrake.pm_.c:3523
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Da li 転elite da uklonite 邸tampa \"%s\"?"
-#: ../../printerdrake.pm_.c:3297
+#: ../../printerdrake.pm_.c:3527
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "Uklanjam 邸tampa \"%s\" ..."
@@ -9600,7 +9930,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Dijeljenje datoteka"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
msgid "System"
msgstr "Sistem"
@@ -9653,15 +9983,17 @@ msgstr "Start"
msgid "Stop"
msgstr "Stop"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Hvala vam 邸to ste odabrali Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
+msgstr "Hvala vam 邸to ste odabrali Mandrake Linux 9.0"
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
+#, fuzzy
msgid "Welcome to the Open Source world"
msgstr "Dobro do邸li u svijet otvorenog izvornog koda"
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
+#, fuzzy
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
@@ -9671,203 +10003,239 @@ msgstr ""
"operativni sistem je rezultat zajednikog rada dijela Linux zajednice 邸irom "
"svijeta"
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
+#: ../../share/advertising/02-community.pl_.c:9
+#, fuzzy
+msgid "Get involved in the Free Software world"
msgstr "Pridru転ite se svijetu Slobodnog softvera"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
+#, fuzzy
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
"Upoznajte Open Source zajednicu i postanite njen lan. Uite, poduavajte i "
"pomozite drugima tako 邸to ete pristupiti mnogim forumima za diskusiju koje "
"ete nai na na邸im \"Community\" stranicama"
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet i razmjena poruka"
+#: ../../share/advertising/03-internet.pl_.c:9
+#, fuzzy
+msgid "Get the most from the Internet"
+msgstr "Spoji se na Internet"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"view animations with Mozilla and Konqueror, or read your mail and handle "
+"your personal information with Evolution and Kmail"
msgstr ""
"Mandrake Linux 8.2 pru転a najbolji softver za pristup svemu 邸to Internet "
"pru転a: Pretra転ujte web i pregledajte animacije pomou Mozilla-e i "
"Konquerora, razmjenjujte email i organizirajte va邸e line podatke pomou "
"Evolution i KMail-a, i mnogo drugog"
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimedija i grafika"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl_.c:11
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"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 vam omoguuje da potjerate va邸 multimedijalni raunar do "
"krajnjih granica! Koristite najnoviji softver za slu邸anje muzike i audio "
"datoteka, mijenjajte i organizujte va邸e slike i fotografije, gledajte TV i "
"video-snimke i mnogo drugog"
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Programiranje"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "Igre"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-"Mandrake Linux 8.2 je najbolja platforma za razvoj aplikacija. Otkrijte mo "
-"GNU gcc kompajlera kao i najboljih razvojnih okolina koje su Open Source"
+"Mandrake Linux 8.2 pru転a najbolje Open Source igre - arkadne, akcione, "
+"karte, sportovi, strategije, ..."
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
msgid "Mandrake Control Center"
msgstr "Mandrake Kontrolni centar"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
+#, fuzzy
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
"Mandrake Linux 8.2 Kontrolni centar je jedinstvena lokacija za puno "
"prilagoavanje i pode邸avanje va邸eg Mandrake sistema"
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
msgid "User interfaces"
msgstr "Korisniki okoli邸"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
+msgid ""
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
+msgstr ""
+
+#: ../../share/advertising/08-development.pl_.c:9
+#, fuzzy
+msgid "Development simplified"
+msgstr "Programiranje"
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
+
+#: ../../share/advertising/08-development.pl_.c:11
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
msgstr ""
-"Mandrake Linux 8.2 nudi vam na izbor 11 razliitih grafikih desktop okolina "
-"i window managera ukljuujui GNOME 1.4, KDE 2.2.2, Window Maker 0.8 i druge"
+"Mandrake Linux 8.2 je najbolja platforma za razvoj aplikacija. Otkrijte mo "
+"GNU gcc kompajlera kao i najboljih razvojnih okolina koje su Open Source"
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Serverski softver"
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:10
+#, fuzzy
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
"Pretvorite va邸 raunar u moan server sa svega nekoliko klikova mi邸em: Web "
"server, email, firewall, file i print server, ..."
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Igre"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
+msgstr ""
+
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
+msgstr ""
+
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
msgstr ""
-"Mandrake Linux 8.2 pru転a najbolje Open Source igre - arkadne, akcione, "
-"karte, sportovi, strategije, ..."
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl_.c:10
+#, fuzzy
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
msgstr ""
-"貼elite li nauiti Linux jednostavno, brzo i besplatno? MandrakeSoft vam nudi "
-"besplatno uenje Linuxa kao i nain za testiranje va邸eg napretka na "
-"MandrakeCampus-u -- na邸em online centru za obuku"
+"itav raspon Linux rje邸enja, kao i posebne ponude za proizvode i "
+"'potrep邸tine', dostupni su u na邸oj online radnji"
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-"Kvalitetna podr邸ka od strane Linux zajednice i MandrakeSofta nalazi se odmah "
-"iza ugla. A ako ste ve Linux veteran, postanite \"Expert\" i dijelite va邸e "
-"znanje na na邸em web sajtu za podr邸ku"
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
msgstr ""
-"Za sve va邸e IT projekte, na邸i konsultanti su spremni da analiziraju va邸e "
-"potrebe i ponude prilagoeno rje邸enje. Iskoristite veliko iskustvo "
-"MandrakeSofta kao proizvoaa Linux rje邸enja kako biste ponudili pravu IT "
-"alternativu za va邸 biznis"
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
+msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
msgstr ""
-"itav raspon Linux rje邸enja, kao i posebne ponude za proizvode i "
-"'potrep邸tine', dostupni su u na邸oj online radnji"
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
+#, fuzzy
+msgid "Become a MandrakeExpert"
+msgstr "MandrakeExpert"
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-"Za vi邸e informacija o MandrakeSoftovim profesionalnim uslugama i "
-"komercijalnoj ponudi, molimo posjetite sljedeu web stranicu:"
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
+msgid ""
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "MandrakeExpert"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
+msgstr ""
-#: ../../standalone.pm_.c:40
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
+msgstr ""
+
+#: ../../standalone.pm_.c:41
msgid "Installing packages..."
msgstr "Instaliram pakete..."
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Molimo izvr邸ite logout i zatim koristitite Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Molimo ponovo se prijavite na %s radi aktiviranja izmjena"
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Ne mogu itati va邸u tabelu particija, previ邸e je o邸teena za mene :(\n"
-"Poku邸au izbrisati lo邸e particije"
-
#: ../../standalone/drakTermServ_.c:188
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
@@ -9911,12 +10279,13 @@ msgstr "Dodaj korisnika"
msgid "Add/Del Clients"
msgstr "DHCP klijent"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
msgid "Help"
msgstr "Pomo"
@@ -10091,8 +10460,8 @@ msgstr ""
"\n"
"Parametri automatske instalacije su dostupni u odjeljcima lijevo"
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "estitamo!"
@@ -10116,20 +10485,24 @@ msgstr "Dodaj stavku"
msgid "Remove the last item"
msgstr "Ukloniti zadnju stavku"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:732
+#: ../../standalone/drakbackup_.c:726
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
@@ -10139,7 +10512,7 @@ msgstr ""
" DrakBackup Izvje邸taj \n"
"\n"
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -10151,7 +10524,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -10163,13 +10536,20 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
#, fuzzy
msgid "Total progess"
msgstr "ukupno napredak"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10178,16 +10558,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Bez 邸ifre"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "Ne mogu otvoriti %s: %s\n"
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -10198,60 +10603,65 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr "Backup-uj sistemske datoteke..."
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
msgid "Hard Disk Backup files..."
msgstr "Datoteke backup-a hard diska..."
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
msgid "Backup User files..."
msgstr "Backup-uj korisnike datoteke..."
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr "Napredak backup-a hard diska..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
msgid "Backup Other files..."
msgstr "Backup-uj ostale datoteke..."
-#: ../../standalone/drakbackup_.c:1266
+#: ../../standalone/drakbackup_.c:1321
#, fuzzy
msgid "No changes to backup!"
msgstr "Koristi traku za backup"
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -10259,16 +10669,16 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, fuzzy, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr ""
-"lista datoteka poslana putem FTPa : %s\n"
+"lista datoteka poslana putem FTPa: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
#, fuzzy
msgid ""
"\n"
@@ -10279,39 +10689,39 @@ msgstr ""
"(!) problem sa FTP konekcijom: Nije bilo mogue poslati va邸e backup datoteke "
"putem FTPa.\n"
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1324
+#: ../../standalone/drakbackup_.c:1379
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "(!) Gre邸ka tokom slanja po邸te. \n"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Izbor datoteka"
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr "Izaberite datoteke ili direktorije i kliknite na 'Dodaj'"
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10319,26 +10729,26 @@ msgstr ""
"\n"
"Molimo ukljuite sve potrebne opcije.\n"
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
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:1527
+#: ../../standalone/drakbackup_.c:1602
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Backup sistemskih datoteka. ( /etc direktorij )"
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr "Koristi inkrementalni backup (nemoj prebrisati stare backupe)"
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Zaobii kritine datoteke (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10346,61 +10756,65 @@ msgstr ""
"Sa ovom opcijom biete u mogunosti da vratite bilo koju\n"
" verziju va邸eg /etc direktorija."
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
msgid "Please check all users that you want to include in your backup."
msgstr "Molimo izaberite sve korisnike koje 転elite ukljuiti u va邸 backup."
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr "Ne ukljuuj spremnik web preglednika"
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Koristi inkrementalni backup (nemoj prebrisati stare backupe)"
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Ukloni izabrano"
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
msgid "Users"
msgstr "Korisnici"
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
#, fuzzy
msgid "Use network connection to backup"
msgstr "Koristi FTP vezu za backup"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
#, fuzzy
msgid ""
" Transfer \n"
"Now"
msgstr "Prebaci"
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
msgid "Please enter the host name or IP."
msgstr "Molimo unesite ime raunara ili IP."
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
#, fuzzy
msgid ""
"Please enter the directory (or module) to\n"
@@ -10409,68 +10823,68 @@ msgstr ""
"Molimo unesite direktorij za\n"
" smje邸taj backupa na ovom raunaru."
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
msgid "Please enter your login"
msgstr "Molimo unesite va邸 login"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
msgid "Please enter your password"
msgstr "Molimo unesite va邸u 邸ifru"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
msgid "Remember this password"
msgstr "Zapamti ovu 邸ifru"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr "Koristi CD/DVDROM za backup"
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
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:1849
+#: ../../standalone/drakbackup_.c:1923
#, fuzzy
msgid "Please choose your CD/DVD media size"
msgstr "Molimo izaberite va邸 CD prostor"
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Molim ukljuite ako koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
msgid "Please check if you are using CDRW media"
msgstr "Molim ukljuite ako koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Molim ukljuite ako 転elite obrisati va邸 CDRW prije"
-#: ../../standalone/drakbackup_.c:1868
+#: ../../standalone/drakbackup_.c:1942
#, fuzzy
msgid " Erase Now "
msgstr "Prebaci"
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Molim ukljuite ako koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1880
+#: ../../standalone/drakbackup_.c:1954
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Molim ukljuite ako koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -10478,36 +10892,36 @@ msgstr ""
"Molim unesite naziv ureaja va邸eg CD Writera\n"
" npr: 0,1,0"
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
#, fuzzy
msgid "No CD device defined!"
msgstr "Izaberite datoteku"
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
msgid "Use tape to backup"
msgstr "Koristi traku za backup"
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr "Molim unesite ime ureaja kojeg ete koristiti za backup"
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Molim ukljuite ako 転elite obrisati va邸 CDRW prije"
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Molim ukljuite ako 転elite obrisati va邸 CDRW prije"
-#: ../../standalone/drakbackup_.c:1995
+#: ../../standalone/drakbackup_.c:2069
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Molim ukljuite ako 転elite obrisati va邸 CDRW prije"
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -10515,57 +10929,57 @@ msgstr ""
"Molim unesite maksimalnu veliinu\n"
" dozvoljenu za Draxbackup"
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Molimo unesite direktorij za spasiti:"
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
msgid "Use quota for backup files."
msgstr "Koristi quotu za backup datoteke."
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
msgid "Network"
msgstr "Mre転a"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr "HardDrive / NFS"
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
#, fuzzy
msgid "Tape"
msgstr "Tip"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr "svakog sata"
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr "dnevno"
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr "sedmino"
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr "mjeseno"
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
msgid "Use daemon"
msgstr "Koristi demon"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -10573,7 +10987,7 @@ msgstr ""
"Izaberite vremenski interval\n"
"izmeu svakog backupa"
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
msgid ""
"Please choose the\n"
"media for backup."
@@ -10581,7 +10995,7 @@ msgstr ""
"Molim izaberite medij\n"
"za backup."
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
#, fuzzy
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
@@ -10589,71 +11003,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:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr "Po邸alji mail izvje邸taj nakon svakog backupa na :"
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
msgid "What"
msgstr "ta"
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
msgid "Where"
msgstr "Gdje"
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
msgid "When"
msgstr "Kada"
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
msgid "More Options"
msgstr "Vi邸e opcija"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
msgid "Drakbackup Configuration"
msgstr "Pode邸avanje Drakbackup-a"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
msgid "Please choose where you want to backup"
msgstr "Molimo izaberite gdje 転elite backupovati"
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr "na hard disk"
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
msgid "across Network"
msgstr "preko mre転e"
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
msgid "Please choose what you want to backup"
msgstr "Molim izaberite 邸ta 転elite backupovati"
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
msgid "Backup system"
msgstr "Backup sistema"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr "Backup korisnika"
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr "Runo izaberite korisnika"
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
@@ -10661,7 +11075,7 @@ msgstr ""
"\n"
"Izvori backup-a: \n"
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
@@ -10669,7 +11083,7 @@ msgstr ""
"\n"
"- sistemske datoteke:\n"
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
@@ -10677,7 +11091,7 @@ msgstr ""
"\n"
"- korisnike datoteke:\n"
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
@@ -10685,64 +11099,64 @@ msgstr ""
"\n"
"- ostale datoteke:\n"
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
"\n"
-"- spasi na hard disku u direktoriju : %s\n"
+"- spasi na hard disku u direktoriju: %s\n"
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, fuzzy, c-format
-msgid " on device : %s"
+msgid " on device: %s"
msgstr "Ureaj mi邸a: %s\n"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
"\n"
-"- spasi na FTPu na raunaru : %s\n"
+"- spasi na FTPu na raunaru: %s\n"
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, fuzzy, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
"\n"
-"- spasi na FTPu na raunaru : %s\n"
+"- spasi na FTPu na raunaru: %s\n"
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -10751,7 +11165,7 @@ msgstr ""
"\t\t korisniko ime: %s\n"
"\t\t u direktoriju: %s \n"
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
msgid ""
"\n"
"- Options:\n"
@@ -10759,62 +11173,62 @@ msgstr ""
"\n"
"- Opcije:\n"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr "\tNe ukljuuj sistemske datoteke\n"
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr "\tBackupi koriste tar i bzip2\n"
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr "\tBackupi koriste tar i gzip\n"
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
"\n"
"- Demon (%s) ukljuuje :\n"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr "\t-Hard disk.\n"
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr "\t-Mre転u preko FTPa.\n"
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr "\t-Mre転u preko SSH.\n"
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
#, fuzzy
msgid "\t-Network by rsync.\n"
msgstr "\t-Mre転u preko FTPa.\n"
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
#, fuzzy
msgid "\t-Network by webdav.\n"
msgstr "\t-Mre転u preko FTPa.\n"
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Bez pode邸avanja, molim kliknite na arobnjak ili Napredno.\n"
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
@@ -10822,7 +11236,7 @@ msgstr ""
"Lista podataka za vraanje:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
@@ -10830,156 +11244,274 @@ msgstr ""
"Lista o邸teenih podataka:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
msgid "Please uncheck or remove it on next time."
msgstr "Molimo iskljuite ili pobri邸ite ga idui put."
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr "Backup datoteke su o邸teene"
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
#, fuzzy
msgid " All of your selected data have been "
msgstr " Svi va邸i izabrani podaci su "
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr " uspje邸no spa邸eni na %s "
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
msgid " Restore Configuration "
msgstr " Vrati konfiguraciju "
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr "OK za vraanje ostalih datoteka."
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Lista korisnika za vraanje (samo najsvje転iji datum po korisniku je znaajan)"
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
msgid "Backup the system files before:"
msgstr "Vrati sistemske datoteke prije:"
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
msgid "please choose the date to restore"
msgstr "molim izaberite datum za vraanje"
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
msgid "Use Hard Disk to backup"
msgstr "Koristi hard disk za backup"
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
msgid "Please enter the directory to save:"
msgstr "Molimo unesite direktorij za spasiti:"
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
msgid "FTP Connection"
msgstr "FTP konekcija"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
msgid "Secure Connection"
msgstr "Sigurna konekcija"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
msgid "Restore from Hard Disk."
msgstr "Vrati sa hard diska"
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr "Molim unesite direktorij gdje su smje邸teni backupi"
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
msgid "Select another media to restore from"
msgstr "Izaberite drugi medij za vraanje"
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
msgid "Other Media"
msgstr "Drugi medij"
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
msgid "Restore system"
msgstr "Vrati sistem"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
msgid "Restore Users"
msgstr "Vrati korisnike"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore Other"
msgstr "Vrati ostalo"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "izaberite stazu za vraanje (umjesto / )"
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr "Izvr邸i novi backup prije vraanja (samo za inkrementalni backup.)"
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr "Pobri邸i korisnike direktorije prije vraanja."
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3394
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Ukloni izabrano"
+
+#: ../../standalone/drakbackup_.c:3411
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "Vrati ostalo"
+
+#: ../../standalone/drakbackup_.c:3477
+#, fuzzy, c-format
+msgid "Backup files not found at %s."
+msgstr "Backup datoteke su o邸teene"
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, fuzzy
+msgid "Restore From CD"
+msgstr "Vrati sa hard diska"
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "Vrati tabelu particija"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3524
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "Vrati korisnike"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3525
+#, fuzzy
+msgid "Host Name"
+msgstr "Host name"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+#, fuzzy
+msgid "Password required"
+msgstr "ifra"
+
+#: ../../standalone/drakbackup_.c:3539
+#, fuzzy
+msgid "Username required"
+msgstr "Korisniko ime"
+
+#: ../../standalone/drakbackup_.c:3542
+#, fuzzy
+msgid "Hostname required"
+msgstr "Hostname: "
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "Vrati ostalo"
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr "Vrati sve backupe"
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
msgid "Custom Restore"
msgstr "Runo vraanje"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3865
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "Vrati tabelu particija"
+
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "Vrati korisnike"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
msgid "Previous"
msgstr "Prethodni"
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Spasi"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
msgid "Build Backup"
msgstr "Izgradi backup"
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
msgid "Restore"
msgstr "Vrati"
-#: ../../standalone/drakbackup_.c:3553
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Molimo pokrenite Izgradi backup prije vraanja...\n"
-" ili provjerite da li je put za spa邸avanje ispravan."
-
-#: ../../standalone/drakbackup_.c:3574
+#: ../../standalone/drakbackup_.c:4231
+#, fuzzy
msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
"Gre邸ka tokom sendmaila\n"
" va邸 mail izvje邸taj nije poslan\n"
" Molim podesite sendmail"
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Sljedei paketi e biti instalirani"
-#: ../../standalone/drakbackup_.c:3621
+#: ../../standalone/drakbackup_.c:4278
#, fuzzy
msgid ""
"Error during sending file via FTP.\n"
@@ -10988,19 +11520,19 @@ msgstr ""
"Gre邸ka tokom slanja datoteke preko FTPa.\n"
" Molimo ispravite va邸u FTP konfiguraciju."
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
msgid "Please select data to restore..."
msgstr "Molim izaberite podatke za vraanje..."
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
msgid "Please select media for backup..."
msgstr "Molim izaberite medij za backup..."
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
msgid "Please select data to backup..."
msgstr "Molim izaberite podatke za backup..."
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11008,59 +11540,59 @@ msgstr ""
"Nije pronaena konfiguraciona datoteka \n"
"molim kliknite na arobnjak ili Napredno."
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr "U izradi ... molim saekajte."
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
msgid "Backup system files"
msgstr "Backup sistemskih datoteka"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup user files"
msgstr "Backup korisnikih datoteka"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup other files"
msgstr "Backup ostalih datoteka"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr "Ukupan napredak"
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr "slanje datoteka putem FTPa"
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
msgid "Sending files..."
msgstr "aljem datoteke..."
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
msgid "Backup Now from configuration file"
msgstr "Backup-uj sada iz konfiguracijske datoteke"
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
msgid "View Backup Configuration."
msgstr "Pogledaj postavke backupa."
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
msgid "Wizard Configuration"
msgstr "arobnjak za pode邸avanje"
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
msgid "Advanced Configuration"
msgstr "Napredno pode邸avanje"
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
msgid "Backup Now"
msgstr "Backup-uj sada"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
#, fuzzy
msgid ""
"options description:\n"
@@ -11121,7 +11653,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11135,7 +11667,7 @@ msgstr ""
" podesiti myhostname ili mydomain u /etc/postfix/main.cf\n"
"\n"
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -11213,28 +11745,29 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
+#, fuzzy
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
@@ -11265,18 +11798,18 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -11306,7 +11839,7 @@ msgstr ""
" along with this program; if not, write to the Free Software\n"
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -11382,7 +11915,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -11400,7 +11933,7 @@ msgstr ""
"drive before sending it to the server.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11422,7 +11955,7 @@ msgstr ""
"data. It is important to be careful and not modify the \n"
"backup data files by hand.\n"
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -11538,9 +12071,9 @@ msgstr ""
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
#, fuzzy
msgid "Standalone Tools"
msgstr "Alati za konzolu"
@@ -11593,26 +12126,26 @@ msgstr "Printerdrake"
msgid "Configuration Wizards"
msgstr "arobnjak za pode邸avanje mre転e"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
#, fuzzy
msgid "Application:"
msgstr "Autentikacija"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
#, fuzzy
msgid "Package: "
msgstr "Izbor paketa"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
#, fuzzy
msgid "Release: "
msgstr "Molimo saekajte"
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -11624,21 +12157,21 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
#, fuzzy
msgid "Report"
msgstr "port"
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
#, fuzzy
msgid "Not installed"
msgstr "Post Uninstall"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Screenshotovi e biti dostupni nakon 邸to instalirate u %s"
@@ -12086,7 +12619,7 @@ msgid "Font List"
msgstr "Lista fontova"
#: ../../standalone/drakfont_.c:909
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "Izaberite aplikacije koje e podr転avati fontove :"
#: ../../standalone/drakfont_.c:918
@@ -12157,19 +12690,19 @@ msgstr "Pobri邸i fontove sa mog sistema"
msgid "Post Uninstall"
msgstr "Post Uninstall"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr "Dijeljenje Internet konekcije"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr "Dijeljenje Internet konekcije je trenutno aktivno"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -12181,31 +12714,31 @@ msgstr ""
"\n"
"ta 転elite uraditi?"
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
msgid "disable"
msgstr "iskljui"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr "otka転i"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "reconfigure"
msgstr "rekonfiguri邸i"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
msgid "Disabling servers..."
msgstr "Iskljuujem servere..."
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
msgid "Internet connection sharing is now disabled."
msgstr "Dijeljenje Internet konekcije je sada iskljueno."
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr "Dijeljenje Internet konekcije je trenutno neaktivno"
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -12217,19 +12750,19 @@ msgstr ""
"\n"
"ta 転elite uraditi?"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
msgid "enable"
msgstr "ukljui"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr "Ukljuujem servere..."
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
msgid "Internet connection sharing is now enabled."
msgstr "Dijeljenje Internet konekcije je sada ukljueno."
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
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 "
@@ -12245,21 +12778,21 @@ msgstr ""
"Napomena: potreban vam je poseban Mre転ni adapter da biste podesili Lokalnu "
"mre転u (LAN)."
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Interfejs %s (koristei modul %s)"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, c-format
msgid "Interface %s"
msgstr "Interfejs %s"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr "Nema mre転nog adaptera na va邸em sistemu!"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -12267,11 +12800,11 @@ msgstr ""
"Na va邸em sistemu nije pronaen nijedan ethernet mre転ni adapter. Molimo "
"pokrenite alat za pode邸avanje hardware-a."
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "Mre転ni interface"
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -12286,18 +12819,18 @@ msgstr ""
"\n"
"Sada u podesiti va邸u Lokalnu mre転u sa ovim adapterom."
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
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:266
+#: ../../standalone/drakgw_.c:259
msgid "Network interface already configured"
msgstr "Mre転ni interfejs je ve pode邸en"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -12312,15 +12845,15 @@ msgstr ""
"\n"
"To mo転ete obaviti runo, ali morate znati 邸ta radite."
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
msgid "Automatic reconfiguration"
msgstr "Automatsko ponovno pode邸avanje"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
msgid "Show current interface configuration"
msgstr "Prika転i postavke trenutnog interfejsa"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -12337,7 +12870,7 @@ msgstr ""
"IP atributi: %s\n"
"Drajver: %s"
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -12356,54 +12889,42 @@ msgstr ""
"Ako ne, mogu ponovo podesiti va邸 interfejs i podesiti DHCP server za vas.\n"
"\n"
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr "Lokalna mre転a C klase"
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
msgid "(This) DHCP Server IP"
msgstr "IP adresa (ovog) DHCP servera"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr "Ponovo podesi interfejs i DHCP server"
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
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:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"Potencijalan konflikt LAN adresa pronaen u trenutnoj konfiguraciji %s!\n"
-#: ../../standalone/drakgw_.c:320
-msgid "Firewalling configuration detected!"
-msgstr "Otkrivena konfiguracija firewalla!"
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Upozorenje! Pronaena je postojea konfiguracija firewalla. Mo転da e biti "
-"potrebno neko runo pode邸avanje nakon instalacije."
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
msgid "Configuring..."
msgstr "Pode邸avam..."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr "Pode邸avam skripte, instaliram software, pokreem servere..."
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, c-format
msgid "Problems installing package %s"
msgstr "Problemi tokom instaliranja paketa %s"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -12413,23 +12934,23 @@ msgstr ""
"Sada mo転ete dijeliti Internet konekciju sa ostalim raunarima na va邸oj "
"lokalnoj mre転i, koristei automatsku mre転nu konfiguraciju (DHCP)."
-#: ../../standalone/drakgw_.c:566
+#: ../../standalone/drakgw_.c:504
msgid "The setup has already been done, but it's currently disabled."
msgstr "Pode邸avanje je ve zavr邸eno, ali je trenutno iskljueno."
-#: ../../standalone/drakgw_.c:567
+#: ../../standalone/drakgw_.c:505
msgid "The setup has already been done, and it's currently enabled."
msgstr "Pode邸avanje je ve zavr邸eno i trenutno je ukljueno."
-#: ../../standalone/drakgw_.c:568
+#: ../../standalone/drakgw_.c:506
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Dijeljenje Internet konekcije nije nikad pode邸eno."
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
msgid "Internet connection sharing configuration"
msgstr "Pode邸avanje dijeljenja Internet konekcije"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -12444,6 +12965,158 @@ msgstr ""
"\n"
"Kliknite na Podesi da pokrenete arobnjak."
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr "Nije konektovan"
+
+#: ../../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"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+#, fuzzy
+msgid "first step creation"
+msgstr "Kreiranje boot diskete"
+
+#: ../../standalone/draksplash_.c:77
+#, fuzzy
+msgid "final resolution"
+msgstr "Rezolucija"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#, fuzzy
+msgid "choose image file"
+msgstr "Izaberi datoteku"
+
+#: ../../standalone/draksplash_.c:79
+#, fuzzy
+msgid "Theme name"
+msgstr "Share naziv"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+#, fuzzy
+msgid "go to lilosplash configuration"
+msgstr "Post-instalacijsko pode邸avanje"
+
+#: ../../standalone/draksplash_.c:83
+#, fuzzy
+msgid "quit"
+msgstr "Izlaz"
+
+#: ../../standalone/draksplash_.c:84
+#, fuzzy
+msgid "save theme"
+msgstr "Sistem instalacije"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#, fuzzy
+msgid "Configure bootsplash picture"
+msgstr "Pode邸avanje servisa"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+#, fuzzy
+msgid "go back"
+msgstr "Loopback"
+
+#: ../../standalone/draksplash_.c:120
+#, fuzzy
+msgid "preview"
+msgstr "Ureaj"
+
+#: ../../standalone/draksplash_.c:121
+#, fuzzy
+msgid "choose color"
+msgstr "Izaberite monitor"
+
+#: ../../standalone/draksplash_.c:124
+msgid "Display logo on Console"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:436
+#, fuzzy
+msgid "ProgressBar color selection"
+msgstr "Izbor modela 邸tampaa"
+
+#: ../../standalone/draksplash_.c:454
+#, fuzzy
+msgid "You must choose an image file first!"
+msgstr "Morate izabrati ili unijeti 邸tampa / ureaj!"
+
+#: ../../standalone/draksplash_.c:463
+#, fuzzy
+msgid "Generating preview ..."
+msgstr "Prepoznajem ureaje ..."
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12536,11 +13209,11 @@ msgstr ""
"unesite va邸 tv standard i dr転avu"
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr "TV standard :"
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr "Oblast :"
#: ../../standalone/drakxtv_.c:114
@@ -12617,7 +13290,7 @@ msgstr "Ne mogu da pokrenem live upgrade !!!\n"
msgid "The change is done, but to be effective you must logout"
msgstr "Izmjena je napravljena, ali da bi stupila na snagu morate se odjaviti"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
msgid "logdrake"
msgstr "logdrake"
@@ -12795,8 +13468,9 @@ msgid "service setting"
msgstr "postavke servisa"
#: ../../standalone/logdrake_.c:431
+#, fuzzy
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"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"
@@ -12818,19 +13492,19 @@ msgstr "postavka upozorenja"
msgid "Please enter your email address below "
msgstr "Molimo unesite va邸u 邸ifru"
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr "Sauvaj kao..."
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "Molimo izaberite vrstu va邸eg mi邸a."
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "Emuliraj tree dugme?"
-#: ../../standalone/printerdrake_.c:48
+#: ../../standalone/printerdrake_.c:57
#, fuzzy
msgid "Reading printer data ..."
msgstr "itam podatke o 邸tampau..."
@@ -12843,33 +13517,44 @@ msgstr "Prepoznajem ureaje ..."
msgid "Test ports"
msgstr "Testiraj portove"
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:56
+#, fuzzy, c-format
+msgid "%s found on %s, configure it?"
msgstr "%s je pronaen na %s, podesi ga ?"
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:65
msgid "Select a scanner"
msgstr "Izaberite skener"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr "Ovaj %s skener nije podr転an"
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, 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:95
+#: ../../standalone/scannerdrake_.c:109
#, fuzzy
msgid "choose device"
msgstr "Boot ureaj"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -12880,7 +13565,7 @@ msgstr ""
"Mo転ete pokrenuti printerdrake iz Mandrake Kontrolnog centra u odjeljku "
"Hardware."
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -12888,48 +13573,18 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
"Some devices in the %s class were added:\n"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:30
-msgid "Firewalling Configuration"
-msgstr "Pode邸avanje firewalla"
-
-#: ../../standalone/tinyfirewall_.c:43
-msgid "Firewalling configuration"
-msgstr "Pode邸avanje firewalla"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Ve ste podesili firewall.\n"
-"Kliknite na Podesi kako bi se izmjenio ili uklonio firewall"
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Kliknite na Podesi za pode邸avanje standardnog firewalla"
-
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "Izaberite svoj jezik"
@@ -13002,224 +13657,7 @@ msgstr "Instaliraj sistemske update"
msgid "Exit install"
msgstr "Napusti instalaciju"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"tinyfirewall pode邸ava\n"
-"\n"
-"On pode邸ava lini firewall za ovaj Mandrake Linux raunar.\n"
-"Za monu soluciju posebnog firewalla, molimo pogledajte\n"
-"specijaliziranu MandrakeSecurity Firewall distribuciju."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Sada emo vam postaviti pitanja o servisima kojima 転elite dozvoliti\n"
-"pristup sa Interneta. Molimo razmislite pa転ljivo o ovim pitanjima,\n"
-"jer je sigurnost va邸eg raunara bitna.\n"
-"\n"
-"Molimo vas, ako trenutno ne koristite neki od ovih servisa, iskljuite\n"
-"ga firewallom. Mo転ete izmjeniti ove postavke kad god 転elite ponovnim\n"
-"pokretanjem ove aplikacije!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Da li imate pokrenut web server na ovom raunaru za koji 転elite da ga\n"
-"cijeli Internet vidi? Ako imate pokrenut webserver kojem ete pristupati\n"
-"samo sa ovog raunara, mo転ete slobodno ovdje odgovoriti NE.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Da li imate pokrenut name server (DNS) na ovom raunaru? Ako niste\n"
-"podesili DNS radi davanja informacija o IP i zoni cijelom Internetu, \n"
-"molimo vas odgovorite ne.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Da li 転elite da dozvolite ulazne Secure Shell (ssh) konekcije? Ovo\n"
-"je zamjena za telnet koju mo転ete koristiti za prijavu. Ako sada koristite\n"
-"telnet, definitivno trebate prei na ssh. Telnet nije kriptovan, tako\n"
-"da neki napadai mogu ukrasti va邸u 邸ifru ako ga koristite. ssh je\n"
-"kriptovan i ne dozvoljava ovo prislu邸kivanje."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Da li 転elite dozvoliti ulazne telnet konekcije?\n"
-"Ovo je u転asno nesigurno, kao 邸to je obja邸njeno na prethodnom\n"
-"ekranu. Strogo preporuujemo da odgovorite Ne ovdje i koristite\n"
-"ssh umjesto telneta.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Da li imate pokrenut FTP server za koji 転elite da je pristupaan sa\n"
-"Interneta? Ako da, onda strogo preporuujemo da ga koristite samo\n"
-"za anonimne transfere. Bilo koju 邸ifru koja je poslana putem FTPa\n"
-"mogu ukrasti napadai, po邸to FTP takoer ne koristi kriptovanje.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Da li imate pokrenut mail server ovdje? Ako 邸aljete poruke\n"
-"kroz pine, mutt ili neki drugi tekst-bazirani mail klijent, onda\n"
-"vjerovatno imate. U suprotnom, trebali biste iskljuiti ovo \n"
-"firewallom.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Da li imate pokrenut POP ili IMAP server ovdje? Ovo bi\n"
-"bilo kori邸teno za smje邸taj ne-web-baziranih mail naloga\n"
-"za ljude na ovom raunaru.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"ini se da koristite 2.2 kernel. Ako je va邸a mre転na IP\n"
-"automatski pode邸ena putem raunara u va邸oj kui ili\n"
-"uredu (dinamiki dodjeljena), moramo ovo dozvoliti. Da\n"
-"li je ovo sluaj?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Da li va邸 raunar sinhronizuje vrijeme sa drugim raunarom?\n"
-"Naje邸e, ovo se koristi u srednje velikim Unix/Linux organizacijama\n"
-"za sinhronizaciju vremena za pravljenje dnevnika i slino. Ako\n"
-"niste dio veeg ureda i niste uli za ovo, onda vjerovatno\n"
-"ovo nije sluaj."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Pode邸avanje zavr邸eno. Mo転emo li zapisati ove izmjene na disk?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Ne mogu otvoriti %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Ne mogu otvoriti %s za pisanje: %s\n"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr "Ne, ne treba mi DHCP"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr "Da, treba mi DHCP"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr "Ne, ne treba mi NTP"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr "Da, treba mi NTP"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr "Nemoj snimiti"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr "Snimi i izai"
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-msgid "Firewall Configuration Wizard"
-msgstr "arobnjak za pode邸avanje firewalla"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr "Ne (iskljui pristup sa interneta)"
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr "Da (dozovoli pristup sa interneta)"
-
-#: ../../tinyfirewall.pm_.c:230
-msgid "Please Wait... Verifying installed packages"
-msgstr "Molim saekajte... Provjeravam instalirane pakete"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Gre邸ka prilikom instaliranja paketa : %s i Bastille.\n"
-" Poku邸ajte ih instalirati runo."
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
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-*"
@@ -13351,6 +13789,10 @@ msgid "Graphical Environment"
msgstr "Grafiko okru転enje"
#: ../../share/compssUsers:999
+msgid "Development"
+msgstr "Programiranje"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache, Pro-ftpd"
@@ -13462,46 +13904,321 @@ msgstr "Multimedija - Pr転enje CDa"
msgid "Scientific Workstation"
msgstr "Znanstvena radna stanica"
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
+#~ msgid ""
+#~ "The first time you try the X configuration, you may not be very "
+#~ "satisfied\n"
+#~ "with its display (screen is too small, shifted left or right...). Hence,\n"
+#~ "even if X starts up correctly, DrakX then asks you if the configuration\n"
+#~ "suits you. It will also propose to change it by displaying a list of "
+#~ "valid\n"
+#~ "modes it could find, asking you to select one.\n"
+#~ "\n"
+#~ "As a last resort, if you still cannot get X to work, choose \"Change\n"
+#~ "graphics card\", select \"Unlisted card\", and when prompted on which\n"
+#~ "server, choose \"FBDev\". This is a failsafe option which works with any\n"
+#~ "modern graphics card. Then choose \"Test again\" to be sure."
+#~ msgstr ""
+#~ "The first time you try the X configuration, you may not be very "
+#~ "satisfied\n"
+#~ "with its display (screen is too small, shifted left or right...). Hence,\n"
+#~ "even if X starts up correctly, DrakX then asks you if the configuration\n"
+#~ "suits you. It will also propose to change it by displaying a list of "
+#~ "valid\n"
+#~ "modes it could find, asking you to select one.\n"
+#~ "\n"
+#~ "As a last resort, if you still cannot get X to work, choose \"Change\n"
+#~ "graphics card\", select \"Unlisted card\", and when prompted on which\n"
+#~ "server, choose \"FBDev\". This is a failsafe option which works with any\n"
+#~ "modern graphics card. Then choose \"Test again\" to be sure."
+
+#~ msgid "Internet and Messaging"
+#~ msgstr "Internet i razmjena poruka"
+
+#~ msgid "Multimedia and Graphics"
+#~ msgstr "Multimedija i grafika"
-#, fuzzy
#~ 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."
+#~ "Mandrake Linux 8.2 provides 11 different graphical desktop environments "
+#~ "and window managers to choose from including GNOME 1.4, KDE 2.2.2, Window "
+#~ "Maker 0.8, and the rest"
#~ msgstr ""
-#~ "Ovaj nivo treba koristiti pa転ljivo. On ini va邸 sistem lak邸im za "
-#~ "upotrebu,\n"
-#~ "ali vrlo osjetljivim: ne smije biti kori邸ten za raunar koji je spojen "
-#~ "na\n"
-#~ "druge ili na Internet. Nema pristupa 邸ifrom."
+#~ "Mandrake Linux 8.2 nudi vam na izbor 11 razliitih grafikih desktop "
+#~ "okolina i window managera ukljuujui GNOME 1.4, KDE 2.2.2, Window Maker "
+#~ "0.8 i druge"
+
+#~ msgid "Server Software"
+#~ msgstr "Serverski softver"
+
+#~ msgid "MandrakeCampus"
+#~ msgstr "MandrakeCampus"
-#, fuzzy
#~ msgid ""
-#~ "With this security level, the use of this system as a server becomes "
-#~ "possible.\n"
-#~ " The security is now high enough to use the system as a "
-#~ "server which can accept\n"
-#~ " connections from many clients. Note: if your machine is "
-#~ "only a client on the Internet, you should choose a lower level."
+#~ "Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+#~ "provides free Linux training, as well as a way to test your progress, at "
+#~ "MandrakeCampus -- our online training center"
#~ msgstr ""
-#~ "Sa ovim sigurnosnim nivoom, postaje mogue koristiti ovaj sistem kao "
-#~ "server.\n"
-#~ "Sigurnost je sada dovoljno visoka za upotrebu sistema kao servera koji "
-#~ "prima\n"
-#~ "konekcije sa mnogo klijenata. Napomena: ako je va邸 raunar samo klijent "
-#~ "na Internetu, mo転da je bolje da izaberete ni転i nivo."
+#~ "貼elite li nauiti Linux jednostavno, brzo i besplatno? MandrakeSoft vam "
+#~ "nudi besplatno uenje Linuxa kao i nain za testiranje va邸eg napretka na "
+#~ "MandrakeCampus-u -- na邸em online centru za obuku"
-#, fuzzy
-#~ msgid "Basic Options"
-#~ msgstr "Opcije"
+#~ msgid ""
+#~ "Quality support from the Linux Community, and from MandrakeSoft, is just "
+#~ "around the corner. And if you're already a Linux veteran, become an "
+#~ "\"Expert\" and share your knowledge at our support website"
+#~ msgstr ""
+#~ "Kvalitetna podr邸ka od strane Linux zajednice i MandrakeSofta nalazi se "
+#~ "odmah iza ugla. A ako ste ve Linux veteran, postanite \"Expert\" i "
+#~ "dijelite va邸e znanje na na邸em web sajtu za podr邸ku"
-#, fuzzy
-#~ msgid "Security Checks"
-#~ msgstr "Sigurnost"
+#~ msgid "MandrakeConsulting"
+#~ msgstr "MandrakeConsulting"
+
+#~ msgid ""
+#~ "For all of your IT projects, our consultants are ready to analyze your "
+#~ "requirements and offer a customized solution. Benefit from MandrakeSoft's "
+#~ "vast experience as a Linux producer to provide a true IT alternative for "
+#~ "your business organization"
+#~ msgstr ""
+#~ "Za sve va邸e IT projekte, na邸i konsultanti su spremni da analiziraju va邸e "
+#~ "potrebe i ponude prilagoeno rje邸enje. Iskoristite veliko iskustvo "
+#~ "MandrakeSofta kao proizvoaa Linux rje邸enja kako biste ponudili pravu IT "
+#~ "alternativu za va邸 biznis"
+
+#~ msgid "MandrakeStore"
+#~ msgstr "MandrakeStore"
+
+#~ msgid ""
+#~ "For more information on MandrakeSoft's Professional Services and "
+#~ "commercial offerings, please see the following web page:"
+#~ msgstr ""
+#~ "Za vi邸e informacija o MandrakeSoftovim profesionalnim uslugama i "
+#~ "komercijalnoj ponudi, molimo posjetite sljedeu web stranicu:"
+
+#~ msgid "LBA (doesn't work on old BIOSes)"
+#~ msgstr "LBA (ne radi na starim BIOSima)"
+
+#~ msgid "You don't have any partitions!"
+#~ msgstr "Nemate nijednu particiju!"
+
+#~ msgid ""
+#~ "DiskDrake failed to read correctly the partition table.\n"
+#~ "Continue at your own risk!"
+#~ msgstr ""
+#~ "DiskDrake nije uspio ispravno proitati tabelu particija.\n"
+#~ "Nastavljate na vlastiti rizik!"
+
+#~ msgid ""
+#~ "I can't read your partition table, it's too corrupted for me :(\n"
+#~ "I'll try to go on blanking bad partitions"
+#~ msgstr ""
+#~ "Ne mogu itati va邸u tabelu particija, previ邸e je o邸teena za mene :(\n"
+#~ "Poku邸au izbrisati lo邸e particije"
+
+#~ msgid ""
+#~ "Please Build backup before to restore it...\n"
+#~ " or verify that your path to save is correct."
+#~ msgstr ""
+#~ "Molimo pokrenite Izgradi backup prije vraanja...\n"
+#~ " ili provjerite da li je put za spa邸avanje ispravan."
+
+#~ msgid "Firewalling Configuration"
+#~ msgstr "Pode邸avanje firewalla"
+
+#~ msgid "Firewalling configuration"
+#~ msgstr "Pode邸avanje firewalla"
+
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "You already have set up a firewall.\n"
+#~ "Click on Configure to change or remove the firewall"
+#~ msgstr ""
+#~ "Firewall\n"
+#~ "\n"
+#~ "Ve ste podesili firewall.\n"
+#~ "Kliknite na Podesi kako bi se izmjenio ili uklonio firewall"
+
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "Click on Configure to set up a standard firewall"
+#~ msgstr ""
+#~ "Firewall\n"
+#~ "\n"
+#~ "Kliknite na Podesi za pode邸avanje standardnog firewalla"
+
+#~ msgid ""
+#~ "We'll now ask you questions about which services you'd like to allow\n"
+#~ "the Internet to connect to. Please think carefully about these\n"
+#~ "questions, as your computer's security is important.\n"
+#~ "\n"
+#~ "Please, if you're not currently using one of these services, firewall\n"
+#~ "it off. You can change this configuration anytime you like by\n"
+#~ "re-running this application!"
+#~ msgstr ""
+#~ "Sada emo vam postaviti pitanja o servisima kojima 転elite dozvoliti\n"
+#~ "pristup sa Interneta. Molimo razmislite pa転ljivo o ovim pitanjima,\n"
+#~ "jer je sigurnost va邸eg raunara bitna.\n"
+#~ "\n"
+#~ "Molimo vas, ako trenutno ne koristite neki od ovih servisa, iskljuite\n"
+#~ "ga firewallom. Mo転ete izmjeniti ove postavke kad god 転elite ponovnim\n"
+#~ "pokretanjem ove aplikacije!"
+
+#~ msgid ""
+#~ "Are you running a web server on this machine that you need the whole\n"
+#~ "Internet to see? If you are running a webserver that only needs to be\n"
+#~ "accessed by this machine, you can safely answer NO here.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Da li imate pokrenut web server na ovom raunaru za koji 転elite da ga\n"
+#~ "cijeli Internet vidi? Ako imate pokrenut webserver kojem ete pristupati\n"
+#~ "samo sa ovog raunara, mo転ete slobodno ovdje odgovoriti NE.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Are you running a name server on this machine? If you didn't set one\n"
+#~ "up to give away IP and zone information to the whole Internet, please\n"
+#~ "answer no.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Da li imate pokrenut name server (DNS) na ovom raunaru? Ako niste\n"
+#~ "podesili DNS radi davanja informacija o IP i zoni cijelom Internetu, \n"
+#~ "molimo vas odgovorite ne.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Do you want to allow incoming Secure Shell (ssh) connections? This\n"
+#~ "is a telnet-replacement that you might use to login. If you're using\n"
+#~ "telnet now, you should definitely switch to ssh. telnet is not\n"
+#~ "encrypted -- so some attackers can steal your password if you use\n"
+#~ "it. ssh is encrypted and doesn't allow for this eavesdropping."
+#~ msgstr ""
+#~ "Da li 転elite da dozvolite ulazne Secure Shell (ssh) konekcije? Ovo\n"
+#~ "je zamjena za telnet koju mo転ete koristiti za prijavu. Ako sada "
+#~ "koristite\n"
+#~ "telnet, definitivno trebate prei na ssh. Telnet nije kriptovan, tako\n"
+#~ "da neki napadai mogu ukrasti va邸u 邸ifru ako ga koristite. ssh je\n"
+#~ "kriptovan i ne dozvoljava ovo prislu邸kivanje."
+
+#~ msgid ""
+#~ "Do you want to allow incoming telnet connections?\n"
+#~ "This is horribly unsafe, as we explained in the previous screen. We\n"
+#~ "strongly recommend answering No here and using ssh in place of\n"
+#~ "telnet.\n"
+#~ msgstr ""
+#~ "Da li 転elite dozvoliti ulazne telnet konekcije?\n"
+#~ "Ovo je u転asno nesigurno, kao 邸to je obja邸njeno na prethodnom\n"
+#~ "ekranu. Strogo preporuujemo da odgovorite Ne ovdje i koristite\n"
+#~ "ssh umjesto telneta.\n"
+
+#~ msgid ""
+#~ "Are you running an FTP server here that you need accessible to the\n"
+#~ "Internet? If you are, we strongly recommend that you only use it for\n"
+#~ "Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
+#~ "attackers, since FTP also uses no encryption for transferring passwords.\n"
+#~ msgstr ""
+#~ "Da li imate pokrenut FTP server za koji 転elite da je pristupaan sa\n"
+#~ "Interneta? Ako da, onda strogo preporuujemo da ga koristite samo\n"
+#~ "za anonimne transfere. Bilo koju 邸ifru koja je poslana putem FTPa\n"
+#~ "mogu ukrasti napadai, po邸to FTP takoer ne koristi kriptovanje.\n"
+
+#~ msgid ""
+#~ "Are you running a mail server here? If you're sending you \n"
+#~ "messages through pine, mutt or any other text-based mail client,\n"
+#~ "you probably are. Otherwise, you should firewall this off.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Da li imate pokrenut mail server ovdje? Ako 邸aljete poruke\n"
+#~ "kroz pine, mutt ili neki drugi tekst-bazirani mail klijent, onda\n"
+#~ "vjerovatno imate. U suprotnom, trebali biste iskljuiti ovo \n"
+#~ "firewallom.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Are you running a POP or IMAP server here? This would\n"
+#~ "be used to host non-web-based mail accounts for people via \n"
+#~ "this machine.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Da li imate pokrenut POP ili IMAP server ovdje? Ovo bi\n"
+#~ "bilo kori邸teno za smje邸taj ne-web-baziranih mail naloga\n"
+#~ "za ljude na ovom raunaru.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "You appear to be running a 2.2 kernel. If your network IP\n"
+#~ "is automatically set by a computer in your home or office \n"
+#~ "(dynamically assigned), we need to allow for this. Is\n"
+#~ "this the case?\n"
+#~ msgstr ""
+#~ "ini se da koristite 2.2 kernel. Ako je va邸a mre転na IP\n"
+#~ "automatski pode邸ena putem raunara u va邸oj kui ili\n"
+#~ "uredu (dinamiki dodjeljena), moramo ovo dozvoliti. Da\n"
+#~ "li je ovo sluaj?\n"
+
+#~ msgid ""
+#~ "Is your computer getting time syncronized to another computer?\n"
+#~ "Mostly, this is used by medium-large Unix/Linux organizations\n"
+#~ "to synchronize time for logging and such. If you're not part\n"
+#~ "of a larger office and haven't heard of this, you probably \n"
+#~ "aren't."
+#~ msgstr ""
+#~ "Da li va邸 raunar sinhronizuje vrijeme sa drugim raunarom?\n"
+#~ "Naje邸e, ovo se koristi u srednje velikim Unix/Linux organizacijama\n"
+#~ "za sinhronizaciju vremena za pravljenje dnevnika i slino. Ako\n"
+#~ "niste dio veeg ureda i niste uli za ovo, onda vjerovatno\n"
+#~ "ovo nije sluaj."
+
+#~ msgid ""
+#~ "Configuration complete. May we write these changes to disk?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Pode邸avanje zavr邸eno. Mo転emo li zapisati ove izmjene na disk?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+
+#~ msgid "Can't open %s for writing: %s\n"
+#~ msgstr "Ne mogu otvoriti %s za pisanje: %s\n"
+
+#~ msgid "No I don't need DHCP"
+#~ msgstr "Ne, ne treba mi DHCP"
+
+#~ msgid "Yes I need DHCP"
+#~ msgstr "Da, treba mi DHCP"
+
+#~ msgid "No I don't need NTP"
+#~ msgstr "Ne, ne treba mi NTP"
+
+#~ msgid "Yes I need NTP"
+#~ msgstr "Da, treba mi NTP"
+
+#~ msgid "Don't Save"
+#~ msgstr "Nemoj snimiti"
+
+#~ msgid "Save & Quit"
+#~ msgstr "Snimi i izai"
+
+#~ msgid "Firewall Configuration Wizard"
+#~ msgstr "arobnjak za pode邸avanje firewalla"
+
+#~ msgid "No (firewall this off from the internet)"
+#~ msgstr "Ne (iskljui pristup sa interneta)"
+
+#~ msgid "Yes (allow this through the firewall)"
+#~ msgstr "Da (dozovoli pristup sa interneta)"
+
+#~ msgid "Please Wait... Verifying installed packages"
+#~ msgstr "Molim saekajte... Provjeravam instalirane pakete"
+
+#~ msgid ""
+#~ "Failure installing the needed packages: %s and Bastille.\n"
+#~ " Try to install them manually."
+#~ msgstr ""
+#~ "Gre邸ka prilikom instaliranja paketa: %s i Bastille.\n"
+#~ " Poku邸ajte ih instalirati runo."
#~ msgid "Data list to include on CDROM."
#~ msgstr "Lista podataka koji e biti smje邸teni na CDROM."
@@ -13531,14 +14248,6 @@ msgstr "Znanstvena radna stanica"
#~ "Molim izaberite ako 転elite ukljuiti\n"
#~ " instalacijski boot na CDu."
-#, fuzzy
-#~ msgid "Windows PDC"
-#~ msgstr "Windows (FAT32)"
-
-#, fuzzy
-#~ msgid "PDC Server Name"
-#~ msgstr "NTP server"
-
#~ msgid ""
#~ "\n"
#~ "Welcome to the Printer Setup Wizard\n"
@@ -13607,36 +14316,15 @@ msgstr "Znanstvena radna stanica"
#~ "Da instalirate mre転ne 邸tampae, kliknite na \"Odustani\", prebacite na "
#~ "\"Ekspert mod\" i kliknite ponovo na \"Dodaj novi 邸tampa\"."
-#, fuzzy
-#~ msgid ""
-#~ "Is your printer a multi-function device from HP (OfficeJet, PSC, LaserJet "
-#~ "1100/1200/1220/3200/3300 with scanner), an HP PhotoSmart or an HP "
-#~ "LaserJet 2200?"
-#~ msgstr ""
-#~ "Da li je va邸 邸tampa vi邸enamjenski ureaj od HPa (OfficeJet, PSC, "
-#~ "PhotoSmart, LaserJet 1100/1200/1220/3200/3300 sa skenerom)?"
-
#~ msgid "Installing HPOJ package..."
#~ msgstr "Instaliram HPOJ paket..."
#~ msgid "Checking device and configuring HPOJ..."
#~ msgstr "Provjeravam ureaj i pode邸avam HPOJ ..."
-#, fuzzy
-#~ msgid "Installing SANE packages..."
-#~ msgstr "Instaliram SANE paket..."
-
-#, fuzzy
-#~ msgid "Installing mtools packages..."
-#~ msgstr "Instaliram pakete..."
-
#~ msgid "Scanning on your HP multi-function device"
#~ msgstr "Skeniram na va邸em HP vi邸enamjenskom ureaju"
-#, fuzzy
-#~ msgid "Photo memory card access on your HP multi-function device"
-#~ msgstr "Skeniram na va邸em HP vi邸enamjenskom ureaju"
-
#~ msgid "Making printer port available for CUPS..."
#~ msgstr "Omoguujem CUPSu port 邸tampaa ..."
@@ -13770,12 +14458,6 @@ msgstr "Znanstvena radna stanica"
#~ msgid "Choose a X driver"
#~ msgstr "Izaberite X drajver"
-#~ msgid "X driver"
-#~ msgstr "X drajver"
-
-#~ msgid "Warning: testing this graphics card may freeze your computer"
-#~ msgstr "Upozorenje: testiranje ove grafike karte mo転e zalediti raunar"
-
#~ msgid "Standard VGA, 640x480 at 60 Hz"
#~ msgstr "Standardna VGA, 640x480 na 60 Hz"
diff --git a/perl-install/share/po/ca.po b/perl-install/share/po/ca.po
index 470e4f1a1..59dd891b2 100644
--- a/perl-install/share/po/ca.po
+++ b/perl-install/share/po/ca.po
@@ -5,8 +5,8 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: drakfloppy 0.43\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
+"Project-Id-Version: DrakX\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
"PO-Revision-Date: 2001-10-28 01:14+0200\n"
"Last-Translator: Softcatal <traddrake@softcatala.org>\n"
"Language-Team: Catalan <traddrake@softcatala.org>\n"
@@ -53,19 +53,19 @@ msgstr "32 MB"
msgid "64 MB or more"
msgstr "64 MB o ms"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "Escolliu un servidor X"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "Servidor X"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
msgstr "Configuraci Multi-head"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -73,27 +73,27 @@ msgstr ""
"El vostre sistema permet l's d'una configuraci de mltiples capals.\n"
"Qu voleu fer?"
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "Seleccioneu la mida de la memria de la vostra targeta grfica"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "Configuraci de l'XFree"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "Quina configuraci de l'XFree voleu tenir?"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr "Configura tots els capals independentment"
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr "Utilitza l'extensi Xinerama"
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Configura noms la targeta \"%s\"%s"
@@ -104,13 +104,13 @@ msgstr "Configura noms la targeta \"%s\"%s"
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../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:412
+#: ../../Xconfig/card.pm_.c:413
#, 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:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, 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:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s amb acceleraci 3D de maquinari EXPERIMENTAL"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, 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:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -154,52 +154,53 @@ msgstr ""
"TINGUEU EN COMPTE QUE ES TRACTA D'UN SUPORT EXPERIMENTAL; L'ORDINADOR ES POT "
"PENJAR."
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (installaci del controlador de pantalla"
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "Personalitzada"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
msgid "Graphic Card"
msgstr "Targeta grfica"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "Resoluci"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opcions"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "D'acord"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Surt"
@@ -216,28 +217,28 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "Escolliu un monitor"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "General"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
#, fuzzy
msgid "Vendor"
msgstr "Desfs"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -260,11 +261,11 @@ msgstr ""
"el podreu fer malb.\n"
"En cas de dubte, sigueu conservador amb aquest parmetre."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "Velocitat de refresc horitzontal"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "Velocitat de refresc vertical"
@@ -301,36 +302,42 @@ msgstr "Escolliu la resoluci i la profunditat de color"
msgid "Graphics card: %s"
msgstr "Targeta grfica: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "Cancella"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "Comprova la configuraci"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "Voleu comprovar la configuraci?"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "Comprova la configuraci"
+#: ../../Xconfig/test.pm_.c:31
+#, fuzzy
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr ""
+"Avs: la comprovaci d'aquesta targeta grfica pot penjar-vos l'ordinador"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -467,26 +474,22 @@ msgstr "Arrencada des de DOS/Windows (loadlin)"
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "Opcions principals del carregador d'arrencada"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "Carregador d'arrencada a utilitzar"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "Installaci del carregador d'arrencada"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "Dispositiu d'arrencada"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (no funciona en BIOS antics)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "Compacte"
@@ -503,16 +506,17 @@ msgstr "Mode de vdeo"
msgid "Delay before booting default image"
msgstr "Demora abans d'arrencar la imatge predeterminada"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Contrasenya"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "Contrasenya (un altre cop)"
@@ -548,14 +552,14 @@ msgstr ""
"L'opci ``Limita les opcions de la lnia d'ordres'' no t cap s sense una "
"contrasenya"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "Si us plau, torneu-ho a intentar"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "Les contrasenyes no coincideixen"
@@ -605,16 +609,16 @@ msgstr ""
"Aquestes sn les diferents entrades en el men d'arrencada.\n"
"Podeu afegir-ne algunes ms o canviar-ne les existents."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Afegeix"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "Fet"
@@ -627,7 +631,7 @@ msgstr "Modifica"
msgid "Which type of entry do you want to add?"
msgstr "Quin tipus d'entrada voleu afegir?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linux"
@@ -713,7 +717,7 @@ msgstr "Aquesta etiqueta ja est en s"
#: ../../any.pm_.c:656
#, c-format
msgid "Found %s %s interfaces"
-msgstr "S'han trobat interfcies %2$s %1$s"
+msgstr "S'han trobat interfcies %s %s"
#: ../../any.pm_.c:657
msgid "Do you have another one?"
@@ -724,13 +728,13 @@ msgstr "En teniu una altra?"
msgid "Do you have any %s interfaces?"
msgstr "Teniu alguna interfcie %s?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "No"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "S"
@@ -831,39 +835,49 @@ msgstr "permet \"su\""
msgid "access to administrative files"
msgstr "accs a fitxers administratius"
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+#, fuzzy
+msgid "access to network tools"
+msgstr "accs a les eines rpm"
+
+#: ../../any.pm_.c:755
+#, fuzzy
+msgid "access to compilation tools"
+msgstr "accs a les eines rpm"
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(ja s'ha afegit %s)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "Aquesta contrasenya s massa senzilla"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "Si us plau, introduu un nom d'usuari"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"El nom d'usuari noms pot contenir lletres en minscula, nmeros, `-' i `_'"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:768
#, fuzzy
msgid "The user name is too long"
msgstr "Aquest nom d'usuari ja s'ha afegit"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "Aquest nom d'usuari ja s'ha afegit"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "Afegeix un usuari"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -872,33 +886,33 @@ msgstr ""
"Introduu un usuari\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "Accepta l'usuari"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "Nom real"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Nom d'usuari"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "Icona"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "Entrada automtica"
#
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -907,20 +921,20 @@ msgstr ""
"nom d'usuari.\n"
"Voleu activar aquesta caracterstica?"
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "Escolliu l'usuari per defecte:"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "Escolliu el gestor de finestres per executar:"
#
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
msgid "Please choose a language to use."
msgstr "Si us plau, trieu un idioma per utilitzar."
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -930,38 +944,38 @@ msgstr ""
"els llenguatges que volgueu installar. Estaran disponibles\n"
"quan reinicieu el sistema desprs de que la installaci s'hagi completat."
-#: ../../any.pm_.c:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Tots"
#
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "Allow all users"
msgstr "Permet tots els usuaris"
#
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "No sharing"
msgstr "No es comparteix"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "El paquet %s s'ha d'installar. El voleu installar?"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
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:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "El paquet %s necessari falta"
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -975,11 +989,11 @@ msgstr ""
"\n"
"\"Defecte\" permetre granularitat per usuari.\n"
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr "Executa userdrake"
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -987,32 +1001,32 @@ msgstr ""
"La compartici per usuari utilitza el grup \"ComparticiFitxers\".\n"
"Podeu utilitzar userdrake per a afegir un usuari a aquest grup."
-#: ../../any.pm_.c:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "Benvinguts, crackers"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "Pobre"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Estndard"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "Alt"
#
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
msgid "Higher"
msgstr "Ms Alt"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "Paranoic"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1023,7 +1037,7 @@ msgstr ""
"d'utilitzar, per tamb molt sensible: no s'ha d'utilitzar en un ordinador\n"
"connectat a d'altres o a Internet. No s'hi accedeix mitjanant contrasenya."
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1032,7 +1046,7 @@ msgstr ""
"segueix sense ser recomanable."
#
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1041,7 +1055,7 @@ msgstr ""
"s'utilitzar per connectar-se a Internet com a client. Ara hi ha "
"comprovacions de seguretat."
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1050,7 +1064,7 @@ msgstr ""
"automtiques"
#
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1066,7 +1080,7 @@ msgstr ""
"un client d'internet, seria millor escollir un nivell menor"
#
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1074,33 +1088,33 @@ msgstr ""
"Aix s similar al nivell anterior, per el sistema est completament tancat "
"i les caracterstiques de seguretat estan al mxim."
-#: ../../any.pm_.c:1091
+#: ../../any.pm_.c:1094
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Especifica les opcions"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
msgid "Please choose the desired security level"
msgstr "Escolliu el nivell de seguretat"
#
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
msgid "Security level"
msgstr "El nivell de seguretat"
#
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
msgid "Use libsafe for servers"
msgstr "Utilitzeu libsafe per als servidors"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Una llibreria que el defensa contra els 'buffer overflow' i el atacs de "
"'format string'."
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
#, fuzzy
msgid "Security Administrator (login or email)"
msgstr "Seguretat d'usuari (login o email)"
@@ -1143,13 +1157,13 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:935
+#: ../../bootloader.pm_.c:932
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:938
+#: ../../bootloader.pm_.c:935
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr ""
@@ -1157,44 +1171,44 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:938
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Premeu Intro per arrencar el SO seleccionat, 'e' per editar-les"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:941
msgid "commands before booting, or 'c' for a command-line."
msgstr "ordres prvies a l'arrencada, o 'c' per obtenir una lnia d'ordres."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:944
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "La posici ressaltada arrencar automticament dintre de %d segons."
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:948
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:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "Escriptori"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "Men Inici"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "No podeu installar el carregador d'arrencada a la partici %s\n"
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr "encara no s'ha implementat cap ajuda.\n"
@@ -1202,8 +1216,8 @@ msgstr "encara no s'ha implementat cap ajuda.\n"
msgid "Boot Style Configuration"
msgstr "Configuraci del tipus d'arrencada"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Fitxer"
@@ -1213,7 +1227,7 @@ msgstr "/_Fitxer"
msgid "/File/_Quit"
msgstr "/Fitxer/_Surt"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1255,94 +1269,101 @@ msgstr "Installa el sistema"
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+#, fuzzy
+msgid "Create new theme"
+msgstr "Crea una nova partici"
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr ""
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "Error"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, fuzzy, c-format
msgid "Copy %s to %s"
msgstr "Copiant %s"
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
#, fuzzy
msgid "Notice"
msgstr "NoVideo"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
#, fuzzy
msgid "Theme installation failed!"
msgstr "Tipus d'installaci"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1351,23 +1372,22 @@ msgstr ""
"Actualment utilitzeu %s com a carregador d'arrencada\n"
"Feu click en Configura per a executar l'auxiliar de configuraci."
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Configura"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
#, fuzzy
msgid "Splash selection"
msgstr "Desa la selecci de paquets"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1376,44 +1396,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr "Mode de sistema"
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr "Executa el sistema X-Window en iniciar"
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr "No, no vull l'entrada automtica"
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "S, vull l'entrada automtica amb aquest (usuari, escriptori)"
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr "D'acord"
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "no es pot obrir /etc/inittab per a lectura: %s"
@@ -1517,47 +1537,52 @@ msgstr "ustria"
msgid "United States"
msgstr "Estats Units"
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-msgid "Unknown Model"
-msgstr "Model desconegut"
-
#: ../../diskdrake/dav.pm_.c:23
msgid "New"
msgstr "Nou"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "Desmunta"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "Munta"
+
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "Servidor"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Punt de muntatge"
#
-#: ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/dav.pm_.c:81
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Si us plau entreu la velocitat d'escriptura del cd"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:92
+#: ../../diskdrake/dav.pm_.c:105
msgid "Server: "
msgstr "Servidor: "
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Punt de muntatge: "
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Opcions: %s"
@@ -1566,8 +1591,9 @@ msgstr "Opcions: %s"
msgid "Please make a backup of your data first"
msgstr "Si us plau, feu primer una cpia de seguretat de les vostres dades"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "Llegiu-ho atentament!"
@@ -1605,10 +1631,16 @@ 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:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "Detalls"
+#
+#: ../../diskdrake/hd_gtk.pm_.c:252
+#, fuzzy
+msgid "No hard drives found"
+msgstr "No s'ha trobat cap impressora!"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1634,13 +1666,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "Intercanvi"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "Buit"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "Altres"
@@ -1648,12 +1680,12 @@ msgstr "Altres"
msgid "Filesystem types:"
msgstr "Tipus de sistema de fitxers"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "Crea"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "Tipus"
@@ -1663,7 +1695,7 @@ msgstr "Tipus"
msgid "Use ``%s'' instead"
msgstr "Utilitzeu ``%s'' al seu lloc"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "Suprimeix"
@@ -1671,7 +1703,7 @@ msgstr "Suprimeix"
msgid "Use ``Unmount'' first"
msgstr "Utilitzeu primer ``Unmount''"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1679,76 +1711,76 @@ msgstr ""
"Desprs de canviar el tipus de la partici %s, se'n perdran totes les dades"
#
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose a partition"
msgstr "Trieu una partici"
#
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose another partition"
msgstr "Escolliu una altra partici"
#
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
msgid "Exit"
msgstr "Sortir"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "Normal > Expert"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "Expert > Normal"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "Desfs"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "Voleu continuar igualment?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "Surt sense desar"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "Voleu sortir sense desar la taula de particions?"
#
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
msgid "Do you want to save /etc/fstab modifications"
msgstr "Voleu grabar els modificacions a /etc/fstab"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "Assigna automticament"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "Buida-ho tot"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "Ms"
#
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
msgid "Hard drive information"
msgstr "Informaci del disc dur"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "S'utilitzen totes les particions primries"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "No puc afegir cap ms partici"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1757,34 +1789,34 @@ msgstr ""
"ampliada"
#
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
msgid "Save partition table"
msgstr "Escriu la taula de particions"
#
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
msgid "Restore partition table"
msgstr "Restaura la taula de particions"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "Rescata la taula de particions"
#
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
msgid "Reload partition table"
msgstr "Recarrega la taula de particions"
#
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
msgid "Removable media automounting"
msgstr "Desmuntant el medi del suport extrable"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "Seleccioneu el fitxer"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1792,11 +1824,11 @@ msgstr ""
"La cpia de seguretat de la taula de particions no t la mateixa mida\n"
"Voleu continuar igualment?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "Advertncia"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1804,80 +1836,72 @@ msgstr ""
"Inseriu un disquet a la unitat\n"
"Se'n perdran totes les dades"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "S'est intentant rescatar la taula de particions"
#
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
msgid "Detailed information"
msgstr "Informaci detallada"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "Canvia la mida"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "Mou"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "Formata"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Munta"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "Afegeix al RAID"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "Afegeix al LVM"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Desmunta"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "Elimina del RAID"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "Elimina del LVM"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "Modifica el RAID"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "Utilitza per a loopback"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "Crea una nova partici"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "sector d'inici: "
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "Mida en MB: "
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "Tipus de sistema de fitxers: "
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "Preferncia: "
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
msgid ""
"You can't create a new partition\n"
"(since you reached the maximal number of primary partitions).\n"
@@ -1885,33 +1909,33 @@ msgid ""
msgstr ""
#
-#: ../../diskdrake/interactive.pm_.c:494
+#: ../../diskdrake/interactive.pm_.c:499
msgid "Remove the loopback file?"
msgstr "Esborrar el fitxer de loopback?"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "Canvia el tipus de partici"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Quin sistema de fitxers voleu?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr "Canviant de ext2 a ext3"
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, 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:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "On voleu muntar el dispositiu %s?"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1919,139 +1943,139 @@ msgstr ""
"No es pot anullar el punt de muntatge, perqu aquesta partici\n"
"s'utilitza per al loopback. Elimineu primer el loopback"
-#: ../../diskdrake/interactive.pm_.c:584
+#: ../../diskdrake/interactive.pm_.c:594
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "On voleu muntar el dispositiu %s?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "S'estan calculant els lmits del sistema de fitxers de la FAT"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "S'est canviant la mida"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr "No es pot canviar la mida d'aquesta partici"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr "Cal fer una cpia de seguretat de totes les dades d'aquesta partici"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Desprs de canviar la mida de la partici %s, se'n perdran totes les dades"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "Escolliu la nova mida"
#
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
msgid "New size in MB: "
msgstr "Nova Mida en MB: "
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "A quin disc us voleu desplaar?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "Sector"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "A quin sector ho voleu moure?"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "S'est desplaant"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "S'est desplaant la partici..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "Escolliu un RAID existent al qual afegir"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "nou"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "Escolliu un LVM existent al qual afegir"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr "Nom LVM?"
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "Aquesta partici no es pot utilitzar per al loopback"
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "Nom del fitxer de loopback: "
#
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
msgid "Give a file name"
msgstr "Proporcioneu un nom de fitxer"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr "Un altre loopback ja est utilitzant el fitxer, escolliu-ne un altre"
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr "El fitxer ja existeix. El voleu utilitzar?"
#
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
msgid "Mount options"
msgstr "Opcions de montatge:"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr "Diversos"
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "dispositiu"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "nivell"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "mida del tros"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr "Aneu amb compte: aquesta operaci s perillosa."
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "Quin tipus de particionament?"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr "El paquet %s s'ha d'installar. El voleu installar?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2063,7 +2087,7 @@ msgstr ""
"O esteu utilitzant LILO, i no funcionar, o no l'esteu utilitzant i no "
"necessiteu el /boot"
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2076,7 +2100,7 @@ msgstr ""
"Si teniu previst utilitzar el gestor d'arrencada LILO, penseu d'afegir una "
"partici /boot"
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2087,47 +2111,47 @@ msgstr ""
"boot.\n"
"Per tant, assegureu-vos d'afegir una partici /boot"
-#: ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, 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:1003
+#: ../../diskdrake/interactive.pm_.c:1013
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:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Desprs de formatar la partici %s, se'n perdran totes les dades"
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "S'est formatant"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "S'est formatant el fitxer de loopback %s"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "S'est formatant la partici %s"
#
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Hide files"
msgstr "Fitxers ocults"
#
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Move files to the new partition"
msgstr "Moveu els fitxers a la nova partici"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2137,83 +2161,83 @@ msgstr ""
"(%s)"
#
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
msgid "Moving files to the new partition"
msgstr "Movent fitxers a la nova partici"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr "Copiant %s"
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, c-format
msgid "Removing %s"
msgstr "Esborrant %s"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr "la partici %s ara s %s"
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "Dispositiu: "
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "Lletra d'unitat del DOS: %s (noms s una suposici)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "Tipus: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "Nom: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "Inici: sector %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "Mida: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s sectors"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "Cilindre %d a %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "Formatat\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "Sense formatar\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "Muntat\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -2222,7 +2246,7 @@ msgstr ""
"Fitxer(s) de loopback:\n"
" %s\n"
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2230,27 +2254,27 @@ msgstr ""
"Partici arrencada per defecte\n"
" (per a l'arrencada de l'MS-DOS, no per a LILO)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "Nivell %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "Mida del tros %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "Discs RAID %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "Nom del fitxer de loopback: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2262,7 +2286,7 @@ msgstr ""
"una partici de Controladors;\n"
"s millor que no la toqueu.\n"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2274,46 +2298,50 @@ msgstr ""
"especial s per arrencar\n"
"el vostre sistema en dual.\n"
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "Mida: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometria: %s cilindres, %s capals, %s sectors\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "Informaci: "
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "Discs LVM %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "Tipus de taula de particions: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "al bus %d id %d\n"
#
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
msgid "Filesystem encryption key"
msgstr "Clau d'encriptaci del sistema de fitxers: "
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr "Escolliu la clau d'encriptaci del sistema de fitxers"
# c-format
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
@@ -2321,15 +2349,15 @@ msgstr ""
"carcters)"
#
-#: ../../diskdrake/interactive.pm_.c:1180
+#: ../../diskdrake/interactive.pm_.c:1191
msgid "The encryption keys do not match"
msgstr "Les claus d'encriptaci no coincideixen"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr "Clau d'encriptaci"
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr "Clau d'encriptaci (altra cop)"
@@ -2368,7 +2396,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
msgid "Username"
msgstr "Nom d'usuari"
@@ -2381,23 +2409,23 @@ msgstr "Domini"
msgid "Search servers"
msgstr "Cerca servidors"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatatge de %s ha fallat"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, 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:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "La partici a muntar %s en el directori %s ha fallat"
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "s'ha produt un error en desmuntar %s: %s"
@@ -2414,34 +2442,52 @@ msgstr "amb /usr"
msgid "server"
msgstr "servidor"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, fuzzy, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\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"
+"L'altra soluci s impedir al DrakX que modifiqui la taula de particions.\n"
+"(l'error s %s)\n"
+"\n"
+"Esteu d'acord en perdre totes les particions?\n"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "No podeu utilitzar el JFS per a particions inferiors a 16 MB"
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "No podeu utilitzar el ReiserFS per a particions inferiors a 32 MB"
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "Els punts de muntatge han de comenar amb una /"
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Ja hi ha una partici amb el punt de muntatge %s\n"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "No podeu utilitzar un volum lgic LVM per al punt de muntatge %s"
-#: ../../fsedit.pm_.c:499
+#: ../../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"
#
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
"point\n"
@@ -2449,228 +2495,278 @@ msgstr ""
"Necessiteu un sistema de fitxers real (ext2/ext3, reiserfs, xfs o jfs) per a "
"aquest punt de muntatge\n"
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, 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"
#
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
msgid "Not enough free space for auto-allocating"
msgstr "No hi ha prou espai per a l'assignaci automtica"
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr "Res a fer"
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "S'ha produt un error en obrir %s per escriure: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+
+#
+#: ../../harddrake/sound.pm_.c:158
+#, fuzzy
+msgid "Sound configuration"
+msgstr "Configuraci de CUPS"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:162
+#, fuzzy
+msgid "Driver:"
+msgstr "Programa de control"
+
+#
+#: ../../harddrake/sound.pm_.c:173
+#, fuzzy
+msgid "No known driver"
+msgstr "Dispositiu X"
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
msgstr ""
-"S'ha produt un error: no s'han trobat dispositius vlids on crear nous "
-"sistemes de fitxers. Si us plau, comproveu el vostre maquinari per trobar el "
-"problema"
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "No teniu cap partici!"
+#: ../../harddrake/sound.pm_.c:177
+#, fuzzy
+msgid "Unkown driver"
+msgstr "Model desconegut"
+
+#: ../../harddrake/sound.pm_.c:178
+#, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "Model"
msgstr "Mdul"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
msgid "hard disk model"
msgstr ""
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
#, fuzzy
msgid "Channel"
msgstr "Cancella"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:19
+#: ../../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:20
+#: ../../harddrake/ui.pm_.c:21
msgid "Module"
msgstr "Mdul"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "Descripci"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
#, fuzzy
msgid "Bus identification"
msgstr "Autenticaci"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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:31
+#: ../../harddrake/ui.pm_.c:32
#, fuzzy
msgid "Old device file"
msgstr "Seleccioneu el fitxer"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr ""
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
#, fuzzy
msgid "New devfs device"
msgstr "Dispositiu de la passarella"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
#, fuzzy
msgid "Number of buttons"
msgstr "2 botons"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:60
+#
+#: ../../harddrake/ui.pm_.c:38
+#, fuzzy
+msgid "Alternative drivers"
+msgstr "Pgina 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:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Ajuda"
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
msgid "/_Help..."
msgstr "/_Ajuda..."
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
msgid "/_About..."
msgstr "_Quant a..."
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
#, fuzzy
msgid "Author:"
msgstr "Exploraci automtica"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Detecci del disc dur"
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Detected hardware"
msgstr "Mira la informaci del maquinari"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:105
#, fuzzy
-msgid "Configure module"
-msgstr "Configura el ratol"
+msgid "Information"
+msgstr "Mostra la informaci"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:108
#, fuzzy
-msgid "Informations"
-msgstr "Mostra la informaci"
+msgid "Configure module"
+msgstr "Configura el ratol"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
#, fuzzy
msgid "Detection in progress"
msgstr "detectat al port %s"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "Si us plau, espereu"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
#, fuzzy
msgid "secondary"
msgstr "%d segons"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "S'est esborrant la impressora \"%s\"..."
@@ -2703,17 +2799,17 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:213
#, fuzzy
-msgid "Card model :"
+msgid "Card model:"
msgstr "Targeta de memria (DMA)"
#
#: ../../harddrake/v4l.pm_.c:214
#, fuzzy
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "Canvia el tipus"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
+msgid "Number of capture buffers:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:215
@@ -2723,11 +2819,11 @@ msgstr ""
#
#: ../../harddrake/v4l.pm_.c:217
#, fuzzy
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "carrega parmetres"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:218
@@ -2739,22 +2835,22 @@ msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2920,7 +3016,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -3013,10 +3109,10 @@ msgstr ""
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -3100,11 +3196,11 @@ msgstr ""
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -3186,7 +3282,7 @@ msgstr ""
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -3235,7 +3331,9 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"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 interfcie grfica del GNU/Linux\n"
"i s on tots els entorns grfics (KDE, GNOME, AfterStep,\n"
@@ -3259,37 +3357,7 @@ msgstr ""
"que la configuraci s errnia i que el test finalitzar automticament en\n"
"10 segons, restaurant la pantalla."
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"la primera vegada que heu provat la configuraci de X, podeu no estar gaire "
-"satisfet\n"
-"amb la presentaci (pantalla massa petita, correguda amb a l'esquerra o "
-"dreta, ...). Per tant,\n"
-"tot i que X inici correctament, DrakX li preguntar si la configuraci li "
-"agrada.\n"
-"Li proposar de canviar-la b i proporcionant-li una llista de modes vlids\n"
-"que ha trobat, perqu en seleccioni un.\n"
-"\n"
-"Com a ltima opci, si encara no pot fer funcionar les X , escolliu "
-"\"Canviar\n"
-"targeta grfica\", seleccioneu \"Unlisted card\", i quan se us pregunti "
-"quin\n"
-"servidor, escolliu \"FBDev\". Aquesta s una opci de seguretat que funciona "
-"en qualsevol\n"
-"targeta grfica moderna. Aleshores escolliu \"Test again\" per estar segur."
-
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -3305,7 +3373,8 @@ msgstr ""
"un servidor, o si no poguessiu completar la configuraci de la\n"
"pantalla."
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
+#, fuzzy
msgid ""
"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
@@ -3325,10 +3394,10 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"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 "
@@ -3361,7 +3430,7 @@ msgstr ""
"No fa falta que el formategeu perqu el DrakX reescriur\n"
"tot el disc."
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
"Linux operating system on your hard drive. If your hard drive is empty or\n"
@@ -3394,7 +3463,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3427,7 +3498,9 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
"Ara s quan heu de decidir en quin lloc del vostre disc dur voleu "
"installar\n"
@@ -3498,7 +3571,7 @@ msgstr ""
"tret\n"
"que sapigueu exactament qu esteu fent."
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3569,7 +3642,7 @@ msgstr ""
"escriviu\n"
"\"mformat a:\")"
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
"(formatting means creating a filesystem).\n"
@@ -3623,7 +3696,7 @@ msgstr ""
"comprovades \n"
"cercant per a blocs erronis en el disc."
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -3638,12 +3711,12 @@ msgstr ""
"\n"
"Si us plau, tingueu pacincia."
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3670,7 +3743,7 @@ msgstr ""
"apareix: comproveu la selecci, i premeu \"Installar\" per a baixar-los i\n"
"installar els paquets seleccionats, o \"Cancella\" per a abortar."
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3687,14 +3760,14 @@ msgstr ""
"immediatament. Per a continuar amb la installaci, feu clic en el\n"
"but \"Accept\"."
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
@@ -3710,7 +3783,7 @@ msgstr ""
"\n"
"Si no sabeu quin escollir, deixeu la opci per defecte."
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3727,26 +3800,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3774,7 +3847,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3870,7 +3943,7 @@ msgstr ""
"50 MB, us ser d'utilitat per emmagatzemar un nucli de recanvi i una imatge\n"
"del disc RAM per a situacions d'emergncia durant l'arrencada."
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
"Please choose the one you want to resize in order to install your new\n"
@@ -3939,35 +4012,35 @@ msgstr ""
"\"Nom Windows\" s la lletra de la vostra unitat de disc sota Windows (el "
"primer disc o partici s'anomena \"C:\")."
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr ""
"Si us plau, tingueu pacincia. Aquesta operaci pot trigar diversos minuts."
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
"installation or if you want to have greater control (\"Expert\"). You can\n"
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3976,11 +4049,11 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
"DrakX necessita saber si voleu un installaci per defecte (\"Recomanada\")\n"
"o si voleu tenir ms control sobre la installaci (\"Expert\"). Tamb "
@@ -4028,19 +4101,22 @@ msgstr ""
"tant,\n"
"no escolliu aquest tipus d'installaci tret que sapigueu qu esteu fent."
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on 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 automticament (depenent "
"del\n"
@@ -4056,8 +4132,10 @@ msgstr ""
"Feu clic en el but \"Ms\" perqu se us presenti la llista completa de\n"
"teclats suportats."
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -4090,7 +4168,7 @@ msgstr ""
"mltiples idiomes que volgueu , feu clic sobre el but \"D'acord\" per a "
"continuar."
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -4103,7 +4181,14 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
"DrakX generalment detecta el nmero de butons que t el vostre ratol. Si "
"no,\n"
@@ -4123,7 +4208,7 @@ msgstr ""
"[Return]\n"
"per a \"Cancellar\" i escollir altre cap."
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
"Windows is named \"ttyS0\" under GNU/Linux."
@@ -4131,7 +4216,7 @@ msgstr ""
"Si us plau, seleccioneu el port correcte. Per exemple, el port \"COM1\" en\n"
"Windows s'anomena \"ttyS0\" en GNU/Linux."
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -4161,9 +4246,9 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
@@ -4215,7 +4300,7 @@ msgstr ""
"d'escollir\n"
"\"Fitxers Locals\" per a autentificaci."
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -4254,16 +4339,7 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
+"options, which are reserved for the expert user."
msgstr ""
"LILO i grub sn carregador d'arrencada de GNU/Linux. Aquesta etapa, "
"normalment,\n"
@@ -4329,13 +4405,16 @@ msgstr ""
"segent pas de\n"
"la installaci."
-#: ../../help.pm_.c:713
+#: ../../help.pm_.c:710
msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
+"\n"
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -4439,18 +4518,18 @@ msgstr ""
#: ../../help.pm_.c:759
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -4685,7 +4764,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -4734,7 +4815,7 @@ msgstr ""
"mostrada aqu. Podeu fer clic sonre el but per a canviar els parmetres\n"
"associats amb la targeta."
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
@@ -4744,7 +4825,7 @@ msgstr ""
"Mandrake. Aneu amb compte, se'n perdran totes les dades i no es podran\n"
"recuperar!"
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -4781,7 +4862,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Tamb heu de formatar %s"
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4807,20 +4888,29 @@ msgstr ""
"\n"
"Voleu realment installar aquests servidors?\n"
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../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"
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, 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:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr "Aquest disquet no est formatat en FAT"
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4828,11 +4918,20 @@ msgstr ""
"Per utilitzar aquesta selecci de paquets desada, arrenqueu la installaci "
"amb ``linux defcfg=floppy''"
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "S'ha produt un error en llegir el fitxer %s"
+#: ../../install_any.pm_.c:1023
+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 ""
+"S'ha produt un error: no s'han trobat dispositius vlids on crear nous "
+"sistemes de fitxers. Si us plau, comproveu el vostre maquinari per trobar el "
+"problema"
+
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -4867,59 +4966,59 @@ msgstr ""
"Voleu continuar igualment?"
#
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../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:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "Utilitza l'espai lliure"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr "No hi ha prou espai lliure per assignar noves particions"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr "Utilitza la partici existent"
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr "No existeix cap partici per utilitzar"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr "Utilitza la particio Windows per al loopback"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Quina partici voleu utilitzar per al Linux4Win?"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "Escolliu les mides"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "Mida de la partici arrel en MB: "
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "Mida de la partici d'intercanvi en MB: "
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr "Utilitza l'espai lliure de la partici de Windows"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr "A quina partici voleu canviar la mida?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr "S'est redimensionant la partici de Windows"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4928,7 +5027,7 @@ msgstr ""
"El redimensionador de la FAT no pot gestionar la vostra partici, \n"
"s'ha produt l'error segent: %s"
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
@@ -4938,7 +5037,7 @@ msgstr ""
"``defrag'' primer"
#
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm_.c:140
msgid ""
"WARNING!\n"
"\n"
@@ -4960,21 +5059,21 @@ msgstr ""
"vostres dades.\n"
"Quan estigueu segur, premeu D'acord."
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
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:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr "partici %s"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Ha fallat la redimensi de la FAT: %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -4982,33 +5081,33 @@ msgstr ""
"No hi ha particions FAT a qu canviar la mida o per utilitzar-les com a "
"loopback (o no queda prou espai)"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "Esborra el disc complet"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "Elimina el Windows(TM)"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Teniu ms d'un disc dur; en quin voleu installar el Linux?"
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, 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:191
+#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
msgstr "Particionament personalitzat de disc"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "Utilitza l'fdisk"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -5017,29 +5116,29 @@ msgstr ""
"Ara podeu fer les particions a %s.\n"
"Quan acabeu, no oblideu desar-les utiltzant `w'"
-#: ../../install_interactive.pm_.c:227
+#: ../../install_interactive.pm_.c:229
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:243
+#: ../../install_interactive.pm_.c:245
msgid "I can't find any room for installing"
msgstr "No puc trobar espai per a la installaci"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
"L'auxiliar de particionament del DrakX ha trobat les solucions segents:"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr "Ha fallat el particionament: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "S'est activant la xarxa"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "S'est desactivant la xarxa"
@@ -5051,12 +5150,12 @@ msgstr ""
"S'ha produt un error, per no s com gestionar-lo correctament.\n"
"Si continueu, s sota la vostra responsabilitat."
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "Duplica el punt de muntatge %s"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -5068,12 +5167,12 @@ msgstr ""
"Comproveu el CD-ROM en un ordinador installat mitjanant \"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "Benvingut a %s"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "No hi ha cap unitat de disquet disponible"
@@ -5105,71 +5204,71 @@ msgstr "Tipus d'installaci"
msgid "Please choose one of the following classes of installation:"
msgstr "Si us plau, trieu un dels tipus d'installaci segents:"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "Selecci del grup de paquets"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr "Selecci individual de paquets"
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Mida total: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "Paquet incorrecte"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "Nom: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "Versi: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "Mida: %d kB\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "Importncia: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"No podeu seleccionar aquest paquet perqu no queda prou espai per installar-"
"lo"
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr "Ara s'installaran els paquets segents"
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr "Ara s'eliminaran els paquets segents"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr "No podeu seleccionar/desseleccionar aquest paquet"
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr "Aquest paquet s obligatori; no es pot deseleccionar"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr "No podeu deseleccionar aquest paquet; ja est installat"
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -5177,77 +5276,77 @@ msgstr ""
"Aquest paquet s'ha d'actualitzar\n"
"Esteu segur que voleu desseleccionar-lo?"
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
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:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr "Mostra automticament els paquets seleccionats"
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "Installa"
#
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
msgid "Load/Save on floppy"
msgstr "Carrega/Desa al disquet"
#
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
msgid "Updating package selection"
msgstr "Actualitzant la selecci de paquets"
#
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
msgid "Minimal install"
msgstr "Installaci Mnima"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "Escolliu els paquets que voleu installar"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "S'est installant"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "S'est estimant"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "Temps restant "
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
msgid "Please wait, preparing installation..."
msgstr "Si us plau, espereu, s'est preparant la installaci..."
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d paquets"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "S'est installant el paquet %s"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Accepta"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "Rebutja"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5263,17 +5362,17 @@ msgstr ""
"Si no el teniu, premeu Cancella per no fer la installaci des d'aquest CD-"
"ROM."
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "Voleu seguir igualment?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "S'ha produt un error en ordenar els paquets:"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr "S'ha produt un error en installar els paquets:"
@@ -5583,7 +5682,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Teclat"
@@ -5635,11 +5734,11 @@ msgstr "Actualitza Noms els Paquets"
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:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "Port del ratol"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr ""
"Si us plau, seleccioneu el port srie a qu est connectat el vostre ratol."
@@ -5672,46 +5771,20 @@ msgstr "S'est configurant l'IDE"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "No hi ha particions disponibles"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr "S'estan explorant les particions per trobar els punts de muntatge"
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "Escolliu els punts de muntatge"
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\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"
-"L'altra soluci s impedir al DrakX que modifiqui la taula de particions.\n"
-"(l'error s %s)\n"
-"\n"
-"Esteu d'acord en perdre totes les particions?\n"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"El DiskDrake no ha pogut llegir correctament la taula de particions.\n"
-"Si continueu, s sota la vostra responsabilitat!"
-
-#: ../../install_steps_interactive.pm_.c:396
-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 ""
@@ -5720,73 +5793,73 @@ msgstr ""
"bootstrap amb el DiskDrake"
#
-#: ../../install_steps_interactive.pm_.c:405
+#: ../../install_steps_interactive.pm_.c:388
msgid "No root partition found to perform an upgrade"
msgstr "No s'ha trobat cap partici arrel per a realitzar una actualitzaci"
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "Partici arrel"
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "Quina s la partici arrel (/) del vostre sistema?"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
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:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "Escolliu les particions que voleu formatar"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr "Voleu comprovar els blocs incorrectes?"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr "S'estan formatant les particions"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr "S'est creant i formatant el fitxer %s"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, 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:482
+#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
"No hi ha prou space d'intercanvi per a completar la installaci; si us "
"plau, afegiu-ne"
-#: ../../install_steps_interactive.pm_.c:489
+#: ../../install_steps_interactive.pm_.c:472
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "S'estan cercant els paquets disponibles"
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "S'estan cercant els paquets disponibles"
-#: ../../install_steps_interactive.pm_.c:493
+#: ../../install_steps_interactive.pm_.c:476
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "No podeu deseleccionar aquest paquet; ja est installat"
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr "S'estan cercant els paquets a actualitzar"
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -5795,7 +5868,7 @@ msgstr ""
"Al vostre sistema no li queda prou espai per a la installaci o "
"actualitzaci (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -5804,39 +5877,39 @@ msgstr ""
"El format s el mateix que en els disquets generats d'auto installaci."
#
-#: ../../install_steps_interactive.pm_.c:553
+#: ../../install_steps_interactive.pm_.c:537
msgid "Load from floppy"
msgstr "Carrega des del disquet"
#
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Loading from floppy"
msgstr "Carregant des del disquet"
#
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Package selection"
msgstr "Selecci de paquets"
#
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
msgid "Insert a floppy containing package selection"
msgstr "Inseriu un disquet amb la selecci de paquets"
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "Desa al disquet"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr "La mida seleccionada s superior a la disponible"
#
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
msgid "Type of install"
msgstr "Tipus d'installaci"
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5845,19 +5918,19 @@ msgstr ""
"Escolliu la installaci mnima que voleu:"
#
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
msgid "With X"
msgstr "Amb X"
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr "Amb documentaci bsica (recomenada!)"
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr "Installaci realment mnima (especialment no urpmi)"
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5867,16 +5940,16 @@ msgstr ""
"Si no teniu cap d'aquests CD, feu clic a Cancella.\n"
"Si noms falten alguns CD, desseleccioneu-los i feu clic a D'acord."
-#: ../../install_steps_interactive.pm_.c:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM etiquetat com \"%s\""
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "S'est preparant la installaci"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -5885,21 +5958,21 @@ msgstr ""
"S'est installant el paquet %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "Configuraci desprs de la installaci"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, 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:845
+#: ../../install_steps_interactive.pm_.c:829
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Inseriu el disquet d'Actualitzaci de Mduls a la unitat %s"
-#: ../../install_steps_interactive.pm_.c:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5966,7 +6039,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:888
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5988,172 +6061,172 @@ msgstr ""
"Voleu installar aquestes actualitzacions ?"
#
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
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 "
"rpliques disponibles..."
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr "Escolliu una rplica des de la qual aconseguir els paquets"
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr ""
"S'est contactant amb la rplica per a obtenir la llista dels paquets "
"disponibles..."
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "En quina zona horria us trobeu?"
#
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
msgid "Hardware clock set to GMT"
msgstr "El rellotge del vostre ordinador est regulat per GMT"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr "Sincronitzaci automtica de la hora (usant NTP)"
#
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
msgid "NTP Server"
msgstr "Servidor NTP"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr "Servidor CUPS remot"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr "Cap impressora"
#
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Do you have an ISA sound card?"
msgstr "Teniu una targeta de so ISA?"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
"Executeu \"sndconfig\" desprs de la installaci per a configurar la "
"targeta de so"
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"No s'ha detectat cap targeta de so. Proveu amb \"harddrake\" desprs de la "
"installaci"
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Resum"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "Ratol"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr "Zona horria"
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Impressora"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr "Targeta XDSI"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr "Targeta de so"
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr "Targeta de TV"
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr "LDAP"
#
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Windows Domain"
msgstr "Aconsegueix les Fons de Windows"
#
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
msgid "Local files"
msgstr "Impressores local"
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Contrasenya de 'root'"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "Sense contrasenya"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, 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 mnim %d carcters)"
-#: ../../install_steps_interactive.pm_.c:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autenticaci"
#
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
msgid "Authentication LDAP"
msgstr "Autenticaci LDAP"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
#
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
msgid "LDAP Server"
msgstr "Servidor LDAP"
#
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
msgid "Authentication NIS"
msgstr "Autenticaci NIS"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "Domini del NIS"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "Servidor NIS"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -6170,21 +6243,21 @@ msgid ""
msgstr ""
#
-#: ../../install_steps_interactive.pm_.c:1140
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Autenticaci LDAP"
-#: ../../install_steps_interactive.pm_.c:1142
+#: ../../install_steps_interactive.pm_.c:1127
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Nom de domini"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -6214,19 +6287,19 @@ msgstr ""
"Si voleu crear un disc d'arrencada per al vostre sistema, inseriu un disquet "
"a la primera unitat i premeu \"D'acord\"."
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "Primera unitat de disquet"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "Segona unitat de disquet"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Omet"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6254,7 +6327,7 @@ msgstr ""
"sistema?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -6268,30 +6341,30 @@ msgstr ""
"creant un disquet d'arrencada per un de 1.44 Mb molt probablement fallar,\n"
"perqu XFS necessita una unitat molt gran)."
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "No hi ha cap unitat de disquet disponible"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
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:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, c-format
msgid "Insert a floppy in %s"
msgstr "Inseriu un disquet a la unitat %s"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "S'est creant el disc d'arrencada"
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "S'est preparant el carregador d'arrencada"
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6303,11 +6376,11 @@ msgstr ""
"La installaci continuar, per haureu\n"
"d'utilitzar el BootX per a arrencar el vostre ordinador"
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr "Voleu utilitzar l'aboot?"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6317,17 +6390,17 @@ msgstr ""
"primera partici?"
#
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
msgid "Installing bootloader"
msgstr "Installant el carregador d'arrencada"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"Ha fallat la installaci del carregador d'arrencada. S'ha produt l'error "
"segent:"
-#: ../../install_steps_interactive.pm_.c:1274
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6346,17 +6419,17 @@ msgstr ""
" Desprs, escriviu: shut-down\n"
"En l'arrencada segent heu de veure l'indicador del carregador d'arrencada."
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Inseriu un disquet en blanc a la unitat %s"
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr "S'est creant el diquet d'installaci automtica"
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6366,7 +6439,7 @@ msgstr ""
"\n"
"Segur que voleu sortir ara?"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6399,15 +6472,15 @@ msgstr ""
"l'ltim captol d'installaci de la Guia Oficial de l'Usuari del\n"
"Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1347
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
msgid "Generate auto install floppy"
msgstr "Genera un disquet per a la installaci automtica"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6422,15 +6495,15 @@ msgstr ""
"\n"
"Potser preferireu repetir la installaci.\n"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr "Automtica"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr "Repeteix"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
msgid "Save packages selection"
msgstr "Desa la selecci de paquets"
@@ -6439,7 +6512,8 @@ msgstr "Desa la selecci de paquets"
msgid "Mandrake Linux Installation %s"
msgstr "Installaci del Mandrake Linux %s"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -6458,23 +6532,23 @@ msgstr "El consolehelper no hi s"
msgid "Choose a file"
msgstr "Trieu un fitxer"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr "Avanat"
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr "Basic"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Anterior"
#
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
msgid "Next"
msgstr "Segent"
@@ -6548,387 +6622,387 @@ msgstr ""
msgid "Re-submit"
msgstr "Re-envieu"
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "Txec (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "Alemany"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "Espanyol"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "Fins"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "Francs"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "Noruec"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "Polons"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "Rus"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "Suec"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "Teclat RU"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "Teclat EU"
#
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
msgid "Albanian"
msgstr "Albans"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr "Armeni (antic)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr "Armeni (mquina d'escriure)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "Armeni (fontic)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr "Azerbaidjans (llat)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "Belga"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:177
#, fuzzy
msgid "Bengali"
msgstr "habilita"
#
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
msgid "Bulgarian (phonetic)"
msgstr "Blgar (fontic)"
#
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
msgid "Bulgarian (BDS)"
msgstr "Blgar (BDS)"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "Brasiler (ABNT-2)"
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:183
#, fuzzy
msgid "Bosnian"
msgstr "Estoni"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "Bielors"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "Sus (disposici alemanya)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "Sus (disposici francesa)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "Txec (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr "Alemany (sense tecles inoperatives)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "Dans"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "Dvorak (EU)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Noruec)"
#
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Swedish)"
msgstr "Dvorak (Suec)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "Estoni"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgi (disposici \"russa\")"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgi (disposici \"llatina\")"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "Grec"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "Hongars"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "Croata"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "Israeli"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "Israeli (fontic)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr "Irani"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "Islands"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "Itali"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "Japons de 106 tecles"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
msgid "Korean keyboard"
msgstr "Teclat core"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "Espanyol sud-americ"
#
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:218
#, fuzzy
msgid "Laotian"
msgstr "Let"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr "Litu AZERTY (antic)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr "Litu AZERTY (nou)"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litu \"fila de nmeros\" QWERTY"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litu \"fontic\" QWERTY"
#
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
msgid "Latvian"
msgstr "Let"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr "Macedoni"
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
msgstr ""
#
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:227
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "Serbi (cirllic)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "Holands"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr "Polons (disposici qwerty)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr "Polons (disposici qwertz)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "Portugus"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr "Canadenc (Quebec)"
#
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
msgid "Romanian (qwertz)"
msgstr "Romans (qwertz)"
#
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
msgid "Romanian (qwerty)"
msgstr "Romans (qwerty)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "Rus (Yawerty)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "Eslov"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "Eslovac (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "Eslovac (QWERTY)"
#
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
msgid "Serbian (cyrillic)"
msgstr "Serbi (cirllic)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
msgstr ""
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr ""
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "Teclat tai"
#
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
msgid "Tajik keyboard"
msgstr "Teclat tadjik"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "Turc (tradicional, model \"F\")"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "Turc (modern, model \"Q\")"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "Ucrans"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "Teclat EU (internacional)"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamita \"fila numrica\" QWERTY"
#
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
msgid "Yugoslavian (latin)"
msgstr "Iugoslau (llat)"
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr "Tecla d'alternativa dreta"
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr "Les dues tecles de majscules simultniament"
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr "Tecles de Control i de majscules simultniament"
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr "Tecla de fixaci de majscules"
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr "Tecles de Control i alternativa simultniament"
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr "Tecles alternativa i de majscules simultniament"
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr "\"Men\" tecles"
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr "Tecla de \"Windows\" Esquerra"
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr "Tecla de \"Windows\" Dreta"
@@ -6988,11 +7062,11 @@ msgstr "Rat de bola PS2 genric"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -7000,115 +7074,125 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+#, fuzzy
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr "1 bot"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "Generic 2 Button Mouse"
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr "De bola"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "srie"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "Generic 3 Button Mouse"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (srie, tipus C7 antic)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
msgid "busmouse"
msgstr "busmouse"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "2 botons"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "3 botons"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "cap"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "Cap ratol"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr "Si us plau, comproveu el ratol."
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
msgid "To activate the mouse,"
msgstr "Per activar el ratol,"
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr "MOVEU LA BOLA!"
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+#, fuzzy
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+
+#: ../../my_gtk.pm_.c:159
msgid "Finish"
msgstr "Fins"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "Segent ->"
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr "Aix s correcte?"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "Informaci"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "Expandeix l'arbre"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "Redueix l'arbre"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr "Commuta entre pla i ordenat per grups"
@@ -7146,6 +7230,77 @@ msgstr "utilitza pppoe"
msgid "use pptp"
msgstr "utilitza pptp"
+#: ../../network/drakfirewall.pm_.c:12
+#, fuzzy
+msgid "Web Server"
+msgstr "Servidor"
+
+#: ../../network/drakfirewall.pm_.c:17
+#, fuzzy
+msgid "Domain Name Server"
+msgstr "Nom de domini"
+
+#
+#: ../../network/drakfirewall.pm_.c:32
+#, fuzzy
+msgid "Mail Server"
+msgstr "Servidor de base de dades"
+
+#
+#: ../../network/drakfirewall.pm_.c:37
+#, fuzzy
+msgid "POP and IMAP Server"
+msgstr "Servidor LDAP"
+
+#: ../../network/drakfirewall.pm_.c:111
+#, fuzzy
+msgid "No network card"
+msgstr "no s'ha trobat cap targeta de xarxa"
+
+#: ../../network/drakfirewall.pm_.c:129
+#, fuzzy
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+"Configurador del tinyfirewall\n"
+"\n"
+"Amb aix 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 "
+"distribuci especialitzada MandrakeSecurity Firewall."
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:164
+#, fuzzy
+msgid "Other ports"
+msgstr "Ports de comprovaci"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -7162,7 +7317,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:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "Escolliu la interfcie de xarxa"
@@ -7177,7 +7332,7 @@ msgstr ""
msgid "no network card found"
msgstr "no s'ha trobat cap targeta de xarxa"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "S'est configurant la xarxa"
@@ -7194,7 +7349,7 @@ msgstr ""
"El nom ha de ser complet,\n"
"com ara ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "Nom de l'ordinador central"
@@ -7508,13 +7663,13 @@ msgstr "Escolliu el perfil per configurar"
msgid "Use auto detection"
msgstr "Utilitza la detecci automtica"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Mode expert"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "S'estan detectant els dispositius..."
@@ -7687,11 +7842,11 @@ msgstr "IP automtic"
msgid "Start at boot"
msgstr "Inicia en l'arrencada"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "L'adrea IP ha d'estar amb el format 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7703,43 +7858,55 @@ msgstr ""
"``mybox.mylab.myco.com''.\n"
"Tamb podeu introduir l'adrea IP de la passarella, si en teniu una"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "Servidor DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Passarella(Gateway) (e.g. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "Dispositiu de la passarella"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "Configuraci dels proxys"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "Proxy HTTP"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "Proxy FTP"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr "Vigila id de la targera de xarxa(d'utilitat per a laptops)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr "El proxy ha de ser http://..."
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr "El proxy ha de ser ftp://..."
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr "S'ha detectat la configuraci del sistema de tallafocs!"
+
+#: ../../network/shorewall.pm_.c:25
+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 desprs de la installaci."
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "Configuraci d'Internet"
@@ -7848,15 +8015,15 @@ msgstr "Contrasenya del compte"
msgid "United Kingdom"
msgstr "Regne Unit"
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "ha fallat el muntatge: "
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr "Aquesta plataforma no suporta particions esteses"
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
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 "
@@ -7866,21 +8033,21 @@ msgstr ""
"L'nica soluci s moure les particions primries per fer que el forat quedi "
"contigu a les particions ampliades"
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Ha fallat la restauraci des del fitxer %s: %s"
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "Fitxer de cpia de seguretat incorrecte"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "S'ha produt un error en escriure al fitxer %s"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -7926,157 +8093,161 @@ msgstr "LPD - Line Printer Daemon"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Print, Don't Queue"
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr "CUPS"
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr "LPRng"
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr "LPD"
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr "PDQ"
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "Impressora local"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "Impressora remota"
#
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
msgid "Printer on remote CUPS server"
msgstr "Impressora en servidor remot CUPS"
#
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
msgid "Printer on remote lpd server"
msgstr "Impressora en servidor lpd remot"
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
msgid "Network printer (TCP/Socket)"
msgstr "Impressora de xarxa (TCP/Socket)"
#
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Impressora de SMB/Windows 95/98/NT Server"
#
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
msgid "Printer on NetWare server"
msgstr "Impressora en Servidor NetWare"
#
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
msgid "Enter a printer device URI"
msgstr "Entreu un Dispositiu URI d'impressora"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr "Conduir el treball cap a una ordre"
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+msgid "Unknown Model"
+msgstr "Model desconegut"
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr "Model desconegut"
#
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
msgid "Local Printers"
msgstr "Impressores locals"
#
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
msgid "Remote Printers"
msgstr "Impressores remotes"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr " en port parallel \\/*%s"
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ", impressora USB \\/*%s"
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ", dispositiu multi-function en port parallel \\/*%s"
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ", dispositiu multi-function en USB"
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ", dispositiu multi-function en HP JetDirect"
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ", dispositiu multi-function"
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, c-format
msgid ", printing to %s"
msgstr ", imprimint a %s"
-#: ../../printer.pm_.c:544
+#: ../../printer.pm_.c:792
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr " en servidor LPD \"%s\", impressora \"%s\""
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ", servidor TCP/IP \"%s\", port %s"
-#: ../../printer.pm_.c:550
+#: ../../printer.pm_.c:798
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr " en Servidor Windows \"%s\", recurs compartit \"%s\""
-#: ../../printer.pm_.c:554
+#: ../../printer.pm_.c:802
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr " en Servidor Novell \"%s\", impressora \"%s\""
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ", utilitzant l'ordre %s"
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr "Impressora en cru ('Raw') (Cap controlador)"
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, c-format
msgid "(on %s)"
msgstr "(en %s)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr "(en aquest ordinador)"
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, c-format
msgid "On CUPS server \"%s\""
msgstr "en servidor CUPS \"%s\""
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr " (Predeterminat)"
@@ -8104,12 +8275,12 @@ msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
#
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
msgid "CUPS configuration"
msgstr "Configuraci de CUPS"
#
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
msgid "Specify CUPS server"
msgstr "Especifiqueu Servidor CUPS"
@@ -8155,7 +8326,7 @@ msgid "The IP address should look like 192.168.1.20"
msgstr "L'adrea IP ha d'estar amb el format 192.168.1.20"
#
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
msgid "The port number should be an integer!"
msgstr "El nmero de port ha de ser enter!"
@@ -8163,7 +8334,7 @@ msgstr "El nmero de port ha de ser enter!"
msgid "CUPS server IP"
msgstr "IP del servidor CUPS"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "Port"
@@ -8172,13 +8343,135 @@ msgstr "Port"
msgid "Automatic CUPS configuration"
msgstr "Configuraci Automtica de CUPS"
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#
+#: ../../printerdrake.pm_.c:178
+#, fuzzy
+msgid "Checking your system..."
+msgstr "Reiniciant el sistema d'impressi..."
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:198
+#, fuzzy
+msgid ""
+"The following printers\n"
+"\n"
+msgstr "Ara s'eliminaran els paquets segents"
+
+#: ../../printerdrake.pm_.c:199
+#, fuzzy
+msgid ""
+"The following printer\n"
+"\n"
+msgstr "Ara s'eliminaran els paquets segents"
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+
+#
+#: ../../printerdrake.pm_.c:210
+#, fuzzy
+msgid "directly connected to your system"
+msgstr "Copiar les fonts en el vostre sistema"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+
#
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:221
+#, fuzzy
+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."
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:236
+#, fuzzy
+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?"
+
+#: ../../printerdrake.pm_.c:238
+#, fuzzy
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Voleu iniciar la connexi en arrencar?"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:240
+#, 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:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
msgid "Add a new printer"
msgstr "Afegiu una impressora"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8200,7 +8493,7 @@ msgstr ""
"proporciona accs als controladors disponibles de les impressores, les seves "
"opcions, i tipus de connexi d'impressi."
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8209,7 +8502,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -8222,7 +8515,22 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:297
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8231,7 +8539,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -8243,26 +8551,26 @@ msgid ""
msgstr ""
#
-#: ../../printerdrake.pm_.c:213
+#: ../../printerdrake.pm_.c:315
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "Auto-detecta impressores"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
#
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
msgid "Local Printer"
msgstr "Impressora local"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -8287,52 +8595,52 @@ msgstr ""
"Mandrake."
#
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Printer auto-detection"
msgstr "Fes la detecci automtica"
-#: ../../printerdrake.pm_.c:305
+#: ../../printerdrake.pm_.c:408
#, fuzzy, c-format
msgid ", network printer \"%s\", port %s"
msgstr ", servidor TCP/IP \"%s\", port %s"
#
-#: ../../printerdrake.pm_.c:307
+#: ../../printerdrake.pm_.c:410
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Impressora de SMB/Windows 95/98/NT Server"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, c-format
msgid "Detected %s"
msgstr "s'ha detectat %s"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr "Impressora en el port parallel \\/*%s"
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr "Impressora USB \\/*%s"
-#: ../../printerdrake.pm_.c:321
+#: ../../printerdrake.pm_.c:424
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Impressora de xarxa (TCP/Socket)"
#
-#: ../../printerdrake.pm_.c:323
+#: ../../printerdrake.pm_.c:426
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Impressora de SMB/Windows 95/98/NT Server"
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -8345,21 +8653,21 @@ msgstr ""
"2a USB impressora: /dev/usb/lp1, ...)."
#
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
msgid "You must enter a device or file name!"
msgstr "Heu d'entrar un dispositiu o fitxer!"
#
-#: ../../printerdrake.pm_.c:475
+#: ../../printerdrake.pm_.c:578
msgid "No printer found!"
msgstr "No s'ha trobat cap impressora!"
-#: ../../printerdrake.pm_.c:485
+#: ../../printerdrake.pm_.c:588
#, fuzzy
msgid "Available printers"
msgstr "Impressora local"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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"
@@ -8367,7 +8675,7 @@ msgstr ""
"La segent impressora ha estat detectada, si no s la que voleu configurar, "
"escriviu nom de dispositiu/nom de fitxer en la lnia d'entrada"
-#: ../../printerdrake.pm_.c:490
+#: ../../printerdrake.pm_.c:593
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"
@@ -8376,7 +8684,7 @@ msgstr ""
"impressora que voleu definir o escriviu nom de dispositiu/nom de fitxer en "
"la lnia d'entrada"
-#: ../../printerdrake.pm_.c:492
+#: ../../printerdrake.pm_.c:595
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 +8696,7 @@ msgstr ""
"correctament detectada o si preferiu de personalitzar la seva configuraci, "
"habiliteu \"Configuraci manual\"."
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -8401,7 +8709,7 @@ msgstr ""
"si preferiu de personalitzar la seva configuraci, habiliteu \"Configuraci "
"manual\"."
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
msgid ""
"Please choose the port where your printer is connected to or enter a device "
"name/file name in the input line"
@@ -8410,12 +8718,12 @@ msgstr ""
"dispositiu/nom de fitxer en la lnia d'entrada"
#
-#: ../../printerdrake.pm_.c:496
+#: ../../printerdrake.pm_.c:599
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:498
+#: ../../printerdrake.pm_.c:601
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
@@ -8425,21 +8733,21 @@ msgstr ""
"lp1, ...)."
#
-#: ../../printerdrake.pm_.c:503
+#: ../../printerdrake.pm_.c:606
msgid "You must choose/enter a printer/device!"
msgstr "Heu d'escollir/escriure una impressora/dispositiu!"
#
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
msgid "Manual configuration"
msgstr "Configuraci manual"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr "Opcions de la impressora lpd remota"
#
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
"server and the printer name on that server."
@@ -8449,52 +8757,52 @@ msgstr ""
"servidor."
#
-#: ../../printerdrake.pm_.c:579
+#: ../../printerdrake.pm_.c:682
msgid "Remote host name"
msgstr "Nom de l'ordinador central remot"
#
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
msgid "Remote printer name"
msgstr "Nom de la impressora remota"
#
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
msgid "Remote host name missing!"
msgstr "Falta el nom de l'ordinador central remot!"
#
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
msgid "Remote printer name missing!"
msgstr "Falta el nom de la impressora remota!"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "s'ha detectat %s"
#
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Scanning network..."
msgstr "S'est arrencant la xarxa..."
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, fuzzy, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr "en Servidor Windows \"%s\", recurs compartit \"%s\""
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "S'est imprimint en la impressora \"%s\""
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Opcions de la impressora SMB (Windows 9x/NT)"
#
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
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 "
@@ -8507,47 +8815,47 @@ msgstr ""
"de compartici de la impressora a qu voleu accedir i el nom d'usuari,\n"
"contrasenya i informaci de grup si sn necessaris."
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "Ordinador central del servidor SMB"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "IP del servidor SMB"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "Nom de compartici"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "Grup de treball"
#
-#: ../../printerdrake.pm_.c:746
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid "Auto-detected"
msgstr "Auto-detecta impressores"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
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!"
-#: ../../printerdrake.pm_.c:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr "Falta El nom de compartici de Samba!"
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr "AVS DE SEGURETAT!"
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -8593,7 +8901,7 @@ msgstr ""
"aquest ordinador amb el tipus de connexi \"%s\" en Printerdrake.\n"
"\n"
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -8606,7 +8914,7 @@ msgstr ""
"ordinador amb el tipus de connexi \"%s\" en Printerdrake.\n"
"\n"
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -8619,12 +8927,12 @@ msgstr ""
"Realment voleu continuar configurant aquesta impressora tal com s'est fent "
"ara?"
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "Opcions de la impressora NetWare"
#
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
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 "
@@ -8638,45 +8946,45 @@ msgstr ""
"la impressora a qu voleu accedir i el nom d'usuari i contrasenya si sn\n"
"necessaris."
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "Servidor de la impressora"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr "Nom de la cua d'impressi"
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr "Falta el nom del Servidor NCP!"
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr "Falta el nom de la cua NCP!"
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
#, fuzzy, c-format
msgid ", host \"%s\", port %s"
msgstr ", servidor TCP/IP \"%s\", port %s"
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
#, fuzzy, c-format
msgid "Host \"%s\", port %s"
msgstr ", servidor TCP/IP \"%s\", port %s"
#
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
msgid "TCP/Socket Printer Options"
msgstr "Opcions de la impressora per a TCP/Socket"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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:978
+#: ../../printerdrake.pm_.c:1085
#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -8690,22 +8998,22 @@ msgstr ""
"altres pot variar. Mireu el manual del vostre maquinari."
#
-#: ../../printerdrake.pm_.c:983
+#: ../../printerdrake.pm_.c:1090
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "Falta el nom de l'ordinador central de la impressora!"
#
-#: ../../printerdrake.pm_.c:1005
+#: ../../printerdrake.pm_.c:1112
#, fuzzy
msgid "Printer host name or IP"
msgstr "Nom de l'ordinador central de la impressora"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr "Dispositiu URI d'impressora"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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 "
@@ -8715,11 +9023,11 @@ msgstr ""
"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)."
-#: ../../printerdrake.pm_.c:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr "Heu d'entrar un URI vlid!"
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
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."
@@ -8727,30 +9035,30 @@ msgstr ""
"Cada impressora necessita un nom (per exemple \"printer\"). Els camps de "
"Descripci i Ubicaci no sn necessaris. Sn comentaris per als usuaris."
-#: ../../printerdrake.pm_.c:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr "Nom de la impressora"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "Ubicaci"
#
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
msgid "Reading printer database..."
msgstr "S'est llegint la base de dades d'impressores..."
#
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
msgid "Preparing printer database..."
msgstr "Preparant la base de dades de impressores..."
#
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
msgid "Your printer model"
msgstr "El vostre model d'impressora"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -8777,27 +9085,27 @@ msgstr ""
"%s"
#
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
msgid "The model is correct"
msgstr "El model s correcte"
#
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
msgid "Select model manually"
msgstr "Selecciona model manualment"
#
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
msgid "Printer model selection"
msgstr "Selecci del model d'impressora"
#
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
msgid "Which printer model do you have?"
msgstr "Quin tipus de model d'impressora teniu?"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -8811,7 +9119,7 @@ msgstr ""
"impressora correctament. Busqueu el model correcte en la llista quan el "
"cursor estigui en un model erroni o en \"Impressora en cru(Raw)\"."
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
@@ -8820,11 +9128,11 @@ msgstr ""
"manual de la impresora) o un de similar."
#
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
msgid "OKI winprinter configuration"
msgstr "Configuraci de l 'winprinter' OKI"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -8842,11 +9150,11 @@ msgstr ""
"pel controlador de la impressora."
#
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
msgid "Lexmark inkjet configuration"
msgstr "Configuraci de la Lexmark inkjet"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -8858,17 +9166,17 @@ msgstr ""
"d'impressi. Per favor, connecteu la vostra impressora en un port local o "
"configureu-la en l'ordinador on est connectada."
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
+#, fuzzy
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
msgstr ""
"Per a poder imprimir amb la Lexmark inkjet i aquesta configuraci, "
"necessiteu els controladors de la impressora inkjet proporcionats per "
@@ -8881,7 +9189,34 @@ msgstr ""
"\"lexmarkmaintain\" i ajusteu l'aliniaci de la capalera amb aquest "
"programa."
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
+
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -8898,22 +9233,22 @@ msgstr ""
"Cal remarcar que amb una molt alta qualitat d'impresssi/resoluci la "
"impressi pot ser molt lenta."
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr "La opci %s ha de ser un nmero enter!"
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr "La opci %s ha de ser un nmero!"
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr "La opci %s est fora de rang!"
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -8923,11 +9258,11 @@ msgstr ""
"com a impressora per defecte?"
#
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
msgid "Test pages"
msgstr "Pgines de prova"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -8940,44 +9275,44 @@ msgstr ""
"Normalment n'hi ha prou en imprimir la pgina de prova estndar."
#
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
msgid "No test pages"
msgstr "Cap pgina de prova"
#
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
msgid "Print"
msgstr "Imprimeix"
#
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
msgid "Standard test page"
msgstr "Pgina estndar de prova"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr "Pgina alternativa de prova (Carta)"
#
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
msgid "Alternative test page (A4)"
msgstr "Pgina alternativa de prova (A4)"
#
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
msgid "Photo test page"
msgstr "Pgina de prova de fotografia"
#
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
msgid "Do not print any test page"
msgstr "No imprimir cap pgina de prova"
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "S'esta(n) imprimint la(es) pgina(es) de prova... "
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8993,7 +9328,7 @@ msgstr ""
"\n"
#
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -9001,16 +9336,16 @@ msgstr ""
"La(es) pgina(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:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr "Ha funcionat correctament?"
#
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
msgid "Raw printer"
msgstr "Impressora en cru(Raw)"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -9024,7 +9359,7 @@ msgstr ""
"permet d'escollir la impressora i de modificar els parmetres opcions "
"fcilment.\n"
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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 "
@@ -9034,8 +9369,8 @@ msgstr ""
"dilegs d'impressi de moltes aplicacions, per ara no subministreu el "
"fitxer perqu el fitxer per a imprimir ja el proporciona l'aplicaci.\n"
-#: ../../printerdrake.pm_.c:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -9048,7 +9383,7 @@ msgstr ""
"treball d'impressi particular. Simplement afegiu els parmetres desitjats "
"en la lnia de comandes, e. g. \"%s <fitxer>\". "
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -9060,7 +9395,7 @@ msgstr ""
"\".%s%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
@@ -9069,7 +9404,7 @@ msgstr ""
"impressora actual:\n"
"\n"
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -9078,8 +9413,8 @@ msgstr ""
"Per a imprimir un fitxer des de la lnia de comandes (finestra de terminal) "
"useu la comanda \"%s <fitxer>\".\n"
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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 "
@@ -9089,7 +9424,7 @@ msgstr ""
"dilegs d'impressi de moltes aplicacions. Per ara no subministreu el "
"fitxer perqu el fitxer per a imprimir ja el proporciona l'aplicaci.\n"
-#: ../../printerdrake.pm_.c:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
@@ -9097,7 +9432,7 @@ msgstr ""
"Per a veure una llista d'opcions disponibles per a la impressora actual feu "
"clic sobre el but \"Llista d'opcions d'impressi\"."
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -9106,7 +9441,7 @@ msgstr ""
"Per a imprimir un fitxer des de la lnia de comandes (finestra de terminal) "
"utilitzeu l'ordre \"%s <fitxer>\" o \"%s <fitxer>\".\n"
-#: ../../printerdrake.pm_.c:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -9122,7 +9457,7 @@ msgstr ""
"el treballs d'impressi inmediatament quan ho cliqueu. Aix s til, per "
"exemple, quan se us ha enganxat el paper en la impressora.\n"
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -9135,41 +9470,41 @@ msgstr ""
"un treball d'impressi particular. Simplement afegiu els parmetres que "
"voleu en la lnia de comandes, p.e. \"%s <fitxer>\".\n"
-#: ../../printerdrake.pm_.c:2153
+#: ../../printerdrake.pm_.c:2343
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Imprimint/Scannejant en \"%s\""
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Imprimint/Scannejant en \"%s\""
-#: ../../printerdrake.pm_.c:2156
+#: ../../printerdrake.pm_.c:2346
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Imprimint/Scannejant en \"%s\""
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "S'est imprimint en la impressora \"%s\""
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
msgstr "Tanca"
#
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
msgid "Print option list"
msgstr "Llista d'opcions d'impressi"
-#: ../../printerdrake.pm_.c:2182
+#: ../../printerdrake.pm_.c:2373
#, fuzzy, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -9192,7 +9527,7 @@ msgstr ""
"\n"
"No utilitzeu \"scannerdrake\" amb aquest dispositiu!"
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -9206,18 +9541,18 @@ msgid ""
msgstr ""
#
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
msgid "Reading printer data..."
msgstr "S'est llegint dades de la impressora..."
#
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
msgid "Transfer printer configuration"
msgstr "Configuraci de transferncia de la impressi"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -9233,7 +9568,7 @@ msgstr ""
"No totes les cues d'impressi poden ser transferides degut a les segents "
"raons:\n"
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
@@ -9241,7 +9576,7 @@ msgstr ""
"CUPS no permet l's d'impressores en servidors Novell ni que les impressores "
"envin les dades cap a una ordre lliure de forma.\n"
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
@@ -9249,11 +9584,11 @@ msgstr ""
"PDQ noms suporta impressores locals, impressores LPD remotes, i impressores "
"de Socket/TCP.\n"
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD i LPRng no suporten impressores IPP.\n"
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
@@ -9261,7 +9596,7 @@ msgstr ""
"A ms a ms, les cues que han estat creades amb altres programes que no sn "
"aquest i \"foomatic-configure\" no poden ser transferides."
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
msgid ""
"\n"
"Also printers configured with the PPD files provided by their manufacturers "
@@ -9272,7 +9607,7 @@ msgstr ""
"seus fabricants o amb controladors nadius per a CUPS no poden ser "
"transferides."
-#: ../../printerdrake.pm_.c:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
@@ -9282,15 +9617,15 @@ msgstr ""
"Marqueu les impressores que voleu transferir i feu clic en \n"
"\"Transferir\"."
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr "No transferir cap impressora"
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr "Transferir"
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -9301,13 +9636,13 @@ msgstr ""
"Feu clic en \"Transferir\" per a sobreescriure'l.\n"
"Tamb podeu escriure un nou nom o saltar-se aquesta impressora."
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"El nom de la impressora noms pot constar de lletres, nmeros i el carcter "
"de subratllat"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -9317,16 +9652,16 @@ msgstr ""
"realment voleu sobreescriure la seva configuraci?"
#
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
msgid "New printer name"
msgstr "Nou nom d'impressora"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr "Transferint %s..."
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -9336,33 +9671,33 @@ msgstr ""
"ser tamb la impressora per defecte en el nou sistema d'impressi %s?"
#
-#: ../../printerdrake.pm_.c:2316
+#: ../../printerdrake.pm_.c:2510
msgid "Refreshing printer data..."
msgstr "S'est refrescant les dades de les impressores..."
#
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
msgid "Configuration of a remote printer"
msgstr "Configuraci d'una impressora remota"
#
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
msgid "Starting network..."
msgstr "S'est arrencant la xarxa..."
#
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
msgid "Configure the network now"
msgstr "Configureu la xarxa ara"
#
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
msgid "Network functionality not configured"
msgstr "La funcionalitat de xarxa no ha estat configurada"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -9375,11 +9710,11 @@ msgstr ""
"impressora que esteu ara configurant. Qu voleu fer?"
#
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
msgid "Go on without configuring the network"
msgstr "Continuar sense configurar la xarxa"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -9395,7 +9730,7 @@ msgstr ""
"impressora, tamb usant el Centre de Control Mandrake, secci \"Maquinari\"/"
"\"Impressores\""
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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 "
@@ -9406,26 +9741,26 @@ msgstr ""
"remota una altra vegada."
#
-#: ../../printerdrake.pm_.c:2408
+#: ../../printerdrake.pm_.c:2603
msgid "Restarting printing system..."
msgstr "Reiniciant el sistema d'impressi..."
#
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "high"
msgstr "Alt"
#
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "paranoid"
msgstr "Paranoic"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Installant un sistema d'impressi amb el nivell de seguretat %s"
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -9451,11 +9786,11 @@ msgstr ""
"Realment voleu configurar l'impressi en aquest ordinador?"
#
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
msgid "Starting the printing system at boot time"
msgstr "Iniciant el sistema d'impressi en arrencar l'ordinador"
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -9478,83 +9813,80 @@ msgstr ""
"Voleu que l'arrencada automtica del sistema d'impressi s torni a "
"habilitar una altra vegada?"
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr "Comprovant el programari instalat"
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr "Treient LPRng..."
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr "Treient LPD..."
#
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
msgid "Select Printer Spooler"
msgstr "Seleccioneu la cua d'impressi"
#
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
msgid "Which printing system (spooler) do you want to use?"
msgstr "Quin sistema d'impressi(cua) voleu utilitzar?"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printerdrake.pm_.c:2895
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Configurant la impressora \"%s\"..."
#
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
msgid "Installing Foomatic..."
msgstr "S'est installant Foomatic..."
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "Opcions de la impressora"
#
-#: ../../printerdrake.pm_.c:2778
-msgid "Preparing PrinterDrake..."
+#: ../../printerdrake.pm_.c:2989
+#, fuzzy
+msgid "Preparing Printerdrake..."
msgstr "S'est preparant PrinterDrake..."
#
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
msgid "Configuring applications..."
msgstr "S'est configurant aplicacions..."
#
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
msgid "Would you like to configure printing?"
msgstr "Voleu configurar la impressi?"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr "Sistema d'impressi: "
-#: ../../printerdrake.pm_.c:2875
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
#
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
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."
+"OpenOffice.org/GIMP."
msgstr ""
"Les impressores segents estan configurades. Feu doble-clic en una "
"impressora per a modificar els parmetres; 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."
+"CUPS sigui disponible per a Star Office/OpenOffice.org/GIMP."
#
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
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 "
@@ -9564,33 +9896,33 @@ msgstr ""
"impressora per a modificar els parmetres; per a fer-la per defecte; per a "
"veure la informaci de la impressora."
-#: ../../printerdrake.pm_.c:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Refresqueu la llista d'impressores (per a veure totes les impressores CUPS "
"remotes disponibles)"
#
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
msgid "Change the printing system"
msgstr "Modificar el sistema d'impressi"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
msgid "Normal Mode"
msgstr "Mode normal"
#
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
msgid "Do you want to configure another printer?"
msgstr "Voleu configurar una altra impressora?"
#
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
msgid "Modify printer configuration"
msgstr "Modificar la configuraci de la impressora"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, c-format
msgid ""
"Printer %s\n"
@@ -9599,112 +9931,115 @@ msgstr ""
"Impressora %s\n"
"Voleu modificar la impressora?"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr "Fes-ho!"
#
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
msgid "Printer connection type"
msgstr "Tipus de connexi de la impressora"
#
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
msgid "Printer name, description, location"
msgstr "Nom de la impressora, descripci, ubicaci"
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr "Fabricant de la impressora, model, controlador"
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr "Fabricant de la impressora, model"
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr "Fes aquesta impressora la impr. per defecte"
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Afegeix aquesta impressora a Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Afegeix aquesta impressora a Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Treu aquesta impressora de Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Treu aquesta impressora de Star Office/OpenOffice.org/GIMP"
#
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
msgid "Print test pages"
msgstr "Imprimeix la(es) pgina(es) de prova"
#
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
msgid "Know how to use this printer"
msgstr "Aprengueu a utilitzar aquesta impressora"
#
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
msgid "Remove printer"
msgstr "Esborra impressora"
-#: ../../printerdrake.pm_.c:3245
+#: ../../printerdrake.pm_.c:3472
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "S'est esborrant la impressora antiga \"%s\"..."
#
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
msgid "Default printer"
msgstr "Impressora per defecte"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "La impressora \"%s\" s la impressora per defecte ara."
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Afegint impressora a Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Afegint impressora a Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+"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."
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+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."
+"S'ha fallat en afegir la impressora \"%s\" a Star Office/OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "S'est esborrant la impressora de Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+msgstr "S'est esborrant la impressora de Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+"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."
+"OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+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'ha fallat en esborrar la impressora \"%s\" de Star Office/OpenOffice.org/"
+"GIMP."
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Voleu relment esborrar la impressora \"%s\"?"
-#: ../../printerdrake.pm_.c:3297
+#: ../../printerdrake.pm_.c:3527
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "S'est esborrant la impressora \"%s\"..."
@@ -10139,7 +10474,7 @@ msgid "File sharing"
msgstr "Compartici de fitxers"
#
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
msgid "System"
msgstr "Sistema"
@@ -10197,15 +10532,15 @@ msgstr "Iniciar"
msgid "Stop"
msgstr "Aturar"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Grcies per triar Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
+msgstr "Grcies per triar Mandrake Linux 9.0"
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr "Benvinguts al mn del Codi Font Obert"
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
@@ -10215,216 +10550,240 @@ msgstr ""
"vostre nou sistema operatiu s el resultat del treball en collaboraci de "
"tota la Comunitat Linux de tot el Mn"
-#
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
+#: ../../share/advertising/02-community.pl_.c:9
+msgid "Get involved in the Free Software world"
msgstr "Uneix-te al Codi Font Obert arreu del mn"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum 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 mltiples forums de "
"discussi que trobareu en les pgines de la \"Comunitat\"."
-#
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet i Missatgeria"
+#: ../../share/advertising/03-internet.pl_.c:9
+#, fuzzy
+msgid "Get the most from the Internet"
+msgstr "Connecta't a internet"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"view animations with Mozilla and Konqueror, or read your mail and handle "
+"your personal information with Evolution and Kmail"
msgstr ""
-"Mandrake Linux 8.2 proporciona el millor programari per a accedir tot el que "
+"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 ms"
-#
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimdia i Grfics"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl_.c:11
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"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 multimdia fins "
"al lmit! Useu l'ltim programari per a tocar msica i fitxers de so, editar "
"i organitzar les vostres imatges i fotos, mirar la TV i videos, i molt ms"
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Desenvolupament"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "Jocs"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-"Mandrake Linux 8.2 s l'ltima plataforma de desenvolupament ms "
-"actualitzada. Descubreix el poder del compilador GNU gcc hagi com el dels "
-"millors entorns de desenvolupament en Codi Font Obert"
+"Mandrake Linux 9.0 proporciona els millors jocs en Open Source - arcade, "
+"acci, cartes, esports, estratgia, ..."
-#
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
msgid "Mandrake Control Center"
msgstr "Centre de Control Mandrake"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
+#, fuzzy
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"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"
#
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
msgid "User interfaces"
msgstr "Interfcies d'usuari"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
msgstr ""
-"Mandrake Linux 8.2 proporciona 11 diferents entorns d'escritori grfics i "
-"gestors de finestres per a triar incloent GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, i la resta"
-#
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Programari del servidor"
+#: ../../share/advertising/08-development.pl_.c:9
+#, fuzzy
+msgid "Development simplified"
+msgstr "Desenvolupament"
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
+
+#: ../../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 ms "
+"actualitzada. Descubreix el poder del compilador GNU gcc hagi com el dels "
+"millors entorns de desenvolupament en Codi Font Obert"
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
+
+#: ../../share/advertising/09-server.pl_.c:10
+#, fuzzy
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
"Transformeu el vostre ordinador en un poders servidor amb noms uns quants "
"clics del ratol: Servidor web, email, tallafoc, encaminador, servidor de "
"fitxers i d'impressi, ..."
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Jocs"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
+msgstr ""
+
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
msgstr ""
-"Mandrake Linux 8.2 proporciona els millors jocs en Open Source - arcade, "
-"acci, cartes, esports, estratgia, ..."
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl_.c:10
+#, fuzzy
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
msgstr ""
-"Voleu aprendre Linux simplement, rpidament, i gratutament? MandrakeSoft "
-"proporciona entrenament de Linux gratut, aix com una manera de comprovar "
-"els vostres progressos, a MandrakeCampus -- el nostre centre d'ensenyament a "
-"Internet"
+"Trobareu tota la gama de solucions Linux, aix com ofertes especials en "
+"productes en la nostra botiga online"
-#
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-"Un suport de qualitat de la Comunitat Linux, i de MandrakeSoft, s a un clic "
-"del ratol. I vs sou un veter del Linux, convertiu-vos en \"Expert\" i "
-"compartiu els vostres coneixements en la nostra web de suport"
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
+msgid ""
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
msgstr ""
-"Per a tots els vostres projectes en TI, els nostres consultors estan "
-"preparats per a analitzar els vostres requeriments i oferir una soluci "
-"personalitzada. Beneficieu-vos de la gran experincia de MandrakeSoft com a "
-"productor de Linux per a proporcionar una certera alternativa en TI per a la "
-"vostra empresa"
#
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
+#, fuzzy
+msgid "Become a MandrakeExpert"
+msgstr "MandrakeExpert"
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-"Trobareu tota la gama de solucions Linux, aix com ofertes especials en "
-"productes en la nostra botiga online"
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
+msgstr ""
+
+#
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "MandrakeExpert"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
msgstr ""
-"Per ms informaci sobre els Serveis Professionals de MandrakeSoft i ofertes "
-"comercials, aneu a la segent pgina web:"
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
+msgstr ""
#
-#: ../../standalone.pm_.c:40
+#: ../../standalone.pm_.c:41
msgid "Installing packages..."
msgstr "S'est installant els paquets..."
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Si us plau, sortiu i utilitzeu Ctrl-Alt-tecla de retrocs"
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, 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/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"No puc llegir la vostra taula de particions, est massa malmesa per a mi :(\n"
-"Intentar seguir buidant les particions incorrectes"
-
#
#: ../../standalone/drakTermServ_.c:188
#, fuzzy
@@ -10472,12 +10831,13 @@ msgid "Add/Del Clients"
msgstr "Client DHCP"
#
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
msgid "Help"
msgstr "Ajuda"
@@ -10658,8 +11018,8 @@ msgstr ""
"Els parmetres de la auto-installaci estan disponibles en les seccions de "
"la esquerra"
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "Felicitats!"
@@ -10686,20 +11046,24 @@ msgstr "Afegeix un element"
msgid "Remove the last item"
msgstr "Esborra l'ltim element"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:732
+#: ../../standalone/drakbackup_.c:726
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
@@ -10709,7 +11073,7 @@ msgstr ""
" Informe DrakBackup \n"
"\n"
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -10721,7 +11085,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -10733,12 +11097,19 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
msgid "Total progess"
msgstr "Progrs total"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10747,16 +11118,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Sense contrasenya"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "No es pot obrir %s: %s\n"
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -10767,64 +11163,69 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr "Cpia de seguretat de fitxers del sistema..."
#
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
msgid "Hard Disk Backup files..."
msgstr "Els fitxers de la cpia de seguretat del disc dur..."
#
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
msgid "Backup User files..."
msgstr "Cpia de seguretat de fitxers d'usuari..."
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr "Progrs de la cpia de seguretat en disc dur..."
#
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
msgid "Backup Other files..."
msgstr "Els fitxers de cpia de seguretat d'altres fitxers..."
#
-#: ../../standalone/drakbackup_.c:1266
+#: ../../standalone/drakbackup_.c:1321
#, fuzzy
msgid "No changes to backup!"
msgstr "Utilitzar la cinta per a fer la cpia de seguretat"
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -10832,16 +11233,16 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr ""
-"llista de fitxers enviada per FTP : %s\n"
+"llista de fitxers enviada per FTP: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
@@ -10851,14 +11252,14 @@ msgstr ""
" problema en la connexi FTP: No ha estat possible enviar els fitxers de la "
"cpia de seguretat per FTP.\n"
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
@@ -10866,25 +11267,25 @@ msgid ""
msgstr ""
#
-#: ../../standalone/drakbackup_.c:1324
+#: ../../standalone/drakbackup_.c:1379
msgid " Error during mail sending. \n"
msgstr " S'ha produt un error en enviar el correu electrnic. \n"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Selecci de fitxers"
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr "Seleccioneu els fitxers i directoris i feu clic en 'Afegir'"
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10892,26 +11293,26 @@ msgstr ""
"\n"
"Per favor, comproveu totes les opcions que necessiteu.\n"
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Aquestes opcions poden fer cpia de seguretat i restaurar els fitxers en el "
"directory /etc.\n"
-#: ../../standalone/drakbackup_.c:1527
+#: ../../standalone/drakbackup_.c:1602
msgid "Backup your System files. (/etc directory)"
msgstr "Fer cpia de seguretat dels fitxers del Sistema. ( directori /etc ) "
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr "Utilitzar cpia incremental (no reemplaa cpies antigues)"
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "No incloure fitxers crtics (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10920,67 +11321,71 @@ msgstr ""
" del directori /etc."
#
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
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 cpia de "
"seguretat."
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr "No incloure la memria cau del navegador"
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Utilitza cpies incrementals (no reemplaa antigues cpies)"
#
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Elimina el seleccionat"
#
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
msgid "Windows (FAT32)"
msgstr "Windows(FAT32)"
#
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
msgid "Users"
msgstr "Usuaris"
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
#, fuzzy
msgid "Use network connection to backup"
msgstr "Utilitza connexi FTP per fer la cpia de seguretat"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
#, fuzzy
msgid ""
" Transfer \n"
"Now"
msgstr "Transferir"
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
msgid "Please enter the host name or IP."
msgstr "Si us plau, proporcioneu el nom de l'ordinador o la IP."
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
#, fuzzy
msgid ""
"Please enter the directory (or module) to\n"
@@ -10990,29 +11395,29 @@ msgstr ""
" posar la cpia de seguretat d'aquest ordinador central."
#
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
msgid "Please enter your login"
msgstr "Si us plau, entreu la entrada"
#
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
msgid "Please enter your password"
msgstr "Si us plau, entreu la contrasenya"
#
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
msgid "Remember this password"
msgstr "Recordar aquesta contrasenya"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr "Utilitzar CD/DVDROM per fer la cpia"
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
@@ -11020,44 +11425,44 @@ msgid ""
msgstr ""
#
-#: ../../standalone/drakbackup_.c:1849
+#: ../../standalone/drakbackup_.c:1923
#, fuzzy
msgid "Please choose your CD/DVD media size"
msgstr "Si us plau, escolliu l'espai del CD"
#
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Si us plau, comproveu si feu servir un medi CDRW"
#
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
msgid "Please check if you are using CDRW media"
msgstr "Si us plau, comproveu si feu servir un medi CDRW"
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Si us plau, comproveu si voleu esborrar el CDRW abans"
-#: ../../standalone/drakbackup_.c:1868
+#: ../../standalone/drakbackup_.c:1942
msgid " Erase Now "
msgstr ""
#
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Si us plau, comproveu si feu servir un medi CDRW"
#
-#: ../../standalone/drakbackup_.c:1880
+#: ../../standalone/drakbackup_.c:1954
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Si us plau, comproveu si feu servir un medi CDRW"
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -11065,37 +11470,37 @@ msgstr ""
"Si us plau, entreu el nom del dispositiu del CD Writer\n"
" ex: 0,1,0"
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
msgid "No CD device defined!"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
msgid "Use tape to backup"
msgstr "Utilitzar la cinta per a fer la cpia de seguretat"
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr ""
"Si us plau, subministreu el nom del dispositiu a utilitzar per fer la cpia"
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Si us plau, comproveu si voleu esborrar el CDRW abans"
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Si us plau, comproveu si voleu esborrar el CDRW abans"
-#: ../../standalone/drakbackup_.c:1995
+#: ../../standalone/drakbackup_.c:2069
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Si us plau, comproveu si voleu esborrar el CDRW abans"
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -11104,61 +11509,61 @@ msgstr ""
" permesa per a Drakbackup"
#
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Si us plau, subministreu el directori per a desar:"
#
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
msgid "Use quota for backup files."
msgstr "Utilitzar la cuota de disc per als fitxers de cpia de seguretat"
#
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
msgid "Network"
msgstr "Xarxa"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr "Disc Dur / NFS"
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
#, fuzzy
msgid "Tape"
msgstr "Tipus"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr "cada hora"
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr "diria"
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr "setmanal"
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr "mensual"
#
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
msgid "Use daemon"
msgstr "Utilitza dimoni"
#
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -11167,7 +11572,7 @@ msgstr ""
"de temps entre cada cpia de seguretat"
#
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
msgid ""
"Please choose the\n"
"media for backup."
@@ -11175,7 +11580,7 @@ msgstr ""
"Si us plau, trieu el\n"
"medi per a la cpia."
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
#, fuzzy
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
@@ -11184,80 +11589,80 @@ msgid ""
msgstr ""
"Si us plau assegureu-vos que el dimoni cron est incls en els serveis."
-#: ../../standalone/drakbackup_.c:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr "Envieu informe per correu electrnic desprs de cada cpia a :"
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
#
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
msgid "What"
msgstr "Que"
#
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
msgid "Where"
msgstr "On"
#
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
msgid "When"
msgstr "Quant"
#
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
msgid "More Options"
msgstr "Ms opcions"
#
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
msgid "Drakbackup Configuration"
msgstr "Configuraci de Drakbackup"
#
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
msgid "Please choose where you want to backup"
msgstr "Si us plau, escolliu on voleu fer la cpia de seguretat"
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr "en el Disc Dur"
#
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
msgid "across Network"
msgstr "per la Xarxa"
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
msgid "on Tape Device"
msgstr ""
#
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
msgid "Please choose what you want to backup"
msgstr "Si us plau, escolliu de qu voleu fer la cpia de seguretat"
#
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
msgid "Backup system"
msgstr "Cpia del seguretat del sistema"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr "Cpia de seguretat dels usuaris"
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr "Seleccioneu l'usuari manualment"
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
@@ -11265,7 +11670,7 @@ msgstr ""
"\n"
"Fonts de la cpia: \n"
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
@@ -11273,7 +11678,7 @@ msgstr ""
"\n"
"- Fitxers del Sistema:\n"
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
@@ -11281,7 +11686,7 @@ msgstr ""
"\n"
"- Fitxers d'Usuari:\n"
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
@@ -11289,64 +11694,64 @@ msgstr ""
"\n"
"- Altres Fitxers:\n"
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
"\n"
-"- Desar-ho en el Disc Dur en el cam : %s\n"
+"- Desar-ho en el Disc Dur en el cam: %s\n"
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, fuzzy, c-format
-msgid " on device : %s"
+msgid " on device: %s"
msgstr "Dispositiu del ratol: %s\n"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
"\n"
-"- Desar-ho en FTP en l'ordinador central : %s\n"
+"- Desar-ho en FTP en l'ordinador central: %s\n"
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, fuzzy, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
"\n"
-"- Desar-ho en FTP en l'ordinador central : %s\n"
+"- Desar-ho en FTP en l'ordinador central: %s\n"
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -11356,7 +11761,7 @@ msgstr ""
"\t\t en el cam: %s \n"
#
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
msgid ""
"\n"
"- Options:\n"
@@ -11364,60 +11769,60 @@ msgstr ""
"\n"
"- Opcions:\n"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr "\tNo incloure Fitxers del Sistema\n"
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr "\tLes cpies de seguretat utilitzen tar i bzip2\n"
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr "\tLes cpies de seguretat utilitzen tar i gzip\n"
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
"\n"
"- Dimoni (%s) incls :\n"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr "\t.Disc dur.\n"
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr "\t-Xarxa per FTP.\n"
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr "\t-Xarxa per SSH.\n"
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by rsync.\n"
msgstr "\t-Xarxa per rsync.\n"
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by webdav.\n"
msgstr "\t-Xarxa per webdav.\n"
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Cap configuraci, si us plau cliqueu en Auxiliar o Avanat.\n"
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
@@ -11425,7 +11830,7 @@ msgstr ""
"Llista de dades per a restaurar:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
@@ -11434,174 +11839,298 @@ msgstr ""
"\n"
#
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
msgid "Please uncheck or remove it on next time."
msgstr "Si us plau, deseleccioneu o esborreu-ho la prxima vegada."
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr "Els fitxers de la cpia de seguretat estan corromputs"
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
msgid " All of your selected data have been "
msgstr " Totes les dades seleccionades han estat "
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr " Restaurades Correctament en %s "
#
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
msgid " Restore Configuration "
msgstr " Configuraci de Restauraci "
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr "D'acord per a restaurar els altres fitxers."
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Llista d'usuaris per a restaurar (noms s important la data ms recent per "
"usuari)"
#
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
msgid "Backup the system files before:"
msgstr "Abans cpia de seguretat de fitxers del sistema:"
#
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
msgid "please choose the date to restore"
msgstr "Si us plau, seleccioneu la data a restaurar"
#
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
msgid "Use Hard Disk to backup"
msgstr "Utilitzar el Disc Dur per a fer la cpia de seguretat"
#
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
msgid "Please enter the directory to save:"
msgstr "Si us plau, subministreu el directori per a desar:"
#
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
msgid "FTP Connection"
msgstr "Connexi FTP"
#
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
msgid "Secure Connection"
msgstr "Connexi Segura"
#
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
msgid "Restore from Hard Disk."
msgstr "Restaura des del disc dur."
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr "Si us plau, entreu el directori on les cpies es guarden"
#
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
msgid "Select another media to restore from"
msgstr "Si us plau, seleccioneu un altre medi des del qual restaurar"
#
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
msgid "Other Media"
msgstr "Altres Medis"
#
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
msgid "Restore system"
msgstr "Restaura el Sistema"
#
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
msgid "Restore Users"
msgstr "Restaura els Usuaris"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore Other"
msgstr "Restaura Altres"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
msgid "select path to restore (instead of /)"
msgstr "seleccioneu cam al qual restaurar ( en comptes de / )"
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
"Fer nova cpia de seguretat abans de restaurar (noms per les cpies "
"incrementals.)"
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr "Esborrar directoris d'usuaris abans de restaurar."
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#
+#: ../../standalone/drakbackup_.c:3394
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Elimina el seleccionat"
+
+#: ../../standalone/drakbackup_.c:3411
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "Restaura Altres"
+
+#: ../../standalone/drakbackup_.c:3477
+#, fuzzy, c-format
+msgid "Backup files not found at %s."
+msgstr "Els fitxers de la cpia de seguretat estan corromputs"
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#
+#: ../../standalone/drakbackup_.c:3490
+#, fuzzy
+msgid "Restore From CD"
+msgstr "Restaura des del disc dur."
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#
+#: ../../standalone/drakbackup_.c:3502
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "Restaura la taula de particions"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#
+#: ../../standalone/drakbackup_.c:3524
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "Restaura els Usuaris"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3525
+#, fuzzy
+msgid "Host Name"
+msgstr "Nom de l'ordinador central"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+#, fuzzy
+msgid "Password required"
+msgstr "Contrasenya"
+
+#: ../../standalone/drakbackup_.c:3539
+#, fuzzy
+msgid "Username required"
+msgstr "Nom d'usuari"
+
+#: ../../standalone/drakbackup_.c:3542
+#, fuzzy
+msgid "Hostname required"
+msgstr "Nom de l'ordinador central: "
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "Restaura Altres"
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr "Restaurar totes les cpies"
#
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
msgid "Custom Restore"
msgstr "Restauraci Personalitzada"
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#
+#: ../../standalone/drakbackup_.c:3865
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "Restaura la taula de particions"
+
#
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "Restaura els Usuaris"
+
+#
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
msgid "Previous"
msgstr "Anterior"
#
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Desa"
#
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
msgid "Build Backup"
msgstr "Construeix la cpia de seguretat"
#
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
msgid "Restore"
msgstr "Restaura"
-#: ../../standalone/drakbackup_.c:3553
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Si us plau Construiu la cpia de seguretat abans de restaurar-la...\n"
-" o verifiqueu que el cam per a desar s correcte."
-
-#: ../../standalone/drakbackup_.c:3574
+#: ../../standalone/drakbackup_.c:4231
+#, fuzzy
msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"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"
" Si us plau configureu el sendmail"
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Ara s'installaran els paquets segents"
-#: ../../standalone/drakbackup_.c:3621
+#: ../../standalone/drakbackup_.c:4278
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
@@ -11609,19 +12138,19 @@ msgstr ""
"Error durant l'enviament del fitxer via FTP.\n"
" Si us plau corregiu la configuraci de FTP."
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
msgid "Please select data to restore..."
msgstr "Si us plau, seleccioneu les dades per a restaurar..."
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
msgid "Please select media for backup..."
msgstr "Si us plau seleccioneu el medi per a la cpia..."
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
msgid "Please select data to backup..."
msgstr "Si us plau seleccioneu les dades per fer la cpia..."
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11629,68 +12158,68 @@ msgstr ""
"No s'ha trobat el fitxer de configuraci \n"
"si us plau feu clic en Auxiliar o Avanat."
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr "Sota Desenvolupament ... si us plau espereu."
#
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
msgid "Backup system files"
msgstr "Cpia de seguretat dels fitxers del sistema"
#
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup user files"
msgstr "Cpia de seguretat de fitxers d'usuari"
#
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup other files"
msgstr "Cpia de seguretat d'altres fitxers"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr "Progrs Total"
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr "fitxers que s'estan enviant per FTP"
#
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
msgid "Sending files..."
msgstr "Enviant els fitxers..."
#
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
msgid "Backup Now from configuration file"
msgstr "Fes la Cpia de Seguretat des del fitxer de configuraci"
#
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
msgid "View Backup Configuration."
msgstr "Veure la Configuraci de la Cpia de Seguretat"
#
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
msgid "Wizard Configuration"
msgstr "Auxiliar de Configuraci"
#
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
msgid "Advanced Configuration"
msgstr "Configuraci Avanada"
#
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
msgid "Backup Now"
msgstr "Fes Cpia de Seguretat"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
msgid ""
"options description:\n"
"\n"
@@ -11751,7 +12280,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11765,7 +12294,7 @@ msgstr ""
" definir myhostname o mydomain en /etc/postfix/main.cf\n"
"\n"
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -11843,28 +12372,29 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
+#, fuzzy
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
@@ -11895,18 +12425,18 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft per DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -11936,7 +12466,7 @@ msgstr ""
" amb el programa; si no s aix, escriuviu a la Free Software\n"
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -12012,7 +12542,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -12031,7 +12561,7 @@ msgstr ""
"dur abans d'enviar-la al servidor.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -12053,7 +12583,7 @@ msgstr ""
"dades. s important de tenir cura i no modificar a m els \n"
"fitxers de cpia de seguretat.\n"
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -12169,9 +12699,9 @@ msgstr ""
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
#, fuzzy
msgid "Standalone Tools"
msgstr "Eines de consola"
@@ -12220,26 +12750,26 @@ msgstr "Printerdrake"
msgid "Configuration Wizards"
msgstr "Auxiliars de configuraci"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
#, fuzzy
msgid "Application:"
msgstr "Autenticaci"
#
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
msgid "Package: "
msgstr "Paquet: "
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
#, fuzzy
msgid "Release: "
msgstr "Si us plau, espereu"
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -12252,22 +12782,22 @@ msgid ""
msgstr ""
#
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
#, fuzzy
msgid "Report"
msgstr "Port"
#
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
#, fuzzy
msgid "Not installed"
msgstr "Post Desinstallaci"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Les instncies estaran disponibles desprs d'installar a %s"
@@ -12728,7 +13258,7 @@ msgstr "Llista de Fonts"
#
#: ../../standalone/drakfont_.c:909
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "Escolliu l'aplicaci que suportar les fonts :"
#: ../../standalone/drakfont_.c:918
@@ -12810,19 +13340,19 @@ msgstr "Esborrar fonts del vostre sistema"
msgid "Post Uninstall"
msgstr "Post Desinstallaci"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr "Connexi a Internet compartida"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr "Ho sento, noms suportem el nuclis(kernels) 2.4"
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr "La connexi a Internet compartida est habilitada"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -12834,31 +13364,31 @@ msgstr ""
"\n"
"Qu voleu fer?"
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
msgid "disable"
msgstr "inhabilita"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr "deixa-ho crrer"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "reconfigure"
msgstr "torna a configurar"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
msgid "Disabling servers..."
msgstr "S'estan inhabilitant els servidors..."
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
msgid "Internet connection sharing is now disabled."
msgstr "Ara, la compartici de la connexi a Internet est inhabilitada."
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr "La connexi a Internet compartida est inhabilitada"
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -12870,19 +13400,19 @@ msgstr ""
"\n"
"Qu voleu fer?"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
msgid "enable"
msgstr "habilita"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr "S'estan habilitant els servidors..."
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
msgid "Internet connection sharing is now enabled."
msgstr "Ara, la connexi compartida a Internet est habilitada."
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
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 "
@@ -12899,21 +13429,21 @@ msgstr ""
"Nota: per configurar una xarxa d'rea local (LAN), us cal un adaptador de "
"xarxa dedicat."
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Interfcie %s (utilitzant el mdul %s)"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, c-format
msgid "Interface %s"
msgstr "Interfcie %s"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr "No teniu cap adaptador de xarxa al sistema!"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -12921,11 +13451,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:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "Interfcie de la xarxa"
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -12940,7 +13470,7 @@ msgstr ""
"\n"
"Ara configurar la vostra xarxa d'rea local amb aquest adaptador."
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
@@ -12949,11 +13479,11 @@ msgstr ""
"a la vostra xarxa d'rea local."
#
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:259
msgid "Network interface already configured"
msgstr "l'intefcie de xarxa ja est configurada"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -12969,16 +13499,16 @@ msgstr ""
"Ho podeu fer manualment per heu de saber qu feu."
#
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
msgid "Automatic reconfiguration"
msgstr "Reconfiguraci automtica"
#
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
msgid "Show current interface configuration"
msgstr "Mostra la configuraci actual de la interfcie"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -12995,7 +13525,7 @@ msgstr ""
"Atribuci IP: %s\n"
"Controlador: %s"
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -13015,58 +13545,46 @@ msgstr ""
"servidor DHCP vs mateix.\n"
"\n"
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr "Xarxa Local de Classe C"
#
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
msgid "(This) DHCP Server IP"
msgstr "(Aquest) IP del Servidor DHCP"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr "Reconfigurar interfcie i Servidor DHCP"
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr "La Xarxa Local no finalitza amb '.0', ho deixem crrer."
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"S'ha trobat un conflicte potencial d'adrea LAN en la configuraci actual de "
"%s!\n"
-#: ../../standalone/drakgw_.c:320
-msgid "Firewalling configuration detected!"
-msgstr "S'ha detectat la configuraci del sistema de tallafocs!"
-
-#: ../../standalone/drakgw_.c:321
-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 desprs de la installaci."
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
msgid "Configuring..."
msgstr "S'est configurant..."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
"S'estan configurant les seqncies, installant el programari, iniciant els "
"servidors..."
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, c-format
msgid "Problems installing package %s"
msgstr "Hi ha hagut problemes en installar el paquet %s"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -13077,23 +13595,23 @@ msgstr ""
"vostra xarxa d'rea local utilitzant la configuraci automtica de xarxa "
"(DHCP)."
-#: ../../standalone/drakgw_.c:566
+#: ../../standalone/drakgw_.c:504
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:567
+#: ../../standalone/drakgw_.c:505
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:568
+#: ../../standalone/drakgw_.c:506
msgid "No Internet Connection Sharing has ever been configured."
msgstr "No s'ha configurat mai cap connexi compartida a Internet."
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
msgid "Internet connection sharing configuration"
msgstr "Configuraci de la compartici de la connexi a Internet"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -13108,6 +13626,172 @@ msgstr ""
"\n"
"Feu clic a Configura per executar l'auxiliar de configuraci."
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr "No s'ha detectat cap targeta de TV!"
+
+#: ../../standalone/draksound_.c:47
+#, fuzzy
+msgid ""
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+"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"
+"\n"
+"\n"
+"Podeu visitar la nostra base de dades de maquinari a:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+#, fuzzy
+msgid "first step creation"
+msgstr "creaci de discs d'arrencada"
+
+#: ../../standalone/draksplash_.c:77
+#, fuzzy
+msgid "final resolution"
+msgstr "Resoluci"
+
+#
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#, fuzzy
+msgid "choose image file"
+msgstr "Trieu un fitxer"
+
+#: ../../standalone/draksplash_.c:79
+#, fuzzy
+msgid "Theme name"
+msgstr "Nom de compartici"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+#, fuzzy
+msgid "go to lilosplash configuration"
+msgstr "Configuraci desprs de la installaci"
+
+#: ../../standalone/draksplash_.c:83
+#, fuzzy
+msgid "quit"
+msgstr "Surt"
+
+#: ../../standalone/draksplash_.c:84
+#, fuzzy
+msgid "save theme"
+msgstr "Installa el sistema"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#, fuzzy
+msgid "Configure bootsplash picture"
+msgstr "Configura els serveis"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+#, fuzzy
+msgid "go back"
+msgstr "Loopback"
+
+#: ../../standalone/draksplash_.c:120
+#, fuzzy
+msgid "preview"
+msgstr "dispositiu"
+
+#: ../../standalone/draksplash_.c:121
+#, fuzzy
+msgid "choose color"
+msgstr "Escolliu un monitor"
+
+#: ../../standalone/draksplash_.c:124
+msgid "Display logo on Console"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#
+#: ../../standalone/draksplash_.c:436
+#, fuzzy
+msgid "ProgressBar color selection"
+msgstr "Selecci del model d'impressora"
+
+#
+#: ../../standalone/draksplash_.c:454
+#, fuzzy
+msgid "You must choose an image file first!"
+msgstr "Heu d'escollir/escriure una impressora/dispositiu!"
+
+#
+#: ../../standalone/draksplash_.c:463
+#, fuzzy
+msgid "Generating preview ..."
+msgstr "S'estan detectant els dispositius..."
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -13209,11 +13893,11 @@ msgstr ""
"entreu la vostra normativa de tv i el pas"
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr "Normativa TV :"
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr "rea :"
#: ../../standalone/drakxtv_.c:114
@@ -13301,7 +13985,7 @@ msgstr ""
"El canvi est fet, per perqu sigui efectiu heu de sortir de la sessi "
"actual"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
msgid "logdrake"
msgstr "logdrake"
@@ -13481,8 +14165,9 @@ msgid "service setting"
msgstr "parametritzant el servei"
#: ../../standalone/logdrake_.c:431
+#, fuzzy
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"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"
@@ -13506,20 +14191,20 @@ msgstr "Configuraci de l'alerta"
msgid "Please enter your email address below "
msgstr "Si us plau, entreu la contrasenya"
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr "Anomena i desa..."
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "Si us plau, seleccioneu el vostre tipus de ratol."
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "Voleu emular el tercer bot?"
#
-#: ../../standalone/printerdrake_.c:48
+#: ../../standalone/printerdrake_.c:57
msgid "Reading printer data ..."
msgstr "S'est llegint les dades de impressi..."
@@ -13532,22 +14217,33 @@ msgstr "S'estan detectant els dispositius..."
msgid "Test ports"
msgstr "Ports de comprovaci"
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:56
+#, fuzzy, c-format
+msgid "%s found on %s, configure it?"
msgstr "%s trobat en %s, configurar-lo ?"
-#
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#
+#: ../../standalone/scannerdrake_.c:65
msgid "Select a scanner"
msgstr "Seleccioneu un scanner"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr "Aquest scanner %s no se suporta"
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, c-format
msgid ""
"Scannerdrake was not able to detect your %s scanner.\n"
@@ -13557,11 +14253,11 @@ msgstr ""
"Si us plau seleccioneu el dispositiu en el qual teniu l'scanner"
#
-#: ../../standalone/scannerdrake_.c:95
+#: ../../standalone/scannerdrake_.c:109
msgid "choose device"
msgstr "Escolliu dispositiu"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -13572,7 +14268,7 @@ msgstr ""
"Podeu executar printerdrake des del Centre de Control Mandrake en la secci "
"de Maquinari."
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -13583,48 +14279,18 @@ msgstr ""
"Ara podeu scannejar documents utilitzant ``XSane'' des de Multimedia/Grfics "
"en el men d'aplicacions."
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
"Some devices in the %s class were added:\n"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:30
-msgid "Firewalling Configuration"
-msgstr "Configuraci del sistema de tallafocs"
-
-#: ../../standalone/tinyfirewall_.c:43
-msgid "Firewalling configuration"
-msgstr "Configuraci del sistema de tallafocs"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Sistema de tallafocs\n"
-"\n"
-"Ja heu configurat un tallafocs.\n"
-"Feu clic a Configura per canviar o eliminar el tallafoc"
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Sistema de tallafocs\n"
-"\n"
-"Feu clic a Configura per configurar un tallafocs estndard"
-
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "Escolliu el vostre idioma"
@@ -13698,227 +14364,7 @@ msgstr "Installa actualitzacions del sistema"
msgid "Exit install"
msgstr "Surt de la installaci"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"Configurador del tinyfirewall\n"
-"\n"
-"Amb aix 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 "
-"distribuci especialitzada MandrakeSecurity Firewall."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Ara us farem preguntes sobre els serveis a qu voleu autoritzar que\n"
-"Internet us connecti. Si us plau, penseu-hi a fons perqu la seguretat\n"
-"del vostre ordinador s important.\n"
-"\n"
-"Si us plau, si un moment donat no esteu utilitzant algun d'aquests serveis,\n"
-"desactiveu-ne el tallafocs. Podeu canviar aquesta configuraci sempre que\n"
-"vulgueu tornant a executar aquesta aplicaci!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Esteu executant un servidor de web en aquest ordinador que necessiteu que\n"
-"pugui veure tothom a Internet? Si esteu executant un servidor de web a qu\n"
-"noms ha d'accedir aquest ordinador, aqu podeu respondre tranquillament "
-"NO.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Esteu executant un servidor de noms en aquest ordinador? Si no n'heu\n"
-"configurat cap per proporcionar la IP i la informaci de zona a tothom a\n"
-"Internet, si us plau responeu NO.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Voleu autoritzar les connexions Secure Shell (ssh) d'entrada? Es tracta\n"
-"d'una substituci del Telnet que podeu utilitzar per entrar. Si ara esteu\n"
-"utilitzant el Telnet, passeu-vos a l'ssh sense cap mena de dubte; el\n"
-"Telnet no est xifrat, de manera que us poden robar la contrasenya si\n"
-"l'utilitzeu, mentre que l'ssh est xifrat i no permet cap mena d'intercepci."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Voleu autoritzar les connexions Telnet d'entrada?\n"
-"Aix s tremendament insegur, com hem dit a la pantalla anterior. Us\n"
-"recomanem vivament que respongueu No aqu i que utilitzeu l'ssh en comptes\n"
-"del Telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Esteu executant un servidor d'FTP que necessiteu que sigui accessible a\n"
-"Internet? Si s aix, us recomanen vivament que noms l'utilitzeu per a\n"
-"transferncies annimes, ja que qualsevol contrasenya que s'envia per FTP\n"
-"pot ser robada, ats que l'FTP no utilitza xifratge per a la transferncia\n"
-"de contrasenyes.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Esteu executant un servidor de correu? Si esteu enviant els missatges\n"
-"a travs del pine, el mutt o qualsevol altre client de correu basat en\n"
-"text, probablement s aix. En cas contrari, desactiveu-ne el tallafocs.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Esteu executant un servidor POP o IMAP? Aix s'utilitzaria\n"
-"per allotjar comptes de correu dels usuaris, no basats en web,\n"
-"mitjanant aquest ordinador.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Sembla que esteu utilitzant un nucli 2.2. Si l'ordinador de\n"
-"casa o de l'oficina estableix automticament la IP de la vostra\n"
-"xarxa (assignaci dinmica), us cal autoritzar aix. s aquest el cas?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"El vostre ordinador est sincronitzat pel que fa al temps amb un altre?\n"
-"Normalment, aix ho utilitzen organitzacions Unix/Linux mitjanes-grans\n"
-"per sincronitzar el temps de les entrades i coses aix. Si no sou una part\n"
-"d'una oficina gran i no heu sentit parlar d'aix, probablement no us trobeu\n"
-"en aquest cas."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"La configuraci est completa. Podem desar aquests canvis al disc?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "No es pot obrir %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "No s'ha pogut obrir %s per escriure-hi: %s\n"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr "No, no necessito DHCP"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr "Si, necessito DHCP"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr "No, no necessito NTP"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr "Si, necessito NTP"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr "No Desis"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr "Desa i Surt"
-
-#
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-msgid "Firewall Configuration Wizard"
-msgstr "Auxiliar de configuraci del sistema de tallafocs"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr "No (alla-la d'internet amb el tallafocs)"
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr "Si (permet que passi el tallafocs)"
-
-#
-#: ../../tinyfirewall.pm_.c:230
-msgid "Please Wait... Verifying installed packages"
-msgstr "Si us plau, espereu... S'est verificant els pquets installats"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Hi ha hagut errros installant els paquets necessitats : %s i Bastille.\n"
-" Provi d'installar-los manualment."
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -14052,6 +14498,10 @@ msgid "Graphical Environment"
msgstr "Entorn grfic"
#: ../../share/compssUsers:999
+msgid "Development"
+msgstr "Desenvolupament"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache i Pro-ftpd"
@@ -14164,8 +14614,346 @@ msgstr "Multimdia - Gravaci de CD"
msgid "Scientific Workstation"
msgstr "Estaci cientfica de treball"
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
+#~ msgid ""
+#~ "The first time you try the X configuration, you may not be very "
+#~ "satisfied\n"
+#~ "with its display (screen is too small, shifted left or right...). Hence,\n"
+#~ "even if X starts up correctly, DrakX then asks you if the configuration\n"
+#~ "suits you. It will also propose to change it by displaying a list of "
+#~ "valid\n"
+#~ "modes it could find, asking you to select one.\n"
+#~ "\n"
+#~ "As a last resort, if you still cannot get X to work, choose \"Change\n"
+#~ "graphics card\", select \"Unlisted card\", and when prompted on which\n"
+#~ "server, choose \"FBDev\". This is a failsafe option which works with any\n"
+#~ "modern graphics card. Then choose \"Test again\" to be sure."
+#~ msgstr ""
+#~ "la primera vegada que heu provat la configuraci de X, podeu no estar "
+#~ "gaire satisfet\n"
+#~ "amb la presentaci (pantalla massa petita, correguda amb a l'esquerra o "
+#~ "dreta, ...). Per tant,\n"
+#~ "tot i que X inici correctament, DrakX li preguntar si la configuraci "
+#~ "li agrada.\n"
+#~ "Li proposar de canviar-la b i proporcionant-li una llista de modes "
+#~ "vlids\n"
+#~ "que ha trobat, perqu en seleccioni un.\n"
+#~ "\n"
+#~ "Com a ltima opci, si encara no pot fer funcionar les X , escolliu "
+#~ "\"Canviar\n"
+#~ "targeta grfica\", seleccioneu \"Unlisted card\", i quan se us pregunti "
+#~ "quin\n"
+#~ "servidor, escolliu \"FBDev\". Aquesta s una opci de seguretat que "
+#~ "funciona en qualsevol\n"
+#~ "targeta grfica moderna. Aleshores escolliu \"Test again\" per estar "
+#~ "segur."
+
+#
+#~ msgid "Internet and Messaging"
+#~ msgstr "Internet i Missatgeria"
+
+#
+#~ msgid "Multimedia and Graphics"
+#~ msgstr "Multimdia i Grfics"
+
+#~ msgid ""
+#~ "Mandrake Linux 8.2 provides 11 different graphical desktop environments "
+#~ "and window managers to choose from including GNOME 1.4, KDE 2.2.2, Window "
+#~ "Maker 0.8, and the rest"
+#~ msgstr ""
+#~ "Mandrake Linux 8.2 proporciona 11 diferents entorns d'escritori grfics i "
+#~ "gestors de finestres per a triar incloent GNOME 1.4, KDE 2.2.2, Window "
+#~ "Maker 0.8, i la resta"
+
+#
+#~ msgid "Server Software"
+#~ msgstr "Programari del servidor"
+
+#~ msgid "MandrakeCampus"
+#~ msgstr "MandrakeCampus"
+
+#~ msgid ""
+#~ "Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+#~ "provides free Linux training, as well as a way to test your progress, at "
+#~ "MandrakeCampus -- our online training center"
+#~ msgstr ""
+#~ "Voleu aprendre Linux simplement, rpidament, i gratutament? MandrakeSoft "
+#~ "proporciona entrenament de Linux gratut, aix com una manera de "
+#~ "comprovar els vostres progressos, a MandrakeCampus -- el nostre centre "
+#~ "d'ensenyament a Internet"
+
+#~ msgid ""
+#~ "Quality support from the Linux Community, and from MandrakeSoft, is just "
+#~ "around the corner. And if you're already a Linux veteran, become an "
+#~ "\"Expert\" and share your knowledge at our support website"
+#~ msgstr ""
+#~ "Un suport de qualitat de la Comunitat Linux, i de MandrakeSoft, s a un "
+#~ "clic del ratol. I vs sou un veter del Linux, convertiu-vos en \"Expert"
+#~ "\" i compartiu els vostres coneixements en la nostra web de suport"
+
+#~ msgid "MandrakeConsulting"
+#~ msgstr "MandrakeConsulting"
+
+#~ msgid ""
+#~ "For all of your IT projects, our consultants are ready to analyze your "
+#~ "requirements and offer a customized solution. Benefit from MandrakeSoft's "
+#~ "vast experience as a Linux producer to provide a true IT alternative for "
+#~ "your business organization"
+#~ msgstr ""
+#~ "Per a tots els vostres projectes en TI, els nostres consultors estan "
+#~ "preparats per a analitzar els vostres requeriments i oferir una soluci "
+#~ "personalitzada. Beneficieu-vos de la gran experincia de MandrakeSoft com "
+#~ "a productor de Linux per a proporcionar una certera alternativa en TI per "
+#~ "a la vostra empresa"
+
+#
+#~ msgid "MandrakeStore"
+#~ msgstr "MandrakeStore"
+
+#~ msgid ""
+#~ "For more information on MandrakeSoft's Professional Services and "
+#~ "commercial offerings, please see the following web page:"
+#~ msgstr ""
+#~ "Per ms informaci sobre els Serveis Professionals de MandrakeSoft i "
+#~ "ofertes comercials, aneu a la segent pgina web:"
+
+#~ msgid "LBA (doesn't work on old BIOSes)"
+#~ msgstr "LBA (no funciona en BIOS antics)"
+
+#~ msgid "You don't have any partitions!"
+#~ msgstr "No teniu cap partici!"
+
+#~ msgid ""
+#~ "DiskDrake failed to read correctly the partition table.\n"
+#~ "Continue at your own risk!"
+#~ msgstr ""
+#~ "El DiskDrake no ha pogut llegir correctament la taula de particions.\n"
+#~ "Si continueu, s sota la vostra responsabilitat!"
+
+#~ msgid ""
+#~ "I can't read your partition table, it's too corrupted for me :(\n"
+#~ "I'll try to go on blanking bad partitions"
+#~ msgstr ""
+#~ "No puc llegir la vostra taula de particions, est massa malmesa per a mi :"
+#~ "(\n"
+#~ "Intentar seguir buidant les particions incorrectes"
+
+#~ msgid ""
+#~ "Please Build backup before to restore it...\n"
+#~ " or verify that your path to save is correct."
+#~ msgstr ""
+#~ "Si us plau Construiu la cpia de seguretat abans de restaurar-la...\n"
+#~ " o verifiqueu que el cam per a desar s correcte."
+
+#~ msgid "Firewalling Configuration"
+#~ msgstr "Configuraci del sistema de tallafocs"
+
+#~ msgid "Firewalling configuration"
+#~ msgstr "Configuraci del sistema de tallafocs"
+
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "You already have set up a firewall.\n"
+#~ "Click on Configure to change or remove the firewall"
+#~ msgstr ""
+#~ "Sistema de tallafocs\n"
+#~ "\n"
+#~ "Ja heu configurat un tallafocs.\n"
+#~ "Feu clic a Configura per canviar o eliminar el tallafoc"
+
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "Click on Configure to set up a standard firewall"
+#~ msgstr ""
+#~ "Sistema de tallafocs\n"
+#~ "\n"
+#~ "Feu clic a Configura per configurar un tallafocs estndard"
+
+#~ msgid ""
+#~ "We'll now ask you questions about which services you'd like to allow\n"
+#~ "the Internet to connect to. Please think carefully about these\n"
+#~ "questions, as your computer's security is important.\n"
+#~ "\n"
+#~ "Please, if you're not currently using one of these services, firewall\n"
+#~ "it off. You can change this configuration anytime you like by\n"
+#~ "re-running this application!"
+#~ msgstr ""
+#~ "Ara us farem preguntes sobre els serveis a qu voleu autoritzar que\n"
+#~ "Internet us connecti. Si us plau, penseu-hi a fons perqu la seguretat\n"
+#~ "del vostre ordinador s important.\n"
+#~ "\n"
+#~ "Si us plau, si un moment donat no esteu utilitzant algun d'aquests "
+#~ "serveis,\n"
+#~ "desactiveu-ne el tallafocs. Podeu canviar aquesta configuraci sempre "
+#~ "que\n"
+#~ "vulgueu tornant a executar aquesta aplicaci!"
+
+#~ msgid ""
+#~ "Are you running a web server on this machine that you need the whole\n"
+#~ "Internet to see? If you are running a webserver that only needs to be\n"
+#~ "accessed by this machine, you can safely answer NO here.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Esteu executant un servidor de web en aquest ordinador que necessiteu "
+#~ "que\n"
+#~ "pugui veure tothom a Internet? Si esteu executant un servidor de web a "
+#~ "qu\n"
+#~ "noms ha d'accedir aquest ordinador, aqu podeu respondre tranquillament "
+#~ "NO.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Are you running a name server on this machine? If you didn't set one\n"
+#~ "up to give away IP and zone information to the whole Internet, please\n"
+#~ "answer no.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Esteu executant un servidor de noms en aquest ordinador? Si no n'heu\n"
+#~ "configurat cap per proporcionar la IP i la informaci de zona a tothom a\n"
+#~ "Internet, si us plau responeu NO.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Do you want to allow incoming Secure Shell (ssh) connections? This\n"
+#~ "is a telnet-replacement that you might use to login. If you're using\n"
+#~ "telnet now, you should definitely switch to ssh. telnet is not\n"
+#~ "encrypted -- so some attackers can steal your password if you use\n"
+#~ "it. ssh is encrypted and doesn't allow for this eavesdropping."
+#~ msgstr ""
+#~ "Voleu autoritzar les connexions Secure Shell (ssh) d'entrada? Es tracta\n"
+#~ "d'una substituci del Telnet que podeu utilitzar per entrar. Si ara "
+#~ "esteu\n"
+#~ "utilitzant el Telnet, passeu-vos a l'ssh sense cap mena de dubte; el\n"
+#~ "Telnet no est xifrat, de manera que us poden robar la contrasenya si\n"
+#~ "l'utilitzeu, mentre que l'ssh est xifrat i no permet cap mena "
+#~ "d'intercepci."
+
+#~ msgid ""
+#~ "Do you want to allow incoming telnet connections?\n"
+#~ "This is horribly unsafe, as we explained in the previous screen. We\n"
+#~ "strongly recommend answering No here and using ssh in place of\n"
+#~ "telnet.\n"
+#~ msgstr ""
+#~ "Voleu autoritzar les connexions Telnet d'entrada?\n"
+#~ "Aix s tremendament insegur, com hem dit a la pantalla anterior. Us\n"
+#~ "recomanem vivament que respongueu No aqu i que utilitzeu l'ssh en "
+#~ "comptes\n"
+#~ "del Telnet.\n"
+
+#~ msgid ""
+#~ "Are you running an FTP server here that you need accessible to the\n"
+#~ "Internet? If you are, we strongly recommend that you only use it for\n"
+#~ "Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
+#~ "attackers, since FTP also uses no encryption for transferring passwords.\n"
+#~ msgstr ""
+#~ "Esteu executant un servidor d'FTP que necessiteu que sigui accessible a\n"
+#~ "Internet? Si s aix, us recomanen vivament que noms l'utilitzeu per a\n"
+#~ "transferncies annimes, ja que qualsevol contrasenya que s'envia per "
+#~ "FTP\n"
+#~ "pot ser robada, ats que l'FTP no utilitza xifratge per a la "
+#~ "transferncia\n"
+#~ "de contrasenyes.\n"
+
+#~ msgid ""
+#~ "Are you running a mail server here? If you're sending you \n"
+#~ "messages through pine, mutt or any other text-based mail client,\n"
+#~ "you probably are. Otherwise, you should firewall this off.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Esteu executant un servidor de correu? Si esteu enviant els missatges\n"
+#~ "a travs del pine, el mutt o qualsevol altre client de correu basat en\n"
+#~ "text, probablement s aix. En cas contrari, desactiveu-ne el tallafocs.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Are you running a POP or IMAP server here? This would\n"
+#~ "be used to host non-web-based mail accounts for people via \n"
+#~ "this machine.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Esteu executant un servidor POP o IMAP? Aix s'utilitzaria\n"
+#~ "per allotjar comptes de correu dels usuaris, no basats en web,\n"
+#~ "mitjanant aquest ordinador.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "You appear to be running a 2.2 kernel. If your network IP\n"
+#~ "is automatically set by a computer in your home or office \n"
+#~ "(dynamically assigned), we need to allow for this. Is\n"
+#~ "this the case?\n"
+#~ msgstr ""
+#~ "Sembla que esteu utilitzant un nucli 2.2. Si l'ordinador de\n"
+#~ "casa o de l'oficina estableix automticament la IP de la vostra\n"
+#~ "xarxa (assignaci dinmica), us cal autoritzar aix. s aquest el cas?\n"
+
+#~ msgid ""
+#~ "Is your computer getting time syncronized to another computer?\n"
+#~ "Mostly, this is used by medium-large Unix/Linux organizations\n"
+#~ "to synchronize time for logging and such. If you're not part\n"
+#~ "of a larger office and haven't heard of this, you probably \n"
+#~ "aren't."
+#~ msgstr ""
+#~ "El vostre ordinador est sincronitzat pel que fa al temps amb un altre?\n"
+#~ "Normalment, aix ho utilitzen organitzacions Unix/Linux mitjanes-grans\n"
+#~ "per sincronitzar el temps de les entrades i coses aix. Si no sou una "
+#~ "part\n"
+#~ "d'una oficina gran i no heu sentit parlar d'aix, probablement no us "
+#~ "trobeu\n"
+#~ "en aquest cas."
+
+#~ msgid ""
+#~ "Configuration complete. May we write these changes to disk?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+#~ msgstr ""
+#~ "La configuraci est completa. Podem desar aquests canvis al disc?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+
+#~ msgid "Can't open %s for writing: %s\n"
+#~ msgstr "No s'ha pogut obrir %s per escriure-hi: %s\n"
+
+#~ msgid "No I don't need DHCP"
+#~ msgstr "No, no necessito DHCP"
+
+#~ msgid "Yes I need DHCP"
+#~ msgstr "Si, necessito DHCP"
+
+#~ msgid "No I don't need NTP"
+#~ msgstr "No, no necessito NTP"
+
+#~ msgid "Yes I need NTP"
+#~ msgstr "Si, necessito NTP"
+
+#~ msgid "Don't Save"
+#~ msgstr "No Desis"
+
+#~ msgid "Save & Quit"
+#~ msgstr "Desa i Surt"
+
+#
+#~ msgid "Firewall Configuration Wizard"
+#~ msgstr "Auxiliar de configuraci del sistema de tallafocs"
+
+#~ msgid "No (firewall this off from the internet)"
+#~ msgstr "No (alla-la d'internet amb el tallafocs)"
+
+#~ msgid "Yes (allow this through the firewall)"
+#~ msgstr "Si (permet que passi el tallafocs)"
+
+#
+#~ msgid "Please Wait... Verifying installed packages"
+#~ msgstr "Si us plau, espereu... S'est verificant els pquets installats"
+
+#~ msgid ""
+#~ "Failure installing the needed packages: %s and Bastille.\n"
+#~ " Try to install them manually."
+#~ msgstr ""
+#~ "Hi ha hagut errros installant els paquets necessitats: %s i Bastille.\n"
+#~ " Provi d'installar-los manualment."
#~ msgid ""
#~ "This level is to be used with care. It makes your system more easy to "
@@ -14196,22 +14984,12 @@ msgstr "Estaci cientfica de treball"
#~ "que accepti connexions de molts clients. Nota: si la seva mquina s "
#~ "noms un client d'internet, seria millor escollir un nivell menor"
-#, fuzzy
-#~ msgid "Basic Options"
-#~ msgstr "Opcions"
-
-#, fuzzy
-#~ msgid "Security Checks"
-#~ msgstr "Seguretat"
-
#~ msgid "Data list to include on CDROM."
#~ msgstr "Llista de dades per a incloure en un CDROM."
-#
#~ msgid "Please choose your CD space"
#~ msgstr "Si us plau, escolliu l'espai del CD"
-#
#~ msgid "Please enter the cd writer speed"
#~ msgstr "Si us plau entreu la velocitat d'escriptura del cd"
@@ -14234,10 +15012,6 @@ msgstr "Estaci cientfica de treball"
#~ msgid "Choose a X driver"
#~ msgstr "Escolliu un dispositiu X"
-#
-#~ msgid "X driver"
-#~ msgstr "Dispositiu X"
-
#~ msgid "Choose options for server"
#~ msgstr "Escolliu les opcions per al servidor"
@@ -14250,10 +15024,6 @@ msgstr "Estaci cientfica de treball"
#~ msgid "Resolutions not chosen yet"
#~ msgstr "Encara no s'han escollit les resolucions"
-#~ msgid "Warning: testing this graphics card may freeze your computer"
-#~ msgstr ""
-#~ "Avs: la comprovaci d'aquesta targeta grfica pot penjar-vos l'ordinador"
-
#~ msgid ""
#~ "\n"
#~ "try to change some parameters"
diff --git a/perl-install/share/po/cy.po b/perl-install/share/po/cy.po
index 5c26163d0..258e14e79 100644
--- a/perl-install/share/po/cy.po
+++ b/perl-install/share/po/cy.po
@@ -4,9 +4,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: drakfloppy 0.43\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
-"PO-Revision-Date: 2002-02-23 10:00-0000\n"
+"Project-Id-Version: DrakX\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
+"PO-Revision-Date: 2002-08-29 22:29-0000\n"
"Last-Translator: Rhoslyn Prys <rhoslyn.prys@ntlworld.com>\n"
"Language-Team: Cymraeg <cy@li.org>\n"
"MIME-Version: 1.0\n"
@@ -49,19 +49,19 @@ msgstr "32 MB"
msgid "64 MB or more"
msgstr "16 MB neu fwy"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "Dewiswch wasanaethwr X"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "Gwasanaethwr X"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
msgstr "Ffurfweddiad amlben"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -69,30 +69,30 @@ msgstr ""
"Mae eich system yn cynnal ffurfweddiad amlben.\n"
"Beth hoffech ei wneud?"
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "Dewiswch faint y cof eich cerdyn graffeg"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "Ffurfweddiad XFree"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "Pa ffurfweddiad oXFree hoffech ei gael?"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr "Ffurfweddu pob pen yn annibynnol"
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr "Defnyddiwch estyniad Xinerama"
-#: ../../Xconfig/card.pm_.c:384
-#, fuzzy, c-format
+#: ../../Xconfig/card.pm_.c:386
+#, c-format
msgid "Configure only card \"%s\"%s"
-msgstr "Ffurfweddu cerdyn \"%s\" (%s) yn unig"
+msgstr "Ffurfweddu cerdyn \"%s\" %s yn unig"
#: ../../Xconfig/card.pm_.c:398 ../../Xconfig/card.pm_.c:399
#: ../../Xconfig/various.pm_.c:23
@@ -100,13 +100,13 @@ msgstr "Ffurfweddu cerdyn \"%s\" (%s) yn unig"
msgid "XFree %s"
msgstr "XFree86: %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s gyda cyflymu caledwedd 3D"
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -117,18 +117,18 @@ msgstr ""
"Mae eich cerdyn yn cael ei gynnal gan XFree %s efallai bod gwell cefnogaeth "
"yn 2D."
-#: ../../Xconfig/card.pm_.c:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"Mae modd i'ch cerdyn gael cefnogaeth cyflymu caledwedd 3D gyda XFree %s"
-#: ../../Xconfig/card.pm_.c:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s gyda cyflymu caledwedd 3D ARBROFOL"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -141,7 +141,7 @@ msgstr ""
"Mae eich cerdyn yn cael ei gynnal gan XFree %s efallai bod gwell cefnogaeth "
"yn 2D."
-#: ../../Xconfig/card.pm_.c:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -150,53 +150,53 @@ msgstr ""
"Mae modd i'ch cerdyn gael cefnogaeth cyflymu caledwedd 3D gyda XFree %s \n"
"SYLWER CEFNOGAETH ARBROFOL YW HWN AC FE ALL RHEWI EICH CYFRIFIADUR."
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (gyrrwr gosod dangoswr)"
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "Arddull"
-#: ../../Xconfig/main.pm_.c:104
-#, fuzzy
+#: ../../Xconfig/main.pm_.c:102
msgid "Graphic Card"
-msgstr "Cerdyn graffig"
+msgstr "Cerdyn Graffig"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "Cydraniad"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
-msgstr ""
+msgstr "Prawf"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Dewisiadau"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "Iawn"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Gadael"
@@ -213,28 +213,27 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "Dewiswch fonitor"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
-msgstr ""
+msgstr "Plug'n Play"
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "Generig"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
-#, fuzzy
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
msgid "Vendor"
-msgstr "Dadwneud"
+msgstr "Gwerthwr"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
-msgstr ""
+msgstr "Methodd ymholiad Plug'nPlay. Dewiswch ddangosydd penodol"
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -256,11 +255,11 @@ msgstr ""
"hynny.\n"
"Os oes gennych amheuaeth, dewiswch raddfa is."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "Graddfa adfywio llorweddol"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "Graddfa adfywio fertigol"
@@ -297,36 +296,40 @@ msgstr "Dewiswch y cydraniad a'r dyfnder lliw"
msgid "Graphics card: %s"
msgstr "Cerdyn graffeg: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "Diddymu"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "Profi'r ffurfweddiad"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "Ydych chi eisiau profi eich ffurfweddiad?"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "Profi'r ffurfweddiad"
+#: ../../Xconfig/test.pm_.c:31
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Rhybydd: gall profi'r cerdyn graffig hwn rewi eich cyfrifiadur"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -412,11 +415,18 @@ msgid ""
"\n"
"Do you have this feature?"
msgstr ""
+"Mae'n edrych fel bod gan eich cerdyn graffig gyswlltTV-OUT.\n"
+"Mae modd ei ffurfweddu i weithio drwy byffer ffrm.\n"
+"\n"
+"Rhaid cysylltu eich cerdyn graffig 'ch teledu cyn cychwyn eich "
+"cyfrifiadur.\n"
+"Dewiswch \"TVout\" yn y llwythwr cychwyn\n"
+"\n"
+"Ydy'r nodwedd hon gennych?"
#: ../../Xconfig/various.pm_.c:84
-#, fuzzy
msgid "What norm is your TV using?"
-msgstr "Pa fath o gysylltiad IDSN?"
+msgstr "Pa norm mae eich teledu yn ei ddefnyddio?"
#: ../../any.pm_.c:108 ../../any.pm_.c:133
msgid "First sector of boot partition"
@@ -462,26 +472,22 @@ msgstr "Cychwyn o DOS/Windows (loadlin)"
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "Prif ddewisiadau Bootloader"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "Bootloader ar waith"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "Gosodiad Bootloader"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "Dyfais cychwyn"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (nid yw'n gweithio gyda hen BIOSau)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "Cryno"
@@ -498,16 +504,17 @@ msgstr "Modd fideo"
msgid "Delay before booting default image"
msgstr "Oedi cyn cychwyn delwedd rhagosodedig"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Cyfrinair"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "Cyfrinair (eto)"
@@ -542,14 +549,14 @@ msgid ""
msgstr ""
"Dewis Nid yw 'cyfyngu dewisiadau llinell orchymyn' o werth heb gyfrinair"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "Ceisiwch eto"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "Nid yw'r cyfrineiriau'n cydfynd"
@@ -599,16 +606,16 @@ msgstr ""
"Dyma'r cofnodion gwahanol.\n"
"Mae modd i chi ychwanegu rhagor neu newid y rhai presennol."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Ychwanegu"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "Gorffen"
@@ -620,7 +627,7 @@ msgstr "Newid"
msgid "Which type of entry do you want to add?"
msgstr "Pa fath o gofnod ydych chi eisiau ei ychwanegu?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linux"
@@ -714,13 +721,13 @@ msgstr "Oes gennych un arall?"
msgid "Do you have any %s interfaces?"
msgstr "Oes gennych rhyngwynebau %s?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Na"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Iawn"
@@ -741,7 +748,7 @@ msgid "(module %s)"
msgstr "(modiwl %s)"
#: ../../any.pm_.c:689
-#, fuzzy, c-format
+#, 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'"
@@ -824,39 +831,46 @@ msgstr "caniatu \"su\""
msgid "access to administrative files"
msgstr "mynediad i ffeiliau gweinyddol"
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+msgid "access to network tools"
+msgstr "mynediad i offer rhwydwaith"
+
+#: ../../any.pm_.c:755
+msgid "access to compilation tools"
+msgstr "mynediad i offer crynhoad"
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(wedi ychwanegu %s yn barod)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "Mae'r cyfrinair yn rhy syml"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "Rhowch enw defnyddiwr"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Rhaid i'r enw defnyddiwr gynnwys dim ond llythrennau bach, rhifau, '-' a '_'"
-#: ../../any.pm_.c:766
-#, fuzzy
+#: ../../any.pm_.c:768
msgid "The user name is too long"
-msgstr "Mae'r enw defnyddiwr wedi ei ychwanegu yn barod"
+msgstr "Mae'r enw defnyddiwr yn rhy hir"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "Mae'r enw defnyddiwr wedi ei ychwanegu yn barod"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "Ychwanegu defnyddiwr"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -865,32 +879,32 @@ msgstr ""
"Rhowch enw defnyddiwr\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "Derbyn defnyddiwr"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "Enw cywir"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Enw defnyddiwr"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "Cragen"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "Eicon"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "Awtomewngofnodi"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -899,54 +913,54 @@ msgstr ""
"defnyddiwr\n"
"Hoffech chi wneud hyn?"
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "Dewis y defnyddiwr rhagosodedig:"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "Dewiswch y rheolwr ffenestr i rhedeg:"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
msgid "Please choose a language to use."
msgstr "Dewiswch iaith i'w defnyddio."
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
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 "Gallwch ddewis ieithoedd eraill fydd ar gael ar l gosod"
-#: ../../any.pm_.c:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Popeth"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "Allow all users"
msgstr "Caniatu pob defnyddiwr"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "No sharing"
msgstr "Dim rhannu"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Rhaid i becyn %s gael ei osod. Ydych chi am ei osod?"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "Medrwch allforio gan ddefnyddio NFS neu Samba. Pa un hoffech chi"
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Mae pecyn gorfodol %s ar goll"
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -954,12 +968,17 @@ msgid ""
"\n"
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
+"Hoffech chi ganiatu i rhai defnyddwyr rannu eu cyfeiriaduron?\n"
+"Bydd caniatu hyn yn gadael i ddefnyddwyr glicio ar \"Rhannu\" yn konqueror "
+"a nautilus.\n"
+"\n"
+"\"Addasu\" caniatu cyfran i'r defnyddwyr.\n"
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr "Cychwyn userdrake"
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -967,31 +986,31 @@ msgstr ""
"Mae rhannu yn l defnyddiwr yn defnyddio \"rhannu ffeiliau\" grwp.\n"
"Mae modd defnyddio userdrake i ychwanegu defnyddiwr i'r grwp."
-#: ../../any.pm_.c:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "Croeso i Crackers"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "Gwael"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Safonol"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "Uchel"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
msgid "Higher"
msgstr "Uwch"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "Paranoia"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1002,7 +1021,7 @@ msgstr ""
"i'w\n"
"gysylltu ag eraill nag i'r Rhyngrwyd. Does dim cysylltiad drwy gyfrinair."
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1010,7 +1029,7 @@ msgstr ""
"Mae'r cyfrinair wedi ei alluogi, ond ni argymellir ei ddefnyddio fel "
"cyfrifiadur rhwydwaith."
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1018,7 +1037,7 @@ msgstr ""
"Dyma'r safon sy'n cael ei argymell ar gyfer diogelwch cyfrifiadur fydd yn "
"cael ei gysylltu 'r Rhyngrwyd fel cleient."
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1026,7 +1045,7 @@ msgstr ""
"Mae rhai cyfyngiadau, ac mae rhagor o wiriadau awtomatig yn cael eu rhedeg "
"bob nos"
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1042,7 +1061,7 @@ msgstr ""
"cysylltiad gan amryw o gleientiaid. Sylwer: os mae cleient yn unig yw eich "
"peiriant ar y Rhyngrwyd, yna mae'n well i chi ddewis lefel is."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1050,33 +1069,31 @@ msgstr ""
"Wedi ei seilio ar y lefel flaenorol, ond mae'r system yn hollol gaedig.\n"
"Mae nodweddion diogelwch ar eu uchaf."
-#: ../../any.pm_.c:1091
-#, fuzzy
+#: ../../any.pm_.c:1094
msgid "DrakSec Basic Options"
-msgstr "Dewisiadau"
+msgstr "Dewisiadau Sylfaenol DrakSec"
-#: ../../any.pm_.c:1092
-#, fuzzy
+#: ../../any.pm_.c:1095
msgid "Please choose the desired security level"
msgstr "Dewiswch lefel diogelwch"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
msgid "Security level"
msgstr "Lefel diogelwch"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
msgid "Use libsafe for servers"
msgstr "Defnyddiwch libsafe ar gyfer gwasanaethwyr"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Llyfrgell sy'n diogelu rhag gorlif byffer ac ymosodiadau llinellau fformatio."
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
-msgstr ""
+msgstr "Gweinyddwr Diogelwch (mewngfnodi neu e-bost)"
#: ../../any.pm_.c:1189
msgid ""
@@ -1084,6 +1101,9 @@ msgid ""
"allow switching between the different keyboard layouts\n"
"(eg: latin and non latin)"
msgstr ""
+"Yma medrwch ddewis yr allwedd neu gyfuniad allwedd fydd yn\n"
+"caniatu newid rhwng bysellfyrddau gwahanol (e.e.: lladin neu\n"
+"arall)"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#: ../../bootloader.pm_.c:375
@@ -1103,57 +1123,57 @@ 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:935
+#: ../../bootloader.pm_.c:932
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Croeso i GRUB, y dewiswr systemau gweithredu!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:935
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Defnyddiwch allweddi %c a %c i ddewis pa gofnod i'w amlygu."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:938
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Gwasgwch Enter i gychwyn y system weithredu, 'g' i olygu'r"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:941
msgid "commands before booting, or 'c' for a command-line."
msgstr "gorchmynion cyn cychwyn, neu 'o' am y llinell orchymyn."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:944
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Bydd y cofnod wedi ei amlygu'n cychwyn yn awtomatig ymhen %d eiliad."
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:948
msgid "not enough room in /boot"
msgstr "dim digon o le yn /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "Penbwrdd"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "Dewislen Cychwyn"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Nid oes modd gosod y llwythwr cychwyn ar adran %s\n"
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr "nid yw cymorth wedi ei weithredu eto.\n"
@@ -1161,8 +1181,8 @@ msgstr "nid yw cymorth wedi ei weithredu eto.\n"
msgid "Boot Style Configuration"
msgstr "Ffurfweddu'r Math o Gychwyn"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Ffeil"
@@ -1172,7 +1192,7 @@ msgstr "/_Ffeil"
msgid "/File/_Quit"
msgstr "/Ffeil/_Gadael"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1206,102 +1226,110 @@ msgid "Yaboot mode"
msgstr "Modd Yaboot"
#: ../../bootlook.pm_.c:143
-#, fuzzy
msgid "Install themes"
-msgstr "System osod"
+msgstr "Gosod themu"
#: ../../bootlook.pm_.c:144
msgid "Display theme under console"
-msgstr ""
+msgstr "Dangos thema yn y consol"
-#: ../../bootlook.pm_.c:166
-msgid "Can't create Bootsplash preview"
-msgstr ""
+#: ../../bootlook.pm_.c:145
+msgid "Create new theme"
+msgstr "Creu thema newydd"
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169
+msgid "Can't create Bootsplash preview"
+msgstr "Methu creu rhagolwg Croeso Cychwyn"
+
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "Gwall"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
-msgstr ""
+msgstr "%s to %s.old wrth gefn"
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
-msgstr ""
+msgstr "methu cadw neges lilo wrth gefn"
-#: ../../bootlook.pm_.c:186
-#, fuzzy, c-format
+#: ../../bootlook.pm_.c:189
+#, c-format
msgid "Copy %s to %s"
-msgstr "Copo %s"
+msgstr "Copo %s i %s"
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
-msgstr ""
+msgstr "methu newid neges lilo"
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
-msgstr ""
+msgstr "Heb ganfod neges lilo"
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
-msgstr ""
+msgstr "Methu ysgrifennu /etc/sysconfig/bootsplash."
-#: ../../bootlook.pm_.c:220
-#, fuzzy, c-format
+#: ../../bootlook.pm_.c:223
+#, c-format
msgid "Write %s"
-msgstr "XFree86: %s"
+msgstr "Ysgrifennu %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
+"Methu ysgrifennu /etc/sysconfig/bootsplash.\\\\\n"
+"Heb ganfod y ffeil"
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
-msgstr ""
+msgstr "Methu cychwyn mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
-msgstr ""
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
+msgstr "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
+"Methu ailgychwyn LiLo!\n"
+"Cychwyn \"lilo\" fel gwraidd ar y linell orchymyn i gwblhau gosod thema "
+"LiLo'n llawn."
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
-msgstr ""
+msgstr "Ail gychwyh 'lilo'"
-#: ../../bootlook.pm_.c:248
-#, fuzzy
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
msgid "Notice"
-msgstr "NoVideo"
+msgstr "Nodyn"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
-msgstr ""
+msgstr "Themu LiLo a Bootsplash wedi eu gosod yn llwyddiannus"
-#: ../../bootlook.pm_.c:249
-#, fuzzy
+#: ../../bootlook.pm_.c:252
msgid "Theme installation failed!"
-msgstr "Dewis dosbarth gosod"
+msgstr "Methodd gosod y thema!"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1310,23 +1338,21 @@ msgstr ""
"Ryych yn defnyddio %s fel Rheolwr Cychwyn.\n"
"Cliciwch Ffurfweddu i gychwyn dewin gosod"
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Ffurfweddu"
-#: ../../bootlook.pm_.c:267
-#, fuzzy
+#: ../../bootlook.pm_.c:270
msgid "Splash selection"
-msgstr "Cadw'r dewis becynnau"
+msgstr "Dewis sgrin croeso"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
msgid "Themes"
-msgstr ""
+msgstr "Themu"
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1334,45 +1360,50 @@ msgid ""
"you can choose\n"
"them separatly"
msgstr ""
+"\n"
+"Dewis thema ar\n"
+"gyfer lilo a bootsplash,\n"
+"mae modd eu dewis\n"
+"ar wahn"
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
-msgstr ""
+msgstr "Sgrin Lilo"
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
-msgstr ""
+msgstr "Bootsplash"
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr "Modd System"
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr "Cychwyn y system X-Window o'r cychwyn"
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr "Na, tydw i ddim eisiau awto-mewngofnodi"
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Iawn, rwyf eisiau awto-mewngofnodi gyda (defnyddiwr, penbwrdd)"
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr "Iawn"
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "maethu agor/etc/inittab ar gyfer darllen: %s"
@@ -1469,49 +1500,50 @@ msgstr "Awstria"
msgid "United States"
msgstr "Yr Unol Daleithiau"
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-#, fuzzy
-msgid "Unknown Model"
-msgstr "Model anhysbys"
-
#: ../../diskdrake/dav.pm_.c:23
-#, fuzzy
msgid "New"
-msgstr "newydd"
+msgstr "Newydd"
+
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "Dad-osod"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "Gosod"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "Gwasanaethwr"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Pwynt gosod"
-#: ../../diskdrake/dav.pm_.c:68
-#, fuzzy
+#: ../../diskdrake/dav.pm_.c:81
msgid "Please enter the WebDAV server URL"
-msgstr "Rhowch gyflymder yr ysgrifennydd CD"
+msgstr "Rhowch URL gwasanaehthwr WebDAV"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
msgid "The URL must begin with http:// or https://"
-msgstr ""
+msgstr "Rhaid i'r URL gychwyn gyda http:// neu https://"
-#: ../../diskdrake/dav.pm_.c:92
-#, fuzzy
+#: ../../diskdrake/dav.pm_.c:105
msgid "Server: "
-msgstr "Gwasanaethwr"
+msgstr "Gwasanaethwr:"
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Pwynt gosod:"
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Dewisiadau: %s"
@@ -1520,8 +1552,9 @@ msgstr "Dewisiadau: %s"
msgid "Please make a backup of your data first"
msgstr "Gwnewch gopi wrth gefn o'ch data yn gyntaf"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "Darllenwch yn ofalus!"
@@ -1560,10 +1593,14 @@ msgid "Please click on a partition"
msgstr "Cliciwch ar raniad"
#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "Manylion"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+msgid "No hard drives found"
+msgstr "Heb ganfood gyrrwyr caled"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1588,13 +1625,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "Gwag"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "Arall"
@@ -1602,12 +1639,12 @@ msgstr "Arall"
msgid "Filesystem types:"
msgstr "Mathau ffeil-system:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "Creu"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "Math"
@@ -1617,7 +1654,7 @@ msgstr "Math"
msgid "Use ``%s'' instead"
msgstr "Defnyddiwch \"%s\" yn lle hynny"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "Dileu"
@@ -1625,7 +1662,7 @@ msgstr "Dileu"
msgid "Use ``Unmount'' first"
msgstr "Defnyddiwch \"Dad-osod\" yn gyntaf"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1633,102 +1670,102 @@ msgstr ""
"Wedi newid y math o raniad %s bydd yr holl ddata ar y rhaniad yn cael ei "
"golli"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose a partition"
msgstr "Dewiswch raniad"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose another partition"
msgstr "Dewiswch rhaniad arall"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
msgid "Exit"
msgstr "Gadael"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "Cyffredinol > Arbennigwr"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "Arbennigwr > Cyffredinol"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "Dadwneud"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "Parhau beth bynnag?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "Gorffen heb arbed"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "Gorffen heb ysgrifennu y tabl rhaniadau?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
msgid "Do you want to save /etc/fstab modifications"
msgstr "Ydych eisiau cadw newidiadau /etc/fstab"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "Awto ddynodi"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "Clirio i gyd"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "Rhagor"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
msgid "Hard drive information"
msgstr "Gwybodaeth am y ddisg caled"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "Mae pob rhaniad cynradd wedi ei ddefnyddio"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "Alla'i ddim ychwanegu unrhyw raniadau ychwanegol"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
msgstr "I gael mwy o raniadau, dilwch un er mwyn gallu creu rhaniad estynedig"
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
msgid "Save partition table"
msgstr "Cadw'r tabl rhaniad"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
msgid "Restore partition table"
msgstr "Adfer y tabl rhaniad"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "Achub y tabl rhaniadau"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
msgid "Reload partition table"
msgstr "Ail-lwytho'r tabl rhaniad"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
msgid "Removable media automounting"
msgstr "Cyfrwng symudadwy'n awto-osod"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "Dewiswch ffeil"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1736,11 +1773,11 @@ msgstr ""
"Nid oes gan y tabl rhaniad wrth gefn yr un maint\n"
"Parhau?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "Rhybudd"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1748,112 +1785,107 @@ msgstr ""
"Rhowch flopi yn y disg-yrrwr\n"
"Mi fydd yr holl wybodaeth ar y fflopi yma yn gael ei ddileu"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "Yn trio achub y tabl rhaniadau"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
msgid "Detailed information"
msgstr "Gwybodaeth fanwl"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "Newid maint"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "Symud"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "Fformatio"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Gosod"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "Ychwanegu i RAID"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "Ychwanegu i LVM"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Dad-osod"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "Tynnu o RAID"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "Tynnu o LVM"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "Newid RAID"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "Defnyddiwch ar gyfer cylchol"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "Creu rhaniad newydd"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "Sector dechreuol: "
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "Maint mewn MB: "
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "Math o ffeilsystem: "
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "Dewis"
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
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 ""
+"Nid oes modd i chi greu rhaniad newydd\n"
+"(gan eich bod wedi cyrraedd y nifer uchaf o raniadau cynradd).\n"
+"Diddymwch raniad cynradd a chreu rhaniad estynedig."
-#: ../../diskdrake/interactive.pm_.c:494
+#: ../../diskdrake/interactive.pm_.c:499
msgid "Remove the loopback file?"
msgstr "Tynnu'r ffeil cylch-ol?"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "Newid math y rhaniad"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Pa fath o system ffeil ydych chi eisiau?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr "Newid o ext2 i ext3"
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Lle'r hoffech chi odod y ffeil cylch-ol %s?"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Lle ydych am osod dyfais %s?"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1862,138 +1894,138 @@ msgstr ""
"gyfer cylch-ol\n"
"Tynnu'r cylch-ol yn gyntaf"
-#: ../../diskdrake/interactive.pm_.c:584
-#, fuzzy, c-format
+#: ../../diskdrake/interactive.pm_.c:594
+#, c-format
msgid "Where do you want to mount %s?"
-msgstr "Lle ydych am osod dyfais %s?"
+msgstr "Lle ydych am osod %s?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "Cyfrifo ffiniau system ffeiliau FAT"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "Newid maint"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr "Nid oes modd newid maint y rhaniad"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr "Dylai'r holl ddata ar y rhaniad gael ei ategu"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Ar l newid maint rhaniad %s, bydd yr holl ddata ar y rhaniad yma yn cael ei "
"golli"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "Dewiswch y maint newydd"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
msgid "New size in MB: "
msgstr "Maint mewn MB: "
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "Pa ddisg hoffech chi symud iddo?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "Sector"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "Pa sector hoffech chi symud iddo?"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "Symud"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "Yn symud rhaniad.."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "Dewis RAID presennol i ychwanegu iddo"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "newydd"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "Dewis LVM presennol i ychwanegu iddo"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr "Enw LVM"
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "Niid oes modd defnyddio'r rhaniad ar gyfer cylch-ol"
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "Cylch-ol"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "Enw ffeil cylch-ol"
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
msgid "Give a file name"
msgstr "Rhowch enw ffeil"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr ""
"Mae'r ffeil yn cael ei ddweis eisoes gam gylch-ol arall, dewiswch un arall"
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr "Mae'r ffeil yn bodoli eisoes. Defnyddiwch hwn?"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
msgid "Mount options"
msgstr "Dewisiadau gosod"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr "Amrywiol"
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "dyfais"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "lefel"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "maint darn"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr "Byddwch ofalus: mae'r weithred hon yn beryglus"
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "Pa fath o rhaniad %s"
-#: ../../diskdrake/interactive.pm_.c:955
-#, fuzzy, c-format
+#: ../../diskdrake/interactive.pm_.c:965
+#, c-format
msgid "The package %s is needed. Install it?"
-msgstr "Rhaid i becyn %s gael ei osod. Ydych chi am ei osod?"
+msgstr "Rhaid cael pecyn %s. Ydych chi am ei osod?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2005,7 +2037,7 @@ msgstr ""
"Naill ai nad ydych yn defnyddio LILO a ddim angen /boot neu byddwch yn "
"defnyddio LILO a ni fydd yn gweithio."
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2017,7 +2049,7 @@ msgstr ""
"Os ydych yn bwriadu defnyddio y rheolwr bwtio LILO, nodwch fe ddylech greu "
"rhaniad /boot"
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2027,45 +2059,45 @@ msgstr ""
"Nid oes llwythwr cychwyn yn medru trin hwn heb rhaniad /boot\n"
"Cofiwch ychwanegu rhaniad /boot"
-#: ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Mae tabl rhaniad disg-yrrwr %s am gael ei ysgrifennu i'r disg!"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr "Mi fydd angen i chi ail-fwtio cyn i'r newidiadau gymeryd lle"
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Wedi fformatio rhaniad %s, bydd yr holl ddata ar y rhaniad yn cael ei golli"
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "Fformatio"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "Yn fformatio ffeil cylch-ol %s"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "Yn fformatio rhaniad %s"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Hide files"
msgstr "Cuddio ffeiliau"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Move files to the new partition"
msgstr "Symud ffeiliau i'r rhaniad newydd"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2074,83 +2106,83 @@ msgstr ""
"Mae cyfarwyddiadur %s eisoes yn cynnwys peth data\n"
"(%s)"
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
msgid "Moving files to the new partition"
msgstr "Symud ffeiliau i'r rhaniad newydd"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr "Copo %s"
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, c-format
msgid "Removing %s"
msgstr "Tynnu %s"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr "Mae rhaniad %s yn cael ei alw'n %s"
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "Dyfais: "
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "Llythyren disg-yrrwr yn DOS: %s (dim ond dyfalu)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "Math: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "Enw :"
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "Dechrau: sector %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "Maint: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s sector"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "Silindr %d i silindr %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "Wedi fformatio\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "Heb ei fformatio\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "Gosodwyd\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -2159,7 +2191,7 @@ msgstr ""
"Ffeil(iau) Cylch-ol:\n"
" %s\n"
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2167,27 +2199,27 @@ msgstr ""
"Y rhaniad i'w bwtio fel rheol\n"
" (ar gyfer bwt MS-DOS, nid ar gyfer lilo)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "Lefel %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "Maint darn %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "Disg RAID %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "Enw ffeil cylch-ol: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2199,7 +2231,7 @@ msgstr ""
"yw'r rhaniad hwn. Gwell gadael\n"
"llonnydd iddo.\n"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2211,58 +2243,62 @@ msgstr ""
"hwn ar gyfer cychwyniad\n"
"dwbl eich system\n"
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr "Darllen yn unig"
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "Maint: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometreg: %s silindr, %s pen, %s sector\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "Gwybodaeth:"
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "Diag LVM %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "Math tabl rhaniad: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
-#, fuzzy, c-format
+#: ../../diskdrake/interactive.pm_.c:1156
+#, c-format
msgid "on channel %d id %d\n"
-msgstr "ar fws %d id %d\n"
+msgstr "ar sianel %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
msgid "Filesystem encryption key"
msgstr "Allwedd amgryptio system ffeil : "
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr "Dewiswch eich allwedd amgryptio system ffeiliau"
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
"Mae'r allwedd amgryptio'n rhy syml ( mae'n rhaid bod o leiaf %d nod o hyd)"
-#: ../../diskdrake/interactive.pm_.c:1180
+#: ../../diskdrake/interactive.pm_.c:1191
msgid "The encryption keys do not match"
msgstr "Nid yw'r allweddi amgryptio'n cydfynd"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr "Allwedd amgryptio"
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr "Allwedd amgryptio (eto)"
@@ -2278,58 +2314,56 @@ msgstr "Cliciwch ar gyfrwng"
#, c-format
msgid "Can't login using username %s (bad password?)"
msgstr ""
+"Methu mewngofnodi gan ddefnyddio enw defnyddiwr %s (cyfrinair anghywir?)"
#: ../../diskdrake/smbnfs_gtk.pm_.c:166 ../../diskdrake/smbnfs_gtk.pm_.c:175
-#, fuzzy
msgid "Domain Authentication Required"
-msgstr "Dilysu"
+msgstr "Angen Dilysu Parth"
#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
msgid "Another one"
-msgstr "Rhyngrwyd"
+msgstr "Un arall"
#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
msgid "Which username"
-msgstr "Enw defnyddiwr"
+msgstr "Pa enw defnyddiwr"
#: ../../diskdrake/smbnfs_gtk.pm_.c:176
msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
+"Rhowch eich enw defnyddiwr, cyfrinair ac enw parth y gael mynediad i'r "
+"gwesteiwr."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
-#, fuzzy
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
msgid "Username"
msgstr "Enw defnyddiwr"
#: ../../diskdrake/smbnfs_gtk.pm_.c:180
-#, fuzzy
msgid "Domain"
-msgstr "Parth NIS"
+msgstr "Parth"
#: ../../diskdrake/smbnfs_gtk.pm_.c:200
msgid "Search servers"
msgstr "Chwiliwch am wasanaethwyr"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "mi fethodd y %s fformatio o %s"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Nid wyf yn gwybod sut i fformatio %s ym math %s"
-#: ../../fs.pm_.c:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "methodd gosod rhaniad %s yng gnhyfeiriadur %s"
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "gwall dadosod %s: %s"
@@ -2346,285 +2380,343 @@ msgstr "gyda /usr"
msgid "server"
msgstr "Gwasanaethwr"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, fuzzy, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"Nid wyf yn medru darllen eich tabl rhaniad, mae'n rhy lygredig. :(\n"
+"Mae modd i mi fynd ymlaen i ddiystyru rhaniadau gwael (Bydd yr\n"
+" HOLL DDATA'n cael ei golli!). Yr ateb arall yw peidio gadael i\n"
+"DrakX newid y tabl rhaniad. (y gwall yw %s)\n"
+"\n"
+"Ydych chi'n cytuno i golli'r holl raniadau?\n"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "Does dim modd defnyddio JFS ar rhaniadau llai na 16MB"
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Does dim modd defnyddio ReiserFS ar gyfer rhaniadau llai na 32MB"
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "Rjhaid i bwyntiau gosod gynnwys / arweiniol"
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Mae yna eisoes raniad gyda pwynt gosod %s\n"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "Does dim modd defnyddio Cyfrol Rhesymegol LVM ar gyfer pwynt gosod %s"
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr "Dyai'r cyfeiriadur aros o fewn y system ffeilio gwraidd"
-#: ../../fsedit.pm_.c:501
-#, fuzzy
+#: ../../fsedit.pm_.c:530
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
"point\n"
msgstr ""
-"Mae angen gwir system ffeilio (ext2, reiserfs) ar gyfer y pwynt gosod\n"
+"Mae angen gwir system ffeilio (ext2, reiserfs, xfs, neu jfs)) ar gyfer y "
+"pwynt gosod\n"
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr "Does dim modd defnyddio Cyfrol Rhesymegol LVM ar gyfer pwynt gosod %s"
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
msgid "Not enough free space for auto-allocating"
msgstr "Nid oes digon o le ar gyfer awtoddynodi"
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr "Dim i'w wneud"
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Gwall wrth agos %s ar gyfer ysgrifennu %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr "Dim gyrrwyr eraill"
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr "Nid oes gyrrwr OSS/ALSA arall ar gyfer eich cerdyn sain (%s)"
+
+#: ../../harddrake/sound.pm_.c:158
+msgid "Sound configuration"
+msgstr "Furfweddiad sain"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
msgstr ""
-"Digwyddodd gwall - ni chanfyddwyd dyfeisiadau dilys i greu systemau ffeil "
-"arnynt. Gwiriwch eich caledwedd am ffynhonell yr anhawster."
+"Yma medrwch ddewis gyrrwr arall (un ai OSS neu ALSA) ar gyfer eich cerdyn "
+"sain (%s)"
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "Does gennych chi ddim rhaniadau!"
+#: ../../harddrake/sound.pm_.c:162
+msgid "Driver:"
+msgstr "Gyrrwr:"
-#: ../../harddrake/ui.pm_.c:15
-#, fuzzy
+#: ../../harddrake/sound.pm_.c:173
+msgid "No known driver"
+msgstr "Dim gyrrwr hysbys"
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr "Nid oes gyrrwr hysbys ar gyfer eich cerdyn sain (%s)"
+
+#: ../../harddrake/sound.pm_.c:177
+msgid "Unkown driver"
+msgstr "Gyrrwr anhysbys"
+
+#: ../../harddrake/sound.pm_.c:178
+#, fuzzy, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
+"Nid yw'r gyrrwr \"%s\" wedi ei restri\n"
+"\n"
+"Gyrrwch allbwn gorchymyn \"lspcidrake -v\" i\n"
+"Thierry Vignaud <tvignaud at mandrakesoft dot com>\n"
+"o dan bennawd: unlisted sound drivers"
+
+#: ../../harddrake/ui.pm_.c:16
msgid "Model"
-msgstr "Llygoden"
+msgstr "Model"
-#: ../../harddrake/ui.pm_.c:15
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:16
msgid "hard disk model"
-msgstr "Cof Cerdyn (DMA)"
+msgstr "Model disg caled"
-#: ../../harddrake/ui.pm_.c:16
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:17
msgid "Channel"
-msgstr "Diddymu"
+msgstr "Sianel"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
-msgstr ""
+msgstr "Sianel EIDE/SCSI"
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
-msgstr ""
+msgstr "Bws"
-#: ../../harddrake/ui.pm_.c:19
+#: ../../harddrake/ui.pm_.c:20
msgid ""
"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
-msgstr ""
+msgstr "dyma'r bws corfforol i'r ddyfais gael ei gysylltu (e.e. PCI, USB,...)"
-#: ../../harddrake/ui.pm_.c:20
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:21
msgid "Module"
-msgstr "Llygoden"
+msgstr "Modiwl"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
-msgstr ""
+msgstr "y modiwl o'r cnewyllyn GNU/Linux sy'n trin y ddyfais honno"
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
-msgstr ""
+msgstr "Dosbarth y cyfrwng"
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
-msgstr ""
+msgstr "dosbarth y dyfais caledwedd"
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "Disgrifiad"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
-msgstr ""
+msgstr "mae'r maes yn disgrifio'r ddyfais"
-#: ../../harddrake/ui.pm_.c:24
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:25
msgid "Bus identification"
-msgstr "Dilysu"
+msgstr "Dynodiad bws"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
+"- dyfeisiau PCI ac USB : dyma restr gwerthwyr, dyfais, iswerthwyr ac "
+"isddyfais PCI/USB"
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
-msgstr ""
+msgstr "Lleoliad ar y bws"
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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 ""
+"- dyfeisiau pci: dyma slot PCI, dyfais a gwaith y cerdyn\n"
+"- dyfeisiau ide: mae'r ddyfais un ai yn was neu feistr\n"
+"- dyfeisiau scsi: dynodiad dyfeisiau scsi a'r bws scsi"
-#: ../../harddrake/ui.pm_.c:31
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:32
msgid "Old device file"
-msgstr "Dewiswch ffeil"
+msgstr "Hen ffeil dyfais"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
-msgstr ""
+msgstr "hen enw dyfais sefydlog yn cael ei ddefnyddio mewn pecyn dev"
-#: ../../harddrake/ui.pm_.c:33
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:34
msgid "New devfs device"
-msgstr "Dyfais mynedfa"
+msgstr "Dyfais devfs newydd"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
-msgstr ""
+msgstr "enw dyfais deinamig yn cael eui gynhyrchu gan incore kernel devfs"
-#: ../../harddrake/ui.pm_.c:35
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:36
msgid "Number of buttons"
-msgstr "2 fotwm"
+msgstr "Nifer o fotymau"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
-msgstr ""
+msgstr "enw gwerthwr y ddyfais"
+
+#: ../../harddrake/ui.pm_.c:38
+#, fuzzy
+msgid "Alternative drivers"
+msgstr "Dim gyrrwyr eraill"
-#: ../../harddrake/ui.pm_.c:60
+#: ../../harddrake/ui.pm_.c:39
#, fuzzy
+msgid "the list of alternative drivers for this sound card"
+msgstr "Nid oes gyrrwr OSS/ALSA arall ar gyfer eich cerdyn sain (%s)"
+
+#: ../../harddrake/ui.pm_.c:63
msgid "/_Quit"
-msgstr "Gadael"
+msgstr "/_Gadael"
-#: ../../harddrake/ui.pm_.c:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Cymorth"
-#: ../../harddrake/ui.pm_.c:62
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:65
msgid "/_Help..."
-msgstr "/_Cymorth"
+msgstr "/_Cymorth..."
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
-msgstr ""
+msgstr "Harddrake help"
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
+"Disgrifiad y meysydd:\n"
+"\n"
-#: ../../harddrake/ui.pm_.c:68
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:71
msgid "/_About..."
-msgstr "/Cymorth/_Ynghylch..."
+msgstr "/_Ynghylch..."
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
-msgstr ""
+msgstr "Ynghylch Harddrake"
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
+"Dyma HardDrake, offeryn ffurfweddu caledwedd Mandrake.\n"
+"Fersiwn:"
-#: ../../harddrake/ui.pm_.c:71
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:74
msgid "Author:"
-msgstr "Atoholi"
+msgstr "Awdur"
-#: ../../harddrake/ui.pm_.c:83
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
-msgstr "Canfod disg caled"
+msgstr "Harddrake2 fersiwn "
-#: ../../harddrake/ui.pm_.c:91
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:103
msgid "Detected hardware"
-msgstr "Gweler gwyboadeth am galedwedd"
+msgstr "Caledwedd canfyddwyd"
-#: ../../harddrake/ui.pm_.c:92
-#, fuzzy
-msgid "Configure module"
-msgstr "Ffurfweddu llygoden"
+#: ../../harddrake/ui.pm_.c:105
+msgid "Information"
+msgstr "Gwybodaeth"
-#: ../../harddrake/ui.pm_.c:92
-#, fuzzy
-msgid "Informations"
-msgstr "Dangos gwybodaeth"
+#: ../../harddrake/ui.pm_.c:108
+msgid "Configure module"
+msgstr "Modd ffurfweddu"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
-msgstr ""
+msgstr "Rhedeg offeryn ffurfweddu"
-#: ../../harddrake/ui.pm_.c:96
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:113
msgid "Detection in progress"
-msgstr "canfyddwyd ar borth %s"
+msgstr "Canfod ar waith"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "Arhoswch"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
-msgstr ""
+msgstr "cynradd"
-#: ../../harddrake/ui.pm_.c:139
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:156
msgid "secondary"
-msgstr "%d eiliad"
+msgstr "eilradd"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
-msgstr ""
+msgstr "Mae modd i chi ffurfweddu pob paramedr o'r modiwl yma"
-#: ../../harddrake/ui.pm_.c:192
-#, fuzzy, c-format
+#: ../../harddrake/ui.pm_.c:213
+#, c-format
msgid "Running \"%s\" ..."
-msgstr "Tynnu argraffydd \"%s\"..."
+msgstr "Rhedeg \"%s\"..."
#: ../../harddrake/v4l.pm_.c:15 ../../harddrake/v4l.pm_.c:65
-#, fuzzy
msgid "Auto-detect"
-msgstr "Defnyddio awto ganfod"
+msgstr "Awto ganfod"
#: ../../harddrake/v4l.pm_.c:66 ../../harddrake/v4l.pm_.c:186
-#, fuzzy
msgid "Unknown|Generic"
-msgstr "Generig"
+msgstr "Anhysbys|Generig"
#: ../../harddrake/v4l.pm_.c:98
msgid "Unknown|CPH05X (bt878) [many vendors]"
-msgstr ""
+msgstr "Anhysbys|CPH05X (bt878) [nifer o werthwyr]"
#: ../../harddrake/v4l.pm_.c:99
msgid "Unknown|CPH06X (bt878) [many vendors]"
-msgstr ""
+msgstr "Anhysbys|CPH06X (bt878) [nifer o werthwyr]"
#: ../../harddrake/v4l.pm_.c:210
msgid ""
@@ -2633,59 +2725,62 @@ msgid ""
"If your card is misdetected, you can force the right tuner and card types "
"here. Just select your tv card parameters if needed"
msgstr ""
+"Ar gyfer y rhelyw o gardiau Teledu diweddar, mae'r modiwl bttv o'r cnewyllyn "
+"yn awto ganfod y paramedrau cywir.\n"
+"Os yw'ch cerdyn yn cael ei ganfod ar gam, mae modd gorfodi'r mathau cywir o "
+"gerdyn a rheolydd,\n"
+"Dewiswch baramedrau eich cerdyn teledu os oes raid"
#: ../../harddrake/v4l.pm_.c:213
-#, fuzzy
-msgid "Card model :"
-msgstr "Cof Cerdyn (DMA)"
+msgid "Card model:"
+msgstr "Model cerdyn:"
#: ../../harddrake/v4l.pm_.c:214
-#, fuzzy
-msgid "Tuner type :"
-msgstr "Newid y math"
+msgid "Tuner type:"
+msgstr "Math o diwniwr"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
-msgstr ""
+msgid "Number of capture buffers:"
+msgstr "Nifer o fyffers cipio:"
#: ../../harddrake/v4l.pm_.c:215
msgid "number of capture buffers for mmap'ed capture"
-msgstr ""
+msgstr "nifer o fyffers cipio ar gyfer cipio mmap"
#: ../../harddrake/v4l.pm_.c:217
-#, fuzzy
-msgid "PLL setting :"
-msgstr "gosodiad llwyth"
+msgid "PLL setting:"
+msgstr "Gosodiad PLL:"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
-msgstr ""
+msgid "Radio support:"
+msgstr "Cynal radio:"
#: ../../harddrake/v4l.pm_.c:218
msgid "enable radio support"
-msgstr ""
+msgstr "galluogi cynal radio"
#: ../../help.pm_.c:13
+#, fuzzy
msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2807,6 +2902,7 @@ msgstr ""
"allan yr CD cyfredol a gofyn am y llall.."
#: ../../help.pm_.c:77
+#, fuzzy
msgid ""
"It is now time to specify which programs you wish to install on your\n"
"system. There are thousands of packages available for Mandrake Linux, and\n"
@@ -2835,7 +2931,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2910,11 +3006,12 @@ msgstr ""
" "
#: ../../help.pm_.c:128
+#, fuzzy
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -2984,12 +3081,13 @@ msgstr ""
"greu disg meddal o'r fath."
#: ../../help.pm_.c:164
+#, fuzzy
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -3066,10 +3164,11 @@ msgstr ""
"!!"
#: ../../help.pm_.c:203
+#, fuzzy
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -3082,6 +3181,7 @@ msgid ""
msgstr "Mae gGNU/Linux yn rheoli amser drwy GMT (Greenwich Mean Time)"
#: ../../help.pm_.c:217
+#, fuzzy
msgid ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
"on which all the graphical environments (KDE, GNOME, AfterStep,\n"
@@ -3100,7 +3200,9 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
"X (am X Window System) yw calon rhag wyneb graffigol GNU/Linux\n"
"y mae pob amgylchedd graffig megis KDE, Gnome, AfterStep\n"
@@ -3121,32 +3223,7 @@ msgstr ""
"bod y ffurfweddiad yn anghywir a daw i ben ymhen 10 eiliad, gan adfer y "
"sgrin."
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"Efallai na fyddwch yn fodlon iawn gyda dagosiad ffurfweddiad X y tro\n"
-"cyntaf fyddwch yn ei ddefnyddio (sgrin yn rhy fach, i un ochr, ag ati)\n"
-"Felly mae DrakX yn gofyn i chi os yw'r ffurfweddiad yn iawn. Bydd\n"
-"hefyd yn cynnig ei newid drwy gynnig restr o foddau dilys daeth o hyd\n"
-"iddynt, i chi gael dewis un.\n"
-" \n"
-"Os nad ydych yn medru cael X i weithio, dewiswch \" Newid cerdyn graffig"
-"\",\n"
-"dewiswch \"Cerdyn heb ei restri\", ac yna wrth ddewis gwasanaethwr, dewis\n"
-"\"FBDev\". Mae hwn yn ddewis diogelwch sy'n gweithio gydag unrhyw gerdyn\n"
-"graffig modern. Dewiswch \" Profwch eto\" i fod yn siwr."
-
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -3160,7 +3237,8 @@ msgstr ""
"am ateb \"Na\" os yw eich peiriant i weithredu fel gwasanaethwr, neu os\n"
"nad oeddech yn llwyddiannus yn cael eich dangosydd i ffurfweddu'n gywir.."
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
+#, fuzzy
msgid ""
"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
@@ -3180,10 +3258,10 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
"Mae gan yr CD-ROM Mandrake Linux modd achub. Gallwch ei gyrraedd drwy\n"
"gychwyn y peiriant o'r CD-ROM, gwasgu'r fysell >>F1<< o'r cychwyn a theipio\n"
@@ -3214,7 +3292,7 @@ msgstr ""
"dim\n"
"angen ei fformatio gan y bydd DrakX yn ailysgrifennu'r holl ddisg."
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
#, fuzzy
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
@@ -3248,7 +3326,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3281,7 +3361,9 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
"Yn awr mae angen i chi ddewis lle ar eich disg caled i osod eich\n"
"system weithredu Linux Mandrake. Os yw eich disg caled yn wag neu\n"
@@ -3355,7 +3437,7 @@ msgstr ""
"beth\n"
"ydych yn ei wneud."
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3421,7 +3503,7 @@ msgstr ""
"Linux,\n"
"teipiwch \"mformat a:\")"
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
"(formatting means creating a filesystem).\n"
@@ -3473,7 +3555,7 @@ msgstr ""
"Cliciwch \"Uwch\" os ydych am ddewis rhaniadau i'w gwirio am flociau\n"
"gwallus ar y ddisg."
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -3488,12 +3570,13 @@ msgstr ""
"\n"
"Amynedd..."
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
+#, fuzzy
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3514,7 +3597,7 @@ msgstr ""
"pecynnau yn ymddangos: Wedi i chi benderfynu ar eich dewis, cliciwch\n"
"\"Gosod\" i estyn a gosod y pecynnau hynny neu \"Diddymu\" i beidio."
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3527,14 +3610,15 @@ msgstr ""
"amodau, cliciwch ar fotwm \"Gwrthod\" fydd yn terfynu'r gosodiad yn syth.\n"
"I barhau gyda'r gosodiad, cliciwch fotwm \"Derbyn\"."
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
+#, fuzzy
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
@@ -3546,7 +3630,7 @@ msgstr ""
"\n"
"Os nad ydych yn siwr beth i'w ddewis, dewiswch y rhagosodedig."
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
#, fuzzy
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
@@ -3564,26 +3648,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3611,7 +3695,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3654,7 +3738,7 @@ msgstr ""
"lwytho'r\n"
"tabl rhaniad gwreiddiol.\n"
"\n"
-" *\"awto osod cyfrwng symudol\": dad-diciwch y dewis hwn i osod a dad "
+" *\"Awto osod cyfrwng symudol\": dad-diciwch y dewis hwn i osod a dad "
"osod\n"
"gyda llaw, cyfryngau symudol megis disgiau meddal ac CD-ROMau\n"
"\n"
@@ -3696,7 +3780,7 @@ msgstr ""
"gyfer\n"
" sefyllfaoedd cychwyn argyfyngus!"
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
"Please choose the one you want to resize in order to install your new\n"
@@ -3758,11 +3842,11 @@ msgstr ""
"Mae \"Enw Windows\" yn cyfeirio at y llythyren y disg caled o dan\n"
" Windows (\"C:\" yw'r ddisg neu raniad cyntaf)."
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr "Amynedd... Gall y weithred hon gymryd rhai munudau."
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
@@ -3770,23 +3854,23 @@ msgid ""
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3795,11 +3879,11 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
"Mae DrakX am wybod a ydych am wneud gosodiad rhagosodedig.\n"
"Hwn sy'n cael ei (\"Argymell\") neu a ydych eisiau mwy o reolaeth\n"
@@ -3835,19 +3919,23 @@ msgstr ""
"oes gennych wybodaeth drylwyr o GNU/Linux, felly peidiwch dewis hwn os\n"
" nad ydych yn gwybod beth rydych yn ei wneud."
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
+#, fuzzy
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
"Fel arfer mae DrakX yn dewis y bysellfwrdd cywir ar eich cyfer ( gan "
"ddibynnu pa\n"
@@ -3866,8 +3954,11 @@ msgstr ""
" cynnal.\n"
" "
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
+#, fuzzy
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3895,7 +3986,8 @@ msgstr ""
"Sylwer bod modd gosod myw nag un iaith. Unwaith i chi ddewis unrhyw \n"
"leoleiddiad ychwanegol cliciwch y botwm \"Iawn\" i barhau."
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
+#, fuzzy
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -3908,7 +4000,14 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
"Drwy ragosodiad mae DrakX yn cymryd bod gennych lygoden dau fotwm a bydd yn "
"ei osod i efelychu botwm tri. Bydd DrakX yn gwybod yn awtomatig p'un a'i "
@@ -3922,7 +4021,7 @@ msgstr ""
"fod y gosodiadau'n gweithio. Os nad yw'r llygoden yn gweithio'n iawn pwyswch "
"ar y bylchwr neu [Return] i \"Dileu\" a dewis eto."
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
"Windows is named \"ttyS0\" under GNU/Linux."
@@ -3931,7 +4030,7 @@ msgstr ""
"yn\n"
"\"ttyS0\" yn GNU/Linux, e.e."
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
#, fuzzy
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
@@ -3962,9 +4061,9 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
@@ -4013,7 +4112,7 @@ msgstr ""
"weinyddu,\n"
" byddwch angen dewis \"Ffeiliau lleol\" ar gyfer dilysu."
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
#, fuzzy
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
@@ -4053,16 +4152,7 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
+"options, which are reserved for the expert user."
msgstr ""
"Mae LILO a grub yn llwythwyr cychwyn ar gyfer GNU/Linux. Fel rheol\n"
"mae'r cam yma'n gwbl awtomatig. Mewn gwirionedd mae DrakX yn\n"
@@ -4123,13 +4213,17 @@ msgstr ""
"\"Ychwanegu\" i greu enw newydd; a \"Gorffen\" i fynd ymlaen i'r cam nesaf "
"o'r gosod."
-#: ../../help.pm_.c:713
+#: ../../help.pm_.c:710
+#, fuzzy
msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
+"\n"
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -4162,7 +4256,6 @@ msgstr ""
"sector of drive (MBR)\"."
#: ../../help.pm_.c:731
-#, fuzzy
msgid ""
"Here, we select a printing system for your computer. Other OSs may offer\n"
"you one, but Mandrake Linux offers three.\n"
@@ -4222,18 +4315,18 @@ msgstr ""
#: ../../help.pm_.c:759
#, fuzzy
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -4281,7 +4374,6 @@ msgstr ""
" ydych wedi defnyddio'r caledwedd gyda Windows ar eich system)."
#: ../../help.pm_.c:786
-#, fuzzy
msgid ""
"You can add additional entries for yaboot, either for other operating\n"
"systems, alternate kernels, or for an emergency boot image.\n"
@@ -4383,7 +4475,6 @@ msgstr ""
" bwyso ar [Tab] i weld dewisiadau'r cychwyn."
#: ../../help.pm_.c:833
-#, fuzzy
msgid ""
"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
@@ -4473,7 +4564,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -4520,7 +4613,7 @@ msgstr ""
" yn cael ei ddangos yma. Mae modd clicio ar y botwm i newid y paramedrau\n"
" cysylltiedig."
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
@@ -4530,7 +4623,7 @@ msgstr ""
"Mandrake Linux newydd. Byddwch ofalus, bydd yr holl ddata sydd arno'n\n"
"cael ei ddileu ac ni fydd modd ei adfer!"
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -4564,7 +4657,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Rhaid fformatio %s"
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4587,20 +4680,29 @@ msgstr ""
"\n"
"Ydych chi wir eisiau gosod y gwasanaethwyr hyn?\n"
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr "Methu defnyddio darlledu heb parth NIS"
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Rhowch ddisg meddal wedi ei fformatio i FAT yng ngyrrwr %s"
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr "Nid yw 'r disg meddal hwn wedi ei fformatio i FAT"
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4608,11 +4710,19 @@ msgstr ""
"I ddefnyddio'r dewis o becynnau wedi eu cadw, cychwynnwch y gosodiad gyda "
"``linux defcfg=floppy''"
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Gwall wrth ddarllen ffeil %s"
+#: ../../install_any.pm_.c:1023
+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 ""
+"Digwyddodd gwall - ni chanfyddwyd dyfeisiadau dilys i greu systemau ffeil "
+"arnynt. Gwiriwch eich caledwedd am ffynhonell yr anhawster."
+
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -4646,59 +4756,59 @@ msgstr ""
"\n"
"Parhau beth bynnag?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Rhaid bod gennych raniad FAT wedi ei osod yn /boot/efi"
-#: ../../install_interactive.pm_.c:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "Defnyddiwch le gwag"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr "Nid oes digon o le i ddynodi rhaniadau newydd"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr "Defnyddiwch y rhaniadau cyfredol"
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr "Nid oes rhaniad cyfredol i'w ddefnyddio"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr "Defnyddiwch rhaniad Windows ar gyfer cylch-ol"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Pa raniad hoffech chi ei ddefnyddio ar gyfer Linux4Win?"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "Dewiswch y maint"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "Maint rhaniad gwraidd mewn MB :"
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "Maint rhaniad cyfnewid mewn MB: "
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr "Defnyddiwch y lle gwag ar raniad Windows"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr "Pa raniad ydych chi am newid ei faint?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr "Mesur ffiniau system ffeilio Windows"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4707,14 +4817,14 @@ msgstr ""
"Nid yw'r newidiwr maint FAT yn medru trin eich rhaniad.\n"
"digwyddodd y gwall canlynol: %s"
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
"installation."
msgstr "Mae eich rhaniad Windows yn rhy ysgyriog, rhedwch \"defrag\" yn gyntaf"
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm_.c:140
msgid ""
"WARNING!\n"
"\n"
@@ -4734,21 +4844,21 @@ msgstr ""
"Dylech hefyd wneud copi wrth gefn o'ch data.Pan rydych yn siwr, cliciwch "
"Iawn."
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr "Pa faint ydych am ei gadw ar gyfer Windows ar"
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr "rhaniad %s"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Methodd newid maint FAT: %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -4756,32 +4866,32 @@ msgstr ""
"Nid oes rhaniadau FAT i newid eu maint neu i'w defnyddio fel cylch-l (neu "
"nad oes digon o le ar l)"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "Dileu'r ddisg gyfan"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "Tynnu Windows(TM)"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Mae gennych fwy nag un disg caled, ar ba un ydych am osod linux?"
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Bydd pob rhaniad a'u data yn cael ei ddileu ar yrrwr %s"
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
msgstr "Rhannu disg unigol"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "Defnyddiwch fdisk"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4790,28 +4900,28 @@ msgstr ""
"Medrwch rhannu %s\n"
"Wedi gorffen, peidiwch anghofio cadw gyda 'w'"
-#: ../../install_interactive.pm_.c:227
+#: ../../install_interactive.pm_.c:229
msgid "You don't have enough free space on your Windows partition"
msgstr "Does gennych ddim digon o le rhydd ar eich rhaniad Windows"
-#: ../../install_interactive.pm_.c:243
+#: ../../install_interactive.pm_.c:245
msgid "I can't find any room for installing"
msgstr "Methu canfod lle ar gyfer gosod"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Daeth dewin Rhannu DrakX o hyd i'r atebion canlynol:"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr "Methodd rhannu: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "Cychwyn y rhwydwaith"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "Cau'r rhwydwaith"
@@ -4823,12 +4933,12 @@ msgstr ""
"Digwyddodd gwall ond wn i ddim sut i ddelio ag ef yn dwt.\n"
"Mae'n beryglus i barhau."
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "Pwynt gosod dyblyg %s"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -4840,12 +4950,12 @@ msgstr ""
"Gwiriwch y CD-ROM ar gyfrifiadur wedi ei osod gan ddefnyddio \"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "Croeso i %s"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "Does dim gyrrwr disg meddal ar gael"
@@ -4875,69 +4985,69 @@ msgstr "Gosod Dosbarth"
msgid "Please choose one of the following classes of installation:"
msgstr "Dewiswch un o'r dosbarthiadau canlynol o osodiad::"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "Dewis y Grwp Pecyn"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr "Dewis pecynnau unigol."
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Cyfanswm maint: %d/%d MB"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "Pecyn gwallus"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "Enw: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "Fersiwn: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "Maint: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "Pwysigrwydd: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr "Nid oes modd i chi ddewis y pecyn hwn - does dim lle ar ol i'w osod"
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr "Mae'r pecynnau canlynol i'w gosod"
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr "Bydd y pecynnau canlynol yn cael eu tynnu"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr "Does dim modd i chi ddewis/dad-ddewis y pecyn"
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr "Mae hwn yn becyn hanfodol, does dim modd ei ddad-ddewis"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr "Does dim mod dad-ddewis y pecyn, mae wedi ei osod yn barod"
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -4945,74 +5055,74 @@ msgstr ""
"Rhaid i'r pecyn gael ei uwchraddio\n"
"Ydych chi'n siwr eich bod am ei ddad-ddewis?"
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr "Does dim mod dad-ddewis y pecyn hwn. Rhaid ei ddiweddaru"
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr "Dangoswch y pecynnau dewis awtomatig"
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "Gosodiad"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
msgid "Load/Save on floppy"
msgstr "LLwytho/Cadw ar ddisg meddal"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
msgid "Updating package selection"
msgstr "Diweddaru'r dewis pecynnau"
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
msgid "Minimal install"
msgstr "Gosodiad lleiaf"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "Dewiswch y pecynnau hoffech chi eu gosod"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "Gosod"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "Amcangyfrif"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "Amser yn weddill"
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
msgid "Please wait, preparing installation..."
msgstr "Arhoswch, paratoi'r gosodiad"
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d pecyn"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "Gosod pecynnau %s"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Derbyn"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "Gwrthod"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5026,17 +5136,17 @@ msgstr ""
"Rhowch yr CD-ROM sydd wedi ei labeli \"%s\" yn eich gyrrwr a chlicio Iawn\n"
"Os nad yw gennych, cliciwch Dileu i osgoi gosod o'r CD-ROM hwn."
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "Mynd yn ein blaen beth bynnag?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "Roedd gwall wrth drefnu pecynnau"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr "Digwyddodd gwall wrth osod pecyn"
@@ -5352,7 +5462,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Allweddell"
@@ -5400,11 +5510,11 @@ msgstr "Diweddaru'r pecynnau'n unig"
msgid "Please choose the type of your mouse."
msgstr "Dewiswch math eich llygoden"
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "Porth Llygoden"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Dewiswch ba borth cyfresol mae eich llygoden wedi cysylltu iddi"
@@ -5436,115 +5546,89 @@ msgstr "Ffurfweddu IDE"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "dim rhaniadau ar gael"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr "Sganio rhaniadau i ganfod pwyntiau gosod"
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "Dewiswch y pwyntiau gosod"
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Nid wyf yn medru darllen eich tabl rhaniad, mae'n rhy lygredig. :(\n"
-"Mae modd i mi fynd ymlaen i ddiystyru rhaniadau gwael (Bydd yr\n"
-" HOLL DDATA'n cael ei golli!). Yr ateb arall yw peidio gadael i\n"
-"DrakX newid y tabl rhaniad. (y gwall yw %s)\n"
-"\n"
-"Ydych chi'n cytuno i golli'r holl raniadau?\n"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"Methodd DrakX a darllen y tabl rhaniad yn gywir.\n"
-"Mae'n beryglus parhau!"
-
-#: ../../install_steps_interactive.pm_.c:396
-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 ""
"Nid oes lle rhydd ar gyfer yr ymlwythwr 1MB! Bydd y gosodiad yn parhau, ond "
"i gychwyn y system bydd rhaid i chi greu rhaniad ymlwythwr yn DiskDrake"
-#: ../../install_steps_interactive.pm_.c:405
+#: ../../install_steps_interactive.pm_.c:388
msgid "No root partition found to perform an upgrade"
msgstr "Ni chanfyddwyd rhaniad gwraidd i wneud diweddariad"
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "Rhaniad Gwraidd"
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "Beth yw'r rhaniad gwraidd (/) ar eich system?"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"Bydd angen i chi ail gychwyn cyn i'r newidiadau yn eich tabl rhaniad ddigwydd"
-#: ../../install_steps_interactive.pm_.c:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "Dewiswch y rhaniadau rydych am eu fformatio"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr "Gwirio blociau gwallus?"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr "Yn fformatio rhaniadau"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr "Creu a fformatio ffeil %s"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, 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:482
+#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "Dim digon o le cyfnewid i gyflawni'r gosodiad, ychwanegwch rhagor"
-#: ../../install_steps_interactive.pm_.c:489
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:472
msgid "Looking for available packages and rebuilding rpm database..."
-msgstr "Chwilio am y pecynnau sydd ar gael"
+msgstr ""
+"Chwilio am y pecynnau sydd ar gael ac yn ailadeiladu cronfa ddata rpm..."
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "Chwilio am y pecynnau sydd ar gael"
-#: ../../install_steps_interactive.pm_.c:493
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:476
msgid "Looking at packages already installed..."
-msgstr "Does dim mod dad-ddewis y pecyn, mae wedi ei osod yn barod"
+msgstr "Edrych arbecynnau wedieu gosod yn barod"
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr "Canfod pecynnau i'w uwchraddio"
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -5553,7 +5637,7 @@ msgstr ""
"Nid oes gan eich system ddigon o le ar l ar gyfer gosodiad neu uwchraddiad "
"(%d> %d)"
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -5561,35 +5645,35 @@ msgstr ""
"Dewiswch llwytho neu ddewis cadw pecyn ar ddisg meddal.\n"
"Mae'r fformat yr un ar ddisgiau meddal wedi eu cynhyrchu drwy auto_install."
-#: ../../install_steps_interactive.pm_.c:553
+#: ../../install_steps_interactive.pm_.c:537
msgid "Load from floppy"
msgstr "Llwytho o o ddisg meddal"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Loading from floppy"
msgstr "Llwytho o ddisg meddal"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Package selection"
msgstr "Dewis pecynnau"
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
msgid "Insert a floppy containing package selection"
msgstr "Rhowch ddisg meddal yn cynnwys dewis pecynnau yn y peiriant"
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "Cadw ar ddisg meddal"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr "Mae'r maint ddewiswyd yn fwy na'r lle ar gael"
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
msgid "Type of install"
msgstr "Math o osodiad"
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5597,19 +5681,19 @@ msgstr ""
"Nid ydych wedi dewis unrhyw grwpiau o becynnau.\n"
"Dewiswch y gosodiad lleiaf rydych ei eisiau"
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
msgid "With X"
msgstr "Gyda X"
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr "Gyda dogfennaethelfennol (argymhellir!)"
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr "Gosodiad bychan iawn (yn arbennig dim urpmi)"
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5619,16 +5703,16 @@ msgstr ""
"Os nad oes gennych un ohonynt, Cliciwch Diddymu.\n"
"Os mae dim ond rhai CDau sydd ar goll, yna cliciwch Iawn."
-#: ../../install_steps_interactive.pm_.c:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom wedi ei labelu \"%s\""
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "Paratoi'r gosodiad"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -5637,21 +5721,21 @@ msgstr ""
"Gosod pecyn %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "Ffurfweddiad l osod"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Mewnosodwch y disg meddal Cychwyn ddefnyddiwyd yn gyrrwr %s"
-#: ../../install_steps_interactive.pm_.c:845
+#: ../../install_steps_interactive.pm_.c:829
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Rhowch y disg meddal Diweddaru Modiwlau yng ngyrrwr %s"
-#: ../../install_steps_interactive.pm_.c:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5726,8 +5810,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:904
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:888
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5738,164 +5821,163 @@ msgid ""
"\n"
"Do you want to install the updates ?"
msgstr ""
-"Mae'n bosibl i chi llwytho i lawr y pecynnau diweddaraf sydd wedi eu ryddhau "
-"ers i'r dosbaerthiad fod ar gael.\n"
+"Mae'n bosibl i chi llwytho i lawr y pecynnau diweddaraf sydd wedi eu\n"
+"ryddhau ers i'r dosbarthiad fod ar gael.\n"
"\n"
"Medrwch gael atgyweiriadau diogelwch a gwallau ond mae'n rhaid i\n"
"chi fod wedi cysyllu 'r Rhyngrwyd i barhau.\n"
"\n"
"Ydych chi am osod y diweddariadau?"
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Cysylltu 'safle Mandrake Linux i estyn rhestr o'r drychau sydd ar gael"
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr "Dewiswch ddrych lle mae modd estyn y pecynnau"
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Cysylltu 'r drych i estyn y rhestr o becynnau sydd ar gael"
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "Pa un yw eich parth amser?"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
msgid "Hardware clock set to GMT"
msgstr "Cloc caledwedd wedi ei osod i GMT"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr "Cydweddi amser awtomatig (defnyddio NTP)"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
msgid "NTP Server"
msgstr "Gweinydd NTP"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr "Gwasanaethwr CUPS pell"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr "Nid oes argraffydd"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Do you have an ISA sound card?"
msgstr "A oes gennych gerdyn sain ISA?"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr "Rhedwch \"sndconfig\" wedi'r gosodiad i ffurfweddu'ch cerdyn sain"
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr "Heb ganfod cerdyn sain. Ceisiwch \"harddrake\" wedi'r gosodiad"
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Crynodeb"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "Llygoden"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr "Cylchfa amser"
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Argraffydd"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr "Cerdyn ISDN"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr "Cerdyn sain"
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr "Cerdyn Teledu"
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Windows Domain"
-msgstr "Estyn Ffontiau Windows"
+msgstr "Parth Windows"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
msgid "Local files"
msgstr "Ffeiliau lleol"
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Gosod cyfrinair gwraidd"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "Dim cyfrinair"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Mae'r cyfrinair yn rhy syml ( rhaid iddo fod o leiaf %d nod o hyd)"
-#: ../../install_steps_interactive.pm_.c:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Dilysu"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
msgid "Authentication LDAP"
msgstr "Dilysu LDAP"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr "Sail dn LDAP"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
msgid "LDAP Server"
msgstr "Gwasanaethwr LDAP"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
msgid "Authentication NIS"
msgstr "Dilysu LDAP"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "Parth NIS"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "Gwasanaethwr NIS"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -5911,21 +5993,19 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1140
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Authentication Windows Domain"
-msgstr "Dilysu LDAP"
+msgstr "Dilysu Parth Windows"
-#: ../../install_steps_interactive.pm_.c:1142
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1127
msgid "Domain Admin User Name"
-msgstr "Enw parth"
+msgstr "Enw Defnyddiwr Gweinyddiaeth Parth"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -5956,19 +6036,19 @@ msgstr ""
"gyrrwr\n"
" cyntaf a chliciwch \"Iawn\"."
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "Gyrrwr disg meddal cyntaf"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "Ail ddisg meddal"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Hepgor"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5993,7 +6073,7 @@ msgstr ""
"greu disg cychwyn ar gyfer eich system?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -6007,28 +6087,28 @@ msgstr ""
"bydd creu disg cychwyn ar ddisg meddal 1.44Mb'n debygol o fethu,\n"
"oherwydd mae XFS yn gofyn am yrrwr mawr iawn)."
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "Nid oes gyrrwr disg meddal ar gael"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Dewiswch y gyrrwr disg meddal i'w ddefnyddio i greu disg cychwyn"
-#: ../../install_steps_interactive.pm_.c:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, c-format
msgid "Insert a floppy in %s"
msgstr "Rhowch ddisg meddal yn %s"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "Creu disg cychwyn"
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "Paratoi llwythwr cychwyn"
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6042,11 +6122,11 @@ msgstr ""
"rhaid defnyddio BootX i gychwyn\n"
"eich peiriant."
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr "Ydych chi eisiau defnyddio aboot?"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6054,15 +6134,15 @@ msgstr ""
"Gwall gosod aboot, \n"
"ceisiwch orfodi gosodiad hyd yn oed os yw hynny'n dinistrio'r rhaniad cyntaf?"
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
msgid "Installing bootloader"
msgstr "Gosod llwythwr cychwyn"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Methodd gosod llwythwr cychwyn. Digwyddodd y gwall canlynol:"
-#: ../../install_steps_interactive.pm_.c:1274
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6080,17 +6160,17 @@ msgstr ""
" Yna teipiwch: shut-down\n"
"Wrth gychwyn eto dylech weld anogwr y llwythwr cychwyn."
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Rhowch ddisg meddal yng ngyrrwr %s"
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr "Creu disg meddal awto gosod"
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6100,7 +6180,7 @@ msgstr ""
"\n"
"Ydych chi wir eisiau gorffen?"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6132,16 +6212,15 @@ msgstr ""
"Mae gwybodaeth ar ffurfweddu eich system ar gael ym mhenawdau l osod\n"
"yr Official Mandrake Linux User's Guide."
-#: ../../install_steps_interactive.pm_.c:1347
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
-msgstr "http://www.mandrakesoft.com/sales/contact"
+msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
msgid "Generate auto install floppy"
msgstr "Creu disg meddal awto gosod"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6156,15 +6235,15 @@ msgstr ""
"\n"
"Efallai byddai'n well gennych ai osod y gosodiad.\n"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr "Awtomeiddwyd"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr "Ail chwarae"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
msgid "Save packages selection"
msgstr "Cadw'r dewis becynnau"
@@ -6173,7 +6252,8 @@ msgstr "Cadw'r dewis becynnau"
msgid "Mandrake Linux Installation %s"
msgstr "Gosodiad %s Mandraks Linux"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -6191,22 +6271,22 @@ msgstr "consolehelper ar goll"
msgid "Choose a file"
msgstr "Dewis ffeil"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr "Uwch"
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr "Elfennol"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Cynt"
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
msgid "Next"
msgstr "Nesaf"
@@ -6279,375 +6359,371 @@ msgstr ""
msgid "Re-submit"
msgstr "Ail-gyflwyno"
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "Tsiec (QWERTY)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "Almaeneg"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "Spaenaidd"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "Ffinaidd"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "Ffrengig"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "Norwyaidd"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "Pwylaidd"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "Rwsiaidd"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "Swedaidd"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "Bysellfwrdd DG"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "Bysellfwrdd UDA"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
msgid "Albanian"
msgstr "Albaniaidd"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr "Armenaidd (hen)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr "Armenaidd (teipiadur)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "Armenaidd (ffonetig)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr "Azerbaidjan (lladin)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "Belgaidd"
-#: ../../keyboard.pm_.c:198
-#, fuzzy
+#: ../../keyboard.pm_.c:177
msgid "Bengali"
-msgstr "galluogi"
+msgstr "Bengali"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
msgid "Bulgarian (phonetic)"
msgstr "Bwlgaraidd (ffonetig)"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
msgid "Bulgarian (BDS)"
msgstr "Bwlgaraidd (BDS)"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "Brasilaidd (ABNT-2)"
-#: ../../keyboard.pm_.c:204
-#, fuzzy
+#: ../../keyboard.pm_.c:183
msgid "Bosnian"
-msgstr "Estonaidd"
+msgstr "Bosnieg"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "Belarusaidd"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "Swisaidd (gosodiad Almaenig)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "Swisaidd (gosodiad Ffrengig)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "Tsiec (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr "Almaenaidd (dim bysellau marw)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
-msgstr ""
+msgstr "Devanagari"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "Danaidd"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "Dvorak (UDA)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norwyaidd)"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Swedish)"
msgstr "Dvorak (Swedaidd)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "Estonaidd"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgaidd (gosodiad \"Rwsiaidd\")"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgaidd (gosodiad \"Lladinaidd\")"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "Groegaidd"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
-msgstr ""
+msgstr "Gujarati"
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
-msgstr ""
+msgstr "Gurmukhi"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "Hwngaraidd"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "Croataidd"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "Israelaidd"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "Israelaidd (Ffonetig)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr "Iranaidd"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "Eislandaidd"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "Eidalaidd"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
-msgstr ""
+msgstr "Inuktitut"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "Siapaaidd 106 bysell"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
msgid "Korean keyboard"
msgstr "Bysellfwrdd Coreaidd"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "Lladin America"
-#: ../../keyboard.pm_.c:239
-#, fuzzy
+#: ../../keyboard.pm_.c:218
msgid "Laotian"
-msgstr "Latfiaidd"
+msgstr "Latfieg"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr "Lithuenaidd AZERTY (hen)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr "Lithuenaidd AZERTY (newydd)"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lithuenaidd \"rhes rhif\" QWERTY"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lithuenaidd \"ffonetig\" QWERTY"
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
msgid "Latvian"
msgstr "Latfiaidd"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr "Macedonaidd"
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
-msgstr ""
+msgstr "Myanmar (Burma)"
-#: ../../keyboard.pm_.c:248
-#, fuzzy
+#: ../../keyboard.pm_.c:227
msgid "Mongolian (cyrillic)"
-msgstr "Serbaidd (cyrilig)"
+msgstr "Mongoleg (cyrillic)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
-msgstr ""
+msgstr "Malteg (DU)"
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
-msgstr ""
+msgstr "Malteg (UDA)"
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "Isalmaenaidd"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr "Pwylaidd (gosodiad qwerty)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr "Pwylaidd (gosodiad qwerty)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "Portiwgalaidd"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr "Canada (Quebec)"
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
msgid "Romanian (qwertz)"
msgstr "Romanaidd (qwertz)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
msgid "Romanian (qwerty)"
msgstr "Romanaidd (qwerty)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "Rwsiaidd (Yawerty)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "Slfenaidd"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "Slofacaidd (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "Slovacaidd (QWERTY)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
msgid "Serbian (cyrillic)"
msgstr "Serbaidd (cyrilig)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
msgstr "Tamil (Unicode)"
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr "Tamil (TSCII)"
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "Bysellfwrdd Thai"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
msgid "Tajik keyboard"
msgstr "Bysellfwrdd Tajig"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "Twrcaidd (model traddodiadol \"F\")"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "Twrcaidd (model modern \"Q\")"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "Wcranaidd"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "Bysellfwrdd UDA (rhyngwladol)"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Fietnamaidd \"rhes rhifol\" QWERTY"
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
msgid "Yugoslavian (latin)"
msgstr "Iwgoslafaidd (lladin)"
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr "Bysell Alt dde"
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr "Y ddwy fysell Shift gyda'i gilydd"
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr "Bysellau Control a Shift gyda'i gilydd"
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr "Bysell CapsLock"
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr "Bysellau Ctrl ac Alt gyda'i gilydd"
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr "Bysellau Alt a Shift gyda'i gilydd"
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr "Bysell \"Dewislen\""
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr "Bysell \"Windows\" chwith"
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr "Bysell \"Windows\" de"
@@ -6661,9 +6737,8 @@ msgid "Remove the logical volumes first\n"
msgstr "Tynnu'r cyfrolau rhesymegol yn gyntaf\n"
#: ../../modparm.pm_.c:50
-#, fuzzy
msgid "a number"
-msgstr "Rhif ffn"
+msgstr "rhif"
#: ../../modparm.pm_.c:52
#, c-format
@@ -6680,9 +6755,8 @@ msgid "comma separated numbers"
msgstr ""
#: ../../modparm.pm_.c:54
-#, fuzzy
msgid "comma separated strings"
-msgstr "Fformatio rhaniadau"
+msgstr "llinellau collnod ranedig"
#: ../../modules.pm_.c:292
msgid ""
@@ -6707,11 +6781,11 @@ msgstr "Llygoden Olwyn PS Generig"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -6719,115 +6793,123 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+msgid "Microsoft Explorer"
+msgstr "Microsoft Explorer"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr "1 botwm"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "Llygoden 2 Fotwm Generig"
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr "Olwyn"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "cyfresol"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "Llygoden 3 Botwm Generig"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Systemau Llygoden"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Llygoden Logitech (cyfresol, hen fath C7)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
msgid "busmouse"
msgstr "busmouse"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "2 fotwm"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "3 botwm"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "dim"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "Dim llygoden"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr "Profwch y llygoden"
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
msgid "To activate the mouse,"
msgstr "I ysgogi'r llygoden,"
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr "SYMUDWCH YR OLWYN!"
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+
+#: ../../my_gtk.pm_.c:159
msgid "Finish"
msgstr "Gorffen"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "Nesaf ->"
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr "Ydi hyn yn gywir?"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "Gwybodaeth"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "Estyn y goeden"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "Cau'r goeden"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr "Newid rhwng gwastad a'r grwp wedi ei ddidoli"
@@ -6865,6 +6947,68 @@ msgstr "defnyddiwch pppoe"
msgid "use pptp"
msgstr "defnyddiwch pptp"
+#: ../../network/drakfirewall.pm_.c:12
+msgid "Web Server"
+msgstr "Gwasanaethwr Gwe"
+
+#: ../../network/drakfirewall.pm_.c:17
+msgid "Domain Name Server"
+msgstr "Gwasanaethwr Enw Parth"
+
+#: ../../network/drakfirewall.pm_.c:32
+msgid "Mail Server"
+msgstr "Gwasanaethwr E-bost"
+
+#: ../../network/drakfirewall.pm_.c:37
+msgid "POP and IMAP Server"
+msgstr "Gwasanaethwr POP ac IMAP"
+
+#: ../../network/drakfirewall.pm_.c:111
+msgid "No network card"
+msgstr "Dim cerdyn rhwydwaith"
+
+#: ../../network/drakfirewall.pm_.c:129
+#, fuzzy
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+"ffurfweddiadur tinyfirewall\n"
+"\n"
+"Mae hwn yn ffurfweddu mur gwarchod personol ar gyfer y peiriant \n"
+"Mandrake Linux hwn. Am fur gwarchod pwrpasol pwerus, \n"
+"edrychwch ddosbarthiad arbennigol MandrakeSecurity Firewall."
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:164
+msgid "Other ports"
+msgstr "Pyrth eraill"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -6881,7 +7025,7 @@ msgstr ""
"Nid oes addasydd rhwydwaith ethernet wedi ei ganfod ar eich system.\n"
"Nid wyf yn medru gosod y math yma o gysylltiad."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "Dewiswch rhag wyneb y rhwydwaith"
@@ -6895,7 +7039,7 @@ msgstr ""
msgid "no network card found"
msgstr "heb ganfod cerdyn rhwydwaith"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "Ffurfweddu'r rhwydwaith"
@@ -6911,7 +7055,7 @@ msgstr ""
"yr enw gwesteiwr i weithio. Dylai eich enw gwesteiwr\n"
"fod yn enw cymhwysol llawn megis \"fymlwch.fynesg.fyco.com\""
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "Enw gwesteiwr"
@@ -7214,13 +7358,13 @@ msgstr "Dewiswch broffil i'w ffurfweddu"
msgid "Use auto detection"
msgstr "Defnyddio awto ganfod"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Modd Uwch"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Canfod dyfeisiadau..."
@@ -7387,15 +7531,14 @@ msgid "Automatic IP"
msgstr "IP awtomatig"
#: ../../network/network.pm_.c:315
-#, fuzzy
msgid "Start at boot"
msgstr "Cychwyn y peiriant"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "dylai cyfeiriad IP fod mewn fformat 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7407,43 +7550,55 @@ msgstr ""
"megis \"fymlwch.fynesg.fyngho.com\".\n"
"Medrwch hefyd gynnig eich cyfeiriad IP os oes gennych un"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "Gwasanaethwr DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Mynedfa (e.e. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "Dyfais mynedfa"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "Ffurfweddiad dirprwyon"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "Dirprwy HTTP"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "Dirprwy FTP"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr "Dilynnwch cyfernod cerdyn rhwydwaith (defnyddiol ar gyfer gliniadur)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr "Dylai dirprwyon fod yn gyfanrif!"
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr "Dylai rhif porth fod yn ftp://..."
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr "Wedi canfod ffurfweddiad mur gwarchod!"
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+"Rhybudd! Mae ffurfweddiad mur gwarchod wedi ei ganfod. Efallai bydd angen "
+"atgyweirio gyda llaw ar l y gosodiad."
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "Ffurfweddiad rhyngrwyd"
@@ -7547,17 +7702,17 @@ msgstr "Cyfrinair y Cyfrif"
#: ../../network/tools.pm_.c:104 ../../network/tools.pm_.c:118
msgid "United Kingdom"
-msgstr ""
+msgstr "Y Deyrnas Unedig"
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "maethodd y gosodiad"
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr "Nid yw'r rhainad estynedig yncael ei gynnal ay y platfform hwn"
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
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 "
@@ -7567,21 +7722,21 @@ msgstr ""
"Yr unig ateb yw i symud eich rhaniadau cynradd fel bo'r twll nesaf at y "
"rhaniadau estynedig "
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Methodd adfer o ffeil %s: %s"
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "Ffeil wrth gefn gwallus"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "Gwall wrth ysgrifennu i ffeil %s"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -7627,150 +7782,154 @@ msgstr "LPD - Line Printer Daemon"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Print, Don't Queue"
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr "CUPS"
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr "LPRng"
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr "LPD"
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr "PDQ"
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "Argraffydd lleol"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "Argraffydd pell"
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
msgid "Printer on remote CUPS server"
msgstr "Argraffydd ar wasanaethwr CUPS pell"
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
msgid "Printer on remote lpd server"
msgstr "Argraffydd ar wasanaethwr lpd pell"
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
msgid "Network printer (TCP/Socket)"
msgstr "Argraffydd rhwydwaith (TCP/Soced)"
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Argraffydd ar wasanaethwr SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
msgid "Printer on NetWare server"
msgstr "Argraffydd ar wasanaethwr NetWare"
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
msgid "Enter a printer device URI"
msgstr "Rhowch URI dyfais argraffydd"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr "Peipio'r gwaith i orchymyn"
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+msgid "Unknown Model"
+msgstr "Model anhysbys"
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr "Model anhysbys"
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
msgid "Local Printers"
msgstr "Argraffyddion Lleol"
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
msgid "Remote Printers"
msgstr "Argraffyddion Pell"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr " ar borth paralel \\/\"%s"
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ", argraffydd USB \\/\"%s"
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ", dyfais amlbwrpas ar borth paralel \\/\"%s"
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ", dyfais amlbwrpas ar USB"
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ", dyfais amlbwrpas ar HP JetDirect"
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ",dyfais amlbwrpas"
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, c-format
msgid ", printing to %s"
msgstr ", argraffu i %s"
-#: ../../printer.pm_.c:544
-#, fuzzy, c-format
+#: ../../printer.pm_.c:792
+#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr "ar wasanaethwr LPD \"%s\", argraffydd \"%s\""
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ", gwesteiwr TCP/IP \"%s\", porth %s"
-#: ../../printer.pm_.c:550
-#, fuzzy, c-format
+#: ../../printer.pm_.c:798
+#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
-msgstr "ar wasanaethwr Windows \"%s\", rhannu \"%s\""
+msgstr "ar wasanaethwr SMB/Windows \"%s\", rhannu \"%s\""
-#: ../../printer.pm_.c:554
-#, fuzzy, c-format
+#: ../../printer.pm_.c:802
+#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr "ar wasanaethwr Novell \"%s\", argraffydd \"%s\""
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ", defnyddio gorchymyn %s"
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr "Argraffydd crai (dim gyrrwr)"
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, c-format
msgid "(on %s)"
msgstr "(ar %s)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr "(ar y peiriant hwn)"
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, c-format
msgid "On CUPS server \"%s\""
msgstr "Ar wasanaethwr CUPS \"%s\""
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr "(Rhagosodedig)"
@@ -7796,11 +7955,11 @@ msgstr ""
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
msgid "CUPS configuration"
msgstr "Furfweddiad CUPS"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
msgid "Specify CUPS server"
msgstr "Enwch wasanaethwr CUPS"
@@ -7844,7 +8003,7 @@ msgstr ""
msgid "The IP address should look like 192.168.1.20"
msgstr "Dylai cyfeiriad IP edrych fel 192.168.1.20"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
msgid "The port number should be an integer!"
msgstr "Dylai rhif porth fod yn gyfanrif!"
@@ -7852,7 +8011,7 @@ msgstr "Dylai rhif porth fod yn gyfanrif!"
msgid "CUPS server IP"
msgstr "IP gwasanaethwr CUPS"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "Porth"
@@ -7860,12 +8019,126 @@ msgstr "Porth"
msgid "Automatic CUPS configuration"
msgstr "Furfweddiad CUPS Awtomatig"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printerdrake.pm_.c:178
+msgid "Checking your system..."
+msgstr "Gwirio eich system..."
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:198
+msgid ""
+"The following printers\n"
+"\n"
+msgstr ""
+"Yr argraffyddion canlynol\n"
+"\n"
+
+#: ../../printerdrake.pm_.c:199
+msgid ""
+"The following printer\n"
+"\n"
+msgstr ""
+"Yr argraffydd canlynol\n"
+"\n"
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:210
+msgid "directly connected to your system"
+msgstr "wedi ei gysylltu'n uniongyrchol 'ch system!"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:221
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr ""
+"(Gwnewch yn siwr bod eich argraffyddion wedi eu cysylltu a'u troi mlaen).\n"
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:236
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr "Ydych chi am alluogi argraffu ar argraffydd mewn rhwydwaith leol?\n"
+
+#: ../../printerdrake.pm_.c:238
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Ydych chi am alluogi argraffu ar yr argraffyddion enwwi'r uchod?\n"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:240
+#, 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:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
msgid "Add a new printer"
msgstr "Ychwanegu argraffydd newydd"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7888,7 +8161,7 @@ msgstr ""
"yn rhoi mynediad i'r holl yrwyr argraffyddion sydd ar gael, dewisiadau "
"gyrwyr a mathau o gysylltiadau argraffyddion."
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7897,7 +8170,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -7910,7 +8183,22 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:297
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7919,7 +8207,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -7930,25 +8218,24 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:213
-#, fuzzy
+#: ../../printerdrake.pm_.c:315
msgid "Auto-detect printers connected to this machine"
-msgstr "Awto ganfod argraffyddion"
+msgstr "Awto ganfod argraffyddion sy'n gysylltiedig a'r peiriant hwn"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
msgid "Local Printer"
msgstr "Argraffydd Lleol"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -7968,50 +8255,49 @@ msgstr ""
"gosodiadau dewis rhagosodedig (mewnflwch papur, ansawdd y printiad,...0, "
"dewiswch \"Argraffydd\" yn adran \"Caledwedd\" Canolfan Rheoli Mandrake."
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
-#, fuzzy
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
msgid "Printer auto-detection"
-msgstr "Defnyddio awto ganfod"
+msgstr "Awto ganfod argraffydd"
-#: ../../printerdrake.pm_.c:305
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:408
+#, c-format
msgid ", network printer \"%s\", port %s"
-msgstr ", gwesteiwr TCP/IP \"%s\", porth %s"
+msgstr ", rhwydwaith argraffu \"%s\", porth %s"
-#: ../../printerdrake.pm_.c:307
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:410
+#, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "Argraffydd ar wasanaethwr SMB/Windows 95/98/NT"
+msgstr ", argraffydd \"%s\" ar wasanaethwr SMB/Windows \"%s\""
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, c-format
msgid "Detected %s"
msgstr "Canfyddwyd %s"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr "Argraffydd ar borth paralel \\/\"%s"
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr "Argraffydd USB \\/\"%s"
-#: ../../printerdrake.pm_.c:321
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:424
+#, c-format
msgid "Network printer \"%s\", port %s"
-msgstr "Argraffydd rhwydwaith (TCP/Soced)"
+msgstr "Argraffydd rhwydwaith \"%s\", porth %s"
-#: ../../printerdrake.pm_.c:323
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:426
+#, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "Argraffydd ar wasanaethwr SMB/Windows 95/98/NT"
+msgstr "Argraffydd \"%s\" ar wasanaethwr SMB/Windows \"%s\""
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -8023,23 +8309,19 @@ msgstr ""
"dev/,...., cyfatebol i LPT1:, LPT2,..., argraffydd USB 1af: /dev/usb/lp0, "
"ail argraffydd USB: /dev/usb/lp1,...)."
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
msgid "You must enter a device or file name!"
msgstr "Rhaid cynnig enw dyfais neu ffeil!"
-#: ../../printerdrake.pm_.c:475
-#, fuzzy
+#: ../../printerdrake.pm_.c:578
msgid "No printer found!"
-msgstr ""
-"Heb ganfood argraffydd lleol!\n"
-"\n"
+msgstr "Heb ganfood argraffydd!"
-#: ../../printerdrake.pm_.c:485
-#, fuzzy
+#: ../../printerdrake.pm_.c:588
msgid "Available printers"
-msgstr "Argraffydd lleol"
+msgstr "Argraffyddion ar gael"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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"
@@ -8047,7 +8329,7 @@ msgstr ""
"Cafodd yr argraffydd canlynol ei awto ganfod, os nad hwn yw'r un rydych am "
"ei ffurfweddu, rhowch enw dyfais/enw ffeil ar y llinell mewnbwn."
-#: ../../printerdrake.pm_.c:490
+#: ../../printerdrake.pm_.c:593
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"
@@ -8056,7 +8338,7 @@ msgstr ""
"argraffydd rydych am ei osod neu rhowch enw dyfais/ffeil yn y llinell "
"mewnbwn."
-#: ../../printerdrake.pm_.c:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -8068,7 +8350,7 @@ msgstr ""
"byddai'n well gennych ffurfweddiad unigryw i'ch argraffydd, cychwynnwch "
"\"Ffurfweddiad gyda Llaw\"."
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -8081,7 +8363,7 @@ msgstr ""
"well gennych ffurfweddiad unigryw i'ch argraffydd, cychwynnwch "
"\"Ffurfweddiad gyda Llaw\"."
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
msgid ""
"Please choose the port where your printer is connected to or enter a device "
"name/file name in the input line"
@@ -8089,11 +8371,11 @@ msgstr ""
"Dewiswch y porth y mae eich argraffydd wedi cysylltu iddo neurhowch enw "
"dyfais/ffeil ar y ninell mewnbwn"
-#: ../../printerdrake.pm_.c:496
+#: ../../printerdrake.pm_.c:599
msgid "Please choose the port where your printer is connected to."
msgstr "Dewiswch y porth mae'r argraffydd wedi cysylltu iddo."
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
@@ -8101,19 +8383,19 @@ msgstr ""
" (Pyrth paralel: /dev/lp0, /dev/lp1, ..., yn cyfateb i LPT1:, LPT2:, ..., "
"argraffydd USB cyntaf: /dev/usb/lp0, ail argraffydd USB : /dev/usb/lp1, ...)."
-#: ../../printerdrake.pm_.c:503
+#: ../../printerdrake.pm_.c:606
msgid "You must choose/enter a printer/device!"
msgstr "Rhaid dewis/rhoi argraffydd/dyfais!"
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
msgid "Manual configuration"
msgstr "Ffurfweddiad gyda llaw"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr "Dewisiadau Argraffydd lpd Pell"
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
"server and the printer name on that server."
@@ -8121,47 +8403,46 @@ msgstr ""
"I ddefnyddio argraffydd lpd pell, rhaid darparu enw gwesteiwr gwasanaethwr "
"yr argraffydd ac enw'r argraffydd ar y gwasanaethwr hwnnw."
-#: ../../printerdrake.pm_.c:579
+#: ../../printerdrake.pm_.c:682
msgid "Remote host name"
msgstr "Enw gwesteiwr pell"
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
msgid "Remote printer name"
msgstr "Enw'r argraffydd pell"
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
msgid "Remote host name missing!"
msgstr "Mae enw'r gwesteiwr pell ar goll!"
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
msgid "Remote printer name missing!"
msgstr "Mae enw'r argraffydd pell ar goll!"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
+#, c-format
msgid "Detected model: %s %s"
-msgstr "Canfyddwyd %s"
+msgstr "Canfyddwyd model %s %s"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
-#, fuzzy
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
msgid "Scanning network..."
-msgstr "Cychwyn y rhwydwaith..."
+msgstr "Chwilio'r rhwydwaith..."
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
+#, c-format
msgid ", printer \"%s\" on server \"%s\""
-msgstr "ar wasanaethwr Windows \"%s\", rhannu \"%s\""
+msgstr ", argraffydd \"%s\" ar wasanaethwr \"%s\""
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
+#, c-format
msgid "Printer \"%s\" on server \"%s\""
-msgstr "Argraffu ar argraffydd \"%s\""
+msgstr "Argraffydd \"%s\" ar wasanaethwr \"%s\""
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Dewisiadau Argraffydd SMB (Windows 9x/NT)"
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
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 "
@@ -8174,46 +8455,45 @@ msgstr ""
"rydych am gael mynediad iddo ac unrhyw enw defnyddiwr, cyfrinair a "
"gwybodaeth am grwp gwaith perthynol."
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "Gwasanaethwr gwesteiwr SMB"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "IP Gwasanaethwr SMB"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "Rhannu enw"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "Grwp gwaith"
-#: ../../printerdrake.pm_.c:746
-#, fuzzy
+#: ../../printerdrake.pm_.c:853
msgid "Auto-detected"
-msgstr "Defnyddio awto ganfod"
+msgstr "Awto ganfyddwyd"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
msgstr "Rhaid rhoi un ai enw'r gwasanaethwr neu IP'r gwasanaethwr!"
-#: ../../printerdrake.pm_.c:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr "Mae enw rhannu Samba ar goll!"
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -8237,7 +8517,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -8246,7 +8526,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -8254,11 +8534,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "Dewisiadau Argraffydd NetWare"
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
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 "
@@ -8270,70 +8550,67 @@ msgstr ""
"'r rhes waith argraffu am yr argraffydd rydych am gael mynediad iddo ac "
"unrhyw enw defnyddiwr a chyfrinair perthnasol."
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "Gwasanaethwr Argraffydd"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr "Enw Rhes Argraffu"
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr "Mae enw gwasanaethwr NCP ar goll!"
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr "Mae enw rhes NCP ar goll"
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
+#, c-format
msgid ", host \"%s\", port %s"
-msgstr ", gwesteiwr TCP/IP \"%s\", porth %s"
+msgstr ", gwesteiwr \"%s\", porth %s"
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
+#, c-format
msgid "Host \"%s\", port %s"
-msgstr ", gwesteiwr TCP/IP \"%s\", porth %s"
+msgstr ",Gwesteiwr \"%s\", porth %s"
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
msgid "TCP/Socket Printer Options"
msgstr "Dewisiadau Argraffydd TCP/Soced"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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:978
-#, fuzzy
+#: ../../printerdrake.pm_.c:1085
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 ""
-"I argraffu i argraffydd TCP neu soced, rhaid i chi ddarparu enw gwesteiwr yr "
-"argraffydd ac yn ddewisol rhif y porth. Ar wasanaethwyr HP JetDirect rhif y "
-"porth, fel rheol, yw 9100, gall amrywio ar wasanaethwyr eraill. Gweler "
-"llawlyfr eich caledwedd"
+"I argraffu i argraffydd TCP neu soced, rhaid i chi ddarparu enw gwesteiwr "
+"neu IP'r argraffydd ac yn ddewisol rhif y porth (Y rhagosodedig yw 9100). Ar "
+"wasanaethwyr HP JetDirect rhif y porth, fel rheol, yw 9100, gall amrywio ar "
+"wasanaethwyr eraill. Gweler llawlyfr eich caledwedd"
-#: ../../printerdrake.pm_.c:983
-#, fuzzy
+#: ../../printerdrake.pm_.c:1090
msgid "Printer host name or IP missing!"
-msgstr "Mae enw'r gwesteiwr argraffu ar goll!"
+msgstr "Mae enw'r gwesteiwr argraffu neu IP ar goll!"
-#: ../../printerdrake.pm_.c:1005
-#, fuzzy
+#: ../../printerdrake.pm_.c:1112
msgid "Printer host name or IP"
-msgstr "Enw'gwesteiwr yr argraffydd"
+msgstr "Enw'r gwesteiwr neu IP yr argraffydd"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr "URI Dyfais Argraffu"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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 "
@@ -8343,11 +8620,11 @@ msgstr ""
"gyflawni manylyn un ai CUPS neu Foomatic. Sylwer nad yw pob math o URI cyn "
"cael eu cynnal gan bob sbwlydd ."
-#: ../../printerdrake.pm_.c:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr "Rhaid cynnig URI dilys!"
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
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."
@@ -8355,27 +8632,27 @@ msgstr ""
"Mae pob argraffydd angen enw (e.e. \"argraffydd\". Nid oes angen llanw "
"meysydd Disgrifiad a Lleoliad. Lle ar gyfer sylwadau'r defnyddiwr sydd yma."
-#: ../../printerdrake.pm_.c:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr "Enw'r argraffydd"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "Lleoliad"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
msgid "Reading printer database..."
msgstr "Darllen cronfa ddata argraffydd..."
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
msgid "Preparing printer database..."
msgstr "Paratoi cronfa ddata argraffydd..."
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
msgid "Your printer model"
msgstr "Model eich argraffydd"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -8401,24 +8678,24 @@ msgstr ""
"\n"
"%s"
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
msgid "The model is correct"
msgstr "Mae'r model yn gywir"
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
msgid "Select model manually"
msgstr "Dewiswch y model gyda llaw"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
msgid "Printer model selection"
msgstr "Dewis model yr argraffydd"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
msgid "Which printer model do you have?"
msgstr "Pa fath o argraffydd sydd gennych?"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -8432,7 +8709,7 @@ msgstr ""
"Chwiliwch am y model cywir pan fo'r cyrchwr yn sefyll ar y model anghywir "
"neu ar \"Argraffydd bras\"."
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
@@ -8440,11 +8717,11 @@ msgstr ""
"Nid yw eich argraffydd wedi ei rhestri, dewiswch un cyfatebol (gw. llawlyfr "
"eich argraffydd) neu un tebyg."
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
msgid "OKI winprinter configuration"
msgstr "Ffurfweddiad OKI winprinter "
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -8461,11 +8738,11 @@ msgstr ""
"brawf. Os na wnewch chi hynny, ni fydd yr argraffydd yn gweithio. Bydd eich "
"gosodiad ynghylch ymath o gysylltiad yn cael ei anwybyddu gan y gyrrwr."
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
msgid "Lexmark inkjet configuration"
msgstr "Ffurfweddiad inkjet Lexmark"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -8476,17 +8753,17 @@ msgstr ""
"argraffyddion lleol, yn unig. Cysylltwch eich argraffydd i borth lleol neu "
"ffurfweddwch ef i'r peiriant mae'n gysylltiedig ag ef."
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
+#, fuzzy
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
msgstr ""
"I fedru argraffu gyda eich argraffydd inkjet Lexmark a'r ffurfweddiad hwn, "
"bydd angen gyrwyr argraffydd inkjet sydd wedi eu darparu gan Lexmark (http://"
@@ -8498,7 +8775,34 @@ msgstr ""
"dudalennau'r alinio'r pen argraffu gyda \"lexmarkmaintain\" a newid "
"gosodiadau aliniad y pen gyda'r rhaglen."
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
+
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -8515,22 +8819,22 @@ msgstr ""
"argraffiad ansawdd/cydraniad uchel iawn yn medru arafu'r argraffu'n "
"sylweddol.."
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Rhaid i ddewis %s fod yn gyfanrif"
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr "Rhaid i ddewis %s fod yn rhif!"
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr "Dewis %s allan o amrediad!"
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -8539,11 +8843,11 @@ msgstr ""
"Ydych chi am osod argraffydd (\"%s\")\n"
"fel yr argraffydd rhagosodedig?"
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
msgid "Test pages"
msgstr "Tudalennau prawf"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -8555,39 +8859,39 @@ msgstr ""
"ei argraffu ac ar argraffydd laser heb lawer o gof mae'n bosibl na ddaw o "
"gwbl. Yn y rhan fwyaf o achosion, mae'r prawf tudalen safonol yn ddigonol."
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
msgid "No test pages"
msgstr "Dim tudalennau prawf"
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
msgid "Print"
msgstr "Argraffu"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
msgid "Standard test page"
msgstr "Tudalen prawf safonnol"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr "Prawf tudalen arall (Llythyr)"
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
msgid "Alternative test page (A4)"
msgstr "Prawf tudalen arall (A4)"
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
msgid "Photo test page"
msgstr "Tudalen prawf llun"
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
msgid "Do not print any test page"
msgstr "Peidiwch argraffu tudalennau prawf"
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "Argraffu tudalen(nau) prawf..."
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8602,7 +8906,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -8610,15 +8914,15 @@ msgstr ""
"Mae tudalen(nau) prawf wedi eu hanfon at yr argraffydd.\n"
"Gall gymryd amser cyn i'r argraffydd gychwyn.\n"
-#: ../../printerdrake.pm_.c:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr "A weithiodd hwnnw'n iawn?"
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
msgid "Raw printer"
msgstr "Argraffydd bras"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -8631,7 +8935,7 @@ msgstr ""
"\"xpp <file>\" neu \"kprinter <file>\". Mae'r offeryn graffigol yn caniatu "
"chi ddefnyddio'r argraffydd ac i newid gosodiadau dewis yn hawdd.\n"
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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 "
@@ -8641,8 +8945,8 @@ msgstr ""
"deialogau argraffu mewn nifer o raglenni, ond yma nid ydynt yn darparu'r "
"enw ffeil am fod y ffeil i'r argraffydd yn cael ei ddarparu gan y rhaglen.\n"
-#: ../../printerdrake.pm_.c:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -8655,8 +8959,8 @@ msgstr ""
"tasg argraffu penodol. Ychwanegwch y gosodiadau angenrheidiol i'r llinell "
"gorchymyn, e.e \"%s <file>\". "
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
+#, 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"
@@ -8664,10 +8968,10 @@ msgid ""
msgstr ""
"Er mwyn cael gwybodaeth am y dewisiadau sydd ar gael ar gyfer yr argraffydd "
"cyfredol darllenwch un ai'r rhestr isod neu cliciwch ar y botwm \"Rhestr "
-"dewis argraffu\"%s\n"
+"dewis argraffu\"%s%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
@@ -8676,7 +8980,7 @@ msgstr ""
"presennol:\n"
"\n"
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8685,8 +8989,8 @@ msgstr ""
"I argraffu ffeil o'r llinell orchymyn (ffenestr terfynnell) defnyddiwch "
"orchymyn \"%s <file>\".\n"
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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 "
@@ -8696,7 +9000,7 @@ msgstr ""
"nifer o raglenni. Ond peidiwch rhoi'r enw ffeil yma oherwydd bod y ffeil "
"i'w argraffu wedi ei ddarparu gan y rhaglen.\n"
-#: ../../printerdrake.pm_.c:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
@@ -8704,7 +9008,7 @@ msgstr ""
"I edrych ar y rhestr o'r dewisiadau sydd ar gael ar gyfer yr argraffydd "
"cyfredol cliciwch ar fotwm \"Rhestr dewisiadau argraffu\"."
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8713,7 +9017,7 @@ msgstr ""
"I argraffu ffeil o'r llinell orchymyn (ffenestr terfynnell) defnyddiwch y "
"gorchymyn \"%s <file>\" or \"%s <file>\".\n"
-#: ../../printerdrake.pm_.c:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -8730,7 +9034,7 @@ msgstr ""
"fydd yn stopio 'r holl waith argraffu'n syth pan fyddwch yn ei glicio. Mae "
"hyn yn ddefnyddiol pan fydd y papur wedi mynd yn sownd, ag ati.\n"
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -8743,41 +9047,41 @@ msgstr ""
"ar gyfer tasg argraffu penodol. Ychwanegwch y gosodiadau angenrheidiol i'r "
"llinell gorchymyn, e.e \"%s <file>\".\n"
-#: ../../printerdrake.pm_.c:2153
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:2343
+#, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
-msgstr "Argraffu/Sganio ar \"%s\""
+msgstr "Argraffu/Sganio/Cardiau Llun ar \"%s\""
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Argraffu/Sganio ar \"%s\""
-#: ../../printerdrake.pm_.c:2156
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:2346
+#, c-format
msgid "Printing/Photo Card Access on \"%s\""
-msgstr "Argraffu/Sganio ar \"%s\""
+msgstr "Argraffu/Mynediad Cardiau Llun ar \"%s\""
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Argraffu ar argraffydd \"%s\""
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
msgstr "Cau"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
msgid "Print option list"
msgstr "Rhestr ddewis argraffu"
-#: ../../printerdrake.pm_.c:2182
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:2373
+#, 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 "
@@ -8794,12 +9098,12 @@ msgstr ""
"bennu pa un os oes gennych fwy nag un) o'r llinell orchymyn neu gyda rhag "
"wynebau graffigol \"xscanimage\" neu \"xsane\". Os ydych yn defnyddio GIMP, "
"medrwch sganio hefyd, drwy ddewis y man priodol yn y ddewislen \"Ffeil\"/"
-"\"Cipio\". Galwch hefyd \"man scanimage\" a \"man sane-hp\" ar y linell "
-"orchymyn i dderbyn mwy o wybodaeth.\n"
+"\"Cipio\". Galwch hefyd \"man scanimage\" ar y linell orchymyn i dderbyn mwy "
+"o wybodaeth.\n"
"\n"
"Peidiwch defnyddio \"scannerdrake\" ar gyfer y ddyfais hon."
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -8812,17 +9116,17 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
msgid "Reading printer data..."
msgstr "Darllen data argraffydd..."
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
msgid "Transfer printer configuration"
msgstr "Trosglwyddo ffurfweddiad yr argraffydd"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -8837,7 +9141,7 @@ msgstr ""
"cael eu trosi, ond ni fydd y gwaith argraffu'n cael eu trosi.\n"
"Ni fydd yr holl waith argraffu'n cael eu trosi, am y rhesymau canlynol:\n"
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
@@ -8845,18 +9149,18 @@ msgstr ""
"Nid yw CUPS yn cefnogi argraffyddion ar wasanaethwyr Novell neu "
"argraffyddion sy'n anfon data mewn gorchymyn ffurf -rhydd.\n"
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
"Mae PDQ yn cynnal argraffyddion lleol, LDP pell, a Socket/TCP, yn unig.\n"
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "Nid yw LPD na LPRng yn cynnal argraffyddion IPP.\n"
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
@@ -8864,7 +9168,7 @@ msgstr ""
"Yn ogystal, nid oes modd trosglwyddo rhesi grewyd gan y rhaglen hon na "
"\"foomatic-configure\"."
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
msgid ""
"\n"
"Also printers configured with the PPD files provided by their manufacturers "
@@ -8874,7 +9178,7 @@ msgstr ""
"Hefyd nid oes modd trosglwyddo argraffyddion ffurfweddwyd gyda ffeiliau PPD "
"ddarparwyd gan eu gwneuthurwyr na gyrrwyr CUPS brodorol."
-#: ../../printerdrake.pm_.c:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
@@ -8884,15 +9188,15 @@ msgstr ""
"Nodwch yr argraffydd rydych am ei drosglwddo a chliciwch\n"
"\"Trosglwyddo\"."
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr "Peidio trosglwyddo argraffydd"
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr "Trosglwyddo"
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -8903,12 +9207,12 @@ msgstr ""
"Cliciwch \"Trosglwyddo\" i ysgrifennu drosto.\n"
"Mae modd i chi osod enw newydd arno neu ei hepgor."
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"Dylai enw'r argraffydd gynnwys llythrennau, rhifau a'r tanlinellu, yn unig"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -8917,16 +9221,16 @@ msgstr ""
"Mae argraffydd \"%s\" yn bodoli eisoes,\n"
"ydych chi wir eisiau ailysgrifennu ei ffurfweddiad?"
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
msgid "New printer name"
msgstr "Enw'r argraffydd newydd"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr "Trosglwyddo %s..."
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -8936,29 +9240,29 @@ msgstr ""
"(\"%s\"). A ddylai fod yn argraffydd rhagosodedig y system argraffu newydd %"
"s ?"
-#: ../../printerdrake.pm_.c:2316
+#: ../../printerdrake.pm_.c:2510
msgid "Refreshing printer data..."
msgstr "Adnewyddu data'r argraffydd..."
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
msgid "Configuration of a remote printer"
msgstr "Ffurfweddiad argraffydd pell"
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
msgid "Starting network..."
msgstr "Cychwyn y rhwydwaith..."
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
msgid "Configure the network now"
msgstr "Ffurfweddwch y rhwydwaith"
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
msgid "Network functionality not configured"
msgstr "Nid yw swyddogaethau'r rhwydwaith wedi ei ffurfweddu"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -8970,11 +9274,11 @@ msgstr ""
"fynd ymlaen heb ffurfweddiad rhwydwaith, ni bydd modd i chi ddefnyddio'r "
"argraffydd rydych yn ei ffurfweddu ar hyn o bryd. Beth ydych am ei wneud?"
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
msgid "Go on without configuring the network"
msgstr "Mynd yn eich blaen heb ffurfweddu'r rhwydwaith"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -8990,7 +9294,7 @@ msgstr ""
"argraffydd, eto gan ddefnyddio Canolfan Rheoli Mandrake, adran \"Caledwedd\"/"
"\"Argraffydd\""
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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 "
@@ -9000,24 +9304,24 @@ msgstr ""
"Gwiriwch eich ffurfweddiad a'ch caledwedd. Yna ceisiwch ail ffurfweddi eich "
"argraffydd."
-#: ../../printerdrake.pm_.c:2408
+#: ../../printerdrake.pm_.c:2603
msgid "Restarting printing system..."
msgstr "Ailgychwyn system argraffu..."
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "high"
msgstr "uchel"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "paranoid"
msgstr "Paranoia"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Gosod system argraffu yn lefel diogelwch %s"
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -9041,11 +9345,11 @@ msgstr ""
"\n"
"Ydych chi wir eisiau ffurfweddu argraffu ar y peiriant hwn?"
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
msgid "Starting the printing system at boot time"
msgstr "Cychwyn y system argraffu wrth gychwyn y cyfrifiadur"
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -9067,75 +9371,71 @@ msgstr ""
"\n"
"Ydych chi am i'r cychwyn awtomatig gael ei droi ymlaen eto?"
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr "Gwirio'r meddalwedd sydd wedi ei osod..."
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr "Tynnu LPRng..."
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr "Tynnu LPD..."
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
msgid "Select Printer Spooler"
msgstr "Dewiswch Sbwlydd Argraffydd"
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
msgid "Which printing system (spooler) do you want to use?"
msgstr "Pa system argraffu(sbwlydd) ydych chi am ei ddefnyddio?"
-#: ../../printerdrake.pm_.c:2691
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:2895
+#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Ffurfweddu argraffydd \"%s\" ..."
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
msgid "Installing Foomatic..."
msgstr "Gosod Foomatic..."
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "Dewisiadau argraffydd"
-#: ../../printerdrake.pm_.c:2778
-msgid "Preparing PrinterDrake..."
+#: ../../printerdrake.pm_.c:2989
+msgid "Preparing Printerdrake..."
msgstr "Paratoi PrinterDrake..."
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
msgid "Configuring applications..."
msgstr "Ffurfweddi'u rhaglenni"
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
msgid "Would you like to configure printing?"
msgstr "Hoffech chi ffurfweddu argraffu?"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr "System argraffu."
-#: ../../printerdrake.pm_.c:2875
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
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."
+"OpenOffice.org/GIMP."
msgstr ""
"Mae'r argraffyddion canlynol wedi eu ffurfweddu. Cliciwch ar un i newid ei "
"osodiadau; ei wneud yn argraffydd rhagosodedig; i edrych am wybodaeth "
"amdano; neu i wneud argraffydd CUPS pell ar gael ar gyfer Star Office/"
-"OpenOffice.org."
+"OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
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 "
@@ -9144,29 +9444,29 @@ msgstr ""
"Mae'r argraffyddion canlynol wedi eu ffurfweddi. Cliciwch ar un i newid ei "
"osodiadau; ei wneud yn argraffydd rhagosodedig; i edrych am wybodaeth amdano."
-#: ../../printerdrake.pm_.c:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Adnewyddu rhestr argraffyddion (dangos pob argraffydd CUPS pell sydd ar gael)"
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
msgid "Change the printing system"
msgstr "Newidiwch y system argraffu"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
msgid "Normal Mode"
msgstr "Modd Arferol"
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
msgid "Do you want to configure another printer?"
msgstr "Ydych chi eisiau ffurfwedu argraffydd arall?"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
msgid "Modify printer configuration"
msgstr "Newid ffurfweddiad yr argraffydd"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, c-format
msgid ""
"Printer %s\n"
@@ -9175,106 +9475,108 @@ msgstr ""
"Argraffydd %s\n"
"Beth ydych am ei newid ar yr argraffydd hwn?"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr "Gwna!!"
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
msgid "Printer connection type"
msgstr "Math o gyswllt argraffydd"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
msgid "Printer name, description, location"
msgstr "Enw'r argraffydd, disgrifiad, lleoliad"
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr "Gwneuthurwr yr argraffydd, model, gyrrwr"
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr "Gwneuthurwr yr argraffydd, model"
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr "Gosod yr argraffydd fel y rhagosodedig"
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Ychwanegwchyr argraffydd hwn i Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Ychwanegwchyr argraffydd hwn i Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Tynnwch yr argraffydd hwn o Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Tynnwch yr argraffydd hwn o Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
msgid "Print test pages"
msgstr "Argraffu tudalennau prawf"
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
msgid "Know how to use this printer"
msgstr "Gwybod sut i ddefnyddio'r argraffydd"
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
msgid "Remove printer"
msgstr "Tynnu argraffydd"
-#: ../../printerdrake.pm_.c:3245
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:3472
+#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Tynnu hen argraffydd \"%s\"..."
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
msgid "Default printer"
msgstr "Argraffydd rhagosodedig"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Mae argraffydd \"%s\" wedi ei osod fel yr argraffydd rhagosodedig."
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Ychwanegu argraffydd i Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Ychwanegu argraffydd i Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
"Mae argraffydd \"%s\" wedi ei ychwanegu'n llwyddiannus i Star Office/"
-"OpenOffice.org."
+"OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-"Wedi methu ag ychwanegu argraffydd \"%s\" i Star Office/OpenOffice.org."
+"Wedi methu ag ychwanegu argraffydd \"%s\" i Star Office/OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "Tynnu'r argraffydd o Star Office/OpenOffice.org."
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Tynnu'r argraffydd o Star Office/OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
"Cafodd argraffydd \"%s\" ei dynnu'n llwyddiannus o Star Office/OpenOffice."
"org."
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr "Methwyd thynnu argraffydd \"%s\" o Star Office/OpenOffice.org."
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
+msgstr "Methwyd thynnu argraffydd \"%s\" o Star Office/OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Ydych chi wir eisiau tynnu argraffydd \"%s\""
-#: ../../printerdrake.pm_.c:3297
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:3527
+#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Tynnu argraffydd \"%s\"..."
@@ -9328,9 +9630,8 @@ msgstr ""
"Gadewch yn wag os nad ydych eisiau dirprwy ftp"
#: ../../proxy.pm_.c:65
-#, fuzzy
msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Dylai'r URL ddechrau gyda \"http:\""
+msgstr "Dylai'r URL ddechrau gyda 'ftp' neu 'http:'"
#: ../../proxy.pm_.c:79
msgid ""
@@ -9694,7 +9995,7 @@ msgstr "Rhyngrwyd"
msgid "File sharing"
msgstr "Rhannu Ffeiliau"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
msgid "System"
msgstr "System"
@@ -9745,15 +10046,15 @@ msgstr "Cychwyn"
msgid "Stop"
msgstr "Aros"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Diolch am ddewis Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
+msgstr "Diolch am ddewis Mandrake Linux 9.0"
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr "Croeso i fyd Cod Agored"
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
@@ -9763,228 +10064,258 @@ msgstr ""
"eich system weithredu newydd yn ganlyniad gwaith cydweithredol ar ran y "
"Gymuned Linux byd-eang"
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
+#: ../../share/advertising/02-community.pl_.c:9
+#, fuzzy
+msgid "Get involved in the Free Software world"
msgstr "Ymunwch byd Meddalwedd Rhydd"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
"Dewch i adnabod y gymuned Cod Agored a dewch yn aelod. Dysgwch, addysgwch a "
"chynorthwywch eraill drwy ymuno yn y grwpiau trafod niferus sydd i'w cael yn "
"ein tudalennau gwe \"Cymuned\""
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Y Rhygnrwyd a Negesu"
+#: ../../share/advertising/03-internet.pl_.c:9
+#, fuzzy
+msgid "Get the most from the Internet"
+msgstr "Cysylltu 'r We"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"view animations with Mozilla and Konqueror, or read your mail and handle "
+"your personal information with Evolution and Kmail"
msgstr ""
"Mae Mandrake Linux 8.2 yn cynnig y feddalwedd orau i gael mynediad i bopeth "
"sydd gan y Rhyngrwyd i'w gynnig. Syrffiwch y we a gwyliwch animeddiadau gyda "
"Mozilla a Konqueror, cyfnewidiwch e-bost a threfnu eich gwybodaeth gyda "
"Evolution a Kmail, a llawr iawn rhagor. "
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Amlgyfrwng a Graffigau"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl_.c:11
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"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 ""
"Mae Mandrake Linux 8.2 yn caniatu i chi wthio eich cyfrifiadur aml-gyfrwng "
"i'r eithaf! Defnyddiwch y feddalwedd ddiweddaraf i chwarae ffeiliau "
"cerddoriaeth a sain, golygu a threfnu eich delweddau a lluniau, gwylio "
"teledu a fideo, a llawer iawn mwy"
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Datblygiad"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "Gemau"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-"Mandrake Linux 8.2 yw'r platfform datblygu gorau. Darganfyddwch rym grynhowr "
-"gcc GNU yn ogystal ag amgylcheddau datblygiadol Cod Agored gorau oll"
+"Mae Mandrake Linux 8.2 yn darparu'r gemau Cod Agored gorau - arcd, antur, "
+"cardiau, chwaraeon, strategaeth..."
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
msgid "Mandrake Control Center"
msgstr "Canolfan Rheoli Mandrake"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
+#, fuzzy
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
"Canolfan Rheoli Mandrake Linux 8.2 yw'r lleoliad canolog ar gyfer llunio a "
"ffurfio eich system Mandrake"
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
msgid "User interfaces"
msgstr "Rhyngwynebau defnyddwyr"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
+msgid ""
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
+msgstr ""
+
+#: ../../share/advertising/08-development.pl_.c:9
+#, fuzzy
+msgid "Development simplified"
+msgstr "Datblygiad"
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
+
+#: ../../share/advertising/08-development.pl_.c:11
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
msgstr ""
-"Mae Mandrake Linux 8.2 yn darparu 11 amgylchedd penbwrdd graffigol a "
-"rheolwyr ffenestri gwahanol i ddewis ohonynt gan gynnwys Gnome 1.4, KDE "
-"2.2.2., Window Maker 0.8, a'r gweddill"
+"Mandrake Linux 8.2 yw'r platfform datblygu gorau. Darganfyddwch rym grynhowr "
+"gcc GNU yn ogystal ag amgylcheddau datblygiadol Cod Agored gorau oll"
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Meddalwedd Gwasanethwyr"
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:10
+#, fuzzy
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
"Trowch eich peiriant i fod yn wasanaethwr pwerus gydag ychydig gliciau ar "
"eich llygoden: gwasanaethwyr gwe, e-bost, mur gwarchod, llwybrydd, "
"gwasanaethwr ffeil ac argraffu..."
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Gemau"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-"Mae Mandrake Linux 8.2 yn darparu'r gemau Cod Agored gorau - arcd, antur, "
-"cardiau, chwaraeon, strategaeth..."
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
+msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:10
+#, fuzzy
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
msgstr ""
-"Hoffech chi ddysgu Linux yn syml, yn gyflym, ac am ddim? Mae MandrakeSoft yn "
-"darparu hyfforddiant ar Linux, yn ogystal ffordd i fesur eich cynnydd, yn "
-"MandrakeCampus - ein canolfan hyfforddiant ar-lein"
+"Mae amrediad eang o ddarpariaeth Linux, yn ogystal chynigion arbennig ar "
+"gynnyrch a 'difyrrwch', ar gael ar-lein yn ein e-siop"
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-"Mae cefnogaeth werthfawr gan Gymuned Linux, a chan MandrakeSoft i'w gael yn "
-"hwylus. Ac os ydych yn hen law ar Linux, cewch fod yn \"Arbenigwr\" a rhannu "
-"eich gwybodaeth ar ein safle cefnogi"
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
msgstr ""
-"Ar gyfer eich holl brojectau TG, mae ein hymgynghorwyr ar gael i ddadansoddi "
-"eich anghenion a chynnig atebion unigryw i chi. Medrwch fanteisio ar brofiad "
-"eang MandrakeSoft fel cynhyrchydd Linux i ddarparu ateb TG gwell i'ch busnes."
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
+msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
+msgstr ""
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
+#, fuzzy
+msgid "Become a MandrakeExpert"
+msgstr "MandrakeExpert"
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
+msgid ""
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-"Mae amrediad eang o ddarpariaeth Linux, yn ogystal chynigion arbennig ar "
-"gynnyrch a 'difyrrwch', ar gael ar-lein yn ein e-siop"
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
-"Am ragor o wybodaeth ar Wasanaethau Profesiynol a chynigion masnachol "
-"MandrakeSoft, gwelwch y dudalen we ganlynol:"
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "MandrakeExpert"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
+msgstr ""
-#: ../../standalone.pm_.c:40
+#: ../../standalone.pm_.c:41
msgid "Installing packages..."
msgstr "Gosod pecynnau..."
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Allgofnodwch ac yna defnyddiwch Ctrl Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Ail fewn gofnodwch i %s i wireddu'r newidiadau"
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Methu darllen eich tabl rhaniadau. Mae'n rhy lwgr i mi :[\n"
-"Af ymlaen i flancio rhaniadau gwael"
-
#: ../../standalone/drakTermServ_.c:188
-#, fuzzy
msgid "Mandrake Terminal Server Configuration"
-msgstr "Trosglwyddo ffurfweddiad yr argraffydd"
+msgstr "Ffurfweddiad Gwasanaethwr Terfynell Mandrake"
#: ../../standalone/drakTermServ_.c:203
-#, fuzzy
msgid "Enable Server"
-msgstr "Gwasanaethwr Cronfa Ddata"
+msgstr "Galluogi'r Gwasanaethwr"
#: ../../standalone/drakTermServ_.c:210
-#, fuzzy
msgid "Disable Server"
-msgstr "Gwasanaethwr Cronfa Ddata"
+msgstr "Analluogi'r Gwasanaethwr"
#: ../../standalone/drakTermServ_.c:218
-#, fuzzy
msgid "Start Server"
-msgstr "Gwasanaethwr NIS"
+msgstr "Cychwyn y Gwasanaethwr"
#: ../../standalone/drakTermServ_.c:225
-#, fuzzy
msgid "Stop Server"
-msgstr "Gwasanaethwr NIS"
+msgstr "Atal y Gwasanaethwr"
#: ../../standalone/drakTermServ_.c:233
msgid "Etherboot Floppy/ISO"
@@ -9995,21 +10326,20 @@ msgid "Net Boot Images"
msgstr ""
#: ../../standalone/drakTermServ_.c:239
-#, fuzzy
msgid "Add/Del Users"
-msgstr "Ychwanegu defnyddiwr"
+msgstr "Ychwanegu/Diddymu Defnyddwyr"
#: ../../standalone/drakTermServ_.c:241
-#, fuzzy
msgid "Add/Del Clients"
-msgstr "Cleient DHCP"
-
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+msgstr "Ychwanegu/Dileu Cleientiaid"
+
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
msgid "Help"
msgstr "Cymorth"
@@ -10038,28 +10368,24 @@ msgid "Build Single NIC -->"
msgstr ""
#: ../../standalone/drakTermServ_.c:535
-#, fuzzy
msgid "No nic selected!"
-msgstr "Heb gysylltu"
+msgstr "Heb ddewis nic"
#: ../../standalone/drakTermServ_.c:538
msgid "Build All Kernels -->"
msgstr ""
#: ../../standalone/drakTermServ_.c:552
-#, fuzzy
msgid "<-- Delete"
-msgstr "Dileu"
+msgstr "<-- Dileu"
#: ../../standalone/drakTermServ_.c:559
-#, fuzzy
msgid "Delete All NBIs"
-msgstr "Dewis Popeth"
+msgstr "Dileu Pob NBI"
#: ../../standalone/drakTermServ_.c:621
-#, fuzzy
msgid "Add User -->"
-msgstr "Ychwanegu defnyddiwr"
+msgstr "Pob Defnyddiwr-->"
#: ../../standalone/drakTermServ_.c:629
msgid "<-- Del User"
@@ -10070,24 +10396,20 @@ msgid "Add Client -->"
msgstr ""
#: ../../standalone/drakTermServ_.c:735
-#, fuzzy
msgid "<-- Del Client"
-msgstr "Cleient DHCP"
+msgstr "<--Diddymu Cleient"
#: ../../standalone/drakTermServ_.c:741
-#, fuzzy
msgid "dhcpd Config..."
-msgstr "Ffurfweddu..."
+msgstr "Ffurfweddu dhcpd..."
#: ../../standalone/drakTermServ_.c:888
-#, fuzzy
msgid "Write Config"
-msgstr "ailffurfweddu"
+msgstr "Ysgrifenu ffurfweddu"
#: ../../standalone/drakTermServ_.c:946
-#, fuzzy
msgid "Please insert floppy disk:"
-msgstr "Mewnosodwch y disg meddal Cychwyn ddefnyddiwyd yn gyrrwr %s"
+msgstr "Mewnosodwch ddisg meddal:"
#: ../../standalone/drakTermServ_.c:950
msgid "Couldn't access the floppy!"
@@ -10098,9 +10420,8 @@ msgid "Floppy can be removed now"
msgstr ""
#: ../../standalone/drakTermServ_.c:955
-#, fuzzy
msgid "No floppy drive available!"
-msgstr "Does dim gyrrwr disg meddal ar gael"
+msgstr "Does dim gyrrwr disg meddal ar gael!"
#: ../../standalone/drakTermServ_.c:964
#, c-format
@@ -10165,7 +10486,6 @@ msgstr ""
"fydd gyda llaw"
#: ../../standalone/drakautoinst_.c:81 ../../standalone/drakautoinst_.c:82
-#, fuzzy
msgid "Creating auto install floppy"
msgstr "Creu disg meddal awto gosod"
@@ -10181,8 +10501,8 @@ msgstr ""
"\n"
"Mae paramedrau'r awto osod i'w cael yn yr adran ar y chwith"
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "Llongyfarchiadau!"
@@ -10206,20 +10526,23 @@ msgstr "Ychwanegu eitem"
msgid "Remove the last item"
msgstr "Tynnu'r eitem olaf"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:732
-#, fuzzy
+#: ../../standalone/drakbackup_.c:726
msgid "FATAL"
-msgstr "FAT"
+msgstr "TERFYNNOL"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
@@ -10229,7 +10552,7 @@ msgstr ""
" Adroddiad DrakBackup \n"
"\n"
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -10241,7 +10564,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -10253,13 +10576,19 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
-#, fuzzy
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
msgid "Total progess"
-msgstr "cyfanswm y cynnydd"
+msgstr "Cyfanswm y cynnydd"
+
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10268,16 +10597,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Dim cyfrinair"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, c-format
+msgid "Can't find %s on %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -10288,60 +10642,64 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr "Ffeiliau system wrth gefn"
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
msgid "Hard Disk Backup files..."
msgstr "Ffeiliau cadw wrth gefn y Disg Caled"
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
msgid "Backup User files..."
msgstr "Ffeiliau Defnyddiwr Cadw wrth Gefn..."
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr "Cynnydd Disg Caled wrth Gefn..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
msgid "Backup Other files..."
msgstr "Cadw wrth gefn ffeiliau eraill..."
-#: ../../standalone/drakbackup_.c:1266
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1321
msgid "No changes to backup!"
-msgstr "Defnyddiwch dp i gadw wrth gefn"
+msgstr "Dim newid i'r ffeil wrth gefn"
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -10349,59 +10707,57 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1289
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:1344
+#, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr ""
"rhestr ffeil yrrwyd gan FTP: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1292
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1347
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
"\n"
-"(!) anhawster cysylltiad FTP: Nid oedd yn bosibl anfon eich ffeiliau wrth "
-"gefn drwy FTP.\n"
+" Anhawster cysylltiad FTP: Nid oedd yn bosibl anfon eich ffeiliau wrth gefn "
+"drwy FTP.\n"
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1324
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1379
msgid " Error during mail sending. \n"
-msgstr "(!) Gwall wrth anfon e-bost. \n"
+msgstr " Gwall wrth anfon e-bost. \n"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Dewis ffeiliau"
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr "Dewiswch y ffeiliau neu gyfeiriaduron a chliciwch 'Ychwanegu'"
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10409,27 +10765,26 @@ msgstr ""
"\n"
"Gwiriwch pob dewis sydd angen arnoch.\n"
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Mae'r dewisiadau hyn yn medru cadw wrth gefn ac adfer pob ffeil yn eich "
"cyfeiriadur /etc.\n"
-#: ../../standalone/drakbackup_.c:1527
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1602
msgid "Backup your System files. (/etc directory)"
msgstr "Cadw wrth gefn ffeiliau System. ( cyfeiriadur /etc )"
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr "Cadw wrth gefn cynyddol (peidio disodli hen ffeiliau wrth gefn)"
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Peidio cynnwys ffeiliau hanfodol (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10437,131 +10792,128 @@ msgstr ""
"Gyda'e dewis hwn medrwch adfer unrhyw fersiwn\n"
"o'ch cyfeiriadur /etc."
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
msgid "Please check all users that you want to include in your backup."
msgstr "Gwiriwch pob defnyddiwr rydych am eu cynnwys yn eich cadw wrth gefn."
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr "Peidio cynnwys storfa'r porwr"
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Defnyddio Cadw wrth Gefn Cynyddol (peidio disodli hen gadw wrth gefn)"
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Tynnu'r Dewis"
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
msgid "Users"
msgstr "Defnyddwyr"
-#: ../../standalone/drakbackup_.c:1700
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1775
msgid "Use network connection to backup"
-msgstr "Defnyddiwch cysylltiad FTP i gadw wrth gefn"
+msgstr "Defnyddiwch cysylltiad rhwydwaith i gadw wrth gefn"
+
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1708
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1783
msgid ""
" Transfer \n"
"Now"
-msgstr "Trosglwyddo"
+msgstr ""
+"Trosglwyddo \n"
+"Nawr"
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
msgid "Please enter the host name or IP."
msgstr "Rhowch enw'r gwesteiwr neu'r IP"
-#: ../../standalone/drakbackup_.c:1718
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1793
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-"Rhowch y cyfeiriadur i osod y cadw\n"
+"Rhowch y cyfeiriadur(neu fodiwl) i osod y cadw\n"
"wrth gefn ar y gwesteiwr hwn."
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
msgid "Please enter your login"
msgstr "Rhowch eich mewngofnod"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
msgid "Please enter your password"
msgstr "Rhowch eich cyfrinair"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
msgid "Remember this password"
msgstr "Cofiwch y cyfrinair"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr "Defnyddiwch yr CD/DVDROM i gadw wrth gefn"
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
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:1849
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1923
msgid "Please choose your CD/DVD media size"
-msgstr "Dewiswch eich gofod CD"
+msgstr "Dewiswch maint eich gofod CD/DVD"
-#: ../../standalone/drakbackup_.c:1855
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1929
msgid "Please check for multisession CD"
-msgstr "Gwiriwch os ydych yn defnyddio cyfrwng CDRW"
+msgstr "Gwiriwch os ydych yn defnyddio CD amlsesiwn"
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
msgid "Please check if you are using CDRW media"
msgstr "Gwiriwch os ydych yn defnyddio cyfrwng CDRW"
-#: ../../standalone/drakbackup_.c:1867
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1941
msgid "Please check if you want to erase your RW media (1st Session)"
-msgstr "Gwiriwch os ydych am ddileu eich CDRW cyn"
+msgstr "Gwiriwch os ydych am ddileu eich cyfrwng RW(Sesiwn 1af)"
-#: ../../standalone/drakbackup_.c:1868
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1942
msgid " Erase Now "
-msgstr "Trosglwyddo"
+msgstr "Dileu Nawr"
-#: ../../standalone/drakbackup_.c:1874
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1948
msgid "Please check if you are using a DVDR device"
-msgstr "Gwiriwch os ydych yn defnyddio cyfrwng CDRW"
+msgstr "Gwiriwch os ydych yn defnyddio dyfais DVDR"
-#: ../../standalone/drakbackup_.c:1880
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1954
msgid "Please check if you are using a DVDRAM device"
-msgstr "Gwiriwch os ydych yn defnyddio cyfrwng CDRW"
+msgstr "Gwiriwch os ydych yn defnyddio dyfais DVDRAM"
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -10569,36 +10921,33 @@ msgstr ""
"Rhowch enw dyfais eich Ysgrifennwr CD\n"
"ex: 0,1,0"
-#: ../../standalone/drakbackup_.c:1926
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2000
msgid "No CD device defined!"
-msgstr "Dewiswch ffeil"
+msgstr "Heb ddiffinio dyfais CD!"
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
msgid "Use tape to backup"
msgstr "Defnyddiwch dp i gadw wrth gefn"
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr "Rhowch enw dyfais i'w ddefnyddio ar gyfer cadw wrth gefn"
-#: ../../standalone/drakbackup_.c:1983
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2057
msgid "Please check if you want to use the non-rewinding device."
-msgstr "Gwiriwch os ydych am ddileu eich CDRW cyn"
+msgstr ""
+"Gwiriwch os ydych am ddefnyddio'r dyfais nad yw'n mynd nl i'e ddechrau."
-#: ../../standalone/drakbackup_.c:1989
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2063
msgid "Please check if you want to erase your tape before the backup."
-msgstr "Gwiriwch os ydych am ddileu eich CDRW cyn"
+msgstr "Gwiriwch os ydych am ddileu eich tp cyn y cadw wrth gefn."
-#: ../../standalone/drakbackup_.c:1995
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2069
msgid "Please check if you want to eject your tape after the backup."
-msgstr "Gwiriwch os ydych am ddileu eich CDRW cyn"
+msgstr "Gwiriwch os ydych am dynnu eich tp ar l y cadw wrth gefn."
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -10606,57 +10955,55 @@ msgstr ""
"Rhowch y maint mwyaf\n"
"i'w ganiatu ar gyfer Drakbackup"
-#: ../../standalone/drakbackup_.c:2066
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2140
msgid "Please enter the directory to save to:"
msgstr "Rhowch y cyfeiriadur i gadw iddo:"
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
msgid "Use quota for backup files."
msgstr "Defnyddiwch y cwota ar gyfer ffeiliau wrth gefn"
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
msgid "Network"
msgstr "Rhwydwaith"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr "Disg Caled / NFS"
-#: ../../standalone/drakbackup_.c:2161
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2236
msgid "Tape"
-msgstr "Math"
+msgstr "Tp"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr "bob awr"
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr "bob dydd"
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr "bob wythnos"
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr "bob mis"
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
msgid "Use daemon"
msgstr "Defnyddiwch ddaemon"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -10664,7 +11011,7 @@ msgstr ""
"Dewiswch faint o amser\n"
"fydd rhwng pob cadw wrth gefn"
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
msgid ""
"Please choose the\n"
"media for backup."
@@ -10672,80 +11019,81 @@ msgstr ""
"Dewiswch y cyfrwng ar\n"
"gyfer cadw wrth gefn..."
-#: ../../standalone/drakbackup_.c:2214
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2289
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 ""
-"Gwnewch yn siwr bod daemon cron yn cael ei gynnwys yn eich gwasanaethau"
+"Gwnewch yn siwr bod daemon cron yn cael ei gynnwys yn eich gwasanaethau. \n"
+"\n"
+"Sylwer bod yr holl gyfrwn \"gwe\" yn defnyddio'r ddisg caled."
-#: ../../standalone/drakbackup_.c:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr "Anfonwch adroddiad e-bost wedi pob cadw wrth gefn i :"
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
msgid "What"
msgstr "Beth"
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
msgid "Where"
msgstr "Lle"
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
msgid "When"
msgstr "Pryd"
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
msgid "More Options"
msgstr "Dewisiadau Eraill"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
msgid "Drakbackup Configuration"
msgstr "Ffurfweddiad Drakbackup"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
msgid "Please choose where you want to backup"
msgstr "Dewiswch i le rydych am gadw ffeiliau wrth gefn"
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr "ar Ddisg Caled"
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
msgid "across Network"
msgstr "ar draws Rhwydwaith"
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
msgid "Please choose what you want to backup"
msgstr "Dewiswch beth rydych am ei gadw wrth gefn"
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
msgid "Backup system"
msgstr "System cadw wrth gefn"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr "Defnyddwyr Cadw wrth Gwfn"
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr "Dewis defnyddwyr gyda llaw"
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
@@ -10753,7 +11101,7 @@ msgstr ""
"\n"
"Ffynhonell Cadw wrth Gefn:\n"
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
@@ -10761,7 +11109,7 @@ msgstr ""
"\n"
"- Ffeiliau System: \n"
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
@@ -10769,7 +11117,7 @@ msgstr ""
"\n"
"- Ffeiliau Defnyddiwr:\n"
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
@@ -10777,64 +11125,64 @@ msgstr ""
"\n"
"- Ffeiliau Eraill: \n"
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
"\n"
"Cadw ar Ddisg caled ar lwybr: %s\n"
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2526
-#, fuzzy, c-format
-msgid " on device : %s"
-msgstr "Dyfais llygoden: %s\n"
+#: ../../standalone/drakbackup_.c:2602
+#, c-format
+msgid " on device: %s"
+msgstr "ar ddyfais: %s"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2528
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:2604
+#, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
"\n"
-"- Cadw ar FTP ar y gwesteiwr: %s\n"
+"- Cadw i dp ar ddyfais: %s"
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2532
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:2608
+#, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
"\n"
-"- Cadw ar FTP ar y gwesteiwr: %s\n"
+"- Cadw drwy %s ar westeiwr: %s\n"
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -10843,7 +11191,7 @@ msgstr ""
"\t\t enw defnyddiwr:%s\n"
"\t\t ar lwybr: %s \n"
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
msgid ""
"\n"
"- Options:\n"
@@ -10851,62 +11199,60 @@ msgstr ""
"\n"
"-Dewisiadau:\n"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr "\tPeidiwch cynnwys Ffeiliau System\n"
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr "\t Bydd Cadw wrth gefn yn defnyddio tar a bzip2\n"
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr "\tBydd Cadw wrth Gefn yn defnyddio tar a gzip\n"
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
"\n"
"- Daemon (%s) i gynnwys :\n"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr "\t-Disg Caled.\n"
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr "\t-Rhwydwaith drwy FTP.\n"
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr "\t-Rhwydwaith drwy SSH.\n"
-#: ../../standalone/drakbackup_.c:2549
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by rsync.\n"
-msgstr "\t-Rhwydwaith drwy FTP.\n"
+msgstr "\t-Rhwydwaith drwy rsync.\n"
-#: ../../standalone/drakbackup_.c:2550
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by webdav.\n"
-msgstr "\t-Rhwydwaith drwy FTP.\n"
+msgstr "\t-Rhwydwaith drwy webday.\n"
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Dim ffurfweddiad, cliciwch Dewin neu Uwch.\n"
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
@@ -10914,7 +11260,7 @@ msgstr ""
"Rhestr o ddata i'w adfer:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
@@ -10922,160 +11268,268 @@ msgstr ""
"Rhestr o ddata llwgr:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
msgid "Please uncheck or remove it on next time."
msgstr "Dad-diciwch hwn neu ei dynnu'r tro nesaf."
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr "Mae'r ffeiliau wrth gefn wedi eu llygru"
-#: ../../standalone/drakbackup_.c:2758
-#, fuzzy
+#: ../../standalone/drakbackup_.c:2834
msgid " All of your selected data have been "
msgstr " Mae eich dewis data wedi ei "
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr " Ei adfer yn Llwyddiannus ar %s "
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
msgid " Restore Configuration "
msgstr " Adfer y Furfweddiad"
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr "Iawn i adfer ffeiliau eraill"
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Rhestr defnyddwyr i'w adfer ( dim ond y diweddaraf yn l y defnyddwyr, sy'n "
"bwysig )"
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
msgid "Backup the system files before:"
msgstr "Cadw'r ffeiliau system wrth gefn cyn:"
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
msgid "please choose the date to restore"
msgstr "dewiswch y data i'w adfer"
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
msgid "Use Hard Disk to backup"
msgstr "Defnyddiwch y Ddisg Caled ar gyfer cadw wrth gefn"
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
msgid "Please enter the directory to save:"
msgstr "Rhowch y cyfeiriadur i gadw iddo:"
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
msgid "FTP Connection"
msgstr "Cysylltiad FTP"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
msgid "Secure Connection"
msgstr "Cysylltiad Diogel"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
msgid "Restore from Hard Disk."
msgstr "Adfer o'r Ddisg Caled."
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr "Rhowch y cyfeiriadur lle mae'r ffeiliau wrth gefn yn cael eu cadw"
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
msgid "Select another media to restore from"
msgstr "Dewis cyfrwng arall i adfer ohono"
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
msgid "Other Media"
msgstr "Cyfrwng Arall"
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
msgid "Restore system"
msgstr "Adfer y system"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
msgid "Restore Users"
msgstr "Adfer Defnyddwyr"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore Other"
msgstr "Adfer Arall"
-#: ../../standalone/drakbackup_.c:3168
-#, fuzzy
+#: ../../standalone/drakbackup_.c:3265
msgid "select path to restore (instead of /)"
msgstr "dewis llwybr arall i adfer ( yn lle / )"
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
"Gwnewch cadw wrth gefn newydd cyn adfer ( ar gyfer cadw wrth gefn cynyddol "
"yn unig )"
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr "Tynnu cyfeiriaduron defnyddiwr cyn adfer."
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3394
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr ""
+"Adfer y Dewis\n"
+"Ffeiliau"
+
+#: ../../standalone/drakbackup_.c:3411
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr ""
+"Newid\n"
+"Llwybr Adfer"
+
+#: ../../standalone/drakbackup_.c:3477
+#, c-format
+msgid "Backup files not found at %s."
+msgstr "Heb ganfod y ffeiliau wrth gefn yn %s."
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+msgid "Restore From CD"
+msgstr "Adfer o'r CD"
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+msgid "Restore From Tape"
+msgstr "Adfer o Dp"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3524
+msgid "Restore Via Network"
+msgstr "Adfer drwy'r Rhwydwaith"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3525
+msgid "Host Name"
+msgstr "Enw Gwesteiwr"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+msgid "Password required"
+msgstr "Mae angen cyfrinair"
+
+#: ../../standalone/drakbackup_.c:3539
+msgid "Username required"
+msgstr "Mae angen enw defnyddiwr"
+
+#: ../../standalone/drakbackup_.c:3542
+msgid "Hostname required"
+msgstr "Mae angen enw gwesteiwr"
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+msgid "Restore Failed..."
+msgstr "Methodd Adfer..."
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr "Adfer pob cadw wrth gefn"
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
msgid "Custom Restore"
msgstr "Adfer Dewisol"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3865
+msgid "Restore From Catalog"
+msgstr "Adfer o'r Catalog"
+
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "Adfer Defnyddwyr"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
msgid "Previous"
msgstr "Cynt"
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Gorffen"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
msgid "Build Backup"
msgstr "Adeiladu Cadw wrth Gefn"
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
msgid "Restore"
msgstr "Adfer"
-#: ../../standalone/drakbackup_.c:3553
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Crwch gadw wrth gefn cyn ei adfer...\n"
-" neu gwiriwch fod eich llwybr i'w gadw'n gywir."
-
-#: ../../standalone/drakbackup_.c:3574
+#: ../../standalone/drakbackup_.c:4231
msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
"Gwall wrth ddefnyddio sendmail\n"
-" chafodd eich adroddiad e-bost mo'i anfon\n"
+" chafodd eich adroddiad e-bost mo'i anfon\n"
" Ffurfweddwch eich sendmail"
-#: ../../standalone/drakbackup_.c:3598
-#, fuzzy
+#: ../../standalone/drakbackup_.c:4255
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
-msgstr "Mae'r pecynnau canlynol i'w gosod"
+msgstr ""
+"Mae'r pecynnau canlynol i'w gosod:\n"
+" @list_of_rpm_to_install"
-#: ../../standalone/drakbackup_.c:3621
-#, fuzzy
+#: ../../standalone/drakbackup_.c:4278
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
@@ -11083,19 +11537,19 @@ msgstr ""
"Gwall wrth anfon ffeil drwy FTP.\n"
" Cywirwch eich ffurfweddiad FTP."
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
msgid "Please select data to restore..."
msgstr "Dewiswch y data i'w adfer..."
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
msgid "Please select media for backup..."
msgstr "Dewiswch y cyfrwng ar gyfer cadw wrth gefn..."
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
msgid "Please select data to backup..."
msgstr "Dewiswch y data i'w gadw wrth gefn..."
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11103,60 +11557,59 @@ msgstr ""
"Ni chanfyddwyd y ffeil ffurfweddu \n"
"cliciwch Dewin neu Uwch."
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr "O dan ddatblygiad...arhoswch."
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
msgid "Backup system files"
msgstr "Ffeiliau System Cadw wrth Gefn"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup user files"
msgstr "Ffeiliau Defnyddiwr Cadw wrth Gefn"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup other files"
msgstr "Cadw'r ffeiliau eraill wrth gefn"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr "Cyfanswm Cynydd"
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr "anfon ffeil drwy FTP"
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
msgid "Sending files..."
msgstr "Anfon ffeiliau..."
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
msgid "Backup Now from configuration file"
msgstr "Cadwch wrth Gefn eich ffeiliau ffurfweddu"
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
msgid "View Backup Configuration."
msgstr "Edrych ar Ffurfweddiad Cadw wrth Gefn"
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
msgid "Wizard Configuration"
msgstr "Ffurfweddiad y Dewin"
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
msgid "Advanced Configuration"
msgstr "Ffurfweddiad Uwch"
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
msgid "Backup Now"
msgstr "Cadw wrth Gefn Nawr"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4045
-#, fuzzy
+#: ../../standalone/drakbackup_.c:4707
msgid ""
"options description:\n"
"\n"
@@ -11214,7 +11667,7 @@ msgstr ""
" ...\n"
" \n"
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11223,7 +11676,7 @@ msgid ""
"\n"
msgstr "\n"
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -11300,28 +11753,28 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
@@ -11349,18 +11802,18 @@ msgstr ""
"\\n\n"
"\n"
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Hawlfraint(H 2001 MandrakeSoft gan DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -11392,7 +11845,7 @@ msgstr ""
" Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,\n"
"MA 02111-1307, USA"
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -11468,7 +11921,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -11487,7 +11940,7 @@ msgstr ""
"cyn ei anfon i'r gwasanaethwr.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11509,7 +11962,7 @@ msgstr ""
"bwysig eich bod yn ofalus a pheidio newid y ffeiliau\n"
"data wrth gefn gyda llaw.\n"
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -11626,42 +12079,35 @@ msgstr ""
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
-#, fuzzy
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
msgid "Standalone Tools"
-msgstr "Offer y Consol"
+msgstr "Offer Unigol"
#: ../../standalone/drakbug_.c:73
-#, fuzzy
msgid "HardDrake"
-msgstr "ar Ddisg Caled"
+msgstr "HardDrake"
#: ../../standalone/drakbug_.c:74
-#, fuzzy
msgid "Mandrake Online"
-msgstr "MandrakeConsulting"
+msgstr "Mandrake Online"
#: ../../standalone/drakbug_.c:75
-#, fuzzy
msgid "Menudrake"
-msgstr "MandrakeStore"
+msgstr "Menudrake"
#: ../../standalone/drakbug_.c:76
-#, fuzzy
msgid "Msec"
-msgstr "Llygoden"
+msgstr "Msec"
#: ../../standalone/drakbug_.c:77
-#, fuzzy
msgid "Remote Control"
-msgstr "Argraffydd pell"
+msgstr "Rheoli o Bell"
#: ../../standalone/drakbug_.c:78
-#, fuzzy
msgid "Software Manager"
-msgstr "Rhannu enw"
+msgstr "Rheolwr Meddalwedd"
#: ../../standalone/drakbug_.c:79
msgid "Urpmi"
@@ -11672,35 +12118,30 @@ msgid "Windows Migration tool"
msgstr ""
#: ../../standalone/drakbug_.c:81
-#, fuzzy
msgid "Userdrake"
-msgstr "Printerdrake"
+msgstr "Userdrake"
#: ../../standalone/drakbug_.c:82
-#, fuzzy
msgid "Configuration Wizards"
-msgstr "Dewin Ffurfweddu'r Rhwydwaith"
+msgstr "Dewin Ffurfweddu"
-#: ../../standalone/drakbug_.c:96
-#, fuzzy
+#: ../../standalone/drakbug_.c:97
msgid "Application:"
-msgstr "Dilysu"
+msgstr "Rhaglen"
-#: ../../standalone/drakbug_.c:97
-#, fuzzy
+#: ../../standalone/drakbug_.c:98
msgid "Package: "
-msgstr "Dewis pecynnau"
+msgstr "Pecynnau"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:99
-#, fuzzy
+#: ../../standalone/drakbug_.c:100
msgid "Release: "
-msgstr "Arhoswch"
+msgstr "Ryddhad"
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -11712,24 +12153,21 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:135
-#, fuzzy
+#: ../../standalone/drakbug_.c:136
msgid "Report"
-msgstr "porth"
+msgstr "Adroddiad"
-#: ../../standalone/drakbug_.c:165
-#, fuzzy
+#: ../../standalone/drakbug_.c:166
msgid "Not installed"
-msgstr "Wedi'r dad osod"
+msgstr "Heb ei osod"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:189
-#, fuzzy
+#: ../../standalone/drakbug_.c:190
msgid "No browser available! Please install one"
-msgstr "Bydd lluniau o'r sgrin ar gale ar l gosod yn %s"
+msgstr "Dim porwr ar gael! Gosodawch un"
#: ../../standalone/drakconnect_.c:79
#, c-format
@@ -12025,12 +12463,12 @@ msgid "Be sure a media is present for the device %s"
msgstr "Gwnewch yn siwr fod y deunydd ar gael ar gyfer y ddyfais %s"
#: ../../standalone/drakfloppy_.c:426
-#, fuzzy, c-format
+#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
"Please insert one."
msgstr ""
-"Does dim cyfrwng i'r dyfais %s.\n"
+"Does dim cyfrwng neu mae wedi ei amddiffyn rhag ysgrifennu i'r dyfais %s.\n"
"Rhowch un i mewn.."
#: ../../standalone/drakfloppy_.c:428
@@ -12176,7 +12614,7 @@ msgid "Font List"
msgstr "Rhestr Ffontiau"
#: ../../standalone/drakfont_.c:909
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "Dewiswch y rhaglenni fydd yn cynnal ffontiau:"
#: ../../standalone/drakfont_.c:918
@@ -12247,19 +12685,19 @@ msgstr "Tynnu ffontiau oddi ar eich system!"
msgid "Post Uninstall"
msgstr "Wedi'r dad osod"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr "Rhannu Cysylltiad 'r Rhyngrwyd"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr "Mae Rhannu Cysylltiad 'r Rhyngrwyd wedi ei alluogi"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -12271,31 +12709,31 @@ msgstr ""
"\n"
"Beth hoffech ei wneud?"
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
msgid "disable"
msgstr "dymunol"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr "gwrthod"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "reconfigure"
msgstr "ailffurfweddu"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
msgid "Disabling servers..."
msgstr "Analluogi gwasanaethwyr..."
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
msgid "Internet connection sharing is now disabled."
msgstr "Mae rhannu cysylltiad 'r Rhyngrwyd wedi ei analluogi."
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr "Mae Rhannu Cysylltiad a'r Rhyngrwyd wedi ei analluogi"
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -12307,19 +12745,19 @@ msgstr ""
"\n"
"Beth hoffech ei wneud?"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
msgid "enable"
msgstr "galluogi"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr "Galluogi gwasanaethwyr..."
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
msgid "Internet connection sharing is now enabled."
msgstr "Mae rhannu cysylltiad 'r Rhyngrwyd wedi ei alluogi."
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
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 "
@@ -12336,21 +12774,21 @@ msgstr ""
"Sylwer: bydd angen Addasydd Rhwydwaith un-pwrpas i greu Rhwydwaith Lleol "
"(LAN)."
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Rhyngwyneb %s (gan ddefnyddio modiwl %s)"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, c-format
msgid "Interface %s"
msgstr "Rhagwyneb %s"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr "Nid oes addasydd rhwydwaith ar eich system!"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -12358,11 +12796,11 @@ msgstr ""
"Nid oes addasydd rhwydwaith ethernet wedi ei ganfod ar eich system. Rhedwch "
"yr offeryn ffurfweddu caledwedd."
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "Rhyngwyneb rhwydwaith"
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -12377,7 +12815,7 @@ msgstr ""
"\n"
"Rwyf ar fin gosod eich Rhwydwaith Lleol gyda'r addasydd hwnnw.."
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
@@ -12385,11 +12823,11 @@ msgstr ""
"Dewiswch ba addasyddion rhwydwaith fydd yn cael eu cysylltu 'ch Rhwydwaith "
"Lleol."
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:259
msgid "Network interface already configured"
msgstr "Mae rhag wyneb y rhwydwaith wedi ei ffurfwedu eisoes"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -12405,15 +12843,15 @@ msgstr ""
"Medrwch ei wneud gyda llaw ond mae'n rhaid i chi wybod beth ydych yn ei "
"wneud."
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
msgid "Automatic reconfiguration"
msgstr "Ail ffurfweddiad awtomatig"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
msgid "Show current interface configuration"
msgstr "Dangoswch y ffurfweddiad rhag wyneb cyfredol"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -12430,7 +12868,7 @@ msgstr ""
"Priodweddau IP: %s\n"
"Gyrrwr: %s"
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -12449,54 +12887,42 @@ msgstr ""
"Neu, medraf ail ffurfweddu eich rhag wyneb ac (ail)ffurfweddi gwasanaethwr "
"DHCP ar eich cyfer.\n"
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr "Rhwydwaith Lleol Dosbarth C"
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
msgid "(This) DHCP Server IP"
msgstr "Gwasanaethwr DHCP IP (Hwn)"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr "Ail ffurfweddi rhag wyneb a gwasanaethwr DHCP"
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr "Nid yw'r Rhwydwaith Leol yn terfynnu gyda '.0', tynnu allan."
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"Canfuwyd gwrthdaro posib yng nghyfeiriad LAN ffurfweddiad presennol %s!\n"
-#: ../../standalone/drakgw_.c:320
-msgid "Firewalling configuration detected!"
-msgstr "Wedi canfod ffurfweddiad mur gwarchod!"
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Rhybudd! Mae ffurfweddiad mur gwarchod wedi ei ganfod. Efallai bydd angen "
-"atgyweirio gyda llaw ar l y gosodiad."
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
msgid "Configuring..."
msgstr "Ffurfweddu..."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr "Ffurfweddio sgriptiau, gosod meddalwedd, cychwyn gwasanaethwyr..."
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, c-format
msgid "Problems installing package %s"
msgstr "Anhawster wrth osod pecyn %s"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -12506,23 +12932,23 @@ msgstr ""
"Gallwch rannu cysylltiad 'r Rhyngrwyd gyda chyfrifiaduron eraill ar eich "
"Rhwydwaith Lleol gan ddefnyddio ffurfweddiad rhwydwaith awtomatig (DHCP)."
-#: ../../standalone/drakgw_.c:566
+#: ../../standalone/drakgw_.c:504
msgid "The setup has already been done, but it's currently disabled."
msgstr "Mae'r gosodiad wedi ei gyflawnu, mae wedi ei anallluogi ar hyn o bryd."
-#: ../../standalone/drakgw_.c:567
+#: ../../standalone/drakgw_.c:505
msgid "The setup has already been done, and it's currently enabled."
msgstr "Mae'r gosodiad wedi ei gyflawnu, mae wedi ei allluogi ar hyn o bryd."
-#: ../../standalone/drakgw_.c:568
+#: ../../standalone/drakgw_.c:506
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Nid oes Rhannu Cysylltiad 'r Rhyngrwyd wedi eu ffurfweddu o'r blaen."
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
msgid "Internet connection sharing configuration"
msgstr "Ffurfweddiad rhannu cysylltiad 'r Rhyngrwyd"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -12537,6 +12963,143 @@ msgstr ""
"\n"
"Cliciwch Ffurfweddu i gychwyn y dewin gosod."
+#: ../../standalone/draksound_.c:46
+msgid "No Sound Card detected!"
+msgstr "Heb ganfod Cerdyn Sain!"
+
+#: ../../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"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+msgid "first step creation"
+msgstr "creu'r cam cyntaf"
+
+#: ../../standalone/draksplash_.c:77
+msgid "final resolution"
+msgstr "cydraniad terfynnol"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+msgid "choose image file"
+msgstr "dewis ffeil delwedd"
+
+#: ../../standalone/draksplash_.c:79
+msgid "Theme name"
+msgstr "Enw Thema"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+msgid "go to lilosplash configuration"
+msgstr "mynd i fffurfweddiad lilosplash"
+
+#: ../../standalone/draksplash_.c:83
+msgid "quit"
+msgstr "gadael"
+
+#: ../../standalone/draksplash_.c:84
+msgid "save theme"
+msgstr "cadw thema"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+msgid "Configure bootsplash picture"
+msgstr "Ffurfweddu llun croeso cychwyn"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+msgid "go back"
+msgstr "mynd nl"
+
+#: ../../standalone/draksplash_.c:120
+msgid "preview"
+msgstr "rhagolwg"
+
+#: ../../standalone/draksplash_.c:121
+msgid "choose color"
+msgstr "dewis lliw"
+
+#: ../../standalone/draksplash_.c:124
+msgid "Display logo on Console"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:436
+msgid "ProgressBar color selection"
+msgstr "Dewis lliw ProgressBar"
+
+#: ../../standalone/draksplash_.c:454
+msgid "You must choose an image file first!"
+msgstr "Rhaid dewis ffeil delwedd yn gyntaf!"
+
+#: ../../standalone/draksplash_.c:463
+msgid "Generating preview ..."
+msgstr "Cynhyrchu rhagolwg..."
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12557,9 +13120,8 @@ msgid "Canada (cable)"
msgstr "Canada (cabl)"
#: ../../standalone/drakxtv_.c:66
-#, fuzzy
msgid "USA (broadcast)"
-msgstr "UDA (bcast)"
+msgstr "UDA (darlledu)"
#: ../../standalone/drakxtv_.c:66
msgid "USA (cable)"
@@ -12570,14 +13132,12 @@ msgid "USA (cable-hrc)"
msgstr "UDA (cable-hrc)"
#: ../../standalone/drakxtv_.c:67
-#, fuzzy
msgid "China (broadcast)"
-msgstr "Tseina (bcast)"
+msgstr "Tseina (darlledu)"
#: ../../standalone/drakxtv_.c:67
-#, fuzzy
msgid "Japan (broadcast)"
-msgstr "Siapan (bcast)"
+msgstr "Siapan (darlledu)"
#: ../../standalone/drakxtv_.c:67
msgid "Japan (cable)"
@@ -12588,9 +13148,8 @@ msgid "East Europe"
msgstr "Dwyrain Ewrop"
#: ../../standalone/drakxtv_.c:68
-#, fuzzy
msgid "France [SECAM]"
-msgstr "Ffrainc"
+msgstr "Ffrainc(SECAM)"
#: ../../standalone/drakxtv_.c:68
msgid "Ireland"
@@ -12627,11 +13186,11 @@ msgid ""
msgstr "Rhowch eich safon teledu a gwlad"
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr "Safon Teledu:"
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr "Ardal:"
#: ../../standalone/drakxtv_.c:114
@@ -12643,9 +13202,8 @@ msgid "Scanning for TV channels"
msgstr "Sganio am Sianel Teledu"
#: ../../standalone/drakxtv_.c:125
-#, fuzzy
msgid "There was an error while scanning for TV channels"
-msgstr "Digwyddodd gwall wrth osod pecyn"
+msgstr "Digwyddodd gwall wrth sganio am sianelu teledu"
#: ../../standalone/drakxtv_.c:126
msgid "XawTV isn't installed!"
@@ -12709,7 +13267,7 @@ msgstr ""
"Mae'r newid wedi ei gyflawni, ond i fod yn effeithiol mae'n rhaid i chi "
"allgofnodi"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
msgid "logdrake"
msgstr "logdrake"
@@ -12818,9 +13376,8 @@ msgid "Content of the file"
msgstr "Cynnwys y ffeil"
#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:391
-#, fuzzy
msgid "Mail alert"
-msgstr "Rhybudd E-bost/SMS"
+msgstr "Rhybudd e-bost"
#: ../../standalone/logdrake_.c:267
#, c-format
@@ -12828,18 +13385,16 @@ msgid "please wait, parsing file: %s"
msgstr "arhoswch, dosbarthu ffeil: %s"
#: ../../standalone/logdrake_.c:408
-#, fuzzy
msgid "Mail alert configuration"
-msgstr "Rhybudd ffurfweddiad E-bost/SMS"
+msgstr "Ffurfweddiad rhybudd e-bost"
#: ../../standalone/logdrake_.c:409
-#, fuzzy
msgid ""
"Welcome to the mail configuration utility.\n"
"\n"
"Here, you'll be able to set up the alert system.\n"
msgstr ""
-"Croeso i'r gwasanaeth ffurfweddu e-bost/SMS\n"
+"Croeso i'r gwasanaeth ffurfweddu e-bost\n"
"\n"
"Yma bydd modd i chi osod y system rhybuddio.\n"
@@ -12848,39 +13403,32 @@ msgid "Apache World Wide Web Server"
msgstr ""
#: ../../standalone/logdrake_.c:417
-#, fuzzy
msgid "Domain Name Resolver"
-msgstr "Enw parth"
+msgstr "Datrysydd Enw Parth"
#: ../../standalone/logdrake_.c:418
-#, fuzzy
msgid "Ftp Server"
-msgstr "Gwasanaethwr NIS"
+msgstr "Gwasanaethwr Ftp"
#: ../../standalone/logdrake_.c:419
-#, fuzzy
msgid "Postfix Mail Server"
-msgstr "Gwasanaethwr e-bost Postfix, gwasanaethwr newyddion Inn"
+msgstr "Gwasanaethwr E-bost Postfix"
#: ../../standalone/logdrake_.c:420
-#, fuzzy
msgid "Samba Server"
-msgstr "Gwasanaethwr NIS"
+msgstr "Gwasanaethwr Samba"
#: ../../standalone/logdrake_.c:421
-#, fuzzy
msgid "SSH Server"
-msgstr "Gwasanaethwr NIS"
+msgstr "Gwasanaethwr SSH"
#: ../../standalone/logdrake_.c:422
-#, fuzzy
msgid "Webmin Service"
-msgstr "Gwasanaethau"
+msgstr "Gwasanaethau Webmin"
#: ../../standalone/logdrake_.c:423
-#, fuzzy
msgid "Xinetd Service"
-msgstr "Gwasanaethwr Argraffydd"
+msgstr "Gwasanaeth Xinetd"
#: ../../standalone/logdrake_.c:430
msgid "service setting"
@@ -12888,7 +13436,7 @@ msgstr "gosodiad gwasanaeth"
#: ../../standalone/logdrake_.c:431
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"You will receive an alert if one of the selected services is no more running"
msgstr "Byddwch yn derbyn rhybudd os na fydd un o'r gwasanaethu hyn yn rhedeg"
#: ../../standalone/logdrake_.c:443
@@ -12904,24 +13452,22 @@ msgid "alert configuration"
msgstr "ffurfweddiad rhybudd"
#: ../../standalone/logdrake_.c:458
-#, fuzzy
msgid "Please enter your email address below "
-msgstr "Rhowch eich cyfrinair"
+msgstr "Rhowch eich cyfeiriad e-bost islaw"
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr "Cadw fel..."
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "Dewiswch math eich llygoden"
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "Efelychu'r trydydd botwm?"
-#: ../../standalone/printerdrake_.c:48
-#, fuzzy
+#: ../../standalone/printerdrake_.c:57
msgid "Reading printer data ..."
msgstr "Darllen data argraffydd..."
@@ -12933,33 +13479,43 @@ msgstr "Canfod dyfeisiadau..."
msgid "Test ports"
msgstr "Profwch y pyrth"
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:56
+#, c-format
+msgid "%s found on %s, configure it?"
msgstr "Wedi canfod %s ar %s, ei ffurfweddi?"
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:65
msgid "Select a scanner"
msgstr "Dewiswch sganiwr"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr "Nid yw sganiwr %s yn cael ei gynnal"
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, 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:95
-#, fuzzy
+#: ../../standalone/scannerdrake_.c:109
msgid "choose device"
-msgstr "Dyfais cychwyn"
+msgstr "dewis dyfais"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -12969,7 +13525,7 @@ msgstr ""
"Rhaid i sganiwr %s gael ei ffurfweddu gan printerdrake.\n"
"Medrwch gychwyn printerdrake o adran Galedwedd Canolfan Rheoli Mandrake"
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -12977,48 +13533,18 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
"Some devices in the %s class were added:\n"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:30
-msgid "Firewalling Configuration"
-msgstr "Ffurfweddiad Mur Gwarchod"
-
-#: ../../standalone/tinyfirewall_.c:43
-msgid "Firewalling configuration"
-msgstr "Ffurfweddiad Mur Gwarchod"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Mur Gwarchod\n"
-"\n"
-"Rydych eisoes wedi gosod mur gwarchod\n"
-"Cliciwch Ffurfweddu i newid neu dynnu'r mur gwarchod"
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Mur gwarchod\n"
-"\n"
-"Cliciwch Ffurfweddu i osod mur gwarchod safonnol"
-
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "Dewis eich iaith"
@@ -13091,224 +13617,7 @@ msgstr "Diweddariadau system gosod"
msgid "Exit install"
msgstr "Gadael gosod"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"ffurfweddiadur tinyfirewall\n"
-"\n"
-"Mae hwn yn ffurfweddu mur gwarchod personol ar gyfer y peiriant \n"
-"Mandrake Linux hwn. Am fur gwarchod pwrpasol pwerus, \n"
-"edrychwch ddosbarthiad arbennigol MandrakeSecurity Firewall."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Byddwn nawr yn gofyn cwestiynnau am wasanaethau'r hoffech eu \n"
-"caniatu i'r Rhyngrwyd gysylltu hwy. Meddyliwch yn ofalus am y \n"
-"cwestiynnau, mae diogelwch eich cyfrifiadur yn bwysig.\n"
-"\n"
-"Os nad ydych yn defnyddio un o'r gwasanaethau hyn \n"
-"gwarchodwch ef. Mae modd newid y ffurfweddiad pryd \n"
-"bynnag hoffech chi drwy ail redeg y rhaglen."
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"A ydych yn rhedeg gwasanaethwr gwe ar y peiriant hwn i'r holl\n"
-"Ryngrwyd ei weld? Os ydych yn rhedeg gwasanaethwr gwe\n"
-"sydd ar gyfer y peiriant hwn yn unig, yna atebwch NA.\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"A ydych yn rhedeg gwasanaethwr enw ar y peiriant hwn? Os nad ydych wedi\n"
-"gosod un i rhannu gwybodaeth IP a parth i'r holl Ryngrwyd, yna atebwch NA.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Ydych chi am ganiatu cysylltiadau Secure Shell (ssh)? Mewngofnod\n"
-"posib i gymryd lle telnet yw hwn. Os ydych yn defnyddio telnet, dylech wir \n"
-"newid i ssh. Nid yw telnet wedi ei amgryptio - gall rhai ymosodwyr ddwyn\n"
-"eich cyfrinair. Mae ssh wedi ei amgryptio ac nid yw'n caniatu i eraill "
-"wrando."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"A ydych am ganiatu cysylltiadau telnet i mewn?\n"
-"Mae hyn yn erchyll o aniogel, fel soniwyd yn y sgrin diwethaf. Rydym\n"
-" yn argymell yn gryf eich bod yn ateb Na yn fan hyn a defnyddio ssh\n"
-"yn lle telnet\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"A ydych yn rhedeg gwasanaethwr FTP sydd angen cysylltiad 'r Rhyngrwyd?\n"
-"Os ydych rydym yn argymell yn gryf eich bod yn ei ddefnyddio ar gyfer\n"
-"trosglwyddiadau anhysbys yn unig. Gall unrhyw gyfrinair sy'n cael ei anfon\n"
-"drwy FTP gael ei ddwyn, gan nad yw FTP'n defnyddio amgryptiad ar gyfer\n"
-"trosglwyddo cyfrineiriau\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"A ydych yn rhedeg gwasanaethwr e-bost? Os ydych yn\n"
-"anfon eich negeseuon drwy pine, mutt neu unrhyw gleient testun arall\n"
-"yna mae'n debyg eich bod. Oni bai am hynny, dylech ddiogelu hwn gyda\n"
-"mur gwarchod\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"A ydych yn rhedeg gwasanaethwr POP neu IMAP? Byddai\n"
-"hyn yn cael ei ddefnyddio fel gwestai ar gyfer cyfrifon e-bost\n"
-"nad ydynt yn gysylltiedig a'r we, drwy'r peiriant hwn\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Mae'n ymddangos eich bod yn rhedeg cnewyllyn 2.2 Os\n"
-"yw eich rhwydwaith wedi ei greu'n awtomatig gan gyfrifiadur\n"
-"yn eich cartref neu swyddfa (neilltuad dynamigol) rhaid caniatu\n"
-"ar gyfer hyn. Ai dyma sut mae hi?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Ydi eich cyfrifiadur yn cydweddi amser gyda cyfrifiadur arall?\n"
-"Fel rheol, mae hyn yn cael ei ddefnyddio gan gyrff Unix/Linux\n"
-"cymhedrol-mawr i gydweddu amser ar gyfer mewngofnodi ag ati.\n"
-"Os nad ydych yn rhan o swyddfa fwy ac heb glywed am hyn, mwy\n"
-"na thebych, nid ydych."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Mae furfweddiad wedi ei gwblhau. Gawn ni ysgrifennu'r newidiadau hyn i "
-"ddisg?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Methu agor %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Methu agor %s ar gyfer ysgrifennu: %s\n"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr "Nid wyf angen DHCP"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr "Rwyf eisiau DHCP"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr "Nid wyf angen NTP"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr "Rwyf eisiau NTP"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr "Peidio Cadw"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr "Cadw a Gadael"
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-msgid "Firewall Configuration Wizard"
-msgstr "Dewin Ffurfweddu'r Mur Cadarn"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr "Na ((rhowch hwn tu nl i fur cadarn rhag y rhyngrwyd)"
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr "Iawn (caniatewch hwn drwy'r mur cadarn)"
-
-#: ../../tinyfirewall.pm_.c:230
-msgid "Please Wait... Verifying installed packages"
-msgstr "Arhoswch,... Gwirio'r pecynnau sydd wedi eu gosod"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Wedi methu gosod y pecynnau angenrheidiol: %s a Bastille.\n"
-" Ceisiwch eu gosod gyda llaw."
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -13444,6 +13753,10 @@ msgid "Graphical Environment"
msgstr "Amgylchedd Graffig"
#: ../../share/compssUsers:999
+msgid "Development"
+msgstr "Datblygiad"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache, Pro-ftpd"
@@ -13521,7 +13834,7 @@ msgstr "Clientiaid ar gyfer protocolau amrywiol yn cynnwys ssh"
#: ../../share/compssUsers:999
msgid "LSB"
-msgstr ""
+msgstr "LSB"
#: ../../share/compssUsers:999
msgid "Internet gateway"
@@ -13555,387 +13868,92 @@ msgstr "Aml-gyfrwng - Llosgi CD"
msgid "Scientific Workstation"
msgstr "Gweithfan Gwyddonol"
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
-
-#, fuzzy
-#~ 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 ""
-#~ "Rhaid defnyddio'r lefel hwn a gofal. Mae'n gwneud eich system yn haws ei\n"
-#~ "ddefnyddio ond mae'n sensitif iawn: rhaid peidio ei ddefnyddio fel "
-#~ "peiriant i'w\n"
-#~ "gysylltu ag eraill nag i'r Rhyngrwyd. Does dim cysylltiad drwy gyfrinair."
-
-#, fuzzy
-#~ msgid ""
-#~ "With this security level, the use of this system as a server becomes "
-#~ "possible.\n"
-#~ " The security is now high enough to use the system as a "
-#~ "server which can accept\n"
-#~ " connections from many clients. Note: if your machine is "
-#~ "only a client on the Internet, you should choose a lower level."
-#~ msgstr ""
-#~ "Gyda'r lefel diogelwch hwn, mae defnydd y system fel gwasanaethwr yn "
-#~ "bosibl.\n"
-#~ "Mae diogelwch yn ddigon uchel i ddefnyddio'r system fel gwasanaethwr sy'n "
-#~ "derbyn\n"
-#~ "cysylltiad gan amryw o gleientiaid. Sylwer: os mae cleient yn unig yw "
-#~ "eich peiriant ar y Rhyngrwyd, yna mae'n well i chi ddewis lefel is."
-
-#, fuzzy
-#~ msgid "Basic Options"
-#~ msgstr "Dewisiadau"
-
-#, fuzzy
-#~ msgid "Security Checks"
-#~ msgstr "Diogelwch"
-
-#~ msgid "Data list to include on CDROM."
-#~ msgstr "Rhestr data i'w gynnwys ar CDROM"
-
-#~ msgid "Please choose your CD space"
-#~ msgstr "Dewiswch eich gofod CD"
-
-#~ msgid "Please enter the cd writer speed"
-#~ msgstr "Rhowch gyflymder yr ysgrifennydd CD"
-
-#~ msgid "Please check if you want to erase your CDRW before"
-#~ msgstr "Gwiriwch os ydych am ddileu eich CDRW cyn"
-
-#~ msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-#~ msgstr "Rhowch enw dyfais eich Ysgrifennydd CD (ex: 0,1,0)"
-
-#~ msgid "Please check if you want to include install boot on your CD."
-#~ msgstr "Ticiwch os ydych eisiau cynnwys cychwyn gosod ar eich CD."
-
-#~ msgid "Url should begin with 'ftp:'"
-#~ msgstr "Dylai'r URL ddechrau gyda 'ftp:'"
-
#~ msgid ""
-#~ "Please check if you want to include\n"
-#~ " install boot on your CD."
-#~ msgstr ""
-#~ "Gwiriwch os ydych am gynnwys\n"
-#~ " cychwyn gosod ar eich CD"
-
-#, fuzzy
-#~ msgid "Windows PDC"
-#~ msgstr "Windows (FAT32)"
-
-#, fuzzy
-#~ msgid "PDC Server Name"
-#~ msgstr "Gweinydd NTP"
-
-#~ msgid ""
-#~ "\n"
-#~ "Welcome to the Printer Setup Wizard\n"
-#~ "\n"
-#~ "This wizard will help you to install your printer(s) connected to this "
-#~ "computer.\n"
+#~ "The first time you try the X configuration, you may not be very "
+#~ "satisfied\n"
+#~ "with its display (screen is too small, shifted left or right...). Hence,\n"
+#~ "even if X starts up correctly, DrakX then asks you if the configuration\n"
+#~ "suits you. It will also propose to change it by displaying a list of "
+#~ "valid\n"
+#~ "modes it could find, asking you to select one.\n"
#~ "\n"
-#~ "Please plug in your printer(s) on this computer and turn it/them on. "
-#~ "Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-#~ "want to set up your printer(s) now.\n"
-#~ "\n"
-#~ "Note that some computers can crash during the printer auto-detection, "
-#~ "turn off \"Auto-detect printers\" to do a printer installation without "
-#~ "auto-detection. Use the \"Expert Mode\" of printerdrake when you want to "
-#~ "set up printing on a remote printer if printerdrake does not list it "
-#~ "automatically."
+#~ "As a last resort, if you still cannot get X to work, choose \"Change\n"
+#~ "graphics card\", select \"Unlisted card\", and when prompted on which\n"
+#~ "server, choose \"FBDev\". This is a failsafe option which works with any\n"
+#~ "modern graphics card. Then choose \"Test again\" to be sure."
#~ msgstr ""
-#~ "\n"
-#~ "Croeso i Ddewin Gosod Argraffydd\n"
-#~ "\n"
-#~ "Bydd y dewin yn eich cynorthwyo i osod eich argraffydd(ion) sy'n "
-#~ "gysylltiedig 'r cyfrifiadur hwn.\n"
-#~ "Cysylltwch yr argraffydd(ion) i'r cyfrifiadur a'i(u) troi mlaen. Cliciwch "
-#~ "\"Nesaf\" pan rydych yn barod, ac ar \"Diddymu\"pan nad ydych am osod "
-#~ "eich argraffydd(ion) ar hyn o bryd.\n"
-#~ "\n"
-#~ "Sylwch fod rhai cyfrifiaduron yn medru methu yn ystod awto ganfod "
-#~ "argraffydd, diffoddwch \"Awto ganfod argraffyddion\" i osod argraffydd "
-#~ "heb awto ganfod. Defnyddiwch \"Modd Arbenigwr\" printdrake pan fyddwch am "
-#~ "osod argraffydd pell os nad yw printerdrake yn ei restri'n awtomatig."
-
-#~ msgid "Auto-Detection of Printers"
-#~ msgstr "Awto ganfod Argraffyddion"
+#~ "Efallai na fyddwch yn fodlon iawn gyda dagosiad ffurfweddiad X y tro\n"
+#~ "cyntaf fyddwch yn ei ddefnyddio (sgrin yn rhy fach, i un ochr, ag ati)\n"
+#~ "Felly mae DrakX yn gofyn i chi os yw'r ffurfweddiad yn iawn. Bydd\n"
+#~ "hefyd yn cynnig ei newid drwy gynnig restr o foddau dilys daeth o hyd\n"
+#~ "iddynt, i chi gael dewis un.\n"
+#~ " \n"
+#~ "Os nad ydych yn medru cael X i weithio, dewiswch \" Newid cerdyn graffig"
+#~ "\",\n"
+#~ "dewiswch \"Cerdyn heb ei restri\", ac yna wrth ddewis gwasanaethwr, "
+#~ "dewis\n"
+#~ "\"FBDev\". Mae hwn yn ddewis diogelwch sy'n gweithio gydag unrhyw gerdyn\n"
+#~ "graffig modern. Dewiswch \" Profwch eto\" i fod yn siwr."
+
+#~ msgid "Internet and Messaging"
+#~ msgstr "Y Rhygnrwyd a Negesu"
+
+#~ msgid "Multimedia and Graphics"
+#~ msgstr "Amlgyfrwng a Graffigau"
#~ msgid ""
-#~ "Printerdrake is able to auto-detect your locally connected parallel and "
-#~ "USB printers for you, but note that on some systems the auto-detection "
-#~ "CAN FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do "
-#~ "it ON YOUR OWN RISK!\n"
-#~ "\n"
-#~ "Do you really want to get your printers auto-detected?"
+#~ "Mandrake Linux 8.2 provides 11 different graphical desktop environments "
+#~ "and window managers to choose from including GNOME 1.4, KDE 2.2.2, Window "
+#~ "Maker 0.8, and the rest"
#~ msgstr ""
-#~ "Mae Printerdrake yn medru awto ganfod eich argraffyddion paralel ac USB "
-#~ "lleol, ond sylwch fod awto ganfod yn MEDRU RHEWI EICH SYSTEM AC ARWAIN AT "
-#~ "SYSTEMAU FFEIL LLWGR! Gwnewch hyn AR EICH MENTER EICH HUN!\n"
-#~ "\n"
-#~ "Ydych eisiau i'ch argraffydd gael ei awto ganfod?"
+#~ "Mae Mandrake Linux 8.2 yn darparu 11 amgylchedd penbwrdd graffigol a "
+#~ "rheolwyr ffenestri gwahanol i ddewis ohonynt gan gynnwys Gnome 1.4, KDE "
+#~ "2.2.2., Window Maker 0.8, a'r gweddill"
-#~ msgid "Set up printer manually"
-#~ msgstr "Gosod argraffydd gyda llaw"
+#~ msgid "Server Software"
+#~ msgstr "Meddalwedd Gwasanethwyr"
-#~ msgid ""
-#~ "Network printers can only be installed after the installation. Choose "
-#~ "\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-#~ msgstr ""
-#~ "Dim ond ar l cwblhau'r gosodiad mae modd gosod argraffyddion rhwydwaith. "
-#~ "Dewiswch \"Caledwedd\" ac yna \"Argraffydd\" yng Nghanolfan Rheoli "
-#~ "Mandrake"
+#~ msgid "MandrakeCampus"
+#~ msgstr "MandrakeCampus"
#~ msgid ""
-#~ "To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-#~ "\", and click \"Add a new printer\" again."
+#~ "Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+#~ "provides free Linux training, as well as a way to test your progress, at "
+#~ "MandrakeCampus -- our online training center"
#~ msgstr ""
-#~ "I osod argraffyddion rhwydwaith, cliciwch \"Diddymu\", trowch i \"Modd "
-#~ "Arbenigwr\", clicio \"Ychwanegu argraffydd newydd\" eto."
+#~ "Hoffech chi ddysgu Linux yn syml, yn gyflym, ac am ddim? Mae MandrakeSoft "
+#~ "yn darparu hyfforddiant ar Linux, yn ogystal ffordd i fesur eich "
+#~ "cynnydd, yn MandrakeCampus - ein canolfan hyfforddiant ar-lein"
-#, fuzzy
#~ msgid ""
-#~ "Is your printer a multi-function device from HP (OfficeJet, PSC, LaserJet "
-#~ "1100/1200/1220/3200/3300 with scanner), an HP PhotoSmart or an HP "
-#~ "LaserJet 2200?"
+#~ "Quality support from the Linux Community, and from MandrakeSoft, is just "
+#~ "around the corner. And if you're already a Linux veteran, become an "
+#~ "\"Expert\" and share your knowledge at our support website"
#~ msgstr ""
-#~ "A yw eich argraffydd yn ddyfais amlbwrpas gan HP (OfficeJet, PSC, "
-#~ "PhotoSmart LaserJet 1100/1200/1220/3200/3300 gyda sganiwr)"
-
-#~ msgid "Installing HPOJ package..."
-#~ msgstr "Gosod pecynnau HPOJ"
+#~ "Mae cefnogaeth werthfawr gan Gymuned Linux, a chan MandrakeSoft i'w gael "
+#~ "yn hwylus. Ac os ydych yn hen law ar Linux, cewch fod yn \"Arbenigwr\" a "
+#~ "rhannu eich gwybodaeth ar ein safle cefnogi"
-#~ msgid "Checking device and configuring HPOJ..."
-#~ msgstr "Gwirio a ffurfweddu dyfais HPOJ..."
-
-#, fuzzy
-#~ msgid "Installing SANE packages..."
-#~ msgstr "Gosod pecynnau SANE"
-
-#, fuzzy
-#~ msgid "Installing mtools packages..."
-#~ msgstr "Gosod pecynnau..."
-
-#~ msgid "Scanning on your HP multi-function device"
-#~ msgstr "Sganio eich dyfais HP aml bwrpas"
-
-#, fuzzy
-#~ msgid "Photo memory card access on your HP multi-function device"
-#~ msgstr "Sganio eich dyfais HP aml bwrpas"
-
-#~ msgid "Making printer port available for CUPS..."
-#~ msgstr "Gwneud porth argraffydd ar gael ar gyfer CUPS"
-
-#~ msgid "Control Center"
-#~ msgstr "Canolfan Rheoli"
-
-#~ msgid "Choose the tool you want to use"
-#~ msgstr "Dewiswch yr offeryn rydych am ei ddefnyddio"
-
-#~ msgid "Configure the way the system will alert you"
-#~ msgstr "Ffurfweddiwch y ffordd mae'r system yn eich rhybuddio"
-
-#~ msgid "no serial_usb found\n"
-#~ msgstr "neb ganfod serial_usb\n"
-
-#~ msgid "fsck failed with exit code %d or signal %d"
-#~ msgstr "methodd fdisk gyda cod gadael %d neu arwydd %d"
-
-#~ msgid "Graphics card identification: %s\n"
-#~ msgstr "Dynodiad y cerdyn graffeg: %s\n"
-
-#~ msgid "Choose options for server"
-#~ msgstr "Dewiswch opsiynau ar gyfer y gwasanaethwr"
-
-#~ msgid "Monitor not configured"
-#~ msgstr "Monitor heb ei ffurfweddu"
-
-#~ msgid "Graphics card not configured yet"
-#~ msgstr "Cerdyn graffig heb ei ffurfweddu eto"
-
-#~ msgid "Resolutions not chosen yet"
-#~ msgstr "Cydraniad heb ei ddewis eto"
+#~ msgid "MandrakeConsulting"
+#~ msgstr "MandrakeConsulting"
#~ msgid ""
-#~ "\n"
-#~ "try to change some parameters"
+#~ "For all of your IT projects, our consultants are ready to analyze your "
+#~ "requirements and offer a customized solution. Benefit from MandrakeSoft's "
+#~ "vast experience as a Linux producer to provide a true IT alternative for "
+#~ "your business organization"
#~ msgstr ""
-#~ "\n"
-#~ "ceisiwch newid rhai paramedrau"
-
-#~ msgid "An error occurred:"
-#~ msgstr "Digwyddodd gwall:"
-
-#~ msgid "Leaving in %d seconds"
-#~ msgstr "Gadael mewn %d eiliad"
-
-#~ msgid "Is this the correct setting?"
-#~ msgstr "Ydi'r gosodiad hwn yn gywir?"
-
-#~ msgid "An error occurred, try to change some parameters"
-#~ msgstr "Digwyddodd gwall, ceisiwch newid rhai paramedrau"
-
-#~ msgid "XFree86 server: %s"
-#~ msgstr "Gwasanaethwr XFree86: %s"
-
-#~ msgid "Show all"
-#~ msgstr "Dangos y cyfan"
-
-#~ msgid "Preparing X-Window configuration"
-#~ msgstr "Yn parataoi cyfluniad X-Window"
-
-#~ msgid "What do you want to do?"
-#~ msgstr "Beth ydych eisiau ei wneud?"
+#~ "Ar gyfer eich holl brojectau TG, mae ein hymgynghorwyr ar gael i "
+#~ "ddadansoddi eich anghenion a chynnig atebion unigryw i chi. Medrwch "
+#~ "fanteisio ar brofiad eang MandrakeSoft fel cynhyrchydd Linux i ddarparu "
+#~ "ateb TG gwell i'ch busnes."
-#~ msgid "Change Monitor"
-#~ msgstr "Newid Monitor"
-
-#~ msgid "Change Graphics card"
-#~ msgstr "Newid cerdyn Graffeg"
-
-#~ msgid "Change Server options"
-#~ msgstr "Dewisiadau newid Gwasanaethwr"
-
-#~ msgid "Change Resolution"
-#~ msgstr "Newid Cydraniad"
-
-#~ msgid "Show information"
-#~ msgstr "Dangos gwybodaeth"
-
-#~ msgid "Test again"
-#~ msgstr "Profi eto"
-
-#~ msgid ""
-#~ "Your HP multi-function device was configured automatically to be able to "
-#~ "scan. Now you can scan from the command line with \"ptal-hp %s scan ..."
-#~ "\". Scanning via a graphical interface or from the GIMP is not supported "
-#~ "yet for your device. More information you will find in the \"/usr/share/"
-#~ "doc/hpoj-0.8/ptal-hp-scan.html\" file on your system. If you have an HP "
-#~ "LaserJet 1100 or 1200 you can only scan when you have the scanner option "
-#~ "installed.\n"
-#~ "\n"
-#~ "Do not use \"scannerdrake\" for this device!"
-#~ msgstr ""
-#~ "Mae eich dyfais aml bwrpas HP wedi cael ei ffurfweddu'n awtomatig i fedru "
-#~ "sganio. Medrwch sganio o'r llinell orchymyn gyda \"ptal-hp %s scan ..."
-#~ "\".. Nid yw sganio drwy gyfrwng rhyng wyneb graffigol na GIMP yn cael ei "
-#~ "gynnal eto ar gyfer eich dyfais. Mae rhagor o wybodaeth i'w gael yn ffeil "
-#~ "\"/usr/share/doc/hpoj-0.8/ptal-hp-scan.html\" ar eich system. Os oes "
-#~ "gennych HP LaserJet 1100 neu 1200 yna dim ond os oes gennych y dewis "
-#~ "sganio wedi ei osod mae modd sganio.\n"
-#~ "Peidiwch defnyddio \"scannerdrake\" ar gyfer y ddyfais hon."
-
-#~ msgid "Use Hard Drive with daemon"
-#~ msgstr "Defnyddiwch y Disg Caled gyda'i ddaemon"
-
-#~ msgid "Use FTP with daemon"
-#~ msgstr "Defnyddiwch FTP gyda daemon"
-
-#~ msgid "Package List to Install"
-#~ msgstr "Rhestr Pecynnau i'w Gosod"
-
-#~ msgid "proftpd"
-#~ msgstr "proftpd"
-
-#~ msgid "sshd"
-#~ msgstr "sshd"
-
-#~ msgid "webmin"
-#~ msgstr "webmin"
-
-#~ msgid "xinetd"
-#~ msgstr "xinetd"
-
-#~ msgid "Setting security level"
-#~ msgstr "Gosod y lefel diogelwch"
-
-#~ msgid "Select a graphics card"
-#~ msgstr "Dewiswch gerdyn graffig"
-
-#~ msgid "Choose a X driver"
-#~ msgstr "Dewiswch yrrwr X"
-
-#~ msgid "X driver"
-#~ msgstr "Gyrrwr X"
-
-#~ msgid "Warning: testing this graphics card may freeze your computer"
-#~ msgstr "Rhybydd: gall profi'r cerdyn graffig hwn rewi eich cyfrifiadur"
-
-#~ msgid "Standard VGA, 640x480 at 60 Hz"
-#~ msgstr "VGA safonol, 640x480 ar 60 Hz"
-
-#~ msgid "Super VGA, 800x600 at 56 Hz"
-#~ msgstr "Uwch VGA, 800x600 ar 56 Hz"
-
-#~ msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-#~ msgstr "Cydnaws a 8514, 1024x768 rhyngleswyd ar 87 Hz (nid 800x600)"
-
-#~ msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-#~ msgstr "Super VGA, 1024x768 rhyngleswyd ar 87Hz, 800x600 ar 56 Hz"
-
-#~ msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-#~ msgstr "Extended Super VGA, 800x600 ar 60 Hz, 640x480 ar 72 Hz"
-
-#~ msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-#~ msgstr "SVGA di-rygnlesig, 1024x768 ar 60 Hz, 800x600 ar 72 Hz"
-
-#~ msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-#~ msgstr "SVGA Amledd Uchel, 1024x768 ar 70 Hz"
-
-#~ msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-#~ msgstr "Aml-amledd sydd yn medru dangos 1280x1024 ar 60 Hz"
-
-#~ msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-#~ msgstr "Aml-amledd sydd yn medru dangos 1280x1024 ar 74 Hz"
-
-#~ msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-#~ msgstr "Aml-amledd sydd yn medru dangos 1280x1024 ar 76 Hz"
-
-#~ msgid "Monitor that can do 1600x1200 at 70 Hz"
-#~ msgstr "Monitor sydd yn medru dangos 1600x1200 ar 70 Hz"
-
-#~ msgid "Monitor that can do 1600x1200 at 76 Hz"
-#~ msgstr "Monitor sydd yn medru dangos 1600x1200 ar 76 Hz"
+#~ msgid "MandrakeStore"
+#~ msgstr "MandrakeStore"
#~ msgid ""
-#~ "The total size for the groups you have selected is approximately %d MB.\n"
-#~ msgstr "Cyfanswm maint y grwpiau rydych wedi eu dewis yw tua %d MB.\n"
-
-#~ msgid ""
-#~ "If you wish to install less than this size,\n"
-#~ "select the percentage of packages that you want to install.\n"
-#~ "\n"
-#~ "A low percentage will install only the most important packages;\n"
-#~ "a percentage of 100%% will install all selected packages."
+#~ "For more information on MandrakeSoft's Professional Services and "
+#~ "commercial offerings, please see the following web page:"
#~ msgstr ""
-#~ "Os hoffech chi osod llai na'r maint hwn\n"
-#~ "dewiswch canran y pecynnau i'w gosod.\n"
-#~ "\n"
-#~ "Dim ond y pecynnau pwysicaf fydd yn cael eu gosod gyda chanran\n"
-#~ "isel; tra bydd canran o 100% yn llwytho'r holl becynnau."
-
-#~ msgid ""
-#~ "You have space on your disk for only %d%% of these packages.\n"
-#~ "\n"
-#~ "If you wish to install less than this,\n"
-#~ "select the percentage of packages that you want to install.\n"
-#~ "A low percentage will install only the most important packages;\n"
-#~ "a percentage of %d%% will install as many packages as possible."
-#~ msgstr ""
-#~ "Dim ond ar gyfer %d%% o'r pecynnau hyn mae gennych le.\n"
-#~ "\n"
-#~ "Os hoffech osod llai na hyn,\n"
-#~ "dewiswch canran y pecynnau rydych am eu gosod.\n"
-#~ "Dim ond y pecynnau pwysicaf fydd yn cael eu gosod gyda chanran\n"
-#~ "isel; tra bydd canran o %d%% yn llwytho'r gymaint o becynnau ag\n"
-#~ "y mae modd."
-
-#~ msgid "You will be able to choose them more specifically in the next step."
-#~ msgstr "Dydd modd eu dewis yn fwy penodol yn y cam nesaf."
-
-#~ msgid "Percentage of packages to install"
-#~ msgstr "Cyfanswm y pecynnau i'w gosod"
+#~ "Am ragor o wybodaeth ar Wasanaethau Profesiynol a chynigion masnachol "
+#~ "MandrakeSoft, gwelwch y dudalen we ganlynol:"
diff --git a/perl-install/share/po/da.po b/perl-install/share/po/da.po
index d207d57f4..2189f168f 100644
--- a/perl-install/share/po/da.po
+++ b/perl-install/share/po/da.po
@@ -7,9 +7,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: drakbootdisk 0.43\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
-"PO-Revision-Date: 2002-08-17 15:07+0200\n"
+"Project-Id-Version: DrakX\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
+"PO-Revision-Date: 2002-08-24 15:07+0200\n"
"Last-Translator: Keld Simonsen <keld@dkuug.dk>\n"
"Language-Team: dansk <dansk@klid.dk>\n"
"MIME-Version: 1.0\n"
@@ -52,19 +52,19 @@ msgstr "32 Mb"
msgid "64 MB or more"
msgstr "64 Mb eller mere"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "Vlg en X-server"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "X-server"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
msgstr "Flerskrms-konfiguration"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -72,27 +72,27 @@ msgstr ""
"Dit system understtter konfiguration af flere skrme\n"
"Hvad vil du gre?"
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "Vlg hukommelsesmngde for dit grafikkort"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "XFree konfiguration"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "Hvilken konfiguration af XFree nsker du?"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr "Konfigurr alle skrme uafhngigt"
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr "Brug Xinerama-udvidelse"
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Konfigurr kun kort \"%s\"%s"
@@ -103,13 +103,13 @@ msgstr "Konfigurr kun kort \"%s\"%s"
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s med 3D hardware acceleration"
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -118,18 +118,18 @@ msgstr ""
"Dit kort kan have 3D acceleration, men kun med XFree %s.\n"
"Dit kort er understttet af XFree %s som kan have bedre understttelse i 2D."
-#: ../../Xconfig/card.pm_.c:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"Dit kort kan have 3D hardware accelerations-understttelse med XFree %s."
-#: ../../Xconfig/card.pm_.c:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s med EKSPERMENTAL 3d hardware acceleration"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -141,7 +141,7 @@ msgstr ""
"ned.\n"
"Dit kort er understttet af XFree %s som kan have bedre understttelse i 2D."
-#: ../../Xconfig/card.pm_.c:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -151,52 +151,53 @@ msgstr ""
"VIGTIGT: Dette er eksperimentelt og kan f din maskine til at lse eller g "
"ned."
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (installations-skrmdriver)"
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "Tilpasset"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
msgid "Graphic Card"
msgstr "Grafikkort"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "Skrm"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "Oplsning"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr "Afprv"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Valg"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "O.k."
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Afslut"
@@ -213,27 +214,28 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "Vlg en skrmtype"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr "Plug'n Play"
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "Standard"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
msgid "Vendor"
msgstr "Producent"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr ""
+"Undersgning for Plug'n Play mislykkedes. Vlg venligst den rigtige skrm"
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -257,11 +259,11 @@ msgstr ""
"Hvis du er i tvivl, br du vlge en opstning, som du med SIKKERHED ved\n"
"at din skrm kan klare."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "Vandret opdateringsfrekvens"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "Lodret opdateringsfrekvens"
@@ -298,36 +300,40 @@ msgstr "Vlg oplsning og farvedybde"
msgid "Graphics card: %s"
msgstr "Grafikkort: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "Annullr"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "Test konfigurationen"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "nsker du at afprve konfigurationen?"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "Test konfigurationen"
+#: ../../Xconfig/test.pm_.c:31
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr ""
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -414,7 +420,7 @@ msgid ""
"Do you have this feature?"
msgstr ""
"Grafikkortet ser ud til at have en TV-UD-forbindelse.\n"
-"Den kan konfigureres s den fungerer med billeddbuffer.\n"
+"Den kan konfigureres s den fungerer med billedbuffer\n"
"\n"
"Til dette skal du tilslutte grafikkortet til tv'et inden du starter "
"maskinen.\n"
@@ -470,26 +476,22 @@ msgstr "Start fra DOS/Windows (loadlin)"
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "Systemopstarterens hovedindstillinger"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "Systemopstarter der skal bruges"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "Systemopstarterens installation"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "Opstartsenhed"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (virker ikke med gamle BIOS'er)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "Kompakt"
@@ -506,16 +508,17 @@ msgstr "Videoindstilling"
msgid "Delay before booting default image"
msgstr "Ventetid fr opstart af forvalgt styresystem"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Adgangskode"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "Adgangskode (igen)"
@@ -551,14 +554,14 @@ msgstr ""
"Indstillingen ``Begrns kommandolinie-indstillinger'' er intet vrd uden\n"
"en adgangskode"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "Prv igen"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "Adgangskoderne stemmer ikke overens"
@@ -608,16 +611,16 @@ msgstr ""
"Her er flgende typer indgange.\n"
"Du kan tilfje flere eller ndre de eksisterende."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Tilfj"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "Frdig"
@@ -629,7 +632,7 @@ msgstr "ndr"
msgid "Which type of entry do you want to add?"
msgstr "Hvilken type nsker du at tilfje"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linux"
@@ -723,13 +726,13 @@ msgstr "Har du n til?"
msgid "Do you have any %s interfaces?"
msgstr "Har du nogen %s grnsesnit?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Nej"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Ja"
@@ -832,37 +835,47 @@ msgstr "tillad \"su\""
msgid "access to administrative files"
msgstr "adgang til administrative filer"
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+#, fuzzy
+msgid "access to network tools"
+msgstr "adgang til rpm-vrktjer"
+
+#: ../../any.pm_.c:755
+#, fuzzy
+msgid "access to compilation tools"
+msgstr "adgang til rpm-vrktjer"
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(har allerede tilfjet %s)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "Adgangskoden er for simpel"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "Indtast et brugernavn"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Brugernavnet m kun indeholde sm bogstaver, tal, `-' og `_'"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:768
msgid "The user name is too long"
msgstr "Dette brugernavn er for langt"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "Dette brugernavn eksisterer allerede"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "Tilfj bruger"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -871,32 +884,32 @@ msgstr ""
"Indtast en bruger\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "Acceptr bruger"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "Rigtige navn"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Brugernavn"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "Skal"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "Ikon"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -904,19 +917,19 @@ msgstr ""
"Jeg kan stte din maskine op til automatisk at logge en bestemt bruger p.\n"
"nsker du at bruge denne finesse?"
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "Vlg den forvalgte bruger:"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "Vlg den vindueshndtering du nsker at benytte:"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
msgid "Please choose a language to use."
msgstr "Vlg det sprog, der skal bruges."
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -924,35 +937,35 @@ msgid ""
msgstr ""
"Du kan vlge andre sprog der vil vre tilgngelige efter installationen"
-#: ../../any.pm_.c:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Alt"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "Allow all users"
msgstr "Tillad alle brugere"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "No sharing"
msgstr "Ingen fildeling"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Pakken %s skal vre installeret. nsker du at installere den?"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "Du kan eksportere med NFS eller Samba. Hvilken vil du bruge"
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Krvet pakke %s mangler"
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -965,11 +978,11 @@ msgstr ""
"Tilladelse af dette vil stte brugere i stand til simpelthen at klikke p "
"'Fildeling' i konqueror og nautilus.\n"
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr "Start userdrake"
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -977,31 +990,31 @@ msgstr ""
"Deling per bruger bruger gruppen 'fileshare'. \n"
"Du kan bruge userdrake til at tilfje en bruger til denne gruppe."
-#: ../../any.pm_.c:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "Velkommen til Crackere"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "Ringe"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standard"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "Hj"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
msgid "Higher"
msgstr "Hjere"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "Paranoid"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
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"
@@ -1012,7 +1025,7 @@ msgstr ""
"eller har forbindelse til Internettet. Der er ikke nogen kontrol af "
"adgangskoder."
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1020,7 +1033,7 @@ msgstr ""
"Kontrol af adgangskode er nu aktiveret, men brug som netvrksmaskine er "
"stadig ikke anbefalet."
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1028,7 +1041,7 @@ msgstr ""
"Dette er standard sikkerheds-anbefalingen for en maskine\n"
" med forbindelse til Internettet som klient. "
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1036,7 +1049,7 @@ msgstr ""
"Der er allerede nogle begrnsninger, og flere automatiske kontroller bliver "
"krt hver nat."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1050,7 +1063,7 @@ msgstr ""
"forbindelser fra mange klienter. Bemrk: hvis din maskine kun er en klient "
"p internettet br du hellere vlge et lavere niveau."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1058,29 +1071,29 @@ msgstr ""
"Baseret p det foregende niveau, men systemet er nu helt lukket.\n"
"Sikkerhedsfaciliteterne er nu p deres hjeste niveau."
-#: ../../any.pm_.c:1091
+#: ../../any.pm_.c:1094
msgid "DrakSec Basic Options"
msgstr "Basale valgmuligheder for DrakSec"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
msgid "Please choose the desired security level"
msgstr "Vlg det nskede sikkerhedniveau"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
msgid "Security level"
msgstr "Sikkerhedsniveau"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
msgid "Use libsafe for servers"
msgstr "Brug libsafe for servere"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Et bibliotek som beskytter mod angreb via bufferoverlb og formatstrenge."
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr "Sikkerhedsadministrator (brugernavne eller e-post)"
@@ -1124,57 +1137,57 @@ 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:935
+#: ../../bootloader.pm_.c:932
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Velkommen til GRUB styresystemsvlgeren!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:935
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Brug tasterne %c og %c til at vlge mellem mulighederne."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:938
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Tryk 'enter' for at starte det valgte OS, 'e' for at redigere"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:941
msgid "commands before booting, or 'c' for a command-line."
msgstr "kommandoerne fr opstart, eller 'c' for en kommandolinie."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:944
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Den fremhvede mulighed vil blive startet automatisk om %d sekunder."
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:948
msgid "not enough room in /boot"
msgstr "Ikke nok plads i /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "Skrivebord"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "Start-menu"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Du kan ikke installere opstartsindlseren p en %s-partition\n"
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr "endnu er ingen hjlp implementeret.\n"
@@ -1182,8 +1195,8 @@ msgstr "endnu er ingen hjlp implementeret.\n"
msgid "Boot Style Configuration"
msgstr "Konfiguration af opstartsudseende"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Fil"
@@ -1193,7 +1206,7 @@ msgstr "/_Fil"
msgid "/File/_Quit"
msgstr "/Fil/_Afslut"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<Ctrl>Q"
@@ -1234,54 +1247,60 @@ msgstr "Installr temaer"
msgid "Display theme under console"
msgstr "Visningstema under konsol"
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+#, fuzzy
+msgid "Create new theme"
+msgstr "Opret en ny partition"
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr "Kan ikke lave smugkig af opstartsskrm"
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "Fejl"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr "Sikkerhedskopir %s til %s.old"
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
-msgstr "kunne ikke lave sikkerhedskpoi af lilo-besked"
+msgstr "kunne ikke lave sikkerhedskopi af lilo-besked"
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, c-format
msgid "Copy %s to %s"
msgstr "Kopir %s til %s"
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr "kan ikke ndre lilo-besked"
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr "Lilo-besked ikke fundet"
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr "Kan ikke skrive /etc/sysconfig/bootsplash."
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, c-format
msgid "Write %s"
msgstr "Skriv %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
@@ -1289,17 +1308,17 @@ msgstr ""
"Kan ikke skrive /etc/sysconfig/bootsplash\n"
"Fil ikke fundet."
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr "Kan ikke opstarte mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
-msgstr "Lav initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
+msgstr "Lav initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
@@ -1308,23 +1327,24 @@ msgstr ""
"Start \"lilo\" som root p kommandolinjen for at frdiggre installationen "
"af Lilo-tema."
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr "Genstart 'lilo'"
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
msgid "Notice"
msgstr "Bemrk"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr "Problemfri installation af temaer for LiLo- og opstartsskrm"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "Theme installation failed!"
msgstr "Installation af tema mislykkedes"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1333,22 +1353,21 @@ msgstr ""
"Du bruger for jeblikket % som opstartshndterer.\n"
"Klik p Konfigurr for at starte opstnings-vejlederen."
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Konfigurr"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
msgid "Splash selection"
msgstr "Valg af opstartsskrm"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
msgid "Themes"
msgstr "Temaer"
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1362,44 +1381,44 @@ msgstr ""
"du kan vlge\n"
"dem separat"
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr "Lilo-skrm"
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr "Opstartsskrm"
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr "Systemtilstand"
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr "Start X-vinduessystemet efter opstart"
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr "Nej, jeg nsker ikke automatisk login"
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Ja, jeg nsker automatisk login med denne (bruger, skrivebord)"
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr "O.k."
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "kan ikke lse /etc/inittab: %s"
@@ -1496,45 +1515,50 @@ msgstr "strig"
msgid "United States"
msgstr "U.S.A."
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-msgid "Unknown Model"
-msgstr "Ukendt model"
-
#: ../../diskdrake/dav.pm_.c:23
msgid "New"
msgstr "Ny"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "Afmontr"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "Montr"
+
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Monteringssti"
-#: ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/dav.pm_.c:81
msgid "Please enter the WebDAV server URL"
msgstr "Indtast LRL for WebDAV-serveren"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
msgid "The URL must begin with http:// or https://"
msgstr "URL'en skal begynde med http:// or https://"
-#: ../../diskdrake/dav.pm_.c:92
+#: ../../diskdrake/dav.pm_.c:105
msgid "Server: "
msgstr "Server: "
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Monteringssti: "
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Valg: %s"
@@ -1543,8 +1567,9 @@ msgstr "Valg: %s"
msgid "Please make a backup of your data first"
msgstr "Lav gerne en sikkerhedkopi af dine data frst"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "Ls omhyggeligt!"
@@ -1582,10 +1607,15 @@ msgid "Please click on a partition"
msgstr "Klik p en partition"
#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "Detaljer"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+#, fuzzy
+msgid "No hard drives found"
+msgstr "Ingen printer fundet!"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1610,13 +1640,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "Tom"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "Andet"
@@ -1624,12 +1654,12 @@ msgstr "Andet"
msgid "Filesystem types:"
msgstr "Filsystems-typer:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "Opret"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "Type"
@@ -1639,7 +1669,7 @@ msgstr "Type"
msgid "Use ``%s'' instead"
msgstr "Benyt ``%s'' i stedet"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "Slet"
@@ -1647,79 +1677,79 @@ msgstr "Slet"
msgid "Use ``Unmount'' first"
msgstr "Benyt ``Afmontr'' frst"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"Efter type-ndring af partition %s vil alle data p denne partition g tabt"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose a partition"
msgstr "Vlg en partition"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose another partition"
msgstr "Vlg en ny partition"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
msgid "Exit"
msgstr "Afslut"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "Normal -> Ekspert"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "Ekspert -> Normal"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "Fortryd"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "Fortst alligevel?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "Afslut uden at gemme"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "Afslut uden at skrive partitionstabellen?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
msgid "Do you want to save /etc/fstab modifications"
msgstr "nsker du at gemme /etc/fstab-ndringerne?"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "Allokr automatisk"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "Slet alt"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "Mere"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
msgid "Hard drive information"
msgstr "Drev-information"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "Alle primre partitioner er brugt"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "Kan ikke tilfje flere partitioner"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1727,31 +1757,31 @@ msgstr ""
"For at du kan f flere partitioner, skal du slette n, s der kan oprettes "
"en udvidet partition"
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
msgid "Save partition table"
msgstr "Gem partitionstabel"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
msgid "Restore partition table"
msgstr "Genskaber partitionstabel"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "Redder partitionstabel"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
msgid "Reload partition table"
msgstr "Genindls partitionstabel"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
msgid "Removable media automounting"
msgstr "Automontering af flytbare medier"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "Vlg fil"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1759,11 +1789,11 @@ msgstr ""
"Kopien af partitionstabellen har ikke samme strrelse\n"
"Fortst alligevel?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "Advarsel"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1771,79 +1801,71 @@ msgstr ""
"Indst en diskette i diskettedrevet\n"
"Alle data p disketten vil blive slettet"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "Forsger at redde partitionstabellen"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
msgid "Detailed information"
msgstr "Detaljeret information"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "Strrelsesndring"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "Flyt"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "Formatr"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Montr"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "Tilfj til RAID"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "Tilfj til LVM"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Afmontr"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "Fjern fra RAID"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "Fjern fra LVM"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "ndr RAID"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "Loopback anvendelse"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "Opret en ny partition"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "Startsektor: "
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "Strrelse i Mb: "
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "Filsystemstype: "
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "Prference: "
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
msgid ""
"You can't create a new partition\n"
"(since you reached the maximal number of primary partitions).\n"
@@ -1853,33 +1875,33 @@ msgstr ""
"(fordi du er oppe p det maksimale antal primre partitioner)\n"
"Fjern frst en primr partition og opret en udvidet partition."
-#: ../../diskdrake/interactive.pm_.c:494
+#: ../../diskdrake/interactive.pm_.c:499
msgid "Remove the loopback file?"
msgstr "Fjern loopback-filen?"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "Skift partitionstype"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Hvilket filsystem nsker du at bruge?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr "Skifter fra ext2 til ext3"
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Hvor nsker du at montere loopback-fil %s?"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Hvor nsker du at montere partitionen %s?"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1888,137 +1910,137 @@ msgstr ""
"loopback.\n"
"Fjern loopback frst"
-#: ../../diskdrake/interactive.pm_.c:584
+#: ../../diskdrake/interactive.pm_.c:594
#, c-format
msgid "Where do you want to mount %s?"
msgstr "Hvor nsker du at montere %s?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "Udregner FAT-filsystemets grnser"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "ndrer strrelsen"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr "Strrelsen p denne partition kan ikke ndres"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr "Det br laves en backup af alle data p denne partition"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Efter ndring af strrelsen af partition %s vil alle data p denne partition "
"g tabt"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "Vlg den nye strrelse"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
msgid "New size in MB: "
msgstr "Ny strrelse i Mb: "
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "Hvilken disk nsker du at flytte den til?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "Hvilken sektor nsker du at flytte den til?"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "Flytter"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "Flytter partition..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "Vlg en eksisterende RAID som skal udvides"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "ny"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "Vlg en eksisterende LVM som skal udvides"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr "LVM-navn?"
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "Denne partition kan ikke bruges til loopback"
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "Loopback-filnavn: "
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
msgid "Give a file name"
msgstr "Giv et filnavn"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr "Filen er allerede brugt af en anden loopback, vlg en anden fil"
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr "Filen findes allerede. Skal den bruges?"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
msgid "Mount options"
msgstr "Modulindstillinger"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr "Diverse"
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "enhed"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "niveau"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "enhedsstrrelse"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr "Vr forsigtig: denne operation er farlig."
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "Hvilken slags partitionering?"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, c-format
msgid "The package %s is needed. Install it?"
msgstr "Pakken %s krves. nsker du at installere den?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2030,7 +2052,7 @@ msgstr ""
"fungere, eller du kan undlade at benytte LILO, hvilket vil betyde, at du "
"ikke har brug for /boot"
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2042,7 +2064,7 @@ msgstr ""
"partition. Hvis du nsker at benytte LILO, skal du oprette en /boot "
"partition indenfor 1024-cylinder grnsen."
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2052,45 +2074,45 @@ msgstr ""
"Ingen systemopstarter kan hndtere dette uden en /boot partition.\n"
"S vr omhyggelig med at tilfje en /boot partition"
-#: ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Partitionstabellen for disk %s vil nu blive skrevet p disken!"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr "Du skal genstarte maskinen for at aktivere ndringerne"
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Efter formatering af partitionen %s vil alle data p denne partition g tabt"
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "Formaterer"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formaterer loopback-fil %s"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "Formaterer partition %s"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Hide files"
msgstr "Skjul filer"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Move files to the new partition"
msgstr "Flyt filer til den nye partition"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2099,83 +2121,83 @@ msgstr ""
"Katalog %s indeholder allerede nogen data\n"
"(%s)"
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
msgid "Moving files to the new partition"
msgstr "Flytter filer til den nye partition"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr "Kopierer %s"
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, c-format
msgid "Removing %s"
msgstr "Fjerner %s"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr "partition %s er nu kendt som %s"
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "Enhed: "
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS-drevbogstav: %s (bare et gt)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "Type: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "Navn: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "Start: sektor %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "Strrelse: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s sektorer"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "Cylinder %d til %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "Formateret\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "Ikke formateret\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "Monteret\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -2184,7 +2206,7 @@ msgstr ""
"Loopback-fil(er):\n"
" %s\n"
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2192,27 +2214,27 @@ msgstr ""
"Partition som opstartes som standard\n"
" (glder kun MS-DOS-opstart, ikke LILO)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "Niveau %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "Enhedsstrrelse %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-diske %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "Loopback-filnavn: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2224,7 +2246,7 @@ msgstr ""
"en driver-partition, du skal\n"
"sandsynligvis lade den vre.\n"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2236,58 +2258,62 @@ msgstr ""
"partition er for at\n"
"dual-boote dit system.\n"
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "Strrelse: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Opbygning: %s cylindre, %s hoveder, %s sektorer\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "Info: "
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-diske %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "Partitionstabel-type: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, c-format
msgid "on channel %d id %d\n"
msgstr "p kanal %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
msgid "Filesystem encryption key"
msgstr "Krypteringsngle for filsystem"
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr "Vlg din krypteringsngle for filsystemet"
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
"Denne krypteringsngle er for nem at gtte (skal mindst vre p %d tegn)"
-#: ../../diskdrake/interactive.pm_.c:1180
+#: ../../diskdrake/interactive.pm_.c:1191
msgid "The encryption keys do not match"
msgstr "Krypteringsnglerne stemmer ikke overens"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr "Krypteringsngle"
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr "Krypteringsngle (igen)"
@@ -2320,10 +2346,10 @@ msgstr "Hvilket brugernavn"
msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-"Intast venligst dit brugernavn, din adgangskode og dit domnenavn for at f "
+"Indtast venligst dit brugernavn, din adgangskode og dit domnenavn for at f "
"adgang til denne vrt."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
msgid "Username"
msgstr "Brugernavn"
@@ -2335,23 +2361,23 @@ msgstr "Domne"
msgid "Search servers"
msgstr "Sg efter servere"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatering af %s mislykkedes"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Ved ikke hvordan man formaterer %s som type %s"
-#: ../../fs.pm_.c:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "montering af partition %s i katalog %s mislykkedes"
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "fejl ved afmontering af %s: %s"
@@ -2368,33 +2394,50 @@ msgstr "med /usr"
msgid "server"
msgstr "server"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, fuzzy, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"Jeg kan ikke lse din partitionstabel, den er for delagt for mig :( Jeg kan "
+"forsge fortsat at udblanke drlige partitioner, ALLE DATA vil g tabt. Den "
+"anden mulighed er at forbyde DrakX at ndre partitionstabellen. (fejlen er %"
+"s)\n"
+"\n"
+"Er du indforstet med at delgge alle partitionerne?\n"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "Du kan ikke bruge JFS p partitioner mindre end 16Mb"
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Du kan ikke bruge ReiserFS p partitioner mindre end 32Mb"
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "Monteringsstier skal begynde med /"
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Der findes allerede en partition med monterings-sti %s\n"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "Du kan ikke bruge et LVM logisk delarkiv for monteringspunkt %s"
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr "Dette katalog br ligge p rod-filsystemet"
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
"point\n"
@@ -2402,103 +2445,140 @@ msgstr ""
"Du skal have et rigtigt filsystem (ext2/ext3, reiserfs, xfs eller jfs) til "
"dette monteringspunkt\n"
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr "Du kan ikke bruge et krypteret filsystem for monteringspunkt %s"
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
msgid "Not enough free space for auto-allocating"
msgstr "Ikke nok fri plads til at tildele nye partitioner automatisk"
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr "Ingenting at lave"
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Fejl ved bning af %s for skrivning: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:158
+#, fuzzy
+msgid "Sound configuration"
+msgstr "CUPS-Konfiguration"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
msgstr ""
-"Der er opstet en fejl - der kunne ikke findes nogen gyldige enheder, hvor "
-"der kan oprettes nye filsystemer. Undersg din maskine for at finde rsagen "
-"til problemet"
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "Du har ikke nogen partitioner!"
+#: ../../harddrake/sound.pm_.c:162
+#, fuzzy
+msgid "Driver:"
+msgstr "Drivprogram"
+
+#: ../../harddrake/sound.pm_.c:173
+msgid "No known driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:177
+#, fuzzy
+msgid "Unkown driver"
+msgstr "Ukendt model"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/sound.pm_.c:178
+#, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
+
+#: ../../harddrake/ui.pm_.c:16
msgid "Model"
msgstr "Model"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
msgid "hard disk model"
msgstr "Disk-model"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "Channel"
msgstr "Kanal"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr "EIDE/SCSI-kanal"
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr "Bus"
-#: ../../harddrake/ui.pm_.c:19
+#: ../../harddrake/ui.pm_.c:20
msgid ""
"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
msgstr "Dette er den fysiske bus som enheden er tilsuttet (fx PCI, USB, ...)"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "Module"
msgstr "Modul"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr "modulet i GNU/Linux-kernen som hndterer denne enhed"
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr "Medieklasse"
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr "Klasse af maskinenhed"
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "Beskrivelse"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr "Dette felt beskriver enheden"
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
msgid "Bus identification"
msgstr "Bus-identifikation"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
"- PCI- og USB-enheder: dette viser producenten, enheden, underproducent og "
"underenhed PCI/USB id'er"
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr "Plads p bussen"
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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"
@@ -2509,48 +2589,57 @@ msgstr ""
"- eide-enheder: enheden er enten en slave- eller mester-enhed\n"
"- scsi-enheder: scsi-bussen og scsi enheds-id'er"
-#: ../../harddrake/ui.pm_.c:31
+#: ../../harddrake/ui.pm_.c:32
msgid "Old device file"
msgstr "Gammel enhedsfil"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr "gammel statisk enhedsnavn brugt i dev-pakke"
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
msgid "New devfs device"
msgstr "Ny devfs-enhed"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr "Nyt dynamisk enhedsnavn genereret af den krende kernes devfs"
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
msgid "Number of buttons"
msgstr "Antal knapper"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr "navnet p producenten af enheden"
-#: ../../harddrake/ui.pm_.c:60
+#: ../../harddrake/ui.pm_.c:38
+#, fuzzy
+msgid "Alternative drivers"
+msgstr "Alternativ testside (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 "/_Afslut"
-#: ../../harddrake/ui.pm_.c:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Hjlp"
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
msgid "/_Help..."
msgstr "/_Hjlp..."
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr "Harddrake hjlp"
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
@@ -2558,15 +2647,15 @@ msgstr ""
"Beskrivelse af felterne:\n"
"\n"
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
msgid "/_About..."
msgstr "/_Om..."
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr "Om Harddrake"
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
@@ -2574,51 +2663,51 @@ msgstr ""
"Dette er HardDrake, et Mandrake-vrktj for konfigurering af maskinel.\n"
"Version:"
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
msgid "Author:"
msgstr "Forfatter:"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr "Harddrake2 version "
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
msgid "Detected hardware"
msgstr "Fundet maskinel"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:105
+msgid "Information"
+msgstr "Informationer"
+
+#: ../../harddrake/ui.pm_.c:108
msgid "Configure module"
msgstr "Konfigurr modul"
-#: ../../harddrake/ui.pm_.c:92
-msgid "Informations"
-msgstr "Informationer"
-
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr "Kr konfigurationsvrktj"
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
msgid "Detection in progress"
msgstr "Sgning udfres"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "Vent venligst"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr "primr"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "secondary"
msgstr "sekundr"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr "Du kan konfigurere hver parameter for modulet her."
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, c-format
msgid "Running \"%s\" ..."
msgstr "Krer \"%s\" ..."
@@ -2652,15 +2741,15 @@ msgstr ""
"korttyper her. Bare vlg dit tv-korts parametre om ndvendigt"
#: ../../harddrake/v4l.pm_.c:213
-msgid "Card model :"
+msgid "Card model:"
msgstr "Kortmodel:"
#: ../../harddrake/v4l.pm_.c:214
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "Tuner-type:"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
+msgid "Number of capture buffers:"
msgstr "Antal fangningsbuffere:"
#: ../../harddrake/v4l.pm_.c:215
@@ -2668,11 +2757,11 @@ msgid "number of capture buffers for mmap'ed capture"
msgstr "Antal fangningsbuffere for mmap-fangning"
#: ../../harddrake/v4l.pm_.c:217
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "PLL-opstning:"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr "Radio-understttelse:"
#: ../../harddrake/v4l.pm_.c:218
@@ -2684,22 +2773,22 @@ msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2835,7 +2924,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2909,10 +2998,10 @@ msgstr ""
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -2980,11 +3069,11 @@ msgstr ""
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -3062,7 +3151,7 @@ msgstr ""
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -3105,7 +3194,9 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
"X (for X-vinduessystem) er hjertet af GNU/Linux' grafiske grnseflade, "
"hvilket alle de grafiske miljer (KDE, Gnome, AfterStep, WindowMaker)...), "
@@ -3126,30 +3217,7 @@ msgstr ""
"simpelthen at konfigurationen var forkert, og testen vil automatisk "
"afsluttes efter 10 sekunder, og genfremvise skrmen."
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"Mske er du ikke srligt tilfreds med det frste forsg med X konfigurering "
-"(skrmen for lille, flyttet til venstre eller hjre...). Derfor vil DrakX "
-"sprge dig om konfigurationen passer dig, selvom X starter op korrekt. DrakX "
-"vil ogs foresl ndringer ved at vise en liste af gyldige tilstande som den "
-"kunne finde, og s bede dig om at vlge n. \n"
-"Som en sidste udvej, hvis du stadig ikke kan f X til at virke, vlg da ndr "
-"grafikkort, vlg Ukendt kort, og nr du bliver spurgt om hvilken server du "
-"vil have, vlg da FBDev. Dette er en fejlsikker mulighed som virker med alle "
-"moderne grafikkort. Vlg derefter Test igen for at vre sikker."
-
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -3163,7 +3231,8 @@ msgstr ""
"maskine skal bruges som server, eller hvis ikke lykkedes dig at f skrmen "
"konfigureret."
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
+#, fuzzy
msgid ""
"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
@@ -3183,10 +3252,10 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
"Mandrake Linux-cdrommen har en indbygget rednings-tilstand. Du kan f fat i "
"denne ved at starte op fra cdrommen, trykke 'F1'-tasten ved opstart, og "
@@ -3212,7 +3281,7 @@ msgstr ""
"ikke har brug for. Du behver ikke formatere den, da drakX vil overskrive "
"hele disketten."
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
"Linux operating system on your hard drive. If your hard drive is empty or\n"
@@ -3245,7 +3314,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3278,7 +3349,9 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
"Nu skal du vlge hvor p din harddisk du vil installere dit Mandrake Linux-"
"operativsystem. Hvis disken er tom eller et eksisterende operativsystem "
@@ -3344,7 +3417,7 @@ msgstr ""
"alle dine data. S lad vre med at vlge den lsning med mindre du vd hvad "
"du gr."
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3406,7 +3479,7 @@ msgstr ""
"(*) Du skal have en diskette formateret til FAT (denne oprettes i GNU/Linux "
"ved at skive \"mformat a:\")"
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
"(formatting means creating a filesystem).\n"
@@ -3457,7 +3530,7 @@ msgstr ""
"Klik p 'Avanceret' for at vlge partitioner som du nsker at tjekke for "
"drlige blokke."
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -3471,12 +3544,12 @@ msgstr ""
"kan dette tage fra nogen f minutter til en del lngere tid. \n"
"Hav venligst tlmodighed med dette."
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3498,7 +3571,7 @@ msgstr ""
"valget og tryk 'Installr' for at modtage og installere den valgte pakke "
"eller 'Annullr'for at afbryde."
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3512,14 +3585,14 @@ msgstr ""
"afslutte installationen. For at fortstte installationen skal du klikke p "
"'Acceptr'-knappen."
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
@@ -3531,7 +3604,7 @@ msgstr ""
"\n"
"Hvis du ikke vd hvad du skal vlge, s behold den foreslede mulighed."
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3548,26 +3621,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3595,7 +3668,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3668,7 +3741,7 @@ msgstr ""
"til at gemme en ekstra kerne og ramdisk-billede for ndsituationer ved "
"opstart."
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
"Please choose the one you want to resize in order to install your new\n"
@@ -3729,34 +3802,34 @@ msgstr ""
"'Windows navn' er det bogstav som dit drev har under Windows (den frste\n"
"disk eller partition kaldes 'C:')."
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr "Hold ud! Dette kan tage adskillige minutter."
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
"installation or if you want to have greater control (\"Expert\"). You can\n"
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3765,11 +3838,11 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
"DrakX skal nu vide om du vil udfre en standard-installation ('Anbefalet'), "
"eller om du nsker at have strre kontrol ('Ekspert'). Du kan ogs vlge om "
@@ -3803,19 +3876,22 @@ msgstr ""
"svrt hvis du ikke har s godt et kendskab til GNU/Linux, s lad vre med at "
"vlge dette, medmindre du vd hvad du laver."
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
"Normalt vil drakX have valgt det rigtige tastatur til dig (afhngigt af "
"sproget du har valgt) og du vil s ikke se dette trin. Men du har mske "
@@ -3828,8 +3904,10 @@ msgstr ""
"Klik p 'mere'-tasten for at blive prsenteret for den fulde \n"
"liste af understttede tastaturer."
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3852,7 +3930,7 @@ msgstr ""
"Bemrk at flere sprog kan installeres samtidigt. Nr du er frdig med at "
"vlge yderligere sprog, s klik O.k. for at fortstte."
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -3865,7 +3943,14 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
"Normalt antager drakX at du har en to-knapsmus og vil lave en opstning hvor "
"den tredje knap emuleres. DrakX vil automatisk vide om den er PS/2, seriel "
@@ -3879,7 +3964,7 @@ msgstr ""
"om indstillerne er gode. Hvis musen ikke virker korrekt, tryk da p "
"mellemrumstangenten eller vognretur for at 'Annullere' og vlg forfra."
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
"Windows is named \"ttyS0\" under GNU/Linux."
@@ -3887,7 +3972,7 @@ msgstr ""
"Vlg den rigtige port. For eksempel er navnet for COM1-porten under MS "
"Windows 'ttyS0' under GNU/Linux."
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -3917,9 +4002,9 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
@@ -3960,7 +4045,7 @@ msgstr ""
"Hvis din maskine ikke er forbundet til noget administreret netvrk, nsker "
"du nok at vlge Lokale filer for autentificering"
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -3999,16 +4084,7 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
+"options, which are reserved for the expert user."
msgstr ""
"LILO og GRUB er opstartsindlsere for GNU/Linux. Dette trin er normalt helt "
"automatiseret. Faktisk vil drakX analysere opstartsektoren p disken og vil "
@@ -4059,13 +4135,16 @@ msgstr ""
"for at ndre eller fjerne den; 'Tilfj' opretter en ny indgang; og 'Frdig' "
"fortstter til det nste installationstrin."
-#: ../../help.pm_.c:713
+#: ../../help.pm_.c:710
msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
+"\n"
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -4155,18 +4234,18 @@ msgstr ""
#: ../../help.pm_.c:759
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -4380,7 +4459,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -4420,7 +4501,7 @@ msgstr ""
"blive vist her. Du kan klikke p knappen for at ndre de tilhrende "
"parametre."
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
@@ -4430,7 +4511,7 @@ msgstr ""
"partition. Vr forsigtig, alle data som er p der, vil g tabt og vil ikke "
"kunne genskabes!"
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -4444,7 +4525,7 @@ msgstr ""
"p dette diskdrev. Vr omhyggelig, efter klik p O.k. vil du ikke vre i "
"stand til at redde nogen data eller partitioner, der ligger p dette "
"diskdrev, inklusive alle Windows data.\n"
-"Klik p 'Annulr' for at anullere denne handling uden at tabe nogen data og "
+"Klik p 'Annullr' for at anullere denne handling uden at tabe nogen data og "
"partitioner der er tilstede p dette diskdrev."
#: ../../install2.pm_.c:111
@@ -4463,7 +4544,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Du skal ogs formatere %s"
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4487,20 +4568,29 @@ msgstr ""
"\n"
"nsker du virkelig at installere disse servere?\n"
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr "Kan ikke bruge rundkastning uden noget NIS-domne"
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Indst en tom diskette i diskette-drev %s"
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr "Denne diskette er ikke formatteret til FAT"
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4508,11 +4598,20 @@ msgstr ""
"For at bruge dette gemte pakkevalg, start installationen op med``linux "
"defcfg=floppy''"
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Fejl ved lsning af filen %s"
+#: ../../install_any.pm_.c:1023
+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 ""
+"Der er opstet en fejl - der kunne ikke findes nogen gyldige enheder, hvor "
+"der kan oprettes nye filsystemer. Undersg din maskine for at finde rsagen "
+"til problemet"
+
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -4547,59 +4646,59 @@ msgstr ""
"\n"
"Fortst alligevel?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Du skal have en FAT-partition monteret under /boot/efi"
-#: ../../install_interactive.pm_.c:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "Brug fri plads"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr "Ikke nok fri plads til at tildele nye partitioner"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr "Brug eksisterende partition"
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr "Der er ingen eksisterende partition der kan bruges"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr "Brug Windows partitionen til Loopback"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Hvilken partition vil du benytte som Linux4Win?"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "Vlg strrelserne"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "Rod-partitions strrelse i Mb: "
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "Swap-partitions strrelse i Mb: "
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr "Brug den frie plads p Windows-partitionen"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr "Hvilken partition nsker du at ndre strrelse p?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr "Udregner Windows-filsystemets grnser"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4608,14 +4707,14 @@ msgstr ""
"Programmet til at ndre strrelse p FAT kan ikke behandle din partition, \n"
"den flgende fejl opstod: %s"
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
"installation."
msgstr "Din Windows partition er for fragmenteret, kr 'defrag' frst"
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm_.c:140
msgid ""
"WARNING!\n"
"\n"
@@ -4634,21 +4733,21 @@ msgstr ""
"defrag) og s genstarte installationen. Du br ogs tage en sikkerhedskopi "
"af dine data. Tryk p Ok, hvis du er helt sikker."
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr "Hvilken strrelse nsker du at at beholde Windows p?"
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr "partition %s"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT strrelsesndring mislykkedes: %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -4656,32 +4755,32 @@ msgstr ""
"Der er ingen FAT-partitioner at ndre strrelse p, eller bruge som loopback "
"(eller ikke nok plads tilbage)"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "Slet hele disken"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "Fjern Windows(TM)"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Du har mere end et diskdrev, hvilken nsker du at installere Linux p?"
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Alle eksisterende partitioner og deres data vil g tabt p drev %s"
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
msgstr "Brugerdefineret disk-opdeling"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "Brug fdisk"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4690,28 +4789,28 @@ msgstr ""
"Du kan nu partitionere %s.\n"
"Nr du er frdig, s husk at gemme med 'w'"
-#: ../../install_interactive.pm_.c:227
+#: ../../install_interactive.pm_.c:229
msgid "You don't have enough free space on your Windows partition"
msgstr "Du har ikke nok fri plads p din Windows-partition"
-#: ../../install_interactive.pm_.c:243
+#: ../../install_interactive.pm_.c:245
msgid "I can't find any room for installing"
msgstr "Kan ikke finde plads til installering"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX partitionerings-vejlederen fandt de flgende lsninger:"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr "Partitionering mislykkedes: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "Bringer netvrket op"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "Lukker netvrket ned"
@@ -4724,12 +4823,12 @@ msgstr ""
"pn mde.\n"
"Fortst p eget ansvar!"
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "Duplikr monterings-sti %s"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -4741,12 +4840,12 @@ msgstr ""
"Tjek cdrom'en p en frdiginstalleret maskine ved brug af \"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "Velkommen til %s"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "Intet tilgngeligt diskettedrev"
@@ -4776,71 +4875,71 @@ msgstr "Installationsmetode"
msgid "Please choose one of the following classes of installation:"
msgstr "Vlg en af de flgende installations-mder:"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "Valg af pakkegrupper"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr "Individuelt pakkevalg"
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Total strrelse: %d / %d Mb"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "Drlig pakke"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "Navn: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "Version: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "Strrelse: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "Vigtighed: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"Du kan ikke vlge denne pakke, da der ikke er nok plads tilbage til at "
"installere den"
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr "De flgende pakker vil blive installeret"
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr "De flgende pakker vil blive afinstalleret"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr "Du kan ikke vlge/fravlge denne pakke"
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr "Dette er en ndvendig pakke, den kan ikke vlges fra"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr "Du kan ikke fravlge denne pakke. Den er allerede installeret"
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -4848,74 +4947,74 @@ msgstr ""
"Denne pakke skal opgraderes\n"
"Er du sikker p at du vil fravlge den?"
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr "Du kan ikke fravlge denne pakke. Den skal opgraderes"
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr "Vis automatisk valgte pakker"
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "Installr"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
msgid "Load/Save on floppy"
msgstr "Indls/gem p diskette"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
msgid "Updating package selection"
msgstr "Opdaterer pakkevalg"
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
msgid "Minimal install"
msgstr "Minimal installation"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "Vlg pakker som skal installeres"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "Installerer"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "Beregnes"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "Resterende tid "
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
msgid "Please wait, preparing installation..."
msgstr "Vent venligst, forbereder installationen"
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d pakker"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "Installerer pakke %s"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Acceptr"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "Ngt"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4930,17 +5029,17 @@ msgstr ""
"gjort\n"
"Hvis du ikke har den s tryk p Annullr, s undgs installation fra denne cd"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "Fortst alligevel?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "Der opstod en fejl ved sorteringen af pakkerne:"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr "Der opstod en fejl ved installeringen af pakkerne:"
@@ -5225,7 +5324,7 @@ msgid "Are you sure you refuse the licence?"
msgstr "Er du sikker p at du afviser licensen?"
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Tastatur"
@@ -5273,11 +5372,11 @@ msgstr "Opgradr kun pakker"
msgid "Please choose the type of your mouse."
msgstr "Vlg muse-type."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "Muse-port"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Vlg hvilken seriel port din mus er forbundet til."
@@ -5309,84 +5408,60 @@ msgstr "Konfigurerer IDE"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "ingen ledige partitioner"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr "Skanner partitioner for at finde monteringspunkter"
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "Vlg monterings-stierne"
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Jeg kan ikke lse din partitionstabel, den er for delagt for mig :( Jeg kan "
-"forsge fortsat at udblanke drlige partitioner, ALLE DATA vil g tabt. Den "
-"anden mulighed er at forbyde DrakX at ndre partitionstabellen. (fejlen er %"
-"s)\n"
-"\n"
-"Er du indforstet med at delgge alle partitionerne?\n"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake kunne ikke lse partitionstabellen korrekt. Fortst p eget ansvar!"
-
-#: ../../install_steps_interactive.pm_.c:396
-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 ""
"Det er ikke plads for 1 MB bootstrap! Installationen vil fortstte, men for "
"at starte dit system op, skal du lave en bootstrap partition i DiskDrake"
-#: ../../install_steps_interactive.pm_.c:405
+#: ../../install_steps_interactive.pm_.c:388
msgid "No root partition found to perform an upgrade"
msgstr "Ingen rodpartition fundet til opgradering"
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "Rod-partition"
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "Hvilken partition indeholder systemets rod-partition (/)?"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
msgid "You need to reboot for the partition table modifications to take place"
msgstr "Du skal genstarte for at aktivere ndringerne i partitionstabellen"
-#: ../../install_steps_interactive.pm_.c:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "Vlg partitioner der skal formateres"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr "Led efter beskadigede blokke?"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr "Formaterer partitioner"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr "Opretter og formaterer fil %s"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
@@ -5395,27 +5470,27 @@ msgstr ""
"Kontrol af filsystem %s mislykkedes. nsker du at reparere fejlene (bemrk, "
"du kan miste data)"
-#: ../../install_steps_interactive.pm_.c:482
+#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "Ikke nok swap-plads til at gennemfre installationen, tilfj mere"
-#: ../../install_steps_interactive.pm_.c:489
+#: ../../install_steps_interactive.pm_.c:472
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Leder efter tilgngelige pakker og genopbygger rpm-database..."
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "Leder efter tilgngelige pakker"
-#: ../../install_steps_interactive.pm_.c:493
+#: ../../install_steps_interactive.pm_.c:476
msgid "Looking at packages already installed..."
msgstr "Leder efter pakker der allerede er installeret..."
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr "Leder efter pakker som skal opgraderes"
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -5424,7 +5499,7 @@ msgstr ""
"Dit system har ikke nok plads tilbage til en installation eller opgradering "
"(%d > %d)"
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -5432,35 +5507,35 @@ msgstr ""
"Vlg indls eller gem pakkevalg p diskette.\n"
"Formatet er det samme som for auto_install-genererede disketter."
-#: ../../install_steps_interactive.pm_.c:553
+#: ../../install_steps_interactive.pm_.c:537
msgid "Load from floppy"
msgstr "Indls fra diskette"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Loading from floppy"
msgstr "Indlser fra diskette"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Package selection"
msgstr "Valg af pakker"
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
msgid "Insert a floppy containing package selection"
msgstr "Indst en diskette med pakkevalget"
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "Gem p diskette"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr "Valgt strrelse er strre end tilgngelig plads"
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
msgid "Type of install"
msgstr "Installationstype"
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5468,19 +5543,19 @@ msgstr ""
"Du har ikke valgt nogen gruppe af pakker.\n"
"Vlg den minimale installation du nsker"
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
msgid "With X"
msgstr "Med X"
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr "Med basal dokumentation (anbefalet!)"
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr "Virkelig minimal installation (specielt ingen urpmi)"
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5490,16 +5565,16 @@ msgstr ""
"Hvis du ikke har nogen af disse cd'er, klik Annullr.\n"
"Hvis kun nogen cd'er mangler, fravlg dem, og klik s Ok."
-#: ../../install_steps_interactive.pm_.c:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cdrom med etikette '%s'"
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "Forbereder installationen"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -5508,21 +5583,21 @@ msgstr ""
"Installerer pakke %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "Konfiguration efter installation"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Indst opstartsdisketten i diskette-drevet %s"
-#: ../../install_steps_interactive.pm_.c:845
+#: ../../install_steps_interactive.pm_.c:829
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Indst Opdater moduler-disketten i drev %s"
-#: ../../install_steps_interactive.pm_.c:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5585,12 +5660,12 @@ msgstr ""
"\n"
"\n"
"For sprgsml om denne aftale, vr venlig at kontakte \n"
-"Mandrakesoft, Inc.\n"
+"MandrakeSoft, Inc.\n"
"2400 N. Lincoln Avenue Suite 243\n"
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:888
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5609,155 +5684,155 @@ msgstr ""
"\n"
"nsker du at installere opdateringerne?"
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Kontakter Mandrake Linux netsted for at hente listen over tilgngelige spejle"
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr "Vlg det spejl hvorfra pakkerne skal hentes"
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Kontakter spejlet for at hente listen af tilgngelige pakker"
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "Hvad er din tidszone?"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
msgid "Hardware clock set to GMT"
msgstr "Maskin-ur sat til GMT"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatisk tidssynkronisering (ved hjlp af NTP)"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
msgid "NTP Server"
msgstr "NTP-server"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr "Ekstern CUPS server"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr "Ingen printer"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Do you have an ISA sound card?"
msgstr "Har du et ISA-lydkort?"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr "Kr \"sndconfig\" efter installation for at konfigurere dit lydkort"
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr "Intet lydkort genkendt. Prv at kre \"harddrake\" efter installation"
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Oversigt"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "Mus"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr "Tidszone"
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Printer"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr "Internt ISDN-kort"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr "Lydkort"
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr "TV-kort"
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Windows Domain"
msgstr "Windows Domain"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
msgid "Local files"
msgstr "Lokale filer"
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "St root-adgangskode"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "Ingen adgangskode"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Dette kodeord er for nemt at gtte (det skal mindst vre p %d tegn)"
-#: ../../install_steps_interactive.pm_.c:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Identifikation"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
msgid "Authentication LDAP"
msgstr "Autentificering LDAP"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr "LDAP grundlggende dn"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
msgid "LDAP Server"
msgstr "LDAP-server"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
msgid "Authentication NIS"
msgstr "Autentificering NIS"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "NIS-domne"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "NIS-server"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -5772,8 +5847,8 @@ msgid ""
"The command 'wbinfo -t' will test whether your authentication secrets are "
"good."
msgstr ""
-"For at dette kan virke p en W2K PDC skal du nok have administratoren til "
-"atkre: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
+"For at dette kan virke p en W2K PDC skal du nok have administratoren til at "
+"kre: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
"add og genstarte serveren.\n"
"Du skal ogs have et brugernavn og en adgangskode for at maskinen kan "
"tilsluttes Windows(TM)-domnet.\n"
@@ -5786,19 +5861,19 @@ msgstr ""
"Kommandoen 'wbinfo -t' vil afprve om dine hemmelige autentifikationsdata er "
"i orden."
-#: ../../install_steps_interactive.pm_.c:1140
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Authentication Windows Domain"
msgstr "Autentifikations Windowsdomne"
-#: ../../install_steps_interactive.pm_.c:1142
+#: ../../install_steps_interactive.pm_.c:1127
msgid "Domain Admin User Name"
msgstr "Brugernavn for domneadministrator"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
msgstr "Adgangskode for domneadministrator"
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -5826,19 +5901,19 @@ msgstr ""
"Hvis du nsker at lave en opstartsdiskette til dit system, indst en "
"diskette i dit frste diskettedrev og tryk 'Ok'."
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "Frste diskette-drev"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "Andet diskette-drev"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Spring over"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5863,7 +5938,7 @@ msgstr ""
"Vil du lave en opstartsdiskette til dit system?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -5877,28 +5952,28 @@ msgstr ""
"oprettelse af en opstartsdiskette p en 1.44 Mb diskette vil formentlig\n"
"mislykkes, fordi XFS krver en meget stor driver)."
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "Der er desvrre ikke noget tilgngeligt diskette-drev"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Vlg det diskette-drev, du vil benytte til at lave boot-disketten"
-#: ../../install_steps_interactive.pm_.c:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, c-format
msgid "Insert a floppy in %s"
msgstr "Indst en diskette i %s"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "Opretter opstartsdiskette..."
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "Forbereder opstarter..."
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5909,11 +5984,11 @@ msgstr ""
"opstartsindlseren vil ikke virke for dig. Installationen vil fortstte, men "
"du skal bruge BootX for at starte din maskine."
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr "nsker du at bruge aboot?"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5922,15 +5997,15 @@ msgstr ""
"forsg at gennemtvinge installation selv om dette kan delgge den frste "
"partition?"
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
msgid "Installing bootloader"
msgstr "Installerer systemopstarter"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Installation af opstarter mislykkedes. Den flgende fejl opstod:"
-#: ../../install_steps_interactive.pm_.c:1274
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5947,17 +6022,17 @@ msgstr ""
" Skriv s: shut-down\n"
"Ved nste opstart burde du se systemstarteren."
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Indst en tom diskette i drev %s"
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr "Laver autoinstallations-diskette"
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5967,7 +6042,7 @@ msgstr ""
"\n"
"Er du sikker p du nsker du at lukke nu?"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5999,15 +6074,15 @@ msgstr ""
"Information om konfigurering af dit system kan du finde i kapitlet om efter-"
"installation i den Officielle Mandrake Linux Brugervejledning."
-#: ../../install_steps_interactive.pm_.c:1347
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
msgid "Generate auto install floppy"
msgstr "Laver autoinstallations-diskette"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6021,15 +6096,15 @@ msgstr ""
"\n"
"Du foretrkker mske at afspille installationen igen\n"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr "Automatisk"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr "Afspil igen"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
msgid "Save packages selection"
msgstr "Gem pakke-valg"
@@ -6038,7 +6113,8 @@ msgstr "Gem pakke-valg"
msgid "Mandrake Linux Installation %s"
msgstr "Mandrake Linux Installation %s"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -6056,22 +6132,22 @@ msgstr "konsolhjlper mangler"
msgid "Choose a file"
msgstr "Vlg en fil"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr "Avanceret"
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr "Basal"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Forrige"
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
msgid "Next"
msgstr "Nste"
@@ -6144,375 +6220,371 @@ msgstr ""
msgid "Re-submit"
msgstr "Indsend igen"
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "Tjekkisk (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "Tysk"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "Spansk"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "Finsk"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "Fransk"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "Norsk"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "Polsk"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "Russisk"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "Svensk"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "Britisk"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "Amerikansk"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
msgid "Albanian"
msgstr "Albansk"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr "Armensk (gammel)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr "Armensk (skrivemaskine)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "Armensk (fonetisk)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr "Azerbaidiansk (latin)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "Belgisk"
-#: ../../keyboard.pm_.c:198
-#, fuzzy
+#: ../../keyboard.pm_.c:177
msgid "Bengali"
-msgstr "aktivr"
+msgstr "Bengali"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
msgid "Bulgarian (phonetic)"
msgstr "Bulgarsk (fonetisk)"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
msgid "Bulgarian (BDS)"
msgstr "Bulgarsk (BDS)"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "Brasiliansk (ABNT-2)"
-#: ../../keyboard.pm_.c:204
-#, fuzzy
+#: ../../keyboard.pm_.c:183
msgid "Bosnian"
-msgstr "Estisk"
+msgstr "Bosnisk"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "Hviderussisk"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "Schweizisk (Tysk layout)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "Schweizisk (Fransk layout)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "Tjekkisk (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr "Tysk (ingen dde taster)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
-msgstr ""
+msgstr "Devanagari"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "Dansk"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (norsk)"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Swedish)"
msgstr "Dvorak (svensk)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "Estisk"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgisk (russisk layout)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgisk (Latin layout)"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "Grsk"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
-msgstr ""
+msgstr "Gujarati"
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
-msgstr ""
+msgstr "Gurmukhi"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "Ungarsk"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "Kroatisk"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "Israelsk"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "Israelsk (Fonetisk)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr "Iransk"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "Islandsk"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "Italiensk"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
-msgstr ""
+msgstr "Inuktitut"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "Japansk 106 taster"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
msgid "Korean keyboard"
msgstr "Koreansk tastatur"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "Latinamerikansk"
-#: ../../keyboard.pm_.c:239
-#, fuzzy
+#: ../../keyboard.pm_.c:218
msgid "Laotian"
-msgstr "Lettisk"
+msgstr "Laotisk"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr "Litauisk AZERTY (gammel)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr "Litauisk AZERTY (ny)"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litauisk \"talrkke\" QWERTY"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litauisk \"fonetisk\" QWERTY"
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
msgid "Latvian"
msgstr "Lettisk"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr "Makedonisk"
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
-msgstr ""
+msgstr "Myanmar (Burmesisk)"
-#: ../../keyboard.pm_.c:248
-#, fuzzy
+#: ../../keyboard.pm_.c:227
msgid "Mongolian (cyrillic)"
-msgstr "Serbisk (kyrillisk)"
+msgstr "Mongolsk (kyrillisk)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
-msgstr ""
+msgstr "Maltesisk (UK)"
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
-msgstr ""
+msgstr "Maltesisk (US)"
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "Hollandsk"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr "Polsk (polsk layout)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr "Polsk (polsk layout)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "Portugisisk"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr "Canadisk (Qubec)"
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
msgid "Romanian (qwertz)"
msgstr "Russisk (qwertz)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
msgid "Romanian (qwerty)"
msgstr "Russisk (qwerty)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "Russisk (Yawerty)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "Slovensk"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "Slovakisk (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "Slovakisk (QWERTY)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
msgid "Serbian (cyrillic)"
msgstr "Serbisk (kyrillisk)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
msgstr "Tamil (Unicode)"
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr "Tamil (TSCII)"
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "Thailandsk"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
msgid "Tajik keyboard"
msgstr "Tajik tastatur"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "Tyrkisk (traditionel \"F\" model)"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "Tyrkisk (moderne \"Q\" model)"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "Ukrainsk"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "Amerikansk (internaltionalt)"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamesisk \"talrkke\" QWERTY"
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
msgid "Yugoslavian (latin)"
msgstr "Jugoslavisk (latinsk)"
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr "Hjre alt-tast"
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr "Begge taster samtidigt"
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr "Kontrol- og skiftetaster samtidigt"
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr "CapsLock-tast"
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl- og alt-taster samtidigt"
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr "Alt og Shift-taster samtidigt"
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr "'Menu'-tast"
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr "Venstre Windows-tast"
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr "Hjre Windows-tast"
@@ -6570,11 +6642,11 @@ msgstr "Standard PS2 mus med hjul"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking-mus"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -6582,115 +6654,125 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+#, fuzzy
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr "1 knap"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "Standard 2-knaps mus"
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr "Hjul"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "seriel"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "Standard 3-knaps mus"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Logitech CC Serien (seriel)"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Serien"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech mus (seriel, gammel C7 type)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
msgid "busmouse"
msgstr "Busmus"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "2 knapper"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "3 knapper"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "ingenting"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "Ingen mus"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr "Test musen"
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
msgid "To activate the mouse,"
msgstr "For at aktivere musen,"
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr "FLYT P HJULET!"
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+#, fuzzy
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+
+#: ../../my_gtk.pm_.c:159
msgid "Finish"
msgstr "Afslut"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "Nste ->"
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr "Er dette korrekt?"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "Info"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "Udvid tr"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "Sammenfold tr"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr "Skift mellem flad og gruppesorteret"
@@ -6728,6 +6810,74 @@ msgstr "brug pppoe"
msgid "use pptp"
msgstr "brug pptp"
+#: ../../network/drakfirewall.pm_.c:12
+#, fuzzy
+msgid "Web Server"
+msgstr "Server"
+
+#: ../../network/drakfirewall.pm_.c:17
+#, fuzzy
+msgid "Domain Name Server"
+msgstr "Lser for domnenavn"
+
+#: ../../network/drakfirewall.pm_.c:32
+#, fuzzy
+msgid "Mail Server"
+msgstr "Aktivr server"
+
+#: ../../network/drakfirewall.pm_.c:37
+#, fuzzy
+msgid "POP and IMAP Server"
+msgstr "LDAP-server"
+
+#: ../../network/drakfirewall.pm_.c:111
+#, fuzzy
+msgid "No network card"
+msgstr "kunne ikke finde noget netkort"
+
+#: ../../network/drakfirewall.pm_.c:129
+#, fuzzy
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+"tinyfirewall-konfigurator\n"
+"\n"
+"Dette konfigurerer en personlig brandmur for denne Mandrake Linux maskine.\n"
+"For en strk dedikeret brandmurs-lsning se venligst den specialiserede "
+"MandrakeSecurity Firewall-distribution."
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:164
+#, fuzzy
+msgid "Other ports"
+msgstr "Afprv porte"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -6744,7 +6894,7 @@ msgstr ""
"Der blev ikke fundet nogen ethernet netvrksadapter p dit system.\n"
"Kan ikke stte denne forbindelsetype op."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "Vlg netvrksgrnsesnit"
@@ -6759,7 +6909,7 @@ msgstr ""
msgid "no network card found"
msgstr "kunne ikke finde noget netkort"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "Konfigurerer netvrk"
@@ -6775,7 +6925,7 @@ msgstr ""
"Dit vrtsnavn br vre et fuldt kvalificeret vrtsnavn,\n"
"fx 'minpc.mitfirma.dk'."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "Vrtsnavn"
@@ -7080,13 +7230,13 @@ msgstr "Vlg profilen der skal konfigureres"
msgid "Use auto detection"
msgstr "Brug automatisk detektion"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Eksperttilstand"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Detekterer enheder..."
@@ -7254,11 +7404,11 @@ msgstr "Automatisk IP"
msgid "Start at boot"
msgstr "Start ved opstart"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adresse skal have formatet 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7270,43 +7420,55 @@ msgstr ""
"f.eks. minpc.mitfirma.dk. Hvis du ikke har nogen ekstra navne-servere,\n"
"s lad navne-server-felterne vre blanke."
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "DNS-server"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway (fx %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "Gateway enhed"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "Konfiguration af mellemvrt (proxy)"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "HTTP-proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "FTP-proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr "Flg id for netvrkskort (nyttigt for brbare)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr "Proxy skal vre http://..."
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr "Proxy skal vre ftp://..."
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr "Brandmurkonfiguration fundet!"
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+"Advarsel! En eksisterende brandmurkonfiguration er blevet fundet. Du skal "
+"muligvis lave manuelle rettelser efter installationen."
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "Internet-konfiguration"
@@ -7412,15 +7574,15 @@ msgstr "Kodeord for konto"
msgid "United Kingdom"
msgstr "Storbritannien"
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "montering mislykkedes: "
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr "Udvidet partition ikke understttet p denne platform"
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
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 "
@@ -7430,21 +7592,21 @@ msgstr ""
"Den eneste lsning er at flytte dine primre partitioner, sledes at\n"
"\"hullet\" bliver placeret ved siden af de udvidede partitioner."
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Genskabning fra fil %s mislykkedes: %s"
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "Fejl i sikkerhedskopien"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "Fejl ved skrivning til fil %s"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -7490,150 +7652,154 @@ msgstr "LPD - Line Printer Dmon"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Print, Don't Queue"
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr "CUPS"
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr "LPRng"
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr "LPD"
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr "PDQ"
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "Lokal printer"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "Ekstern printer"
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
msgid "Printer on remote CUPS server"
msgstr "Printer p ekstern CUPS server"
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
msgid "Printer on remote lpd server"
msgstr "Printer p ekstern lpd server"
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
msgid "Network printer (TCP/Socket)"
msgstr "Netvrksprinter (TCP/sokkel)"
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Printer p SMB/Windows 95/98/NT server"
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
msgid "Printer on NetWare server"
msgstr "Printer p en NetWare server"
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
msgid "Enter a printer device URI"
msgstr "Indtast en printerenheds-URI"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr "kanalisr opgave ind i kommando"
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+msgid "Unknown Model"
+msgstr "Ukendt model"
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr "Ukendt model"
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
msgid "Local Printers"
msgstr "Lokale printere"
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
msgid "Remote Printers"
msgstr "Eksterne printere"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr " p parallelport \\/*%s"
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ", USB printer \\/*%s"
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ", multi-funktions-enhed p parallel port \\/*%s"
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ", multi-funktions-enhed p USB"
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ", multi-funktions-enhed p HP JetDirect"
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ", multi-funktions-enhed"
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, c-format
msgid ", printing to %s"
msgstr ", skriver til %s"
-#: ../../printer.pm_.c:544
+#: ../../printer.pm_.c:792
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr " p LPD-server \"%s\", printer \"%s\""
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ", TCP/IP vrt \"%s\", port %s"
-#: ../../printer.pm_.c:550
+#: ../../printer.pm_.c:798
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr " p Windows-server \"%s\", deling \"%s\""
-#: ../../printer.pm_.c:554
+#: ../../printer.pm_.c:802
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr " p Novell-server \"%s\", printer \"%s\""
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ", med kommando %s"
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr "R printer (ingen driver)"
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, c-format
msgid "(on %s)"
msgstr "(p %s)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr "(p denne maskine)"
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, c-format
msgid "On CUPS server \"%s\""
msgstr "P CUPS-server '%s'"
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr " (Forvalgt)"
@@ -7660,11 +7826,11 @@ msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
"Automatisk identifikation af printere (Lokal, TCP/Socket og SMB-skrivere)"
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
msgid "CUPS configuration"
msgstr "CUPS-Konfiguration"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
msgid "Specify CUPS server"
msgstr "Angiv CUPS server"
@@ -7706,7 +7872,7 @@ msgstr ""
msgid "The IP address should look like 192.168.1.20"
msgstr "IP-adressen br se ud som 192.168.1.20"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
msgid "The port number should be an integer!"
msgstr "Port-nummeret br vre et heltal!"
@@ -7714,7 +7880,7 @@ msgstr "Port-nummeret br vre et heltal!"
msgid "CUPS server IP"
msgstr "CUPS-serverens IP"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "Port"
@@ -7722,12 +7888,130 @@ msgstr "Port"
msgid "Automatic CUPS configuration"
msgstr "Automatisk CUPS-konfiguration"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printerdrake.pm_.c:178
+#, fuzzy
+msgid "Checking your system..."
+msgstr "Genstarter printsystemet ..."
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:198
+#, fuzzy
+msgid ""
+"The following printers\n"
+"\n"
+msgstr "De flgende pakker vil blive afinstalleret"
+
+#: ../../printerdrake.pm_.c:199
+#, fuzzy
+msgid ""
+"The following printer\n"
+"\n"
+msgstr "De flgende pakker vil blive afinstalleret"
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:210
+#, fuzzy
+msgid "directly connected to your system"
+msgstr "Kopir skrifttyper p dit system"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:221
+#, fuzzy
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "Angiv hvilken port din printer er forbundet til."
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:236
+#, fuzzy
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr ""
+"nsker du fremover at bruge printeren \"%s\"\n"
+"som standard?"
+
+#: ../../printerdrake.pm_.c:238
+#, fuzzy
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "nsker du at starte din forbindelse ved opstart?"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:240
+#, 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:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
msgid "Add a new printer"
msgstr "Tilfj en ny printer"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7749,7 +8033,8 @@ msgstr ""
"giver dig adgang til alle tilgngelige printerdrivere, drivermuligheder og "
"opkoblingstyper for printere."
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
+#, fuzzy
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7758,7 +8043,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -7788,7 +8073,40 @@ msgstr ""
"Klik p \"Nste\" nr du er klar og p \"Afbryd\" hvis du ikke vil "
"installere printere nu."
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+#, fuzzy
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+"\n"
+"Velkommen til guiden for printerinstallation\n"
+"\n"
+"Denne guide lader dig installere printere sluttet til denne maskine eller "
+"direkte til netvrket.\n"
+"\n"
+"Hvis du har printere sluttet til denne maskine, s st dem p nu s de kan "
+"identificeres automatisk. Netvrksprinterne og Windows-maskinerne skal ogs "
+"vre tilsluttede og tndte.\n"
+"\n"
+"Bemrk at det tager lngere tid at identificere netvrksprintere end at "
+"identificere lokalt tilsluttede printere. Hvis du nsker at det skal g "
+"hurtigere at identificere printere kan du deaktivere identifikation af "
+"netvrksprintere.\n"
+"Klik p \"Nste\" nr du er klar og p \"Afbryd\" hvis du ikke vil "
+"installere printere nu."
+
+#: ../../printerdrake.pm_.c:297
+#, fuzzy
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7797,7 +8115,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -7821,28 +8139,28 @@ msgstr ""
"identificere lokalt tilsluttede printere. Hvis du nsker at det skal g "
"hurtigere at identificere printere kan du deaktivere identifikation af "
"netvrksprintere.\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-"want to set up your printer(s) now."
+"Klik p \"Nste\" nr du er klar og p \"Afbryd\" hvis du ikke vil "
+"installere printere nu."
-#: ../../printerdrake.pm_.c:213
+#: ../../printerdrake.pm_.c:315
msgid "Auto-detect printers connected to this machine"
msgstr "Auto-opdagelse af printere tilsluttet denne maskine"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr "Auto-opdagelse af printere tilsluttet direkte til det lokale netvrk"
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
"Auto-opdagelse af printere tilsluttet maskiner der kre Microsoft Windows"
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
msgid "Local Printer"
msgstr "Lokal printer"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -7865,49 +8183,49 @@ msgstr ""
"nsker at ndre p standard-indstillingerne (papirbakke, printkvalitet ...), "
"s vlg 'Printer' i 'Udstyr'-afsnittet i Mandrake Kontrolcentret."
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
msgid "Printer auto-detection"
msgstr "Auto-opdagelse af printere"
-#: ../../printerdrake.pm_.c:305
+#: ../../printerdrake.pm_.c:408
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ", netvrksprinter \"%s\", port %s"
-#: ../../printerdrake.pm_.c:307
+#: ../../printerdrake.pm_.c:410
#, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr ", printer \"%s\" p SMB/Windows-server \"%s\""
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, c-format
msgid "Detected %s"
msgstr "Fandt %s"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr "Printer p parallel port \\/*%s"
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr "USB-printer \\/*%s"
-#: ../../printerdrake.pm_.c:321
+#: ../../printerdrake.pm_.c:424
#, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Netvrksprinter '%s', port %s"
-#: ../../printerdrake.pm_.c:323
+#: ../../printerdrake.pm_.c:426
#, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Printer '%s' p SMB/Windows server '%s'"
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -7919,19 +8237,19 @@ msgstr ""
"dev/lp1 ..., svarende til LPT1:, LPT2: ..., frste USB-printer: /dev/usb/"
"lp0, 2. USB-printer: /dev/usb/lp1 ...)."
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
msgid "You must enter a device or file name!"
msgstr "Du skal indtaste en enhed eller et filnavn!"
-#: ../../printerdrake.pm_.c:475
+#: ../../printerdrake.pm_.c:578
msgid "No printer found!"
msgstr "Ingen printer fundet!"
-#: ../../printerdrake.pm_.c:485
+#: ../../printerdrake.pm_.c:588
msgid "Available printers"
msgstr "Tilgngelige printer"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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"
@@ -7939,7 +8257,7 @@ msgstr ""
"Den flgende printer blev opdaget automatisk. Hvis det ikke er den du nsker "
"at opstte s indtast et enhedsnavn/filnavn p inddatalinjen"
-#: ../../printerdrake.pm_.c:490
+#: ../../printerdrake.pm_.c:593
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"
@@ -7947,7 +8265,7 @@ msgstr ""
"Her er en liste over alle automatisk opdagede printere. Vlg den printer du "
"nsker at opstte eller indtast et enhedsnavn/filnavn p inddatalinjen"
-#: ../../printerdrake.pm_.c:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -7959,7 +8277,7 @@ msgstr ""
"eller hvis du foretrkker en tilpasset printerkonfiguration, s sl 'Manuel "
"konfiguration' til."
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -7972,7 +8290,7 @@ msgstr ""
"foretrkker en tilpasset printerkonfiguration, s sl 'Manuel konfiguration' "
"til."
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
msgid ""
"Please choose the port where your printer is connected to or enter a device "
"name/file name in the input line"
@@ -7980,11 +8298,11 @@ msgstr ""
"Angiv hvilken port din printer er forbundet til eller indtast et enhedsnavn/"
"filnavn p inddatalinjen"
-#: ../../printerdrake.pm_.c:496
+#: ../../printerdrake.pm_.c:599
msgid "Please choose the port where your printer is connected to."
msgstr "Angiv hvilken port din printer er forbundet til."
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
@@ -7992,19 +8310,19 @@ msgstr ""
"(parallelporte: /dev/lp0, /dev/lp1 ..., svarende til LPT1:, LPT2: ..., "
"frste USB-printer: /dev/usb/lp0, 2. USB-printer: /dev/usb/lp1 ...)."
-#: ../../printerdrake.pm_.c:503
+#: ../../printerdrake.pm_.c:606
msgid "You must choose/enter a printer/device!"
msgstr "Du skal vlge eller indtaste en printer/enhed!"
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
msgid "Manual configuration"
msgstr "Manuel konfiguration"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr "Parametre til ekstern lpd"
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
"server and the printer name on that server."
@@ -8012,46 +8330,46 @@ msgstr ""
"For at bruge en ekstern printer, skal du opgive vrtsnavnet\n"
"for printerserveren og navnet p printeren p denne server."
-#: ../../printerdrake.pm_.c:579
+#: ../../printerdrake.pm_.c:682
msgid "Remote host name"
msgstr "Eksternt vrtsnavn"
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
msgid "Remote printer name"
msgstr "Eksternt printernavn"
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
msgid "Remote host name missing!"
msgstr "Eksternt vrtsnavn mangler"
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
msgid "Remote printer name missing!"
msgstr "Det eksterne vrtsnavn mangler!"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
#, c-format
msgid "Detected model: %s %s"
msgstr "Fandt model: %s %s"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
msgid "Scanning network..."
msgstr "Skanner netvrk ..."
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ", printer \"%s\" p server \"%s\""
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
#, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Printer \"%s\" p server \"%s\""
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "SMB (Windows 9x/NT)-printer indstillinger"
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
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 "
@@ -8063,7 +8381,7 @@ msgstr ""
"IP-adressen p printerserveren, s vel som delenavnet for printeren du vil "
"bruge samt ndvendig information om brugernavn, adgangskode og arbejdsgruppe."
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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."
@@ -8071,39 +8389,39 @@ msgstr ""
" Hvis den nskede printer blev fundet, s vlg den fra listen og tilfj "
"dernst brugernavn, adgangskode og/eller arbejdsgruppe om ndvendigt."
-#: ../../printerdrake.pm_.c:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "SMB-servervrt"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "SMB-serverens IP"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "Dele-navn"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "Arbejdsgruppe"
-#: ../../printerdrake.pm_.c:746
+#: ../../printerdrake.pm_.c:853
msgid "Auto-detected"
msgstr "Auto-detekteret"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
msgstr "Enten servernavnet eller serverens IP skal angives!"
-#: ../../printerdrake.pm_.c:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr "Samba-delenavn mangler!"
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr "SIKKERHEDSADVARSEL!"
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -8146,7 +8464,7 @@ msgstr ""
"Opst dernst udskrift fra denne maskine med '%s'-opkoblingstypen i "
"Printerdrake.\n"
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -8158,7 +8476,7 @@ msgstr ""
"protokollen, og opst udskrift fra denne maskine med '%s'-opkoblingstypen i "
"Printerdrake.\n"
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -8170,11 +8488,11 @@ msgstr ""
"\n"
"nsker du virkelig at fortstte med at opstte din printer som du gr nu?"
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "NetWare printer-parametre"
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
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 "
@@ -8186,37 +8504,37 @@ msgstr ""
"navnet!) svel som knavnet for den printer du vil benytte samt om "
"ndvendigt et brugernavn og en adgangskode."
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "Printer-server"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr "Printerk-navn"
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr "NCP-servernavn mangler!"
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr "NCP-knavn mangler!"
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
#, c-format
msgid ", host \"%s\", port %s"
msgstr ", vrt \"%s\", port %s"
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
#, c-format
msgid "Host \"%s\", port %s"
msgstr "Vrt \"%s\", port %s"
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
msgid "TCP/Socket Printer Options"
msgstr "TCP/Sokkel-printer-parametre"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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."
@@ -8224,7 +8542,7 @@ msgstr ""
"Vlg en af de fundne printere fra listen eller angiv vrtsnavnet eller IP-"
"adressen og eventuelt portnummer (standard er 9100) i indtastningsfelterne."
-#: ../../printerdrake.pm_.c:978
+#: ../../printerdrake.pm_.c:1085
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 "
@@ -8236,19 +8554,19 @@ msgstr ""
"P HP JetDirect-servere er portnummeret normalt 9100, p andre servere "
"varierer det. Tjek manualen for dit udstyr."
-#: ../../printerdrake.pm_.c:983
+#: ../../printerdrake.pm_.c:1090
msgid "Printer host name or IP missing!"
msgstr "Vrtsnavn eller IP-adresse p printer mangler!"
-#: ../../printerdrake.pm_.c:1005
+#: ../../printerdrake.pm_.c:1112
msgid "Printer host name or IP"
msgstr "Vrtsnavn eller IP-adresse p printer mangler!"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr "Printer-enheds URI"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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 "
@@ -8258,11 +8576,11 @@ msgstr ""
"CUPS- eller Foomatic-standarden. Bemrk at ikke alle typer URIer "
"understttes af alle k-behandlere."
-#: ../../printerdrake.pm_.c:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr "En korrekt URI skal opgives!"
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
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."
@@ -8271,27 +8589,27 @@ msgstr ""
"Beskrivelsen og lokaliseringsfelterne behver ikke \n"
"udfyldes. De er kommentarer til brugerne."
-#: ../../printerdrake.pm_.c:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr "Navn p printer"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "Placering"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
msgid "Reading printer database..."
msgstr "Lser database over printere ..."
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
msgid "Preparing printer database..."
msgstr "Forbereder printerdatabase: ..."
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
msgid "Your printer model"
msgstr "Din printermodel"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -8316,24 +8634,24 @@ msgstr ""
"\n"
"%s"
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
msgid "The model is correct"
msgstr "Modellen er korrekt"
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
msgid "Select model manually"
msgstr "Vlg model manuelt"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
msgid "Printer model selection"
msgstr "Valg af printermodel"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
msgid "Which printer model do you have?"
msgstr "Hvilken printermodel har du?"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -8349,7 +8667,7 @@ msgstr ""
"nr markren str p en forkert model, eller\n"
"p 'R printer'."
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
@@ -8357,11 +8675,11 @@ msgstr ""
"Hvis din printer ikke er listet, s vlg en kompatibel (se printermanual) "
"eller en lignende printer."
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
msgid "OKI winprinter configuration"
msgstr "OKI konfiguration af winprinter"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -8377,11 +8695,11 @@ msgstr ""
"parallelle port fr du udskriver en prveside. Ellers vil printeren ikke "
"virke. Din opstning af forbindelsestype vil blive ignoreret af driveren."
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
msgid "Lexmark inkjet configuration"
msgstr "Lexmark inkjet konfiguration"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -8393,17 +8711,17 @@ msgstr ""
"din printer til en lokal port eller konfigurr den p den maskine, den er "
"forbundet til."
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
+#, fuzzy
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
msgstr ""
"For at kunne udskrive p din Lexmark inkjet fra denne konfigurering skal du "
"bruge inkjet printerdriverne leveret af Lexmark (http://www.lexmark.com/). "
@@ -8415,7 +8733,34 @@ msgstr ""
"'lexmarkmaintain', og justr opstningen af justeringen af hovedet med dette "
"program."
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
+
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -8431,22 +8776,22 @@ msgstr ""
"enhed, ekstra bakker) er sat rigtigt. Bemrk at en meget god "
"udskriftskvalitet kan gre udskriften betydeligt langsommere."
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Valg %s skal vre et helt tal!"
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr "Valg %s skal vre et tal!"
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr "Valg %s er udenfor omrde!"
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -8455,11 +8800,11 @@ msgstr ""
"nsker du fremover at bruge printeren \"%s\"\n"
"som standard?"
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
msgid "Test pages"
msgstr "Testsider"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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,39 +8816,39 @@ msgstr ""
"laserprintere med for lidt hukommelse vil den mske ikke skrives ud i det "
"hele taget. Som regel vil det vre nok at udskrive standard-testsiden."
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
msgid "No test pages"
msgstr "Ingen testsider"
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
msgid "Print"
msgstr "Udskriv"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
msgid "Standard test page"
msgstr "Standard testside"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr "Alternativ testside (letter)"
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
msgid "Alternative test page (A4)"
msgstr "Alternativ testside (A4)"
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
msgid "Photo test page"
msgstr "Fototestside"
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
msgid "Do not print any test page"
msgstr "Udskriv ikke nogen testsider"
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "Udskriver testsider..."
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8518,7 +8863,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -8526,15 +8871,15 @@ msgstr ""
"Testsider er sendt til printeren.\n"
"Det kan tage lidt tid fr printeren starter.\n"
-#: ../../printerdrake.pm_.c:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr "Fungerer det korrekt?"
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
msgid "Raw printer"
msgstr "R printer"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -8547,7 +8892,7 @@ msgstr ""
"'kprinter <fil>'. De grafiske vrktjer lader dig vlge printeren og ndre "
"indstillingerne p en nem mde.\n"
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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 "
@@ -8557,8 +8902,8 @@ msgstr ""
"udskriftsdialogerne i mange programmer, men lad vre med at angive filnavnet "
"her, fordi filen der skal udskrives leveres af programmet.\n"
-#: ../../printerdrake.pm_.c:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -8571,7 +8916,7 @@ msgstr ""
"bestemt udskriftsjob. Tilfj blot de nskede indstillinger til "
"kommandolinjen, fx '%s <fil>\". "
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -8583,7 +8928,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
@@ -8591,7 +8936,7 @@ msgstr ""
"Her er en liste over tilgngelige printmuligheder for den aktuelle printer:\n"
"\n"
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8600,8 +8945,8 @@ msgstr ""
"For at udskrive en fil fra kommandolinjen (terminalvinduet) brug da "
"kommandoen '%s <fil>'.\n"
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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 "
@@ -8611,7 +8956,7 @@ msgstr ""
"udskriftsdialogerne i mange programmer, men lad vre med at angive filnavnet "
"her, fordi filen der skal udskrives leveres af programmet.\n"
-#: ../../printerdrake.pm_.c:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
@@ -8619,7 +8964,7 @@ msgstr ""
"For at f en liste af tilgngelige muligheder for den aktuelle printer kan "
"du klikke p knappen 'Liste med printermuligheder'."
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8628,7 +8973,7 @@ msgstr ""
"For at udskrive en fil fra kommandolinjen (terminalvinduet) brug da "
"kommandoen '%s <fil>' eller '%s <fil>'.\n"
-#: ../../printerdrake.pm_.c:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -8644,7 +8989,7 @@ msgstr ""
"jeblikkeligt nr du klikker p den. Dette er fx nyttigt hvis papiret "
"krller sammen.\n"
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -8657,40 +9002,40 @@ msgstr ""
"for et bestemt udskriftsjob. Tilfj blot de nskede indstillinger til "
"kommandolinjen, fx '%s <fil>'.\n"
-#: ../../printerdrake.pm_.c:2153
+#: ../../printerdrake.pm_.c:2343
#, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Udskriver/Skanner/Fotokort p '%s'"
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Udskriver/Skanner p '%s'"
-#: ../../printerdrake.pm_.c:2156
+#: ../../printerdrake.pm_.c:2346
#, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Udskriver/Adgang til fotokort p '%s'"
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Udskriver p printeren '%s'"
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
msgstr "Luk"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
msgid "Print option list"
msgstr "Liste med printermuligheder"
-#: ../../printerdrake.pm_.c:2182
+#: ../../printerdrake.pm_.c:2373
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -8712,7 +9057,7 @@ msgstr ""
"\n"
"Brug ikke \"scannerdrake\" p denne enhed!"
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -8733,17 +9078,17 @@ msgstr ""
"n HP-printer med fotokortdrev. I 'MtoolsFM' kan du skifte mellem "
"drevbogstaver med feltet i de verste hjre hjrner af fillisterne."
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
msgid "Reading printer data..."
msgstr "Lser printerdata ..."
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
msgid "Transfer printer configuration"
msgstr "Overfr printerkonfiguration"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -8758,7 +9103,7 @@ msgstr ""
"opgaver.\n"
"Ikke alle ker kan overfres p grund af:\n"
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
@@ -8766,7 +9111,7 @@ msgstr ""
"CUPS understtter ikke printere p Novellservere eller printere som sender "
"dataene ind i en frit-formet kommando.\n"
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
@@ -8774,11 +9119,11 @@ msgstr ""
"PDQ understtter kun lokale printere, eksterne LPD printere, og Sokkel/TCP "
"printere.\n"
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD og LPRng understtter ikke IPP printere.\n"
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
@@ -8786,7 +9131,7 @@ msgstr ""
"Desuden kan ker lavet med dette program eller \"foomatic -configure\" ikke "
"overflyttes."
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
msgid ""
"\n"
"Also printers configured with the PPD files provided by their manufacturers "
@@ -8796,7 +9141,7 @@ msgstr ""
"Printere konfigureret med PPD-filerne, som producenten har lavet, eller med "
"CUPS egne drivere kan heller ikke overflyttes."
-#: ../../printerdrake.pm_.c:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
@@ -8806,15 +9151,15 @@ msgstr ""
"Vlg printerene som du vil overflytte og klik\n"
"\"Overfr\"."
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr "Overfr ikke printere"
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr "Overfr"
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -8825,11 +9170,11 @@ msgstr ""
"Klik \"Overfr\" for at overskrive.\n"
"Du kan ogs give et nyt printernavn, eller overspringe denne printer."
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Navn p printer br kun indeholde bogstaver, tal og understregen _"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -8838,16 +9183,16 @@ msgstr ""
"Printeren \"%s\" eksisterer allerede,\n"
"nsker du virkelig at overskrive dens konfiguration?"
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
msgid "New printer name"
msgstr "Nyt printernavn"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr "Overfrer %s ..."
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -8856,29 +9201,29 @@ msgstr ""
"Du har overfrt din tidligere standard-printer '%s', skal den ogs vre "
"standard-printer under det nye printersystem %s?"
-#: ../../printerdrake.pm_.c:2316
+#: ../../printerdrake.pm_.c:2510
msgid "Refreshing printer data..."
msgstr "Opfrisker printerdata ..."
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
msgid "Configuration of a remote printer"
msgstr "Konfiguration af en ekstern printer"
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
msgid "Starting network..."
msgstr "Starter netvrk ..."
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
msgid "Configure the network now"
msgstr "Konfigurr netvrket nu"
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
msgid "Network functionality not configured"
msgstr "Netvrksfunktionalitet ikke konfigureret"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -8890,11 +9235,11 @@ msgstr ""
"fortstte uden en netvrkskonfiguration, vil du ikke kunne bruge printeren "
"som du konfigurerer nu. Hvordan nsker du at fortstte?"
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
msgid "Go on without configuring the network"
msgstr "Fortst med konfigurering af netvrk"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -8909,7 +9254,7 @@ msgstr ""
"'Forbindelse', og konfigurr derefter printeren ogs med Mandrake "
"Kontrolcenter, afsnittet om 'Maskinel'/'Printer'"
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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 "
@@ -8918,24 +9263,24 @@ msgstr ""
"Netvrksadgangen krte ikke og kunne ikke startes. Tjek din konfiguration og "
"dit udstyr. Prv derefter at konfigurere din eksterne printer igen."
-#: ../../printerdrake.pm_.c:2408
+#: ../../printerdrake.pm_.c:2603
msgid "Restarting printing system..."
msgstr "Genstarter printsystemet ..."
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "high"
msgstr "hj"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "paranoid"
msgstr "paranoid"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Installerer et printersystem p sikkerhedsniveauet %s"
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -8960,11 +9305,11 @@ msgstr ""
"\n"
"nsker du virkelig at konfigurere udskrivning p denne maskine?"
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
msgid "Starting the printing system at boot time"
msgstr "Starter printsystemet ved opstart"
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -8984,75 +9329,72 @@ msgstr ""
"\n"
"nsker du at have den automatiske opstart af printsystemet slet til igen?"
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr "Tjekker installeret programmel..."
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr "Fjerner LPRng..."
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr "Fjerner LPD..."
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
msgid "Select Printer Spooler"
msgstr "Vlg printerk-behandler"
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
msgid "Which printing system (spooler) do you want to use?"
msgstr "Hvilket printersystem (spooler) nsker du at bruge?"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printerdrake.pm_.c:2895
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Konfigurerer printer '%s'..."
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
msgid "Installing Foomatic..."
msgstr "Installerer Foomatic..."
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "Printer-muligheder"
-#: ../../printerdrake.pm_.c:2778
-msgid "Preparing PrinterDrake..."
+#: ../../printerdrake.pm_.c:2989
+#, fuzzy
+msgid "Preparing Printerdrake..."
msgstr "Forbereder PrinterDrake ..."
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
msgid "Configuring applications..."
msgstr "Konfigurerer programmer..."
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
msgid "Would you like to configure printing?"
msgstr "Vil du gerne konfigurere udskrivning?"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr "Printsystem: "
-#: ../../printerdrake.pm_.c:2875
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
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."
+"OpenOffice.org/GIMP."
msgstr ""
"De flgende printere er konfigureret. Dobbeltklik p en printer for at ndre "
"dens indstillinger; for at gre den til standard-printer: for at se "
"information om den; eller for at gre en ekstern CUPS-printer tilgngelig "
-"for Star Office/OpenOffice.org.org."
+"for Star Office/OpenOffice.org/GIMP.org."
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
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 "
@@ -9062,29 +9404,29 @@ msgstr ""
"dens indstillinger, for at gre den til standard-printer, eller for at se "
"information om den."
-#: ../../printerdrake.pm_.c:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Opfrisk printerliste (for at vise alle tilgngelige eksterne CUPS-printere)"
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
msgid "Change the printing system"
msgstr "ndr printsystemet"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
msgid "Normal Mode"
msgstr "Normal udgave"
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
msgid "Do you want to configure another printer?"
msgstr "nsker du at konfigurere en anden printer?"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
msgid "Modify printer configuration"
msgstr "ndr printerkonfiguration"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, c-format
msgid ""
"Printer %s\n"
@@ -9093,101 +9435,105 @@ msgstr ""
"Printer %s\n"
"Hvad nsker du at forandre p, p denne printer?"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr "Gr det!"
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
msgid "Printer connection type"
msgstr "Printeropkoblingstype"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
msgid "Printer name, description, location"
msgstr "Printernavn, beskrivelse, sted"
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr "Printerproducent, model, driver"
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr "Printerproducent, model"
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr "St printeren som standard-printer"
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Tilfj denne printer til Star Office/OpenOffice.org.org"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Tilfj denne printer til Star Office/OpenOffice.org/GIMP.org"
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Fjern denne printer fra Star Office/OpenOffice.org.org"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Fjern denne printer fra Star Office/OpenOffice.org/GIMP.org"
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
msgid "Print test pages"
msgstr "Udskriver testsider"
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
msgid "Know how to use this printer"
msgstr "Vd hvordan denne printer bruges"
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
msgid "Remove printer"
msgstr "Fjern printer"
-#: ../../printerdrake.pm_.c:3245
+#: ../../printerdrake.pm_.c:3472
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Fjerner gammel printer \"%s\"..."
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
msgid "Default printer"
msgstr "Standard printer"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Printeren '%s' er nu sat som standard-printer."
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Tilfjer printer til Star Office/OpenOffice.org.org"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Tilfjer printer til Star Office/OpenOffice.org/GIMP.org"
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr "Printeren \"%s\" blev tilfjet til Star Office/OpenOffice.org.org."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
+msgstr ""
+"Printeren \"%s\" blev tilfjet til Star Office/OpenOffice.org/GIMP.org."
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-"Kunne ikke tilfje printeren \"%s\" til Star Office/OpenOffice.org.org."
+"Kunne ikke tilfje printeren \"%s\" til Star Office/OpenOffice.org/GIMP.org."
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "Fjerner printer fra Star Office/OpenOffice.org.org"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Fjerner printer fra Star Office/OpenOffice.org/GIMP.org"
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr "Printeren \"%s\" blev fjernet fra Star Office/OpenOffice.org.org."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
+msgstr "Printeren \"%s\" blev fjernet fra Star Office/OpenOffice.org/GIMP.org."
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr "Kunne ikke fjerne printeren \"%s\" fra Star Office/OpenOffice.org.org."
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
+msgstr ""
+"Kunne ikke fjerne printeren \"%s\" fra Star Office/OpenOffice.org/GIMP.org."
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "nsker du virkelig at fjerne printeren \"%s\"?"
-#: ../../printerdrake.pm_.c:3297
+#: ../../printerdrake.pm_.c:3527
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Fjerner printer \"%s\"..."
@@ -9594,7 +9940,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Fildeling"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
msgid "System"
msgstr "System"
@@ -9647,15 +9993,15 @@ msgstr "Start"
msgid "Stop"
msgstr "Stop"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Tak fordi du valgte Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
+msgstr "Tak fordi du valgte Mandrake Linux 9.0"
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr "Velkommen til en verden af ben kildekode"
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
@@ -9665,203 +10011,236 @@ msgstr ""
"operativsystem er resultatet af et samarbejde i det verdensomspndende Linux-"
"samfund"
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
+#: ../../share/advertising/02-community.pl_.c:9
+msgid "Get involved in the Free Software world"
msgstr "Vr med i det frie programmels verden"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
"Kom til at kende ben Kildekode-samfundet og bliv medlem. Lr, undervis og "
"hjlp andre ved at vre med i de mange diskussionsfora som du finder p "
"vores 'Samfunds'-netsider."
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet og beskeder"
+#: ../../share/advertising/03-internet.pl_.c:9
+#, fuzzy
+msgid "Get the most from the Internet"
+msgstr "Lav forbindelse til Internettet"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"view animations with Mozilla and Konqueror, or read your mail and handle "
+"your personal information with Evolution and Kmail"
msgstr ""
"Mandrake Linux 8.2 giver dig det bedste programmel til at f adgang til alt "
"hvad internettet har at tilbyde. Surf p nettet og se animationer med "
"Mozilla og Konqueror, udveksl post og organisr dine personlige "
"informationer med Evolution og Kmail, og meget mere."
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimedie og Grafik"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl_.c:11
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"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 vil kunne presse din mulitimediemaskine til det yderste! "
"Brug det nyeste programmel til at afspille musik og lydfiler, redigr og "
"organisr dine billeder eller foto, se tv og videoer, og meget mere"
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Udvikling"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "Spil"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-"Mandrake Linux 8.2 er den ultimative udviklingsplatform. Opdag styrken i GNU "
-"gcc-overstteren og de bedste ben Kildekode-udviklingsmiljer"
+"Mandrake Linux 8.2 tilbyder det bedste i ben Kildekode-spil - arkade, kort, "
+"sport, action, strategi, ..."
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
msgid "Mandrake Control Center"
msgstr "Mandrake Kontrolcenter"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
+#, fuzzy
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
"Mandrake Linux 8.2 kontrolcenter er et samlet sted til fuldt ud at tilpasse "
"og konfigurere dit Mandrake-system"
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
msgid "User interfaces"
msgstr "Brugergrnseflader"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
msgstr ""
-"Mandrake Linux tilbyder at vlge mellem 11 forskellige grafiske "
-"skrivebordsmiljer og vindueshndteringer, inklusive GNOME 1.4, KDE 2.2.2, "
-"Window Maker og resten"
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Serverprogrammel"
+#: ../../share/advertising/08-development.pl_.c:9
+#, fuzzy
+msgid "Development simplified"
+msgstr "Udvikling"
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/08-development.pl_.c:11
+#, fuzzy
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
+msgstr ""
+"Mandrake Linux 8.2 er den ultimative udviklingsplatform. Opdag styrken i GNU "
+"gcc-overstteren og de bedste ben Kildekode-udviklingsmiljer"
+
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
+
+#: ../../share/advertising/09-server.pl_.c:10
+#, fuzzy
+msgid ""
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
"Lav din maskine om til en strk server med bare nogen f klik med musen: "
"Webserver, post, brandmur, ruter, fil- og print-server, ..."
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Spil"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
+msgstr ""
+
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
msgstr ""
-"Mandrake Linux 8.2 tilbyder det bedste i ben Kildekode-spil - arkade, kort, "
-"sport, action, strategi, ..."
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl_.c:10
+#, fuzzy
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
msgstr ""
-"Har du lyst til at lre Linux nemt, hurtigt og gratis? MandrakeSoft tilbyder "
-"gratis trning i Linux, s vel som en mde at afprve dine fremskridt, via "
-"MandrakeCampus - vores trningscenter p nettet"
+"Et komplet udvalg af Linux-lsninger, s vel som specialtilbud p vores "
+"produkter og godbidder, er tilgngelige i vores e-butik"
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-"Kvalitetssupport fra Linux-samfundet, og fra MandrakeSoft, er lige om "
-"hjrnet! Og hvis du allerede er en Linux-veteran kan du blive en ekspert og "
-"dele ud af din viden p vores support-netsted"
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
msgstr ""
-"Vores konsulenter er klar for ethvert af jeres IT-projekter til at analysere "
-"jeres krav og tilbyde en tilpasset lsning. Drag fordel af MandrakeSofts "
-"udstrakte erfaring som Linux-producent til at fremkomme med et gte IT-"
-"alternativ for jeres organisation."
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
+msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
+msgstr ""
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
+#, fuzzy
+msgid "Become a MandrakeExpert"
+msgstr "MandrakeExpert"
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
+msgid ""
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-"Et komplet udvalg af Linux-lsninger, s vel som specialtilbud p vores "
-"produkter og godbidder, er tilgngelige i vores e-butik"
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
-"For yderligere information om MandrakeSofts professionelle tjenester og "
-"kommercielle tilbud kan du se p den flgende netside:"
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "MandrakeExpert"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
+msgstr ""
-#: ../../standalone.pm_.c:40
+#: ../../standalone.pm_.c:41
msgid "Installing packages..."
msgstr "Installerer pakker..."
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Log ud og tryk herefter p Ctrl-Alt-Bak"
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Log ind i %s igen for at aktivere ndringerne"
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Jeg kan ikke lse din partitionstabel, den er for delagt :(\n"
-"Jeg vil forsge mig med at slette de beskadigede partitioner"
-
#: ../../standalone/drakTermServ_.c:188
msgid "Mandrake Terminal Server Configuration"
msgstr "Konfiguration af Mandrake Terminalserver"
@@ -9898,12 +10277,13 @@ msgstr "Tilfj/slet brugere"
msgid "Add/Del Clients"
msgstr "Tilfj/slet klienter"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
msgid "Help"
msgstr "Hjlp"
@@ -10067,8 +10447,8 @@ msgstr ""
"\n"
"Parametrene for autokonfigurationen kan ses i afsnittene til venstre"
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "Tillykke!"
@@ -10092,20 +10472,23 @@ msgstr "Tilfj et element"
msgid "Remove the last item"
msgstr "Fjern det sidste element"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
-msgstr ""
+msgstr "Cron er ikke tilgngelig endnu som ikke-root"
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
-msgstr ""
+msgstr "ADVARSEL"
-#: ../../standalone/drakbackup_.c:732
-#, fuzzy
+#: ../../standalone/drakbackup_.c:726
msgid "FATAL"
-msgstr "FAT"
+msgstr "FATAL"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
@@ -10115,7 +10498,7 @@ msgstr ""
" DrakBackup Rapport \n"
"\n"
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -10127,7 +10510,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -10139,12 +10522,19 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
msgid "Total progess"
msgstr "Total fremdrift"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10157,16 +10547,41 @@ msgstr ""
"Advarsel: Hvis du allerede har lavet denne proces behver du formodentlig\n"
" at fjerne posten fra authorized_keys p serveren."
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr "Det kan tage lidt tid at generere nglerne."
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr "Fejl: Kan ikke starte %s."
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Ingen adgangskode"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "Kan ikke bne %s: %s\n"
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -10183,60 +10598,64 @@ msgstr ""
"\n"
"uden at blive spurgt om en adgangskode."
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
-msgstr ""
+msgstr "WebDAV eksternt netsted allerede synkroniseret!"
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
-msgstr ""
+msgstr "WebDAV overfrsel mislykkedes!"
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
-msgstr ""
+msgstr "Ingen CDR/DVDR i drevet!"
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
-msgstr ""
+msgstr "Ser ikke ud til at vre et skrivbart medie!"
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
-msgstr ""
+msgstr "Ikke sletbart medie!"
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr "Det kan tage lidt tid at slette mediet."
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
+msgstr "Problem med rettigheder ved adgang til CD."
+
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr "Sikkerhedskopir systemfiler..."
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
msgid "Hard Disk Backup files..."
msgstr "Sikkerhedskopifiler for disk..."
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
msgid "Backup User files..."
msgstr "Sikkerhedskopir brugerfiler..."
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr "Fremdrift for sikkerhedskopiering af disk..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
msgid "Backup Other files..."
msgstr "Sikkerhedskopir andre filer..."
-#: ../../standalone/drakbackup_.c:1266
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1321
msgid "No changes to backup!"
-msgstr "brug bnd til sikkerhedskopieringen"
+msgstr "Ingen ndringer til sikkerhedskopi!"
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -10247,16 +10666,16 @@ msgstr ""
"Drakbackup aktiviteter via %s:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr ""
"filliste sendt via FTP: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
@@ -10266,7 +10685,7 @@ msgstr ""
"FTP forbindelsesproblem: Det var ikke muligt at sende dine backupfiler via "
"FTP.\n"
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
@@ -10276,7 +10695,7 @@ msgstr ""
"Drakbackup aktiviteter via CD:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
@@ -10286,24 +10705,24 @@ msgstr ""
"Drakbackup aktiviteter via bnd:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1324
+#: ../../standalone/drakbackup_.c:1379
msgid " Error during mail sending. \n"
msgstr " Fejl ved afsendelse af post. \n"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
-msgstr ""
+msgstr "Kan ikke oprette katalog!"
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Valg af filer"
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr "Vlg filerne eller katalogerne og klik p 'Tilfj'"
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10311,26 +10730,26 @@ msgstr ""
"\n"
"Markr alle muligheder som du behver.\n"
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Disse valgmuligheder kan sikkerhedskopiere og genskabe alle filer i dit /etc "
"katalog.\n"
-#: ../../standalone/drakbackup_.c:1527
+#: ../../standalone/drakbackup_.c:1602
msgid "Backup your System files. (/etc directory)"
msgstr "Lav sikkerhedkopi af dine systemfiler. (/etc kataloget)"
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr "Brug inkrementalbackup (overskriv ikke gamle sikkerhedskopier)"
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Medtag ikke kritiske filer (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10338,39 +10757,43 @@ msgstr ""
"Med denne valgmulighed vil du vre i stand til at kunne genskabe\n"
"enhver version af dit /etc katalog."
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
msgid "Please check all users that you want to include in your backup."
msgstr "Markr alle brugere som du vil have med i din sikkerhedskopi."
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr "Medtag ikke cache for netlser"
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Brug inkrementalbackup (overskriv ikke gamle sikkerhedskopier)"
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Fjern valgte"
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
msgid "Users"
msgstr "Brugere"
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
msgid "Use network connection to backup"
msgstr "Brug netvrksforbindelse til sikkerhedskopiering"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr "Brug Expect for SSH"
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
@@ -10378,7 +10801,7 @@ msgstr ""
"Opret/overfr\n"
"sikkerhedskopieringsngler for SSH"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
msgid ""
" Transfer \n"
"Now"
@@ -10386,15 +10809,15 @@ msgstr ""
" Overfr \n"
"Nu"
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr "Nglerne findes allerede"
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
msgid "Please enter the host name or IP."
msgstr "Indtast vrtsnavn eller IP."
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
@@ -10402,27 +10825,27 @@ msgstr ""
"Indtast kataloget (eller modulet) hvori\n"
" sikkerhedskopien skal lgges p denne maskine."
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
msgid "Please enter your login"
msgstr "Indtast dit brugernavn"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
msgid "Please enter your password"
msgstr "Indtast din adgangskode"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
msgid "Remember this password"
msgstr "Husk denne adgangskode"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
msgid "Need hostname, username and password!"
msgstr "Behver vrtsnavn, brugernavn og adgangskode!"
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr "Brug CD/DVDROM til sikkerhedskopiering"
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
@@ -10430,37 +10853,37 @@ msgid ""
msgstr ""
"Vlg cd/dvd-enhed.\n"
"(Tryk Enter for at overfre indstillinger til andre felter.\n"
-"Dette felt behves ikke, det er kun et vrktj for at udfulde formularen.)"
+"Dette felt behves ikke, det er kun et vrktj for at udfylde formularen.)"
-#: ../../standalone/drakbackup_.c:1849
+#: ../../standalone/drakbackup_.c:1923
msgid "Please choose your CD/DVD media size"
msgstr "Vlg cd/dvd-mediastrrelse"
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
msgid "Please check for multisession CD"
msgstr "Markr om du bruger en multisessions-cd"
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
msgid "Please check if you are using CDRW media"
msgstr "Markr om du bruger et CDRW-medie"
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Markr om du vil slette dit CDRW-medie (1. session"
-#: ../../standalone/drakbackup_.c:1868
+#: ../../standalone/drakbackup_.c:1942
msgid " Erase Now "
msgstr " Slet nu "
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
msgid "Please check if you are using a DVDR device"
msgstr "Markr om du bruger en CDRW-enhed"
-#: ../../standalone/drakbackup_.c:1880
+#: ../../standalone/drakbackup_.c:1954
msgid "Please check if you are using a DVDRAM device"
msgstr "Markr om du bruger en DVDRAM-enhed"
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -10468,32 +10891,32 @@ msgstr ""
"Indtast din CD-brnders enhedsnavn\n"
" fx: 0,1,0"
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
msgid "No CD device defined!"
msgstr "Ingen cd-enhed defineret!"
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
msgid "Use tape to backup"
msgstr "brug bnd til sikkerhedskopieringen"
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr "Indtast endhedsnavnet der skal bruges til sikkerhedskopiering"
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
msgid "Please check if you want to use the non-rewinding device."
msgstr "Markr om du vil bruge den ikke-tilbagespolende enhed."
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
msgid "Please check if you want to erase your tape before the backup."
msgstr "Markr om du vil slette dit bnd fr sikkerhedskopi laves"
-#: ../../standalone/drakbackup_.c:1995
+#: ../../standalone/drakbackup_.c:2069
msgid "Please check if you want to eject your tape after the backup."
msgstr "Markr om du vil udskyde dit bnd fr sikkerhedskopi laves"
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -10501,55 +10924,55 @@ msgstr ""
"Indtast den maksimale strrelse\n"
" tilladt for Drakbackup"
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
msgid "Please enter the directory to save to:"
msgstr "Indtast kataloget hvortil der skal gemmes:"
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
msgid "Use quota for backup files."
msgstr "Brug kvoter for sikkerhedskopieringsfiler"
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
msgid "Network"
msgstr "Netvrk"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr "Diskdrev / NFS"
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
msgid "Tape"
msgstr "Bnd"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr "timeligt"
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr "dagligt"
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr "ugentligt"
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr "mnedligt"
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
msgid "Use daemon"
msgstr "Brug dmon"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -10557,7 +10980,7 @@ msgstr ""
"Vlg tidsinterval mellem\n"
"hver sikkerhedskopiering"
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
msgid ""
"Please choose the\n"
"media for backup."
@@ -10565,7 +10988,7 @@ msgstr ""
"Vlg mediet for\n"
"sikkerhedskopiering."
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
@@ -10574,71 +10997,71 @@ msgstr ""
"Forsikr dig gerne om at cron-dmonen er med i dine tjenester.\n"
"Bemrk at alle 'net'-medier ogs bruger disken for nrvrende."
-#: ../../standalone/drakbackup_.c:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr "Send epost-rapport efter hver sikkerhedskopiering til:"
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
-msgstr ""
+msgstr "Slet tar-filer p disken efter sikkerhedskopiering til andet medie."
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
msgid "What"
msgstr "Hvad"
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
msgid "Where"
msgstr "Hvor"
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
msgid "When"
msgstr "Hvornr"
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
msgid "More Options"
msgstr "Flere muligheder"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
msgid "Drakbackup Configuration"
msgstr "Drakbackup konfiguration"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
msgid "Please choose where you want to backup"
msgstr "Vlg hvor du nsker at sikkerhedskopiere"
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr "p diskdrev"
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
msgid "across Network"
msgstr "over netvrk"
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr "p cd-rom"
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
msgid "on Tape Device"
msgstr "p bndenhed"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
msgid "Please choose what you want to backup"
msgstr "Vlg hvad du vil sikkerhedkopiere"
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
msgid "Backup system"
msgstr "Lav sikkerhedskopi af system"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr "Lav sikkerhedskopi af brugere"
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr "Hndpluk bruger"
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
@@ -10646,7 +11069,7 @@ msgstr ""
"\n"
"Kilder for sikkerhedskopi: \n"
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
@@ -10654,7 +11077,7 @@ msgstr ""
"\n"
"- Systemfiler:\n"
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
@@ -10662,7 +11085,7 @@ msgstr ""
"\n"
"- Brugerfiler:\n"
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
@@ -10670,22 +11093,24 @@ msgstr ""
"\n"
"- Andre filer:\n"
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
"\n"
"- Gem til diskdrev p stien: %s\n"
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
+"\n"
+"- Slet tar-filer p disken efter sikkerhedskopiering.\n"
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
@@ -10693,43 +11118,43 @@ msgstr ""
"\n"
"- Brnd p CD"
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr "RW"
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, c-format
-msgid " on device : %s"
+msgid " on device: %s"
msgstr " p enhed: %s"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
-msgstr ""
+msgstr " (multi-session)"
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
"\n"
"- Gem p bnd p enhed: %s"
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr "\t\tErase=%s"
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
"\n"
"- Gem via %s p vrt: %s\n"
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -10738,7 +11163,7 @@ msgstr ""
"\t\t brugernavn: %s\n"
"\t\t p sti: %s \n"
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
msgid ""
"\n"
"- Options:\n"
@@ -10746,60 +11171,60 @@ msgstr ""
"\n"
"- Muligheder:\n"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr "\tMedtag ikke systemfiler\n"
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr "\tSikkerhedskopiering bruger tar og bzip2\n"
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr "\tSikkerhedskopiering bruger tar og gzip\n"
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
"\n"
"- Dmon (%s) indeholder:\n"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr "\t-Diskdrev.\n"
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr "\t-cdrom.\n"
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr "\t-Tape \n"
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr "\t-Netvrk via FTP.\n"
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr "\t-Netvrk via SSH.\n"
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by rsync.\n"
msgstr "\t-Netvrk via rsync.\n"
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by webdav.\n"
msgstr "\t-Netvrk via webdav.\n"
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Ingen konfiguration, klik p Vejleder eller Avanceret.\n"
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
@@ -10807,7 +11232,7 @@ msgstr ""
"Liste over data som skal genskabes:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
@@ -10815,152 +11240,270 @@ msgstr ""
"Liste over data der er delagt:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
msgid "Please uncheck or remove it on next time."
msgstr "Afmarkr eller fjern det gerne nste gang."
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr "Sikkerhedskopifiler er delagte"
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
msgid " All of your selected data have been "
msgstr " Alle dine valgte data er blevet "
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr " genskabt uden fejl p %s "
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
msgid " Restore Configuration "
msgstr " Genskab konfiguration "
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr "O.k. at genskabe de andre filer."
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr "Brugerliste at genskabe (kun den nyeste dato per bruger er vigtig)"
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
msgid "Backup the system files before:"
msgstr "Lav sikkerhedskopi af systemfiler fr:"
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
msgid "please choose the date to restore"
msgstr "Vlg dato for genskabning"
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
msgid "Use Hard Disk to backup"
msgstr "Brug disk til sikkerhedskopiering"
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
msgid "Please enter the directory to save:"
msgstr "Indtast kataloget der skal gemmes:"
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
msgid "FTP Connection"
msgstr "FTP forbindelse"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
msgid "Secure Connection"
msgstr "Sikker forbindelse"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
msgid "Restore from Hard Disk."
msgstr "Genskab fra disk."
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr "Indtast kataloget hvor sikkerhedskopier gemmes"
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
msgid "Select another media to restore from"
msgstr "Vlg et andet medie at genskabe fra"
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
msgid "Other Media"
msgstr "Andet medie"
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
msgid "Restore system"
msgstr "Genskab system"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
msgid "Restore Users"
msgstr "Genskab brugere"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore Other"
msgstr "Genskab andet"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
msgid "select path to restore (instead of /)"
msgstr "vlg sti at genskabe (i stedet for /)"
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr "Lav ny sikkerhedskopi fr genskabning (kun for inkrementalbackupper)."
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr "Fjern brugerkataloger fr genskabning."
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3394
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Fjern valgte"
+
+#: ../../standalone/drakbackup_.c:3411
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "Genskab andet"
+
+#: ../../standalone/drakbackup_.c:3477
+#, fuzzy, c-format
+msgid "Backup files not found at %s."
+msgstr "Sikkerhedskopir %s til %s.old"
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, fuzzy
+msgid "Restore From CD"
+msgstr "Genskab fra disk."
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "Genskaber partitionstabel"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3524
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "Genskab brugere"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3525
+#, fuzzy
+msgid "Host Name"
+msgstr "Vrtsnavn"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+#, fuzzy
+msgid "Password required"
+msgstr "Adgangskode"
+
+#: ../../standalone/drakbackup_.c:3539
+#, fuzzy
+msgid "Username required"
+msgstr "Brugernavn"
+
+#: ../../standalone/drakbackup_.c:3542
+#, fuzzy
+msgid "Hostname required"
+msgstr "Vrtsnavn: "
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "Genskab andet"
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr "Genskab alle sikkerhedskopier"
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
msgid "Custom Restore"
msgstr "Tilpasset genskabelse"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3865
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "Genskaber partitionstabel"
+
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "Genskab brugere"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
msgid "Previous"
msgstr "Forrige"
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Gem"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
msgid "Build Backup"
msgstr "Opbyg sikkerhedskopien"
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
msgid "Restore"
msgstr "Genskab"
-#: ../../standalone/drakbackup_.c:3553
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Lav sikkerhedskopieringen fr genskablesen af den...\n"
-" eller efterse at stien til gemning er korrekt."
-
-#: ../../standalone/drakbackup_.c:3574
+#: ../../standalone/drakbackup_.c:4231
+#, fuzzy
msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
"Fejl ved sendmail.\n"
" din rapport blev ikke sendt\n"
" Konfigurr venligst sendmail"
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "De flgende pakker vil blive installeret @list_of_rpm_to_install"
-#: ../../standalone/drakbackup_.c:3621
+#: ../../standalone/drakbackup_.c:4278
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
@@ -10968,19 +11511,19 @@ msgstr ""
"Fejl ved sending af fil via FTP.\n"
" Ret venligst din FTP-konfiguration."
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
msgid "Please select data to restore..."
msgstr "Udvlg de data du vil genskabe..."
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
msgid "Please select media for backup..."
msgstr "Vlg medie for sikkerhedskopi..."
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
msgid "Please select data to backup..."
msgstr "Vlg data for sikkerhedskopi..."
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -10988,59 +11531,59 @@ msgstr ""
"ingen konfigurationsfil fundet \n"
"klik p Vejleder eller Avanceret."
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr "Under udvikling ... vent venligst:-)"
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
msgid "Backup system files"
msgstr "Lav sikkerhedskopi af systemfiler"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup user files"
msgstr "Lav sikkerhedskopi af brugerfiler"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup other files"
msgstr "Lav sikkerhedskopi af andre filer"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr "Total fremdrift"
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr "Filer sendes via FTP"
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
msgid "Sending files..."
msgstr "Sender filer..."
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
msgid "Backup Now from configuration file"
msgstr "Lav sikkerhedskopi nu ud fra konfigurationsfil"
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
msgid "View Backup Configuration."
msgstr "Se konfiguration af sikkerhedskopiering."
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
msgid "Wizard Configuration"
msgstr "Konfiguration med vejleder"
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
msgid "Advanced Configuration"
msgstr "Avanceret konfiguration"
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
msgid "Backup Now"
msgstr "Lav sikkerhedskopiering nu"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
msgid ""
"options description:\n"
"\n"
@@ -11100,7 +11643,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11114,7 +11657,7 @@ msgstr ""
" stte myhostname eller mydomain i /etc/postfix/main.cf\n"
"\n"
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -11190,28 +11733,29 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
+#, fuzzy
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
@@ -11239,20 +11783,20 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft ved DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
" opdateringer 2002 MandrakeSoft ved Stew Benedict <sbenedict\\@mandrakesoft."
"com>"
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -11284,7 +11828,7 @@ msgstr ""
"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,\n"
"USA."
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -11358,7 +11902,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -11376,7 +11920,7 @@ msgstr ""
"fr den sendes til ftp-serveren.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11398,7 +11942,7 @@ msgstr ""
"Det er vigtigt at vre forsigtig og ikke ndre sikkerhedskopieringens\n"
"datafiler i hnden.\n"
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -11520,9 +12064,9 @@ msgstr "Frstegangshjlper"
msgid "Synchronization tool"
msgstr "Synkroniseringsvrktj"
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
msgid "Standalone Tools"
msgstr "Fritstende vrktjer"
@@ -11566,23 +12110,23 @@ msgstr "Userdrake"
msgid "Configuration Wizards"
msgstr "Vejledere til konfiguration"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
msgid "Application:"
msgstr "Applikation:"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
msgid "Package: "
msgstr "Pakke: "
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr "Kerne:"
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
msgid "Release: "
msgstr "Udgave: "
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -11601,19 +12145,19 @@ msgstr ""
"vil blive overfrt til den server\n"
"\n"
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
msgid "Report"
msgstr "Rapport"
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
msgid "Not installed"
msgstr "Ikke installeret"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr "Opkobler til vejleder for Bugzilla"
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
msgid "No browser available! Please install one"
msgstr "Ingen netlser til stede! Installr venligst n"
@@ -12061,7 +12605,7 @@ msgid "Font List"
msgstr "Liste over skrifttyper"
#: ../../standalone/drakfont_.c:909
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "Vlg de programpakker som vil understtte skrifttyperne:"
#: ../../standalone/drakfont_.c:918
@@ -12132,19 +12676,19 @@ msgstr "Fjern skrifttyper p dit system"
msgid "Post Uninstall"
msgstr "Efterbehandling for afinstallering"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr "Deling af internetforbindelse"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr "Desvrre, vi understtter kun 2.4-kerner."
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr "Deling af internetforbindelse er slet til"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -12156,31 +12700,31 @@ msgstr ""
"\n"
"Hvad nsker du at gre?"
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
msgid "disable"
msgstr "deaktivr"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr "forkast"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "reconfigure"
msgstr "genkonfigurr"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
msgid "Disabling servers..."
msgstr "Slr servere fra..."
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
msgid "Internet connection sharing is now disabled."
msgstr "Deling af internetforbindelse er nu slet fra"
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr "Deling af internetforbindelse er slet fra"
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -12191,19 +12735,19 @@ msgstr ""
"Den er de-aktiveret for nrvrende\n"
"Hvad nsker du at gre?"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
msgid "enable"
msgstr "aktivr"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr "Aktiverer servere..."
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
msgid "Internet connection sharing is now enabled."
msgstr "Deling af internetforbindelse er nu slet til"
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
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 "
@@ -12219,21 +12763,21 @@ msgstr ""
"Bemrk: du skal bruge en dediceret netvrksadapter, for at lave et lokalt "
"netvrk (LAN)."
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Grnseflade %s (benytter modul %s)"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, c-format
msgid "Interface %s"
msgstr "Grnseflade %s"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr "Ikke nogen netvrksadapter i dit system!"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -12241,11 +12785,11 @@ msgstr ""
"Ingen ethernet netvrksadapter er blevet fundet p dit system. Kr venligst "
"vrktjet til maskinel konfiguration."
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "Netvrksgrnsesnit"
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -12260,17 +12804,17 @@ msgstr ""
"\n"
"Jeg skal til at stte dit lokalnet p med den adapter."
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr "Vlg hvilken netvrksadapter som skal forbindes til dit lokalnet."
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:259
msgid "Network interface already configured"
msgstr "Netvrksgrnsesnit allerede konfigureret"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -12285,15 +12829,15 @@ msgstr ""
"\n"
"Du kan gre det i hnden, men du skal vide hvad du gr."
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
msgid "Automatic reconfiguration"
msgstr "Automatisk rekonfiguration"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
msgid "Show current interface configuration"
msgstr "Vis aktuelle grnsesnitskonfiguration"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -12310,7 +12854,7 @@ msgstr ""
"IP-attribut: %s\n"
"Driver: %s"
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -12331,53 +12875,41 @@ msgstr ""
"server for dig.\n"
"\n"
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr "C-klasse lokalnetvrk"
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
msgid "(This) DHCP Server IP"
msgstr "(Denne) DHCP-servers IP-adresse"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr "Rekonfigurr grnsesnit og DHCP-server"
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr "Lokalnetvrket endte ikke med `.0', str af."
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr "Mulig LAN-adresse konflikt fundet i konfigurationen til %s!\n"
-#: ../../standalone/drakgw_.c:320
-msgid "Firewalling configuration detected!"
-msgstr "Brandmurkonfiguration fundet!"
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Advarsel! En eksisterende brandmurkonfiguration er blevet fundet. Du skal "
-"muligvis lave manuelle rettelser efter installationen."
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
msgid "Configuring..."
msgstr "Konfigurerer..."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr "Konfigurerer skript, installerer programmel, starter servere..."
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, c-format
msgid "Problems installing package %s"
msgstr "Problemer med installation af %s"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -12387,23 +12919,23 @@ msgstr ""
"Du kan nu dele din internetforbindelse med andre maskiner p dit lokale "
"netvrk, ved at bruge DHCP."
-#: ../../standalone/drakgw_.c:566
+#: ../../standalone/drakgw_.c:504
msgid "The setup has already been done, but it's currently disabled."
msgstr "Indstilling er allerede gjort. men er de-aktiveret for nrvrende."
-#: ../../standalone/drakgw_.c:567
+#: ../../standalone/drakgw_.c:505
msgid "The setup has already been done, and it's currently enabled."
msgstr "Indstilling er allerede gjort. og er for nrvrende aktiv."
-#: ../../standalone/drakgw_.c:568
+#: ../../standalone/drakgw_.c:506
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Deling af Internetforbindelse har aldrig vret konfigureret."
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
msgid "Internet connection sharing configuration"
msgstr "Konfiguration af deling af internetforbindelse"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -12418,6 +12950,168 @@ msgstr ""
"Klik p Konfigurr for at starte programmet til at dele din "
"internetforbindelse!"
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr "Intet tv-kort genkendt!"
+
+#: ../../standalone/draksound_.c:47
+#, fuzzy
+msgid ""
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+"Intet tv-kort blev genkendt p din maskine. Tjek venligst at et video/tv-"
+"kort der understttes af Linux er korrekt isat.\n"
+"\n"
+"\n"
+"Du kan besge vores database over udstyr p:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+#, fuzzy
+msgid "first step creation"
+msgstr "fremstilling af opstartsdiskette"
+
+#: ../../standalone/draksplash_.c:77
+#, fuzzy
+msgid "final resolution"
+msgstr "Oplsning"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#, fuzzy
+msgid "choose image file"
+msgstr "Vlg en fil"
+
+#: ../../standalone/draksplash_.c:79
+#, fuzzy
+msgid "Theme name"
+msgstr "Dele-navn"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+#, fuzzy
+msgid "go to lilosplash configuration"
+msgstr "Konfiguration efter installation"
+
+#: ../../standalone/draksplash_.c:83
+#, fuzzy
+msgid "quit"
+msgstr "Afslut"
+
+#: ../../standalone/draksplash_.c:84
+#, fuzzy
+msgid "save theme"
+msgstr "Installr temaer"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#, fuzzy
+msgid "Configure bootsplash picture"
+msgstr "Kan ikke lave smugkig af opstartsskrm"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+#, fuzzy
+msgid "go back"
+msgstr "Loopback"
+
+#: ../../standalone/draksplash_.c:120
+#, fuzzy
+msgid "preview"
+msgstr "enhed"
+
+#: ../../standalone/draksplash_.c:121
+#, fuzzy
+msgid "choose color"
+msgstr "Vlg en skrmtype"
+
+#: ../../standalone/draksplash_.c:124
+#, fuzzy
+msgid "Display logo on Console"
+msgstr "Visningstema under konsol"
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:436
+#, fuzzy
+msgid "ProgressBar color selection"
+msgstr "Valg af printermodel"
+
+#: ../../standalone/draksplash_.c:454
+#, fuzzy
+msgid "You must choose an image file first!"
+msgstr "Du skal vlge eller indtaste en printer/enhed!"
+
+#: ../../standalone/draksplash_.c:463
+#, fuzzy
+msgid "Generating preview ..."
+msgstr "Sger efter enheder..."
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12516,11 +13210,11 @@ msgid ""
msgstr "Indtast din tv-standard og land"
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr "Tv-standard:"
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr "Omrde:"
#: ../../standalone/drakxtv_.c:114
@@ -12533,7 +13227,7 @@ msgstr "Skanner for tv-kanaler"
#: ../../standalone/drakxtv_.c:125
msgid "There was an error while scanning for TV channels"
-msgstr "Der opstod en fejl ved skanninge efter tv-kanaler"
+msgstr "Der opstod en fejl ved skanningen efter tv-kanaler"
#: ../../standalone/drakxtv_.c:126
msgid "XawTV isn't installed!"
@@ -12603,7 +13297,7 @@ msgstr "Kan ikke starte levende opgradering!!!\n"
msgid "The change is done, but to be effective you must logout"
msgstr "ndringen er fortaget, men for at vre effektiv skal du logge ud"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
msgid "logdrake"
msgstr "logdrake"
@@ -12771,8 +13465,9 @@ msgid "service setting"
msgstr "opstning af tjenester"
#: ../../standalone/logdrake_.c:431
+#, fuzzy
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"You will receive an alert if one of the selected services is no more running"
msgstr ""
"Du vil modtage en advarsel hvis en af de valgte tjenester ikke lngere krer"
@@ -12792,19 +13487,19 @@ msgstr "advarsels-konfiguration"
msgid "Please enter your email address below "
msgstr "Indtast din adgangskode for epost nedenfor"
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr "Gem som..."
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "Vlg muse-type."
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "Emulering af tredje knap?"
-#: ../../standalone/printerdrake_.c:48
+#: ../../standalone/printerdrake_.c:57
msgid "Reading printer data ..."
msgstr "Lser printerdata ..."
@@ -12816,21 +13511,32 @@ msgstr "Sger efter enheder..."
msgid "Test ports"
msgstr "Afprv porte"
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:56
+#, fuzzy, c-format
+msgid "%s found on %s, configure it?"
msgstr "%s fundet p %s, skal det konfigureres?"
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:65
msgid "Select a scanner"
msgstr "Vlg en skanner"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr "Denne %s-skanner er ikke understttet"
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, c-format
msgid ""
"Scannerdrake was not able to detect your %s scanner.\n"
@@ -12839,11 +13545,11 @@ msgstr ""
"Scannerdrake kunne ikke genkende din %s-skanner.\n"
"Vlg venligst den enhed hvor din skanner er isat"
-#: ../../standalone/scannerdrake_.c:95
+#: ../../standalone/scannerdrake_.c:109
msgid "choose device"
msgstr "vlg enhed"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -12853,7 +13559,7 @@ msgstr ""
"Denne %s-skanner skal vre konfigureret af printerdrake.\n"
"Du kan starte printerdrake fra Mandrake Kontrolcenter i Udstyr-afsnittet."
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -12863,12 +13569,12 @@ msgstr ""
"Din %s-skanner er blevet konfigureret.\n"
"Du kan nu skanne dokumenter med 'XSane' fra Multimedie/grafik iprogrammenuen."
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr "Nogen enheder i maskinelklassen '%s' blev fjernet:\n"
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
@@ -12877,36 +13583,6 @@ msgstr ""
"\n"
"Nogen enheder i maskinelklassen '%s' blev tilfjet:\n"
-#: ../../standalone/tinyfirewall_.c:30
-msgid "Firewalling Configuration"
-msgstr "Konfiguration af brandmur"
-
-#: ../../standalone/tinyfirewall_.c:43
-msgid "Firewalling configuration"
-msgstr "Brandmurskonfiguration"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Brandmure\n"
-"\n"
-"Du har allerede indstillet en brandmur.\n"
-"Klik p Konfigurr for at ndre eller fjerne brandmuren"
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Brandmure\n"
-"\n"
-"Klik p Konfigurr for at stte en standard-brandmur op"
-
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "Vlg sprog"
@@ -12979,222 +13655,7 @@ msgstr "Installr opdateringer"
msgid "Exit install"
msgstr "Afslut installation"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"tinyfirewall-konfigurator\n"
-"\n"
-"Dette konfigurerer en personlig brandmur for denne Mandrake Linux maskine.\n"
-"For en strk dedikeret brandmurs-lsning se venligst den specialiserede "
-"MandrakeSecurity Firewall-distribution."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Vi vil nu sprge dig om hvilke tjenester du gerne vil tillade\n"
-"internettet at forbinde til. Tnk grundigt over disse\n"
-"sprgsml, da din maskines sikkerhed er vigtig.\n"
-"\n"
-"Hvis du ikke bruger nogle af disse tjenester s skrm dem af\n"
-"med brandmuren. Du kan altid ndre indstillingerne nr du vil\n"
-"ved at kre dette program igen!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Krer du en webserver p denne maskine som du har brug for at hele\n"
-"internettet kan se? Hvis du krer en webserver som kun behver at blive\n"
-"tilget af denne maskine kan du roligt svare NEJ her.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Krer du en DNS-navneserver p denne maskine? Hvis du ikke har sat\n"
-"en op til at give IP- og zone-information til hele internettet kan du svare\n"
-"nej her.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"nsker du at tillade indgende Secure Shell ssh-forbindelser?\n"
-"Det er en erstatning for telnet som du mske vil bruge til at logge ind.\n"
-"Hvis du bruger telnet nu br du afgjort skifte til ssh. telnet er ikke\n"
-"krypteret - s nogle angribere kan stjle din adgangskode hvis du bruger\n"
-"den. ssh er krypteret og tillader ikke den slags aflytning."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Vil du tillade indgende telnet-forbindelser?\n"
-"Dette er virkeligt usikkert som vi har forklaret i det foregende billede. "
-"Vi\n"
-"anbefaler strkt at du svarer NEJ her og bruger ssh i stedet for telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Krer du en FTP-tjeneste p denne maskine som du har brug for at hele\n"
-"internettet har adgang til? Hvis du har s anbefaler vi strkt at du kun\n"
-"bruger den til anonyme overfrsler. En hvilkensomhelst adgangskode sendt\n"
-"over FTP kan stjles af visse angribere, siden FTP heller ikke bruger\n"
-"kryptering til at overfre adgangskoder.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Krer du en post-server her? Hvis du sender beskeder med\n"
-"pine, mutt eller en anden tekstbaseret post-klient er det sandsynligt.\n"
-"Ellers br du skrme den vk.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Krer du en POP- eller IMAP-tjeneste her? Dette kan bruges til at betjene "
-"ikke-webaserede postkonti for folk via denne maskine.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Du ser ud til at kre en 2.2-kerne. Hvis din IP-netvrksadresse\n"
-"bliver sat automatisk af en maskine i dit hjem eller kontor\n"
-"(dynamisk tildelt) br vi tillade dette. Er dette tilfldet?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Fr din maskine tiden synkroniseret efter en anden maskine?\n"
-"Oftest er dette brugt af strre Unix/Linux-organisationer for at\n"
-"synkronisere tiden for logning og lignende. Hvis du ikke er en del\n"
-"af et strre kontor og ikke har hrt om dette er det sandsynligvis\n"
-"ikke tilfldet."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Konfigurationen er frdig. Skal vi skrive disse ndringer til disken?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Kan ikke bne %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Kan ikke bne %s for skrivning: %s\n"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr "Nej, jeg har ikke brug for DHCP"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr "Ja, jeg har brug for DHCP"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr "Nej, jeg har ikke brug for NTP"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr "Ja, jeg har brug for NTP"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr "Gem ikke"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr "Gem og afslut"
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-msgid "Firewall Configuration Wizard"
-msgstr "Vejleder til brandmurskonfiguration"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr "Nej (st en brandmur op mod internettet)"
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr "Nej (tillad dette gennem brandmuren)"
-
-#: ../../tinyfirewall.pm_.c:230
-msgid "Please Wait... Verifying installed packages"
-msgstr "Vent venligst..., kontrollerer installerede pakker"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Kunne ikke installere de krvede pakker: %s og Bastille.\n"
-" Prv at installere dem manuelt."
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -13327,6 +13788,10 @@ msgid "Graphical Environment"
msgstr "Grafisk milj"
#: ../../share/compssUsers:999
+msgid "Development"
+msgstr "Udvikling"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache og Pro-ftpd"
@@ -13436,72 +13901,315 @@ msgstr "Multimedie - CD-brnding"
msgid "Scientific Workstation"
msgstr "Videnskabelig arbejdsstation"
-#~ msgid "\n"
-#~ msgstr "\n"
+#~ msgid ""
+#~ "The first time you try the X configuration, you may not be very "
+#~ "satisfied\n"
+#~ "with its display (screen is too small, shifted left or right...). Hence,\n"
+#~ "even if X starts up correctly, DrakX then asks you if the configuration\n"
+#~ "suits you. It will also propose to change it by displaying a list of "
+#~ "valid\n"
+#~ "modes it could find, asking you to select one.\n"
+#~ "\n"
+#~ "As a last resort, if you still cannot get X to work, choose \"Change\n"
+#~ "graphics card\", select \"Unlisted card\", and when prompted on which\n"
+#~ "server, choose \"FBDev\". This is a failsafe option which works with any\n"
+#~ "modern graphics card. Then choose \"Test again\" to be sure."
+#~ msgstr ""
+#~ "Mske er du ikke srligt tilfreds med det frste forsg med X "
+#~ "konfigurering (skrmen for lille, flyttet til venstre eller hjre...). "
+#~ "Derfor vil DrakX sprge dig om konfigurationen passer dig, selvom X "
+#~ "starter op korrekt. DrakX vil ogs foresl ndringer ved at vise en liste "
+#~ "af gyldige tilstande som den kunne finde, og s bede dig om at vlge "
+#~ "n. \n"
+#~ "Som en sidste udvej, hvis du stadig ikke kan f X til at virke, vlg da "
+#~ "ndr grafikkort, vlg Ukendt kort, og nr du bliver spurgt om hvilken "
+#~ "server du vil have, vlg da FBDev. Dette er en fejlsikker mulighed som "
+#~ "virker med alle moderne grafikkort. Vlg derefter Test igen for at vre "
+#~ "sikker."
+
+#~ msgid "Internet and Messaging"
+#~ msgstr "Internet og beskeder"
+
+#~ msgid "Multimedia and Graphics"
+#~ msgstr "Multimedie og Grafik"
+
+#~ msgid ""
+#~ "Mandrake Linux 8.2 provides 11 different graphical desktop environments "
+#~ "and window managers to choose from including GNOME 1.4, KDE 2.2.2, Window "
+#~ "Maker 0.8, and the rest"
+#~ msgstr ""
+#~ "Mandrake Linux tilbyder at vlge mellem 11 forskellige grafiske "
+#~ "skrivebordsmiljer og vindueshndteringer, inklusive GNOME 1.4, KDE "
+#~ "2.2.2, Window Maker og resten"
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
+#~ msgid "Server Software"
+#~ msgstr "Serverprogrammel"
+
+#~ msgid "MandrakeCampus"
+#~ msgstr "MandrakeCampus"
#~ msgid ""
+#~ "Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+#~ "provides free Linux training, as well as a way to test your progress, at "
+#~ "MandrakeCampus -- our online training center"
+#~ msgstr ""
+#~ "Har du lyst til at lre Linux nemt, hurtigt og gratis? MandrakeSoft "
+#~ "tilbyder gratis trning i Linux, s vel som en mde at afprve dine "
+#~ "fremskridt, via MandrakeCampus - vores trningscenter p nettet"
+
+#~ msgid ""
+#~ "Quality support from the Linux Community, and from MandrakeSoft, is just "
+#~ "around the corner. And if you're already a Linux veteran, become an "
+#~ "\"Expert\" and share your knowledge at our support website"
+#~ msgstr ""
+#~ "Kvalitetssupport fra Linux-samfundet, og fra MandrakeSoft, er lige om "
+#~ "hjrnet! Og hvis du allerede er en Linux-veteran kan du blive en ekspert "
+#~ "og dele ud af din viden p vores support-netsted"
+
+#~ msgid "MandrakeConsulting"
+#~ msgstr "MandrakeConsulting"
+
+#~ msgid ""
+#~ "For all of your IT projects, our consultants are ready to analyze your "
+#~ "requirements and offer a customized solution. Benefit from MandrakeSoft's "
+#~ "vast experience as a Linux producer to provide a true IT alternative for "
+#~ "your business organization"
+#~ msgstr ""
+#~ "Vores konsulenter er klar for ethvert af jeres IT-projekter til at "
+#~ "analysere jeres krav og tilbyde en tilpasset lsning. Drag fordel af "
+#~ "MandrakeSofts udstrakte erfaring som Linux-producent til at fremkomme med "
+#~ "et gte IT-alternativ for jeres organisation."
+
+#~ msgid "MandrakeStore"
+#~ msgstr "MandrakeStore"
+
+#~ msgid ""
+#~ "For more information on MandrakeSoft's Professional Services and "
+#~ "commercial offerings, please see the following web page:"
+#~ msgstr ""
+#~ "For yderligere information om MandrakeSofts professionelle tjenester og "
+#~ "kommercielle tilbud kan du se p den flgende netside:"
+
+#~ msgid "LBA (doesn't work on old BIOSes)"
+#~ msgstr "LBA (virker ikke med gamle BIOS'er)"
+
+#~ msgid "You don't have any partitions!"
+#~ msgstr "Du har ikke nogen partitioner!"
+
+#~ msgid ""
+#~ "DiskDrake failed to read correctly the partition table.\n"
+#~ "Continue at your own risk!"
+#~ msgstr ""
+#~ "DiskDrake kunne ikke lse partitionstabellen korrekt. Fortst p eget "
+#~ "ansvar!"
+
+#~ msgid ""
+#~ "I can't read your partition table, it's too corrupted for me :(\n"
+#~ "I'll try to go on blanking bad partitions"
+#~ msgstr ""
+#~ "Jeg kan ikke lse din partitionstabel, den er for delagt :(\n"
+#~ "Jeg vil forsge mig med at slette de beskadigede partitioner"
+
+#~ msgid ""
+#~ "Please Build backup before to restore it...\n"
+#~ " or verify that your path to save is correct."
+#~ msgstr ""
+#~ "Lav sikkerhedskopieringen fr genskablesen af den...\n"
+#~ " eller efterse at stien til gemning er korrekt."
+
+#~ msgid "Firewalling Configuration"
+#~ msgstr "Konfiguration af brandmur"
+
+#~ msgid "Firewalling configuration"
+#~ msgstr "Brandmurskonfiguration"
+
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "You already have set up a firewall.\n"
+#~ "Click on Configure to change or remove the firewall"
+#~ msgstr ""
+#~ "Brandmure\n"
+#~ "\n"
+#~ "Du har allerede indstillet en brandmur.\n"
+#~ "Klik p Konfigurr for at ndre eller fjerne brandmuren"
+
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "Click on Configure to set up a standard firewall"
+#~ msgstr ""
+#~ "Brandmure\n"
+#~ "\n"
+#~ "Klik p Konfigurr for at stte en standard-brandmur op"
+
+#~ msgid ""
+#~ "We'll now ask you questions about which services you'd like to allow\n"
+#~ "the Internet to connect to. Please think carefully about these\n"
+#~ "questions, as your computer's security is important.\n"
+#~ "\n"
+#~ "Please, if you're not currently using one of these services, firewall\n"
+#~ "it off. You can change this configuration anytime you like by\n"
+#~ "re-running this application!"
+#~ msgstr ""
+#~ "Vi vil nu sprge dig om hvilke tjenester du gerne vil tillade\n"
+#~ "internettet at forbinde til. Tnk grundigt over disse\n"
+#~ "sprgsml, da din maskines sikkerhed er vigtig.\n"
+#~ "\n"
+#~ "Hvis du ikke bruger nogle af disse tjenester s skrm dem af\n"
+#~ "med brandmuren. Du kan altid ndre indstillingerne nr du vil\n"
+#~ "ved at kre dette program igen!"
+
+#~ msgid ""
+#~ "Are you running a web server on this machine that you need the whole\n"
+#~ "Internet to see? If you are running a webserver that only needs to be\n"
+#~ "accessed by this machine, you can safely answer NO here.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Krer du en webserver p denne maskine som du har brug for at hele\n"
+#~ "internettet kan se? Hvis du krer en webserver som kun behver at blive\n"
+#~ "tilget af denne maskine kan du roligt svare NEJ her.\n"
#~ "\n"
-#~ "Drakbackup activities via $net_proto:\n"
+
+#~ msgid ""
+#~ "Are you running a name server on this machine? If you didn't set one\n"
+#~ "up to give away IP and zone information to the whole Internet, please\n"
+#~ "answer no.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Krer du en DNS-navneserver p denne maskine? Hvis du ikke har sat\n"
+#~ "en op til at give IP- og zone-information til hele internettet kan du "
+#~ "svare\n"
+#~ "nej her.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Do you want to allow incoming Secure Shell (ssh) connections? This\n"
+#~ "is a telnet-replacement that you might use to login. If you're using\n"
+#~ "telnet now, you should definitely switch to ssh. telnet is not\n"
+#~ "encrypted -- so some attackers can steal your password if you use\n"
+#~ "it. ssh is encrypted and doesn't allow for this eavesdropping."
+#~ msgstr ""
+#~ "nsker du at tillade indgende Secure Shell ssh-forbindelser?\n"
+#~ "Det er en erstatning for telnet som du mske vil bruge til at logge ind.\n"
+#~ "Hvis du bruger telnet nu br du afgjort skifte til ssh. telnet er ikke\n"
+#~ "krypteret - s nogle angribere kan stjle din adgangskode hvis du bruger\n"
+#~ "den. ssh er krypteret og tillader ikke den slags aflytning."
+
+#~ msgid ""
+#~ "Do you want to allow incoming telnet connections?\n"
+#~ "This is horribly unsafe, as we explained in the previous screen. We\n"
+#~ "strongly recommend answering No here and using ssh in place of\n"
+#~ "telnet.\n"
+#~ msgstr ""
+#~ "Vil du tillade indgende telnet-forbindelser?\n"
+#~ "Dette er virkeligt usikkert som vi har forklaret i det foregende "
+#~ "billede. Vi\n"
+#~ "anbefaler strkt at du svarer NEJ her og bruger ssh i stedet for telnet.\n"
+
+#~ msgid ""
+#~ "Are you running an FTP server here that you need accessible to the\n"
+#~ "Internet? If you are, we strongly recommend that you only use it for\n"
+#~ "Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
+#~ "attackers, since FTP also uses no encryption for transferring passwords.\n"
+#~ msgstr ""
+#~ "Krer du en FTP-tjeneste p denne maskine som du har brug for at hele\n"
+#~ "internettet har adgang til? Hvis du har s anbefaler vi strkt at du kun\n"
+#~ "bruger den til anonyme overfrsler. En hvilkensomhelst adgangskode sendt\n"
+#~ "over FTP kan stjles af visse angribere, siden FTP heller ikke bruger\n"
+#~ "kryptering til at overfre adgangskoder.\n"
+
+#~ msgid ""
+#~ "Are you running a mail server here? If you're sending you \n"
+#~ "messages through pine, mutt or any other text-based mail client,\n"
+#~ "you probably are. Otherwise, you should firewall this off.\n"
#~ "\n"
#~ msgstr ""
+#~ "Krer du en post-server her? Hvis du sender beskeder med\n"
+#~ "pine, mutt eller en anden tekstbaseret post-klient er det sandsynligt.\n"
+#~ "Ellers br du skrme den vk.\n"
#~ "\n"
-#~ "Drakbackup aktiviteter via $net_proto:\n"
+
+#~ msgid ""
+#~ "Are you running a POP or IMAP server here? This would\n"
+#~ "be used to host non-web-based mail accounts for people via \n"
+#~ "this machine.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Krer du en POP- eller IMAP-tjeneste her? Dette kan bruges til at betjene "
+#~ "ikke-webaserede postkonti for folk via denne maskine.\n"
#~ "\n"
#~ 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."
+#~ "You appear to be running a 2.2 kernel. If your network IP\n"
+#~ "is automatically set by a computer in your home or office \n"
+#~ "(dynamically assigned), we need to allow for this. Is\n"
+#~ "this the case?\n"
#~ msgstr ""
-#~ "Dette niveau skal bruges med omtanke. Det gr dit system nemmere at "
-#~ "bruge, men er meget srbart: det m ikke bruges til en maskine der er i "
-#~ "et netvrk eller har forbindelse til Internettet. Der er ikke nogen "
-#~ "kontrol af adgangskoder."
+#~ "Du ser ud til at kre en 2.2-kerne. Hvis din IP-netvrksadresse\n"
+#~ "bliver sat automatisk af en maskine i dit hjem eller kontor\n"
+#~ "(dynamisk tildelt) br vi tillade dette. Er dette tilfldet?\n"
#~ msgid ""
-#~ "With this security level, the use of this system as a server becomes "
-#~ "possible.\n"
-#~ " The security is now high enough to use the system as a "
-#~ "server which can accept\n"
-#~ " connections from many clients. Note: if your machine is "
-#~ "only a client on the Internet, you should choose a lower level."
+#~ "Is your computer getting time syncronized to another computer?\n"
+#~ "Mostly, this is used by medium-large Unix/Linux organizations\n"
+#~ "to synchronize time for logging and such. If you're not part\n"
+#~ "of a larger office and haven't heard of this, you probably \n"
+#~ "aren't."
+#~ msgstr ""
+#~ "Fr din maskine tiden synkroniseret efter en anden maskine?\n"
+#~ "Oftest er dette brugt af strre Unix/Linux-organisationer for at\n"
+#~ "synkronisere tiden for logning og lignende. Hvis du ikke er en del\n"
+#~ "af et strre kontor og ikke har hrt om dette er det sandsynligvis\n"
+#~ "ikke tilfldet."
+
+#~ msgid ""
+#~ "Configuration complete. May we write these changes to disk?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
#~ msgstr ""
-#~ "Med dette sikkerhedsniveau kan brug som server komme p tale.\n"
-#~ "Sikkerheden er nu hj nok til at systemet kan bruges som server som "
-#~ "tillader forbindelser fra mange klienter. Bemrk: hvis din maskine kun er "
-#~ "en klient p internettet br du hellere vlge et lavere niveau."
+#~ "Konfigurationen er frdig. Skal vi skrive disse ndringer til disken?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
-#~ msgid "Basic Options"
-#~ msgstr "Basale valgmuligheder"
+#~ msgid "Can't open %s for writing: %s\n"
+#~ msgstr "Kan ikke bne %s for skrivning: %s\n"
-#~ msgid "Security Checks"
-#~ msgstr "Sikkerhedkontroller"
+#~ msgid "No I don't need DHCP"
+#~ msgstr "Nej, jeg har ikke brug for DHCP"
-#~ msgid "WARNING: $warning"
-#~ msgstr "Advarsel: $warning"
+#~ msgid "Yes I need DHCP"
+#~ msgstr "Ja, jeg har brug for DHCP"
-#~ msgid "$descr"
-#~ msgstr "$descr"
+#~ msgid "No I don't need NTP"
+#~ msgstr "Nej, jeg har ikke brug for NTP"
-#~ msgid "Data list to include on CDROM."
-#~ msgstr "Dataliste som skal medtages p cdrom."
+#~ msgid "Yes I need NTP"
+#~ msgstr "Ja, jeg har brug for NTP"
-#~ msgid "Please choose your CD space"
-#~ msgstr "Vlg din cd-plads"
+#~ msgid "Don't Save"
+#~ msgstr "Gem ikke"
-#~ msgid "Please enter the cd writer speed"
-#~ msgstr "Indtast hastighed p cd-brnder"
+#~ msgid "Save & Quit"
+#~ msgstr "Gem og afslut"
-#~ msgid "Please check if you want to erase your CDRW before"
-#~ msgstr "Markr om du vil slette din CDRW fr ny skrivning"
+#~ msgid "Firewall Configuration Wizard"
+#~ msgstr "Vejleder til brandmurskonfiguration"
-#~ msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-#~ msgstr "Indtast navnet p enheden for din cd-brnder (fx: 0,1,0)"
+#~ msgid "No (firewall this off from the internet)"
+#~ msgstr "Nej (st en brandmur op mod internettet)"
-#~ msgid "Please check if you want to include install boot on your CD."
-#~ msgstr "Markr om du nsker at medtage installeringsopstart p din cd."
+#~ msgid "Yes (allow this through the firewall)"
+#~ msgstr "Nej (tillad dette gennem brandmuren)"
+
+#~ msgid "Please Wait... Verifying installed packages"
+#~ msgstr "Vent venligst..., kontrollerer installerede pakker"
+
+#~ msgid ""
+#~ "Failure installing the needed packages: %s and Bastille.\n"
+#~ " Try to install them manually."
+#~ msgstr ""
+#~ "Kunne ikke installere de krvede pakker: %s og Bastille.\n"
+#~ " Prv at installere dem manuelt."
diff --git a/perl-install/share/po/de.po b/perl-install/share/po/de.po
index 465f2f857..b7088a3da 100644
--- a/perl-install/share/po/de.po
+++ b/perl-install/share/po/de.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: MandrakeInstaller\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
-"PO-Revision-Date: 2002-08-13 23:16+0200\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
+"PO-Revision-Date: 2002-08-31 11:53+0200\n"
"Last-Translator: Stefan Siegel <siegel@linux-mandrake.com>\n"
"Language-Team: German Translation Team <cooker-i18n@linux-mandrake.com>\n"
"MIME-Version: 1.0\n"
@@ -49,19 +49,19 @@ msgstr "32 MB"
msgid "64 MB or more"
msgstr "64 MB oder mehr"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "W辰hlen Sie einen X Server"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "X Server"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
msgstr "Mehrkarten-Einstellung"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -69,27 +69,27 @@ msgstr ""
"Ihr System erlaubt die Verwendung einer Mehrkarten Konfiguration.\n"
"Was wollen Sie tun?"
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "W辰hlen Sie die Speichergr旦e Ihrer Grafikkarte"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "XFree konfigurieren"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "Welche XFree-Konfiguration wollen Sie verwenden?"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr "Alle Karten getrennt konfigurieren"
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr "Xinerama Erweiterung verwenden"
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Nur Karte %s (%s) konfigurieren"
@@ -100,13 +100,13 @@ msgstr "Nur Karte %s (%s) konfigurieren"
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s mit 3D-Hardwarebeschleunigung"
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -116,17 +116,17 @@ msgstr ""
"XFree %s. Ihre Karte wird auch von XFree %s unterst端tzt, wodurch Sie \n"
"bessere 2D-Unterst端tzung erhalten k旦nnen."
-#: ../../Xconfig/card.pm_.c:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Ihre Grafikkarte kann mit XFree %s 3D-hardwarebeschleunigt werden."
-#: ../../Xconfig/card.pm_.c:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s mit EXPERIMENTELLER 3D-Hardwarebeschleunigung"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -139,7 +139,7 @@ msgstr ""
"XFree %s unterst端tzt, wodurch Sie bessere 2D-Unterst端tzung erhalten \n"
"k旦nnen."
-#: ../../Xconfig/card.pm_.c:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -149,52 +149,53 @@ msgstr ""
"XFree %s. BEMERKUNG: DIESE FUNKTION IST NOCH IM EXPERIMENTIERSTADIUM \n"
"UND KANN ZUM STEHENBLEIBEN IHRES RECHNERS FHREN."
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (Installationsbildschirmtreiber)"
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "Benutzerdefiniert"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
msgid "Graphic Card"
msgstr "Grafikkarte"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "Aufl旦sung"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr "Test"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Optionen"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "OK"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Verlassen"
@@ -211,27 +212,27 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "W辰hlen Sie Ihren Monitor"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr "Plug'n'Play"
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "Generisch"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
msgid "Vendor"
msgstr "Hersteller"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
-msgstr ""
+msgstr "Das Plug'n'Play testen schlug fehl. Bitte w辰hlen Sie einen Monitor."
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -252,11 +253,11 @@ msgstr ""
"k旦nnten. Im Zweifelsfall w辰hlen Sie bitte eine konservativere \n"
"Einstellung."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "Horizontale Wiederholfrequenz"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "Vertikale Wiederholfrequenz"
@@ -293,36 +294,40 @@ msgstr "W辰hlen Sie bitte Aufl旦sung und Farbtiefe"
msgid "Graphics card: %s"
msgstr "Grafikkarte: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr " Abbruch "
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "Pr端fen der Einstellungen"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "M旦chten Sie die vorgenommenen Einstellungen pr端fen?"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "Pr端fen der Einstellungen"
+#: ../../Xconfig/test.pm_.c:31
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Warnung: Testen dieser Grafikkarte kann Ihren Rechner anhalten"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -466,26 +471,22 @@ msgstr "Boot von DOS/Windows aus (loadlin)"
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "Haupt-Optionen des Betriebssystemstarters"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "Zu verwendender Betriebssystemstarter"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "Installation des Betriebssystemstarters"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "Boot Ger辰t"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (funktioniert nicht mit alten BIOS Versionen)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "Kompakt"
@@ -502,16 +503,17 @@ msgstr "Video Modus"
msgid "Delay before booting default image"
msgstr "Wartezeit vorm Starten des Standard Betriebssystems"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Passwort"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "Passwort (erneut)"
@@ -547,14 +549,14 @@ msgstr ""
"Die Option Gebrauch der Kommandozeilen-Parameter einschr辰nken ist ohne \n"
"Angabe eines Passworts wirkungslos"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "Bitte versuchen Sie es erneut"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "Die Passw旦rter stimmen nicht 端berein"
@@ -605,16 +607,16 @@ msgstr ""
"Hier sind die verschiedenen Eintr辰ge.\n"
"Sie k旦nnen weitere hinzuf端gen oder existierende 辰ndern."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Hinzuf端gen"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "Fertig"
@@ -626,7 +628,7 @@ msgstr "ndern"
msgid "Which type of entry do you want to add?"
msgstr "Welche Art Eintrag wollen Sie hinzuf端gen?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linux"
@@ -720,13 +722,13 @@ msgstr "Verf端gen Sie 端ber weitere?"
msgid "Do you have any %s interfaces?"
msgstr "Verf端gen Sie 端ber %s Schnittstellen?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Nein"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Ja"
@@ -827,39 +829,47 @@ msgstr "su erlauben"
msgid "access to administrative files"
msgstr "Zugriff auf Verwaltungsdateien"
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+msgid "access to network tools"
+msgstr "Zugriff auf Netzwerk-Werkzeuge"
+
+#: ../../any.pm_.c:755
+msgid "access to compilation tools"
+msgstr "Zugriff auf Compiler"
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(%s wurde bereits hinzugef端gt)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "Dieses Passwort ist zu einfach"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "Bitte geben Sie ein Benutzerkennzeichen an"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Das Benutzerkennzeichen sollte nur aus Kleinbuchstaben, Ziffern, \n"
"- und _ bestehen"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:768
msgid "The user name is too long"
msgstr "Dieses Benutzerkennzeichen ist zu lang"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "Dieses Benutzerkennzeichen existiert bereits"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "Benutzer hinzuf端gen"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -868,32 +878,32 @@ msgstr ""
"Benutzerkennzeichen einrichten\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "Benutzer akzeptieren"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "Benutzername"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Benutzerkennzeichen"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "Symbol"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -902,19 +912,19 @@ msgstr ""
"ein Benutzer angemeldet wird.\n"
"Wollen Sie davon Gebrauch machen?"
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "W辰hlen Sie den Standard-Nutzer:"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "W辰hlen Sie den Window-Manager, den Sie verwenden wollen:"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
msgid "Please choose a language to use."
msgstr "Bitte w辰hlen Sie die zu verwendende Sprache."
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -923,37 +933,37 @@ msgstr ""
"Sie k旦nnen andere Sprachen ausw辰hlen, die nach der Installation zur "
"Verf端gung stehen."
-#: ../../any.pm_.c:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Alle"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "Allow all users"
msgstr "Allen Benutzern erlauben"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "No sharing"
msgstr "Kein Teilen"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Das Paket %s muss installiert sein. Soll ich es installieren?"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
"Sie k旦nnen die Dateien mittels Samba oder NFS anbieten. Welche Variante "
"wollen Sie?"
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Das zwingend ben旦tigte Paket %s fehlt."
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -968,11 +978,11 @@ msgstr ""
"Mit Benutzerdefiniert k旦nnen Sie eine Einstellung pro Kennzeichen "
"vornehmen.\n"
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr "Userdrake starten"
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -981,31 +991,31 @@ msgstr ""
"Sie k旦nnen UserDrake verwenden, um Benutzerkennzeichen in diese Gruppe "
"aufzunehmen."
-#: ../../any.pm_.c:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "Cracker-Spielplatz"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "Schwach"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standard"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "Hoch"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
msgid "Higher"
msgstr "H旦her"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "Paranoid"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
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"
@@ -1016,7 +1026,7 @@ msgstr ""
"der Rechner nicht als Netzwerkrechner (LAN oder Modem) verwendet werden, \n"
"da Angreifer mangels Passwort an Ihre Daten gelangen k旦nnen!"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1024,7 +1034,7 @@ msgstr ""
"Passwortabfragen sind nun eingeschaltet, aber die Verwendung als \n"
"Netzwerkrechner kann hier nicht empfohlen werden."
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1032,7 +1042,7 @@ msgstr ""
"Das ist die Standard-Sicherheitsebene f端r Rechner, mit Internetzugang \n"
"als Klient."
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1040,7 +1050,7 @@ msgstr ""
"Es gibt bereits mehr Restriktionen und jede Nacht werden automatische "
"Sicherheitstests durchgef端hrt."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1057,7 +1067,7 @@ msgstr ""
"Klient ins Internet gehen, besser eine niedrigere Sicherhetsebene \n"
"verwenden sollte."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1065,28 +1075,28 @@ msgstr ""
"Diese Ebene bietet die selbe Funktionalit辰t, wie die vorherige. Jedoch ist \n"
"das System nun komplett geschlossen. Es ist die h旦chste Sicherheitsebene."
-#: ../../any.pm_.c:1091
+#: ../../any.pm_.c:1094
msgid "DrakSec Basic Options"
msgstr "DrakSec Grundeinstellungen"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
msgid "Please choose the desired security level"
msgstr "W辰hlen Sie Ihre Sicherheitsebene"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
msgid "Security level"
msgstr "Sicherheitsebene"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
msgid "Use libsafe for servers"
msgstr "libsafe bei Servern verwenden"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr "Eine Bibliothek, die gegen sog. buffer overflow-Angriffe sch端tzt."
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr "Sicherheitsadministrator (Kennzeichen oder E-Mail)"
@@ -1130,59 +1140,59 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:935
+#: ../../bootloader.pm_.c:932
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Willkommen zum Betriebssystem-Starter GRUB!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:935
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Verwenden Sie die Tasten %c und %c um ein Betriebssystem zu whlen."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:938
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Zum Starten des BS drcken Sie <Return>. Mit <e> knnen Sie das"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:941
msgid "commands before booting, or 'c' for a command-line."
msgstr "Kommando vorher editieren, mit <c> erhalten Sie eine Kommandozeile."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:944
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "In %d Sekunden wird das gewhlte BS automatisch gestartet."
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:948
msgid "not enough room in /boot"
msgstr "Sie haben nicht genug Platz in /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "Arbeitsoberfl辰che"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "Start-Men端"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr ""
"Sie k旦nnen den Betriebssystemstarter\n"
"nicht auf einer %s Partition installieren!\n"
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr "Es steht noch keine Hilfe zur Verf端gung.\n"
@@ -1190,8 +1200,8 @@ msgstr "Es steht noch keine Hilfe zur Verf端gung.\n"
msgid "Boot Style Configuration"
msgstr "Konfiguration der Boot-Einstellungen"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Datei"
@@ -1201,7 +1211,7 @@ msgstr "/_Datei"
msgid "/File/_Quit"
msgstr "/Datei/B_eenden"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1242,70 +1252,75 @@ msgstr "Themen installieren"
msgid "Display theme under console"
msgstr "Bildschirm-Thema f端r die Konsole"
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+msgid "Create new theme"
+msgstr "Ein neues Thema erzeugen"
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr "Ich kan keine Start-Vorschau erzeugen"
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "Fehler"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr "Anlegen einer Sicherheitskopie von %s unter %s.old."
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
msgstr "Ich kann keine Sicherheitskopie der LILO-Nachricht anlegen."
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, c-format
msgid "Copy %s to %s"
msgstr "Kopiere %s nach %s"
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr "Ich kann die LILO-Nachricht nicht 辰ern."
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr "Ich kann die LILO Nachricht nicht finden."
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr "Ich kann /etc/sysconfig/bootsplash nicht anlegen."
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, c-format
msgid "Write %s"
msgstr "Schreiben von %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr "Ich kann /etc/sysconfig/bootsplash nicht anlegen."
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr "Ich kann mkinitrd -f /boot/initrd-%s.img %s nicht ausf端hren."
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr "Erstellen der RamDisk: mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
@@ -1314,23 +1329,24 @@ msgstr ""
"Benutzerkennzeichen lilo in einer Konsole aus, um die Themen-Installation "
"zu beenden."
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr "LILO ausf端hren"
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
msgid "Notice"
msgstr "Anmerkung"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr "Installation des LILO- und Start-Themas erfolgreich."
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "Theme installation failed!"
msgstr "Die Installation des Themas schlug fehl!"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1339,22 +1355,21 @@ msgstr ""
"Sie verwenden momentan %s als Betriebssystemstarter.\n"
"W辰hlen Sie Konfigurieren, wenn Sie den Assistenten starten wollen."
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Konfigurieren"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
msgid "Splash selection"
msgstr "Startschirmauswahl"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
msgid "Themes"
msgstr "Themen"
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1371,44 +1386,44 @@ msgstr ""
"unterschiedliche\n"
"Varianten w辰hlen."
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr "LILO-Men端"
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr "Startschirm"
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr "System-Modus"
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr "X-Window nach dem Hochfahren automatisch starten "
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr "Nein ich will kein Autologin"
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Ja ich will Autologin mit diesem Kennzeichen und dieser Oberfl辰che"
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr " Ok "
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "Ich kann /etc/inittab nicht zum lesen 旦ffnen: %s"
@@ -1506,48 +1521,50 @@ msgstr "stereich"
msgid "United States"
msgstr "Vereinigte Staaten von Amerika"
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-msgid "Unknown Model"
-msgstr "Unbekanntes Modell"
-
#: ../../diskdrake/dav.pm_.c:23
-#, fuzzy
msgid "New"
msgstr "Neu"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "Aush辰ngen"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "Einh辰ngen"
+
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Einh辰ngpunkt"
-#: ../../diskdrake/dav.pm_.c:68
-#, fuzzy
+#: ../../diskdrake/dav.pm_.c:81
msgid "Please enter the WebDAV server URL"
-msgstr "Bitte geben Sie die CD-Brenngeschwindigkeit ein"
+msgstr "Bitte geben Sie die WebDAV-Server URL an"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
msgid "The URL must begin with http:// or https://"
-msgstr ""
+msgstr "Die URL muss mit http:// oder https:// beginnen!"
-#: ../../diskdrake/dav.pm_.c:92
-#, fuzzy
+#: ../../diskdrake/dav.pm_.c:105
msgid "Server: "
-msgstr "Server"
+msgstr "Server: "
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Einh辰ngpunkt: "
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Optionen: %s"
@@ -1556,8 +1573,9 @@ msgstr "Optionen: %s"
msgid "Please make a backup of your data first"
msgstr "Bitte machen Sie erst eine Sicherheitskopie Ihrer Daten!"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "Lesen Sie bitte aufmerksam!"
@@ -1595,10 +1613,14 @@ msgid "Please click on a partition"
msgstr "Bitte klicken Sie auf eine Partition"
#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "Details"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+msgid "No hard drives found"
+msgstr "Keine Festplatten gefunden"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1623,13 +1645,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "Auslagerung"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "Leer"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "Andere"
@@ -1637,12 +1659,12 @@ msgstr "Andere"
msgid "Filesystem types:"
msgstr "Dateisystemtypen:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "Erzeugen"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "Typ"
@@ -1652,7 +1674,7 @@ msgstr "Typ"
msgid "Use ``%s'' instead"
msgstr "Verwenden Sie stattdessen %s"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "L旦schen"
@@ -1660,7 +1682,7 @@ msgstr "L旦schen"
msgid "Use ``Unmount'' first"
msgstr "Verwenden Sie erst umount"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1668,72 +1690,72 @@ msgstr ""
"Nach nderung des Partitionstyps von %s, werden s辰mtliche Daten darauf "
"gel旦scht"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose a partition"
msgstr "W辰hlen Sie eine Partition"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose another partition"
msgstr "W辰hlen Sie eine andere Partition"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
msgid "Exit"
msgstr "Verlassen"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "In den Experten-Modus wechseln"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "In den Normal-Modus wechseln"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "R端ckg辰ngig"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "Wollen Sie trotzdem fortfahren?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "Beenden ohne speichern"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "Beenden ohne die Partitionstabelle zu speichern?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
msgid "Do you want to save /etc/fstab modifications"
msgstr "M旦chten Sie die vorgenommenen nderungen in /etc/fstab speichern?"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "Automatisches Erstellen"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "Alles l旦schen"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "Mehr"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
msgid "Hard drive information"
msgstr "Festplatten-Informationen"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "Alle Prim辰rpartitionen sind in Gebrauch"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "Ich kann keinen weiteren Partitionen hinzuf端gen"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1741,31 +1763,31 @@ msgstr ""
"Um mehr Partitionen einrichten zu k旦nnen, m端ssen Sie zun辰chst eine Partition "
"l旦schen und anschlieend eine erweiterte Partition erzeugen"
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
msgid "Save partition table"
msgstr "Partitionstabelle schreiben"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
msgid "Restore partition table"
msgstr "Partitionstabelle wiederherstellen"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "Partitionstabelle retten"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
msgid "Reload partition table"
msgstr "Partitionstabelle neu laden"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
msgid "Removable media automounting"
msgstr "Wechselmedien automatisch Einh辰ngen"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "Datei ausw辰hlen"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1773,11 +1795,11 @@ msgstr ""
"Die gesicherte Partitionstabelle hat nicht dieselbe Gr旦e\n"
"Soll trotzdem fortgefahren werden?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "Warnung"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1785,79 +1807,71 @@ msgstr ""
"Legen Sie eine Diskette in das Laufwerk\n"
"Alle Daten auf dieser Diskette werden gel旦scht!"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "Ich Versuche, die Partitionstabelle zu retten"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
msgid "Detailed information"
msgstr "Ausf端hrliche Informationen"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "Gr旦e ver辰ndern"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "Bewegen"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "Formatieren"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Einh辰ngen"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "Zum RAID hinzuf端gen"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "Zum LVM hinzuf端gen"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Aush辰ngen"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "L旦schen aus dem RAID"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "L旦schen aus dem LVM"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "RAID modifizieren"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "Als Loopback verwenden"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "Erzeuge eine neue Partition"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "Anfangssektor: "
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "Gr旦e in MB:"
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "Dateisystemtyp: "
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "Einstellung: "
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
msgid ""
"You can't create a new partition\n"
"(since you reached the maximal number of primary partitions).\n"
@@ -1868,33 +1882,33 @@ msgstr ""
"eine prim辰re Partioion und legen Sie stattdessen eine erweiterte \n"
"Partition an."
-#: ../../diskdrake/interactive.pm_.c:494
+#: ../../diskdrake/interactive.pm_.c:499
msgid "Remove the loopback file?"
msgstr "Die Loopback-Datei entfernen?"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "Partitionstyp 辰ndern"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Welches Dateisystem wollen Sie verwenden?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr "Konvertiere ext2 zu ext3"
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Wo wollen Sie die Loopback-Datei %s einh辰ngen?"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Wo wollen Sie das Ger辰t %s einh辰ngen?"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1902,140 +1916,140 @@ msgstr ""
"Ich kann diesen Einh辰ngpunkt nicht zur端cksetzen, da diese Partition als \n"
"Loopback verwendet wird. Bitte entfernen Sie erst diesen Loopback."
-#: ../../diskdrake/interactive.pm_.c:584
-#, fuzzy, c-format
+#: ../../diskdrake/interactive.pm_.c:594
+#, c-format
msgid "Where do you want to mount %s?"
-msgstr "Wo wollen Sie das Ger辰t %s einh辰ngen?"
+msgstr "Wo wollen Sie %s einh辰ngen?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "Errechne die Grenzen des FAT Dateisystems"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "Neuberechnen der Gr旦e"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr "Die Gr旦e dieser Partition kann ich nicht 辰ndern"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr "Sie sollten ein Backup s辰mtlicher Daten dieser Partition erstellen"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Durch Ver辰nderung der Partitionsgr旦e von %s, gehen s辰mtliche Daten darauf "
"verloren"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "W辰hlen Sie die neue Gr旦e"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
msgid "New size in MB: "
msgstr "Neue Gr旦e in MB:"
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "Zu welcher Platte wollen Sie wechseln?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "Zu welchem Sektor wollen Sie wechseln?"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "wechsele"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "Bewege Partition..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "W辰hlen Sie einen vorhandenen RAID"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "Neu"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "W辰hlen Sie einen vorhandenen LVM"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr "LVM Name?"
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "Diese Partition kann nicht als Loopback verwendet werden"
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "Name der Loopback-Datei: "
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
msgid "Give a file name"
msgstr "Dateinamen angeben"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr ""
"Diese Datei wird bereits von einer anderen Loopback-Verkn端pfung verwendet, "
"w辰hlen Sie eine andere Datei."
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr ""
"Es existiert bereits eine Datei mit diesem Namen. Soll ich sie verwenden?"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
msgid "Mount options"
msgstr "Einh辰ng-Optionen"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr "Verschiedene"
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "Ger辰t"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "Level"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "Blockgr旦e"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr "Vorsicht: Diese Aktion ist gef辰hrlich."
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "Welcher Partitionstyp?"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, c-format
msgid "The package %s is needed. Install it?"
msgstr "Das Paket %s wird ben旦tigt. Soll ich es installieren?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2048,7 +2062,7 @@ msgstr ""
"verwenden \n"
"LILO nicht, dann ben旦tigen Sie keine /boot Partition."
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2061,7 +2075,7 @@ msgstr ""
"Betriebssystemstarter einsetzen wollen, vergessen Sie bitte nicht, eine /"
"boot Partition anzulegen!"
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2073,46 +2087,46 @@ msgstr ""
"/boot-Partition arbeiten. Sie sollten also daran denken, eine solche \n"
"Partition zu erstellen."
-#: ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Die Partitionstabelle der Platte %s wird gespeichert!"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr ""
"Sie m端ssen Ihren Rechner neu starten, damit die Ver辰nderungen wirksam werden"
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Nach Formatieren der Partition %s, werden s辰mtliche Daten darauf gel旦scht"
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "Formatiere"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
-msgstr "Formatiere Loopback-Datei %s"
+msgstr "Formatiere Loopback-Datei %s"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
-msgstr "Formatiere Partition %s"
+msgstr "Formatiere Partition %s"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Hide files"
msgstr "Dateien verstecken"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Move files to the new partition"
msgstr "Dateien auf die neue Partition verschieben."
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2121,83 +2135,83 @@ msgstr ""
"Das Verzeichnis %s enth辰lt bereits Daten\n"
"(%s)"
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
msgid "Moving files to the new partition"
msgstr "Dateien auf die neue Partition verschieben."
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr "Kopiere: %s"
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, c-format
msgid "Removing %s"
msgstr "Entferne: %s"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr "Die Partition %s heit nun %s"
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "Ger辰t: "
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS Laufwerksbuchstabe: %s (vermutlich?)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "Typ:"
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "Name: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "Anfang: Sektor %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "Gr旦e: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s Sektoren"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "Zylinder %d bis %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "Formatiert\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "Nicht formatiert\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "Eingeh辰ngt\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -2206,7 +2220,7 @@ msgstr ""
"Loopback Datei(en):\n"
" %s\n"
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2214,27 +2228,27 @@ msgstr ""
"Partition wird standardm辰ig geladen\n"
" (f端r MS-DOS Boot, nicht jedoch f端r LILO)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "Level %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "Blockgr旦e %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID Platten %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "Dateiname des Loopbacks: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2247,7 +2261,7 @@ msgstr ""
"Partition handelt. Sie sollten sie\n"
"daher unver辰ndert lassen.\n"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2260,58 +2274,62 @@ msgstr ""
"Betriebssysteme auf dem selben\n"
"Rechner.\n"
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr "Nur lesbar"
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "Gr旦e: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometrie: %s Zylinder, %s K旦pfe, %s Sektoren\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "Info: "
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM Platten %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "Partitionstabellen Typ: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, c-format
msgid "on channel %d id %d\n"
msgstr "auf Kanal %d ID %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
msgid "Filesystem encryption key"
msgstr "Dateisystem-Schl端ssel"
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr "W辰hlen Sie Ihren Dateisystem-Schl端ssel (Passwort)"
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
"Dieses Passwort ist zu einfach (es muss mindestens %d Zeichen lang sein)!"
-#: ../../diskdrake/interactive.pm_.c:1180
+#: ../../diskdrake/interactive.pm_.c:1191
msgid "The encryption keys do not match"
msgstr "Die Passw旦rter stimmen nicht 端berein"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr "Schl端ssel"
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr "Schl端ssel (erneut)"
@@ -2346,7 +2364,7 @@ msgid ""
msgstr ""
"Bitte geben Sie Benutzerkennzeichen, Passwort und Dom辰ne des Rechners an."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
msgid "Username"
msgstr "Benutzerkennzeichen"
@@ -2358,25 +2376,25 @@ msgstr "Dom辰ne"
msgid "Search servers"
msgstr "Server suchen"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatieren von %s schlug Fehl"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr ""
"Ich bin nicht in der Lage, %s mit einem Dateisystem vom Typ %s zu "
"formatieren."
-#: ../../fs.pm_.c:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "Das Einh辰ngen der Partition %s in das Verzeichnis %s schlug fehl."
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "Fehler beim Aush辰ngen von %s: %s"
@@ -2393,37 +2411,56 @@ msgstr "mit /usr"
msgid "server"
msgstr "Server"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"Ich kann die Partitionstabelle von %s nicht verstehen. Sie scheint \n"
+"fehlerhaft zu sein :-(\n"
+"Ich kann fortfahren, indem ich die fehlerhaften Partitionen l旦sche \n"
+"(dabei gehen ALLE darauf vorhandenen DATEN VERLOREN!). Alternativ k旦nnen \n"
+"Sie mir jedoch auch verbieten, die Partitionstabelle zu ver辰ndern.\n"
+"(Folgender Fehler trat auf: %s).\n"
+"\n"
+"Sind Sie einverstanden, dass ich die problematischen Partitionen l旦sche?\n"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr ""
"Sie k旦nnen JFS nicht f端r Partitionen verwenden, die kleiner als 16MB sind!"
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr ""
"Sie k旦nnen ReiserFS nicht f端r Partitionen verwenden, die kleiner als 32MB "
"sind!"
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "Einh辰ngpunkte m端ssen mit einem / beginnen."
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Es gibt bereits eine Partition, mit dem Einh辰ngpunkt %s\n"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr ""
"Sie k旦nnen kein logisches LVM Medium f端r den Einh辰ngpunkt %s verwenden."
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr "Dieses Verzeichnis muss in der Verzeichnisbaumwurzel bleiben"
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
"point\n"
@@ -2431,218 +2468,278 @@ msgstr ""
"Sie ben旦tigen ein echtes GNU/Linux Dateisystem (Ext2/Ext3, ReiserFS, XFS "
"oder JFS) f端r diesen Einh辰ngpunkt.\n"
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr ""
"Sie k旦nnen kein verschl端sseltes Medium f端r den Einh辰ngpunkt %s verwenden."
# ../../diskdrak1
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
msgid "Not enough free space for auto-allocating"
msgstr "Nicht genug freier Platz, damit ich selbst Partition anlegen kann."
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr "Nichts zu tun."
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Fehler beim ffnen von %s zum Schreiben: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr "Kein alternativer Treiber"
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+"Es existiert kein alternativer OSS/ALSA Treiber f端r Ihre Soundkarte (%s)"
+
+#: ../../harddrake/sound.pm_.c:158
+msgid "Sound configuration"
+msgstr "Sound Konfiguration"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
msgstr ""
-"Ein Fehler ist aufgetreten - es wurden keine g端ltigen Ger辰te gefunden, auf "
-"denen neue Dateisysteme erstellt werden k旦nnen. Bitte 端berpr端fen Sie Ihre "
-"Hardware(-Konfiguration) auf m旦gliche Fehler und falsche Einstellungen."
+"Hier k旦nnen Sie einen alternativen Treiber (entweder OSS odr ALSA) f端r Ihre "
+"Soundkarte (%s) ausw辰hlen"
+
+#: ../../harddrake/sound.pm_.c:162
+msgid "Driver:"
+msgstr "Treiber:"
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "Sie haben keine Partitionen!"
+#: ../../harddrake/sound.pm_.c:173
+msgid "No known driver"
+msgstr "Kein bekannter Treiber"
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr "Es gibt keinen bekannten Treiber f端r Ihre Soundkarte (%s)"
+
+#: ../../harddrake/sound.pm_.c:177
+msgid "Unkown driver"
+msgstr "Unbekannter Treiber"
+
+#: ../../harddrake/sound.pm_.c:178
+#, fuzzy, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
+"Der Treiber %s f端r Ihre Karte ist nicht in der Treiberliste\n"
+"\n"
+"Bitte senden Sie die Ausgabe von lspcidrake -v an \n"
+"Thierry Vignaud <tvignaud(at)mandrakesoft.com>\n"
+"Mit der Bretreffzeile: unlisted sound driver"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
msgid "Model"
msgstr "Modell"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
msgid "hard disk model"
msgstr "Festplattenmodell"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "Channel"
msgstr "Kanal"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr "EIDE/SCSI Kanal"
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr "Bus"
-#: ../../harddrake/ui.pm_.c:19
+#: ../../harddrake/ui.pm_.c:20
msgid ""
"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
msgstr ""
+"Der physikalische Bus, an dem sich das Ger辰t befindet (etwa: PCI, USB, ...)"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "Module"
msgstr "Modul"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
-msgstr ""
+msgstr "Das Linux Kernmodul, das Unterst端tzung f端r dieses Ger辰t bereitstellt"
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
-msgstr ""
+msgstr "Medienklasse"
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
-msgstr ""
+msgstr "Hardwareklasse"
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "Beschreibung"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
-msgstr ""
+msgstr "Dieses Feld beschreibt das Ger辰t"
-#: ../../harddrake/ui.pm_.c:24
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:25
msgid "Bus identification"
-msgstr "Authentifizierung"
+msgstr "Bus"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
+"- PCI und USB Ger辰te: Eine Auflistung der Hersteller- und Ger辰te-ID, sowie "
+"der Herstellersub- und Ger辰tesub-ID von PCI und USB Ger辰ten."
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
-msgstr ""
+msgstr "Standort auf den Bus"
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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 ""
+"- PCI Ger辰te: PCI-Slot, Ger辰t und Ger辰tetyp\n"
+"- EIDE Ger辰te: Master- oder Slave-Ger辰t\n"
+"- SCSI Ger辰te: Der SCSI-Bus und die Ger辰te-ID"
-#: ../../harddrake/ui.pm_.c:31
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:32
msgid "Old device file"
-msgstr "Datei ausw辰hlen"
+msgstr "Alte Ger辰tedatei"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
-msgstr ""
+msgstr "Alter statischer Name im dev Paket"
-#: ../../harddrake/ui.pm_.c:33
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:34
msgid "New devfs device"
-msgstr "Gateway Ger辰t"
+msgstr "Neues DevFS Ger辰t"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
-msgstr ""
+msgstr "Neuer dynamischer Name des DevFS"
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
msgid "Number of buttons"
msgstr "Anzahl Tasten"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr "Herstellername des Ger辰ts"
-#: ../../harddrake/ui.pm_.c:60
+#: ../../harddrake/ui.pm_.c:38
+#, fuzzy
+msgid "Alternative drivers"
+msgstr "Kein alternativer Treiber"
+
+#: ../../harddrake/ui.pm_.c:39
+#, fuzzy
+msgid "the list of alternative drivers for this sound card"
+msgstr ""
+"Es existiert kein alternativer OSS/ALSA Treiber f端r Ihre Soundkarte (%s)"
+
+#: ../../harddrake/ui.pm_.c:63
msgid "/_Quit"
msgstr "/_Beenden"
-#: ../../harddrake/ui.pm_.c:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Hilfe"
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
msgid "/_Help..."
msgstr "/_Hilfe ..."
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr "HardDrake Hilfe"
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
+"Beschreibung der Felder:\n"
+"\n"
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
msgid "/_About..."
msgstr "/_ber ..."
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr "ber HardDrake"
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
+"HardDrake - das Mandrake Linux Hardware-Konfigurationswerkzeug.\n"
+"Version:"
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
msgid "Author:"
msgstr "Autor:"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr "HardDrake2 Version "
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
msgid "Detected hardware"
msgstr "Gefundene Hardware"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:105
+msgid "Information"
+msgstr "Informationen"
+
+#: ../../harddrake/ui.pm_.c:108
msgid "Configure module"
msgstr "Modul konfigurieren"
-#: ../../harddrake/ui.pm_.c:92
-msgid "Informations"
-msgstr "Informationen"
-
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr "Konfigurationswerkzeug starten"
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
msgid "Detection in progress"
msgstr "Erkennung l辰uft"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "Bitte warten"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr "Prim辰r"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "secondary"
msgstr "Sekund辰r"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr "Sie k旦nnen alle Modulparamerter hier einstellen."
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, c-format
msgid "Running \"%s\" ..."
msgstr "%s ausf端hren ..."
@@ -2670,30 +2767,33 @@ msgid ""
"If your card is misdetected, you can force the right tuner and card types "
"here. Just select your tv card parameters if needed"
msgstr ""
+"F端r die meisten modernen TV-Karten erkennt das bttv-Modul des Linux Kerns "
+"automatisch die richtigen Parameter.\n"
+"Falls Ihre Karte falsch erkannt wird, k旦nnen Sie Tuner- und Kartentyp hier "
+"eintellen. Geben Sie einfach die ben旦tigten Parameter an."
#: ../../harddrake/v4l.pm_.c:213
-msgid "Card model :"
+msgid "Card model:"
msgstr "Kartentyp:"
#: ../../harddrake/v4l.pm_.c:214
-#, fuzzy
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "Tunertyp:"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
-msgstr ""
+msgid "Number of capture buffers:"
+msgstr "Anzahl der Aufnahmepuffer:"
#: ../../harddrake/v4l.pm_.c:215
msgid "number of capture buffers for mmap'ed capture"
-msgstr ""
+msgstr "Anzahl der Puffer f端r MMAP Aufnahmen"
#: ../../harddrake/v4l.pm_.c:217
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "PLL-Einstellung:"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr "Radiobetrieb:"
#: ../../harddrake/v4l.pm_.c:218
@@ -2701,28 +2801,28 @@ msgid "enable radio support"
msgstr "Radiobetrieb aktivieren"
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
#: ../../help.pm_.c:13
msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2735,7 +2835,7 @@ msgstr ""
"Benutzerkennzeichen hat eigene Pr辰ferenzen (Grafische Umgebung,\n"
"Programmeinstellungen, etc.), sowie ein eigenes Heim-Verzeichnis, in dem\n"
"diese Einstellungen gespeichert werden. Falls Sie mehr wissen wollen,\n"
-"k旦nnen Sie im Benutzerhandbuch nachsehen. Sie k旦nnen mehrere normale\n"
+"k旦nnen Sie im Benutzerhandbuch nachsehen. Sie k旦nnen mehrere normale\n"
"Benutzerkonten einrichten, im Gegensatz zum privilegierten Kennzeichen:\n"
"損root束, das einmalig ist. Im Gegensatz zu 損root束 k旦nnen diese normalen\n"
"Benutzer jedoch nur ihre eigenen Dateien und Konfigurationen ver辰ndern. Sie\n"
@@ -2757,7 +2857,7 @@ msgstr ""
"etwas Sorgfalt walten lassen. Immerhin sind es Ihre Daten ...\n"
"\n"
"Klicken Sie auf Benutzer akzeptieren, um das Kennzeichen zu erstellen.\n"
-"Anschlieend k旦nnen Sie direkt weitere Benutzer hinzuf端gen. Wenn Sie allen\n"
+"Anschlieend k旦nnen Sie direkt weitere Benutzer hinzuf端gen. Wenn Sie alle\n"
"Kennzeichen erstellt haben, klicken Sie auf Fertig.\n"
"\n"
"Durch Anwahl der Schaltfl辰che Fortgeschritten haben Sie auch die\n"
@@ -2765,7 +2865,7 @@ msgstr ""
"dies die Bash)."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
#: ../../help.pm_.c:41
msgid ""
"Listed above are the existing Linux partitions detected on your hard drive.\n"
@@ -2798,40 +2898,39 @@ msgid ""
"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
"\"second lowest SCSI ID\", etc."
msgstr ""
-"Oben sehen Sie die auf Ihrer Festplatte gefundenen Linux-Partitionen. Als\n"
-"normaler Linuxanwender k旦nnen Sie problemlos die Vorschl辰ge des Assistenten\n"
-"端bernehmen. Sollten Sie diesen Vorschlag 辰ndern, m端ssen Sie zumindest eine\n"
-"Partition als Verzeichnisbaumwurzel (/) definieren. W辰hlen Sie keine zu\n"
-"kleine Partition, da sie sonst nicht genug Software installieren k旦nnen.\n"
-"Falls Sie Ihre pers旦nlichen Daten auf einer getrennten Partition speichern\n"
-"m旦chten, m端ssen Sie eine Linux-Partition f端r ihre pers旦nlichen\n"
-"Verzeichnisse (/home) definieren (Dies geht nat端rlich nur, wenn Sie mehr\n"
-"als nur eine Linux Partition haben).\n"
+"Sie erhalten die Liste, der auf Ihren Festplatten gefundenen GNU/Linux\n"
+"Partitionen. Sie k旦nnen die Auswahl des Assistenten beibehalten - sie\n"
+"sollte normalerweise Ihren Bed端rfnissen entsprechen. Falls Sie es vorziehen\n"
+"die Einh辰ngpunkte selbst zu definieren, denken Sie bitte daran, dass Sie\n"
+"zumindest eine Verzeichnisbaumwurzel (/ ben旦tigen. W辰hlen Sie die\n"
+"Partitionen nicht zu klein, da Sie sonst nicht gen端gend Programme\n"
+"installieren k旦nnen. Wenn Sie Ihre per旦chen Daten auf einer eigenen\n"
+"Partition halten wollen, legen Sie sich eine Partition namens /home an.\n"
"\n"
-"Alle Partitionen werden folgendermaen aufgef端hrt: Name, Kapazit辰t\n"
+"Die Partitionen werden folgendermaen aufgelistet: Name, Kapazit辰t.\n"
"\n"
-"Name ist zusammengesetzt aus: Festplattentyp, Festplattennummer und\n"
-"Partitionsnummer (etwa, hda1 oder sdb4).\n"
+"Name hat folgende Struktur: Festplattentyp, Festplattennummer,\n"
+"Partitionsnummer (etwa hda1).\n"
"\n"
-"Festplattentyp ist hd falls es sich um einen IDE Platte handelt und\n"
-"sd wenn es eine SCSI Platte ist.\n"
+"Hard drive type ist hd, falls Ihre Platte eine IDE/ATAPI Platte ist\n"
+"und sd, wenn es sich um eine SCSI Platte handelt.\n"
"\n"
-"Festplattennummer ist der Buchstabe hinter hd oder sd. Bei IDE\n"
-"Platten bedeutet:\n"
+"Festplattennummer ist immer der Buchstabe hinter dem Festplattentyp. Bei\n"
+"IDE Platten bedeutet:\n"
"\n"
-" * a - Master Festplatte am prim辰ren IDE Kontroller,\n"
+" * a bedeutet Master Platte am prim辰ren IDE-Controller;\n"
"\n"
-" * b - Slave Festplatte am prim辰ren IDE Kontroller,\n"
+" * b bedeutet Slave Platte am prim辰ren IDE-Controller;\n"
"\n"
-" * c - Master Festplatte am sekund辰ren IDE Kontroller,\n"
+" * c bedeutet Master Platte am sekund辰ren IDE-Controller;\n"
"\n"
-" * d - Slave Festplatte am sekund辰ren IDE Kontroller,\n"
+" * d bedeutet Slave Platte am sekund辰ren IDE-Controller;\n"
"\n"
-"Bei SCSI Platten steht a f端r erste Festplatte am Bus, b f端r zweite\n"
-"Festplatte am Bus, etc."
+"Bei SCSI Platten steht a f端r niedrigste SCSI ID, b f端r\n"
+"zweitniedrigste SCSI ID, etc."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
#: ../../help.pm_.c:72
msgid ""
"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
@@ -2844,7 +2943,7 @@ msgstr ""
"wird es die aktuelle CD-ROM auswerfen und nach einer anderen fragen."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
#: ../../help.pm_.c:77
msgid ""
"It is now time to specify which programs you wish to install on your\n"
@@ -2874,7 +2973,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2926,7 +3025,7 @@ msgstr ""
"Wenn Sie die Maus 端ber eine Gruppe bewegen, erhalten Sie einen kurzen\n"
"erkl辰renden Text 端ber die Gruppe. Falls Sie bei einer Installation alle\n"
"Markierungen entfernen, erscheint ein Dialog, in dem Sie zwischen\n"
-"verschiedenen Minimalinstallationen w辰hlen k旦nnen.\n"
+"verschiedenen Minimalinstallationen w辰hlen k旦nnen:\n"
"\n"
" * Mit X Installiert eine rudiment辰re grafische Oberfl辰che;\n"
"\n"
@@ -2934,9 +3033,9 @@ msgstr ""
"grundlegender Werkzeuge inklusive deren Dokumentation. Dies ist die\n"
"sinnvollste Wahl f端r eine Serverinstallation.\n"
"\n"
-" * Extrem minimale Installation Sie erhalten eine komplett nackte\n"
-"Linux-Distribution (speziell auch ohne urpmi!). Es versteht sich von\n"
-"selbst, dass das nur eine Kommandozeileninstallation sein kann.\n"
+" * Extrem minimale Installation Sie erhalten eine komplett nackte 65MB\n"
+"groe GNU/Linux-Distribution (speziell auch ohne urpmi!). Es versteht sich\n"
+"von selbst, dass das nur eine Kommandozeileninstallation sein kann.\n"
"\n"
"Wenn Sie die Schaltfl辰che Fortgeschritten anw辰hlen, erhalten Sie die\n"
"M旦glichkeit, eine Individuelle Paketauswahl durchzuf端hren. Das macht nur\n"
@@ -2949,13 +3048,13 @@ msgstr ""
"oder repariert."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -3025,14 +3124,14 @@ msgstr ""
"Installationsschrittes."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -3054,13 +3153,13 @@ msgstr ""
"schalten Sie jedoch zuvor, falls n旦tig, die daf端r ben旦tigten Ger辰te ein,\n"
"damit DrakX sie automatisch erkennen kann.\n"
"\n"
-"Mandrake Linux bietet Ihnen die M旦glichkeit, Ihre Internet-Ver足bindung\n"
+"Mandrake Linux bietet Ihnen die M旦glichkeit, Ihre Internet-Verbindung\n"
"bereits w辰hrend der Installation zu konfigurieren. Zur Auswahl stehen\n"
"folgende Verbindungsarten: Herk旦mmliches Modem, ISDN Modem, ADSL\n"
"Verbindung, Kabelmodem oder eine einfache LAN Verbindung (Ethernet).\n"
"\n"
"Wir wollen hier nicht weiter ins Detail gehen, nur soviel: Stellen Sie\n"
-"sicher, dass sie die n旦tigen Parameter von Ihrem Internet Provider oder\n"
+"sicher, dass Sie die n旦tigen Parameter von Ihrem Internet Provider oder\n"
"Systemadministrator erhalten haben.\n"
"\n"
"Weitere Einzelheiten, die hier bereits hilfreich sein k旦nnen, erhalten Sie\n"
@@ -3073,7 +3172,7 @@ msgstr ""
"Abbrechen."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
#: ../../help.pm_.c:186
msgid ""
"You may now choose which services you wish to start at boot time.\n"
@@ -3112,12 +3211,12 @@ msgstr ""
"wirklich brauchen! !!"
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
#: ../../help.pm_.c:203
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -3141,7 +3240,7 @@ msgstr ""
"ben旦tigen Sie eine st辰ndige Internetverbindung."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
#: ../../help.pm_.c:217
msgid ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
@@ -3161,7 +3260,9 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
"X (das X Window System) ist das Herz der grafischen Benutzeroberfl辰che von\n"
"GNU/Linux. Es bildet die Grundlage f端r die Vielzahl grafischer\n"
@@ -3184,37 +3285,7 @@ msgstr ""
"m端ssen Sie nur 10 Sekunden warten. Anschlieend sollte wieder das\n"
"Konfigurationsmen端 erscheinen."
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"Es kann Ihnen passieren, dass der erste Versuch noch nicht korrekt ist (Der\n"
-"Schirm ist zu klein, liegt zu weit rechts oder links ...). Daher werden Sie\n"
-"selbst dann mit der Frage konfrontiert, wenn der DrakX-Server sich\n"
-"starten lies, DrakX also davon ausgehen k旦nnte, dass alles in Ordnung\n"
-"ist. Sie erhalten daher eine Liste von g端ltigen Modi, aus denen Sie\n"
-"versuchen sollten den besten auszuw辰hlen.\n"
-"\n"
-"Sollten alle stricke reien, und DrakX immer noch nicht laufen, w辰hlen\n"
-"Sie einfach im Untermen端 Grafikkarte 辰ndern, den Punkt Nicht\n"
-"aufgef端hrt. Wenn Sie dann nach dem Server gefragt werden, w辰hlen Sie den\n"
-"FBDev: Diese Variante sollte mit allen modernen Grafikkarten\n"
-"funktionieren. Ein Nochmals testen sollte Gewissheit bringen."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -3222,15 +3293,15 @@ msgid ""
"act as a server, or if you were not successful in getting the display\n"
"configured."
msgstr ""
-"Letztlich werden Sie gefragt, ob sie direkt in die grafische Oberfl辰che\n"
-"starten wollen. Diese Frage wird auch erscheinen, wenn Sie das Testen der\n"
-"Konfiguration 端bersprungen haben. Schlug die Konfiguration der grafischen\n"
-"Umgebung fehl oder wollen Sie den Rechner als Server laufen lassen, geben\n"
-"Sie nat端rlich Nein an."
+"Nun werden Sie gefragt, ob Sie in die grafische Ungebug starten wollen.\n"
+"Es sei angemerkt, dass Sie das auch gefragt werden, wenn die Grafikkarte \n"
+"vorher nicht getestet wurde. Sie sollten mit Nein anworten, falls Ihr\n"
+"Rechner als Server dienen sollte oder der Test der Grafikumgebung zu\n"
+"Problemen f端hrte."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:256
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:246
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"
@@ -3250,10 +3321,10 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
"Die Mandrake Linux CD-ROM hat einen eingebauten Rettungsmo足dus. Sie\n"
"erreichen ihn durch Starten von CD-ROM, und Dr端cken von 損F1束 bei\n"
@@ -3261,7 +3332,7 @@ msgstr ""
"Ihr Rechner nicht von CD-ROM starten kann, sollten Sie diesen Punkt\n"
"unbedingt aus zwei Gr端nden abarbeiten:\n"
"\n"
-" * Wenn DrakX den Betriebssystemstarter installiert, schreibt es den\n"
+" * Wenn DrakX den Betriebssystemstarter installiert, schreibt es den\n"
"Boot-Sektor (MBR) Ihrer prim辰ren Festplatte neu (auer Sie wollen einen\n"
"anderen Betriebssystemstarter verwenden), damit Sie die verschiedenen,\n"
"vorhandenen Betriebssysteme starten k旦nnen (etwa Windows und GNU/Linux).\n"
@@ -3284,8 +3355,8 @@ msgstr ""
"k端mmert sich um alles."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:280
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:270
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
"Linux operating system on your hard drive. If your hard drive is empty or\n"
@@ -3318,7 +3389,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3351,7 +3424,9 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
"Sie m端ssen nun entscheiden, wo auf Ihrer/n Festplatte(n) Ihr Mandrake Linux\n"
"System installiert werden soll. Sofern alles leer ist bzw. ein\n"
@@ -3388,12 +3463,10 @@ msgstr ""
"\n"
" * Verwende existierende: Der Assistent hat eine oder mehrere\n"
"existierende Linux Partitionen auf Ihrer Platte gefunden. W辰hlen Sie diese\n"
-"Schaltfl辰che, falls Sie sie behalten wollen.\n"
-"\n"
-" * Komplette Platte l旦schen: Falls Sie alle Daten Ihrer Platte verlieren,\n"
-"und sie durch Ihr neues Mandrake Linux System ersetzen wollen, w辰hlen Sie\n"
-"diese Schaltfl辰che. Beachten Sie, dass dieser Schritt nicht r端ckg辰ngig\n"
-"gemacht werden kann.\n"
+"Schaltfl辰che, falls Sie sie behalten wollen. Sie werden dann gebeten, die\n"
+"Einh辰ngpunkte der Partitionen anzugeben. Als Vorgabe erhalten Sie die\n"
+"Einh辰ngpunkte der gefundenen Distribution, normalerweise ist es nicht n旦tig\n"
+"diese zu 辰ndern.\n"
"\n"
" * Freien Platz der Windows Partition verwenden: Falls der gesamte\n"
"Plattenplatz aktuell f端r Microsoft Windows(TM) verschwendet ist, m端ssen Sie\n"
@@ -3408,16 +3481,27 @@ msgstr ""
"betont, dass das bedeutet, Sie haben weniger Platz f端r Windows als\n"
"momentan.\n"
"\n"
+" * Komplette Platte l旦schen: Falls Sie alle Daten Ihrer Platte verlieren,\n"
+"und sie durch Ihr neues Mandrake Linux System ersetzen wollen, w辰hlen Sie\n"
+"diese Schaltfl辰che. Beachten Sie, dass dieser Schritt nicht r端ckg辰ngig\n"
+"gemacht werden kann.\n"
+"\n"
+" !! Wenn Sie diese Variante w辰hlen, werden alle Ihre Daten auf der Platte\n"
+"gel旦scht! !!\n"
+"\n"
" * Windows(TM) l旦schen: Bei dieser Variante werden alle Windows\n"
"Partitionen gel旦scht und die Platte(n) komplett neu partitioniert.\n"
"\n"
-" !! Alle Daten auf den Platten gehen dadurch verloren! !!\n"
+" !! Wenn Sie diese Variante w辰hlen, werden alle Ihre Daten auf der Platte\n"
+"gel旦scht! !!\n"
"\n"
" * Expertenmodus: Wenn Sie Ihre Festplatte selber von Hand partitionieren\n"
"wollen, dann k旦nnen Sie diese Option w辰hlen. Seien Sie bitte sehr\n"
"sorgf辰ltig, wenn Sie diese L旦sung w辰hlen, da Sie zwar alle m旦glichen\n"
"Einstellungen vornehmen, aber gleichzeitig auch sehr leicht Daten verlieren\n"
-"k旦nnen. Diese Option ist nur geeignet, wenn Sie wissen, was Sie tun.\n"
+"k旦nnen. Diese Option ist nur geeignet, wenn Sie wissen, was Sie tun. Um zu\n"
+"erfahren, wie Sie DiskDrake verwenden k旦nnen, lesen Sie bitte das Kapitel\n"
+"Managing Your Partitions im User Guide\n"
"\n"
"(*) In Deutschland ist es quasi unm旦glich, Komplettrechner mit leeren\n"
"Festplatten zu erhalten, da laut Gesetz nur Rechner mit BS verkauft werden\n"
@@ -3428,8 +3512,8 @@ msgstr ""
"aus Redmond gleichgesetzt."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:347
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3497,8 +3581,8 @@ msgstr ""
"k旦nnen Sie unter GNU/Linux eine solche erstellen)."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:378
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:372
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
"(formatting means creating a filesystem).\n"
@@ -3525,33 +3609,35 @@ msgid ""
"Click on \"Advanced\" if you wish to select partitions that will be checked\n"
"for bad blocks on the disk."
msgstr ""
-"Alle neu angelegten Partitionen m端ssen formatiert (= ein Dateisystem darauf\n"
-"erzeugt) werden, bevor Sie sie verwenden k旦nnen.\n"
+"Alle Partitionen, die gerade neu erzeugt wurden, m端ssen formatiert werden\n"
+"(d.h. es muss ein Dateisystem auf der Partition erstellt werden), bevor sie\n"
+"verwendet werden k旦nnen.\n"
"\n"
-"M旦glicherweise wollen Sie auch einige bereits existierende Partitionen\n"
-"formatieren, um alle darauf vorhandenen Daten zu l旦schen. Falls ja,\n"
-"markieren Sie diese ebenfalls.\n"
+"Sie erhalten hier auch die M旦glichkeit bereits existierende Partitionen neu\n"
+"zu formatieren, um die darauf vorhandenen Daten zu l旦schen. Markieren Sie\n"
+"diese einfach ebenfalls in der Liste.\n"
"\n"
-"Es sei angemerkt, dass bereits existierende Partitionen nicht erneut\n"
-"formatiert werden m端ssen. Sie sollten Partitionen, die Teile des\n"
-"Betriebssystems enthalten neu formatieren (etwa /, /usr oder /var),\n"
-"Partitionen mit Ihren privaten Daten (normalerweise /home) sollten Sie\n"
-"jedoch nicht neu formatieren.\n"
+"Es sei angemerkt, dass nicht alle Partitionen neu formatiert werden m端ssen.\n"
+"Sie sollten normalerweise nur die Partitionen neu formatieren, die\n"
+"Systemdaten, jedoch keine Privatdaten enthalten (etwa /, /usr oder\n"
+"/var). Partitionen wie etwa /home sollten Sie normalerweise nicht neu\n"
+"formatieren.\n"
"\n"
-"Seien Sie in diesem Schritt sehr sorgf辰ltig. Nach dem Formatieren einer\n"
-"Partition ist der komplette Inhalt unwiederbringlich gel旦scht!\n"
+"Seien Sie sorgf辰ltig bei der Auswahl der Partitionen. Nach dem formatieren\n"
+"sind alle zuvor darauf existierenden Daten unwiederbringlich verloren.\n"
"\n"
-"W辰hlen Sie OK, sobald Sie bereit sind die Partitionen zu formatieren.\n"
+"Wenn Sie alle Einstellungen vorgenommen haben, bet辰tigen Sie die\n"
+"Schaltfl辰che OK, um mit dem Formatieren dere Partitionen zu beginnen.\n"
"\n"
-"W辰hlen Sie Abbruch, falls Sie andere Partitionen verwenden wollen, um Ihr\n"
-"Mandrake Linux darauf zu installieren.\n"
+"Bet辰tigen Sie Abbruch, wenn Sie eine andere Partition f端r Ihr neues\n"
+"Mandrake Linux vorgesehen haben.\n"
"\n"
-"W辰hlen Sie Fortgeschritten, um die M旦glichkeit zu erhalten, Partitionen\n"
-"anzugeben, die auf defekte Bl旦cke untersucht werden sollen."
+"Bet辰tigen Sie die Schaltfl辰che Fortgeschritten, falls Sie Partitionen auf\n"
+"defekte Bl旦cke untersuchen wollen."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:404
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:398
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -3560,20 +3646,20 @@ msgid ""
"\n"
"Please be patient."
msgstr ""
-"Ihre neue Mandrake Linux Distribution wird nun installiert. Das dauert\n"
-"einige Minuten (abh辰ngig von der Anzahl zu installierender Pakete und der\n"
-"Geschwindigkeit Ihres Rechners).\n"
+"Ihr neues Mandrake Linux System wird nun installiert. Abh辰ngig von der\n"
+"Anzahl Pakete und der Geschwindigkeit Ihres Rechners kann dies zwischen\n"
+"einigen Minuten und mehreren Stunden dauern.\n"
"\n"
-"Bitte haben Sie etwas Geduld."
+"Haben Sie noch etwas Gerduld."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:412
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3600,8 +3686,8 @@ msgstr ""
"w端nschen, bet辰tigen Sie einfach die Schaltfl辰che Abbruch."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:425
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3616,15 +3702,15 @@ msgstr ""
"bet辰tigen Sie die Schaltfl辰che Akzeptieren."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:432
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
@@ -3635,14 +3721,14 @@ msgstr ""
"Sicherheit zulasten der Benutzerfreundlichkeit und Einfachheit, mit der\n"
"gewisse Befehle/Abl辰ufe durchgef端hrt werden k旦nnen. Ausf端hrlichere\n"
"Erl辰uterungen zu den verschiedenen Sicherheitsebenen erhalten Sie im\n"
-"Kapitel MSEC des Referenzhandbuchs.\n"
+"Kapitel MSEC des Referenzhandbuchs.\n"
"\n"
"Sollten Sie sich an dieser Stelle nicht sicher sein, so behalten Sie die\n"
"Standardeinstellung bei."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:442
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:436
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3659,26 +3745,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3706,7 +3792,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3714,7 +3800,7 @@ msgid ""
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
-"Sie m端ssen nun entscheiden auf welche Partition(en) Ihr neues Mandrake\n"
+"Sie m端ssen nun entscheiden auf welche(n) Partition(en) Ihr neues Mandrake\n"
"Linux System installiert werden soll. Falls bereits Partitionen existieren\n"
"(etwa von einer fr端heren Installation von GNU/Linux oder durch das Erzeugen\n"
"mit einem anderen Partitionierungswerkzeug), k旦nnen Sie diese verwenden.\n"
@@ -3730,33 +3816,40 @@ msgstr ""
" * Alles l旦schen: Bet辰tigen dieser Schaltfl辰che l旦scht alle Partitionen\n"
"auf der markierten Festplatte.\n"
"\n"
-" * Automatisches Erstellen: Diese Schaltfl辰che erstellt automatisch Ext2-\n"
+" * Automatisches Erstellen: Diese Schaltfl辰che erstellt automatisch ext3-\n"
"und Swap-Partitionen im ungenutzten Bereich Ihrer Festplatte.\n"
"\n"
-" * Partitionstabelle retten: Falls Ihre Partitionstabelle defekt ist,\n"
-"k旦nnen Sie durch Dr端cken dieser Schaltfl辰che versuchen Sie wieder\n"
-"herzustellen. Seien Sie vorsichtig und denken Sie immer daran, dass dieser\n"
-"Versuch misslingen kann.\n"
+"Mehr: bietet weitere M旦glichkeiten:\n"
"\n"
-" * R端ckg辰ngig: Mit dieser Schaltfl辰che k旦nnen Sie alle Einstellungen\n"
-"r端ckg辰ngig machen.\n"
+" * Partitionstabelle schreiben: Falls Sie Ihre aktuelle Partitionstabelle\n"
+"auf Diskette speichern wollen, falls Sie sie sp辰ter wiederherstellen\n"
+"wollen, k旦nnen Sie das mit Hilfe dieser Schaltfl辰che tun.\n"
+"\n"
+" * Partitionstabelle wiederherstellen: Mit dieser Schaltfl辰che k旦nnen Sie\n"
+"eine vorher auf Diskette gesicherte Partitionstabelle wieder herstellen.\n"
+"\n"
+" * Partitionstabelle retten: Sollte Ihre Partitionstabelle zerst旦rt\n"
+"worden sein, k旦nnen Sie versuchen, mit dieser Schaltfl辰che eine\n"
+"Restaurierung vorzunehmen. Seien Sie vorsichtig! es ist nicht\n"
+"unwahrscheinlich, dass dieser Versuch fehl schl辰gt.\n"
"\n"
-" * Neu laden: Sie k旦nnen durch Bet辰tigen dieser Schaltfl辰che alle\n"
-"Einstellungen r端ckg辰ngig machen und die (noch bestehende) Partitionstabelle\n"
-"neu laden.\n"
+" * Partitionstabelle neu laden: Alle nderungen verwerfen und mit der\n"
+"urspr端nglichen Partitionstabelle neu beginnen.\n"
+"\n"
+" * Wechselmedien automatisch Einh辰ngen: Entfernen dieser Markierung f端hrt\n"
+"dazu, dass die Anwender hinterher die Wechselmedien manuell ein- und\n"
+"aush辰ngen m端ssen.\n"
"\n"
" * Assistent: Falls Sie keine Ahnung haben wie Sie die Festplatte\n"
"partitionieren sollen, w辰hlen Sie diese Schaltfl辰che. Sie 端berlassen damit\n"
"die gesamte Arbeit unserem Assistenten, der mittels Abra Kadabra(TM) Ihre\n"
"Platte partitioniert.\n"
"\n"
-" * Von Diskette wiederherstellen: Falls Sie Ihre Partitionstabelle vor\n"
-"Beginn auf eine Diskette gespeichert haben, k旦nnen Sie sie mittels dieser\n"
-"Schaltfl辰che wieder zur端ckschreiben.\n"
+" * R端ckg辰ngig: Mit dieser Schaltfl辰che k旦nnen Sie alle Einstellungen\n"
+"r端ckg辰ngig machen.\n"
"\n"
-" * Auf Diskette speichern: Falls Sie Ihre aktuelle Partitionstabelle auf\n"
-"Diskette speichern wollen, falls Sie sie sp辰ter wiederherstellen wollen,\n"
-"k旦nnen Sie das mit Hilfe dieser Schaltfl辰che tun.\n"
+" * In den Experten-/ Normal-Modus wechseln: Anbieten bzw. Maskieren von\n"
+"Zusatzm旦glichkeiten.\n"
"\n"
" * Fertig: Nachdem Sie das Partitionieren Ihrer Festplatte beendet haben,\n"
"aktivieren Sie diese Schaltfl辰che, um Ihre nderungen zu speichern.\n"
@@ -3766,23 +3859,26 @@ msgstr ""
"\n"
"Wenn eine Partition ausgew辰hlt ist, k旦nnen Sie mittels:\n"
"\n"
-" * [Strg]-[C] - eine neue Partition erstellen (wenn Sie auf einer leeren\n"
+" * Ctrl- C - eine neue Partition erstellen (wenn Sie auf einer leeren\n"
"Partition sind)\n"
"\n"
-" * [Strg]-[D] - die Partition l旦schen\n"
+" * Ctrl- D - die Partition l旦schen\n"
"\n"
-" * [Strg]-[M] - dem Einh辰ngpunkt festlegen\n"
+" * Ctrl- M - dem Einh辰ngpunkt festlegen.\n"
+"\n"
+"Um mehr Informationen 端ber die verschiedenen Dateisystemtypen zu erhalten,\n"
+"lesen Sie bitte das Kapitel ext2FS in der Reference Manual.\n"
"\n"
"Falls Sie die Installation auf einem PPC-Rechner vornehmen, sollten Sie\n"
-"eine mindestens 1 MB groe HFS Start-Partition f端r den\n"
-"Betriebssystemstarter Yaboot erstellen. Wenn Sie diese Partition etwas\n"
-"gr旦er dimensionieren, etwa 50 MB, haben Sie einen geeigneten Platz, um\n"
+"eine mindestens 1MB, groe HFS Start-Partition f端r den\n"
+"Betriebssystemstarter yaboot erstellen. Wenn Sie diese Partition etwas\n"
+"gr旦er dimensionieren, etwa 50MB, haben Sie einen geeigneten Platz, um\n"
"einen Rettungskern samt RamDisk abzulegen, um in Notf辰llen starten zu\n"
"k旦nnen."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:513
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:507
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
"Please choose the one you want to resize in order to install your new\n"
@@ -3814,68 +3910,67 @@ msgid ""
"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
"disk or partition is called \"C:\")."
msgstr ""
-"Es wurde mehr als nur eine Microsoft Windows(TM) Partition auf Ihrer Platte\n"
-"gefunden. Bitte w辰hlen Sie welche Sie verkleinern wollen, um Ihr neues\n"
-"Betriebssystem Mandrake Linux installieren zu k旦nnen.\n"
+"Es wurde mehr als eine Windows Partition gefunden. W辰hlen Sie bitte, welche\n"
+"sie verleinern wollen, um Platz f端r Ihr neues Mandrake Linux zu schaffen.\n"
"\n"
-"Zu Ihrer Information sind alle Partitionen folgendermaen aufgef端hrt:\n"
-"Linuxname, Windowsname, Kapazit辰t.\n"
+"Die Partitionen werden folgendermaen aufgelistet: Linux Name, Windows\n"
+"Name, Kapazit辰t.\n"
"\n"
-"Linuxname ist zusammengesetzt aus: Festplattentyp, Festplattennummer\n"
-"und Partitionsnummer (etwa, hda1 oder sdb4).\n"
+"Linux Name hat folgende Struktur: Festplattentyp, Festplattennummer,\n"
+"Partitionsnummer (etwa hda1).\n"
"\n"
-"Festplattentyp ist hd falls es sich um einen IDE Platte handelt und\n"
-"sd wenn es eine SCSI Platte ist.\n"
+"Hard drive type ist hd, falls Ihre Platte eine IDE/ATAPI Platte ist\n"
+"und sd, wenn es sich um eine SCSI Platte handelt.\n"
"\n"
-"Festplattennummer ist der Buchstabe hinter hd oder sd. Bei IDE\n"
-"Platten bedeutet:\n"
+"Festplattennummer ist immer der Buchstabe hinter dem Festplattentyp. Bei\n"
+"IDE Platten bedeutet:\n"
"\n"
-" * a - Master Festplatte am prim辰ren IDE Kontroller,\n"
+" * a bedeutet Master Platte am prim辰ren IDE-Controller;\n"
"\n"
-" * b - Slave Festplatte am prim辰ren IDE Kontroller,\n"
+" * b bedeutet Slave Platte am prim辰ren IDE-Controller;\n"
"\n"
-" * c - Master Festplatte am sekund辰ren IDE Kontroller,\n"
+" * c bedeutet Master Platte am sekund辰ren IDE-Controller;\n"
"\n"
-" * d - Slave Festplatte am sekund辰ren IDE Kontroller.\n"
+" * d bedeutet Slave Platte am sekund辰ren IDE-Controller;\n"
"\n"
-"Bei SCSI Platten steht a f端r erste Festplatte am Bus, b f端r zweite\n"
-"Festplatte am Bus, etc.\n"
+"Bei SCSI Platten steht a f端r niedrigste SCSI ID, b f端r\n"
+"zweitniedrigste SCSI ID, etc.\n"
"\n"
-"Windowsname ist der Laufwerksbuchstabe, wie er von Windows vergeben wird\n"
-"(die erste FAT Partition der ersten Platte heit C:)."
+"Windows Name ist der Buchstabe, den die Partition unter Windows erhalten\n"
+"w端rde (die erste Partition der ersten Platte heit C:)."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:544
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
-msgstr "Bitte gedulden Sie sich etwas. Es kann einige Minuten dauern."
+msgstr "Haben Sie bitte etwas Geduld. Diese Aktion kann einige Minuten dauern."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:547
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:541
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
"installation or if you want to have greater control (\"Expert\"). You can\n"
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3884,11 +3979,11 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
"DrakX fragt Sie nun nach der gew端nschten Installationsart. Sie haben die\n"
"Wahl zwischen einer Standardinstallation (Empfehlenswert) und einer\n"
@@ -3914,6 +4009,9 @@ msgstr ""
"Installation, bis auf die Auswahl der zu installierenden Pakete,\n"
"端bersprungen.\n"
"\n"
+"Aktualisierungen von Mandrake Linux 8.1 oder aktuelleren Systemen sollten\n"
+"problemlos funktionieren.\n"
+"\n"
"Je nachdem, wie viel Erfahrung Sie mit GNU/Linux haben, k旦nnen Sie sich f端r\n"
"eine der folgenden Installations- oder Aktualisierungsarten f端r Ihr\n"
"Mandrake Linux System entscheiden:\n"
@@ -3930,23 +4028,30 @@ msgstr ""
"sich f端r diese Installationsklasse entscheiden. Die Antworten auf einige\n"
"Fragen k旦nnen sehr schwierig sein und Auswirkungen auf Sicherheit und\n"
"Stabilit辰t Ihrer Distribution haben. W辰hlen Sie diese Installationsklasse\n"
-"also wirklich nur wenn Sie wissen, was Sie tun!"
+"also wirklich nur wenn Sie wissen, was Sie tun!\n"
+"\n"
+"Dieses Handbuch wird sich auf die Installationsart Experte konzentrieren.\n"
+"Sollten Sie sich stattdessen f端r die Klasse Empfehlenswert entscheiden,\n"
+"端berlesen Sie bitte einfach die Abschnitte, die f端r Sie nicht zutreffen."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:584
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
"DrakX wird aufgrund Ihrer Sprachauswahl das f端r Sie passende\n"
"Tastaturlayout bereits ausgew辰hlt haben, Sie sollten diesen Schritt\n"
@@ -3958,12 +4063,19 @@ msgstr ""
"\n"
"Sollten Sie eine andere als die zur gew辰hlten Sprache geh旦rende Tastatur\n"
"verwenden wollen, w辰hlen Sie die Schaltfl辰che Mehr. Sie erhalten dann\n"
-"eine Liste aller unterst端tzten Tastaturen."
+"eine Liste aller unterst端tzten Tastaturen.\n"
+"\n"
+"Sollten Sie sich f端r ein Tastaturlayout einer nicht lateinischen Sprache\n"
+"entschieden haben, werden Sie im n辰chsten Schritt gefragt, mit welcher\n"
+"Tastenkombination Sie zwischen dem von Ihnen gew辰hlten und dem lateinischen\n"
+"Layout umschalten wollen."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:597
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3976,6 +4088,8 @@ msgid ""
"Note that multiple languages may be installed. Once you have selected any\n"
"additional locales, click the \"OK\" button to continue."
msgstr ""
+"Als ersten Schritt, w辰hlen Sie bitte die gew端nschte Sprache.\n"
+"\n"
"W辰hlen Sie Ihre bevorzugte Sprache f端r den Installationsvorgang und\n"
"Systemlaufzeit.\n"
"\n"
@@ -3989,8 +4103,8 @@ msgstr ""
"Sie automatisch zum n辰chsten Schritt."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:610
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -4003,7 +4117,14 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
"DrakX versucht normalerweise die Anzahl Tasten Ihrer Maus zu erkennen.\n"
"Sollte das nicht m旦glich sein, so behandelt es Ihre Maus als\n"
@@ -4017,21 +4138,30 @@ msgstr ""
"Anschlieend k旦nnen Sie die Funktionst端chtigkeit Ihrer Maus 端berpr端fen.\n"
"Verwenden Sie auch die Kn旦pfe und gegebenenfalls das Mausrad, um\n"
"sicherzustellen, dass die festgelegten Einstellungen funktionieren. Falls\n"
-"nicht, klicken Sie auf Abbrechen und w辰hlen einen anderen Treiber aus."
+"nicht, dr端cken Sie die [Leertaste] oder die Eingabetaste, um die\n"
+"Schaltfl辰che Abbrechen zu bet辰tigen und w辰hlen Sie einen anderen Treiber\n"
+"aus.\n"
+"\n"
+"Es kommt vor, dass M辰use mit R辰dern nicht korrekt erkannt werden. W辰hlen\n"
+"Sie in diesem Fall die richtige Maus aus der vorgegebenen Liste. Stellen\n"
+"Sie sicher, dass Sie auch den Anschluss richtig angegeben haben. Nach\n"
+"bet辰tigen der Schaltfl辰che OK, wird Ihnen ein Bild der gew辰hlten Maus\n"
+"gezeigt. Bewegen Sie R辰der und Tasten, um sicherzustellen, dass die Maus\n"
+"richtig erkannt wurde."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:624
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:630
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
-"Bitte w辰hlen Sie den richtigen Anschluss aus. Die COM1-Schnittstelle unter\n"
-"Windows wird beispielsweise unter GNU/Linux als ttyS0 bezeichnet."
+"W辰hlen Sie bitte den richtigen Anschluss. So ist etwa der unter Windows\n"
+"COM1 genannte Anschluss in GNU/Linux unter ttyS0 erreichbar."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:628
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -4061,15 +4191,15 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
msgstr ""
"Sie k旦nnen nun das 損root束 Passwort f端r Ihr Mandrake Linux System eingeben.\n"
-"Das Passwort muss zweimal eingegeben werden, um sicher zu stellen, dass sie\n"
+"Das Passwort muss zweimal eingegeben werden, um sicher zu stellen, dass Sie\n"
"es korrekt eingegeben haben.\n"
"\n"
"損root束 ist das Benutzerkennzeichen des Systemadministrators. Er ist der\n"
@@ -4088,7 +4218,7 @@ msgstr ""
"zugegriffen hat!\n"
"\n"
"Das Passwort sollte eine Mischung aus alphanumerischen Zeichen sein und\n"
-"mindestens 8 Zeichen lang sein. Es sollte niemals irgendwo aufgeschrieben\n"
+"mindestens 8 Zeichen lang. Es sollte niemals irgendwo aufgeschrieben\n"
"werden.\n"
"\n"
"Machen Sie das Passwort aber nicht zu lang oder zu kompliziert: Sie sollten\n"
@@ -4102,17 +4232,17 @@ msgstr ""
"Diese h辰ngen davon ab, ob Sie mit sich mit einem Authentifizierungsserver\n"
"verbinden wollen oder nicht.\n"
"\n"
-"Falls in Ihrem Netzwerk das LDAP (oder NIS) Protokoll f端r die\n"
-"Authentifizierung verwendet wird, w辰hlen Sie bitte den entsprechenden\n"
-"Men端punkt. Falls Sie nicht wissen, welches Protokoll Sie verwenden, fragen\n"
-"Sie Ihren Netzwerkadministrator.\n"
+"Falls in Ihrem Netzwerk LDAP, NIS oder PDC zur Authentifizierung verwendet\n"
+"wird, w辰hlen Sie bitte den entsprechenden Men端punkt. Falls Sie nicht\n"
+"wissen, welches Protokoll Sie verwenden, fragen Sie Ihren\n"
+"Netzwerkadministrator.\n"
"\n"
"Falls Ihr Rechner nicht an einem administrierten Netzwerk h辰ngt, w辰hlen Sie\n"
"bitte Lokale Dateien zur Authentifizierung."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:664
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -4151,43 +4281,33 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
+"options, which are reserved for the expert user."
msgstr ""
-"LILO und grub sind Betriebssystemstarter f端r GNU/Linux. Diese\n"
-"Installationsphase l辰uft in den meisten F辰llen v旦llig automatisch ab.\n"
-"DrakX analysiert den Bootsektor und ergreift dann die passenden\n"
-"Manahmen:\n"
+"LILO und grub sind Betriebssystemstarter f端r GNU/Linux. Diese\n"
+"Installationsphase l辰uft in den meisten F辰llen v旦llig automatisch ab. DrakX\n"
+"analysiert den Bootsektor und ergreift dann die passenden Manahmen:\n"
"\n"
-" * Findet DrakX einen Windows-Bootsektor, ersetzt es ihn durch einen\n"
-"grub oder LILO-Bootsektor. Sie erhalten dadurch die M旦glichkeit, beim\n"
+" * Findet DrakX einen Windows-Bootsektor, ersetzt es ihn durch einen grub\n"
+"oder LILO-Bootsektor. Sie erhalten dadurch die M旦glichkeit, beim\n"
"Systemstart zwischen Windows (bzw. anderen Betriebssystemen, sofern\n"
"vorhanden) und Windows auszuw辰hlen;\n"
"\n"
-" * Findet DrakX einen Linux-Bootsektor vor, ersetzt es ihn durch einen\n"
+" * Findet DrakX einen Linux-Bootsektor vor, ersetzt es ihn durch einen\n"
"neuen;\n"
"\n"
-"Im Zweifelsfall bietet DrakX Ihnen einen Dialog mit verschiedenen\n"
+"Im Zweifelsfall bietet DrakX Ihnen einen Dialog mit verschiedenen\n"
"Auswahlm旦glichkeiten.\n"
"\n"
" * Zu verwendender Betriebssystemstarter: Hier erhalten Sie drei\n"
"Alternativen:\n"
"\n"
-" * Grub: Falls Sie grub (Textmen端) bevorzugen.\n"
+" * Grub: Falls Sie grub (Textmen端) bevorzugen.\n"
"\n"
-" * LILO mit grafischem Men端: Falls Sie LILO mit seiner grafischen\n"
+" * LILO mit grafischem Men端: Falls Sie LILO mit seiner grafischen\n"
"Oberfl辰che bevorzugen.\n"
"\n"
-" * LILO mit Textmen端: Falls Sie LILO mit Textmen端 als Ihren\n"
-"Favoriten ansehen.\n"
+" * LILO mit Textmen端: Falls Sie LILO mit Textmen端 als Ihren Favoriten\n"
+"ansehen.\n"
"\n"
" * Boot Ger辰t: Normalerweise m端ssen Sie hier nichts 辰ndern (/dev/hda),\n"
"Sie k旦nnten jedoch den Starter auch auf der zweiten Platte installieren,\n"
@@ -4206,50 +4326,44 @@ msgstr ""
"ver辰ndern ... !!\n"
"\n"
"Durch w辰hlen der Schaltfl辰che Fortgeschritten erhalten Sie etliche\n"
-"Optionen, die dem fortgeschrittenen Anwender vorbehalten bleiben.\n"
-"\n"
-"Mandrake Linux installiert normalerweise seinen eigenen\n"
-"Betriebssystemstarter, der Sie sowohl GNU/Linux, als auch alle anderen\n"
-"installierten Betriebssysteme starten l辰sst.\n"
-"\n"
-"Sollte sich auf Ihrem Rechner bereits ein anderes Betriebssystem befinden,\n"
-"so wird dieses - sofern es erkannt wird - automatisch zu dem Startmen端\n"
-"hinzugef端gt. Hier k旦nnen Sie noch einige Feineinstellungen f端r die\n"
-"bestehenden Optionen vornehmen. Markieren Sie einen bestehenden Eintrag und\n"
-"bet辰tigen Sie die Schaltfl辰che ndern, um ihn anzupassen oder zu l旦schen;\n"
-"Hinzuf端gen erzeugt einen neuen Eintrag und Fertig bringt Sie zum\n"
-"n辰chsten Installationsschritt."
+"Optionen, die dem fortgeschrittenen Anwender vorbehalten bleiben."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:713
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:710
msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
+"\n"
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
"you will need a boot disk in order to boot those other operating systems!"
msgstr ""
-"LILO (der LInux LOader) und grub sind Betriebssystemstarter: Diese\n"
-"Programme starten entweder GNU/Linux oder die anderen Betriebssysteme, die\n"
-"auf Ihrem Rechner vorhanden sind. Normalerweise erkennen diese Werkzeuge\n"
-"alle existierenden Betriebssysteme korrekt und bieten Sie als\n"
-"Startalternativen an. Ist dies einmal nicht der Fall, k旦nnen Sie hier\n"
-"manuell helfend eingreifen. Seien Sie jedoch vorsichtig, dass sie die\n"
-"korrekten Parameter eingeben.\n"
+"Nachdem Sie die allgemeinen BS-Startetr Parameter eingestellt haben,\n"
+"bekommen Sie die Liste m旦glicher Betriebssystemalternativen f端r das\n"
+"Startmen端 gezeigt.\n"
"\n"
-"Eventuell m旦chten Sie anderen Anwendern nicht die M旦glichkeit geben, diese\n"
-"anderen Betriebssysteme zu verwenden, in diesem Fall k旦nnen Sie den\n"
-"entsprechenden Eintrag einfach l旦schen. Das hat jedoch zur Folge, dass sie\n"
-"eine Startdiskette ben旦tigen, um diese Betriebssysteme in Zukunft starten\n"
-"zu k旦nnen."
+"Sollte sich auf Ihrem Rechner bereits ein anderes Betriebssystem befinden,\n"
+"so wird dieses - sofern es erkannt wird - automatisch zu dem Startmen端\n"
+"hinzugef端gt. Hier k旦nnen Sie noch einige Feineinstellungen f端r die\n"
+"bestehenden Optionen vornehmen. Markieren Sie einen bestehenden Eintrag und\n"
+"bet辰tigen Sie die Schaltfl辰che ndern, um ihn anzupassen oder zu l旦schen;\n"
+"Hinzuf端gen erzeugt einen neuen Eintrag und Fertig bringt Sie zum\n"
+"n辰chsten Installationsschritt.\n"
+"\n"
+"M旦glicherweise wollen Sie auch nicht, dass andere Anwender Zugiff auf die\n"
+"端brigen installierten Betriebssysteme bekommen. In diesem Fall k旦nnen Sie\n"
+"die jeweiligen Eintr辰ge entfernen, Sie m端ssen jedoch selbst f端r\n"
+"Startdisketten sorgen, um diese Syteme erreichen zu k旦nnen!"
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
#: ../../help.pm_.c:724
msgid ""
"You must indicate where you wish to place the information required to boot\n"
@@ -4258,14 +4372,14 @@ msgid ""
"Unless you know exactly what you are doing, choose \"First sector of drive\n"
"(MBR)\"."
msgstr ""
-"Sie m端ssen nun entscheiden, wo die Informationen zum Starten Ihrer\n"
+"\"Sie m端ssen nun entscheiden, wo die Informationen zum Starten Ihrer\n"
"GNU/Linux Distribution erstellt werden sollen.\n"
"\n"
"Sofern Sie nicht genau wissen, was sie machen sollen, w辰hlen Sie Erster\n"
-"Sektor der Platte (MBR)"
+"Sektor der Platte (MBR)."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
#: ../../help.pm_.c:731
msgid ""
"Here, we select a printing system for your computer. Other OSs may offer\n"
@@ -4295,8 +4409,9 @@ msgid ""
"Otherwise, CUPS is preferable as it is simpler and better at working over\n"
"networks."
msgstr ""
-"Sie k旦nnen nun ein Drucksystem w辰hlen. Wo andere Betriebssysteme Ihnen nur\n"
-"eins bieten, bietet Mandrake Linux Ihnen drei:\n"
+"Hier k旦nnen Sie das Drucksystem f端r Ihren Rechner w辰hlen. Andere\n"
+"Betriebssysteme bieten Ihnen nur eines, bei Mandrake Linux k旦nnen Sie\n"
+"zwischen drei verschiedenen w辰hlen.\n"
"\n"
" * pdq - Es steht f端r print, don't queue (engl. f端r Drucken ohne\n"
"Warteschlange). Falls Sie einen Drucker haben, der direkt an Ihrem Rechner\n"
@@ -4305,7 +4420,7 @@ msgstr ""
"dabei aber extrem langsam. W辰hlen Sie pdq, wenn Sie ein GNU/Linux Neuling\n"
"sind. Sie k旦nnen diese Wahl sp辰ter immer wieder 辰ndern, indem Sie\n"
"PrinterDrake im Mandrake Kontrollzentrum starten und dort die Schaltfl辰che\n"
-"Expertenmodus bet辰tigen.\n"
+">Expertenmodus bet辰tigen.\n"
"\n"
" * CUPS - Mit dem Common Unix Printing System (engl. f端r Allgemeines\n"
"Unix-Drucksystem) k旦nnen Sie ebenso gut um auf Ihrem direkt\n"
@@ -4315,32 +4430,32 @@ msgstr ""
"verwendet werden - Es ist somit r端ckw辰rtskompatibel. Es ist sehr m辰chtig,\n"
"in seiner Grundeinstellung verh辰lt es sich jedoch genau wie pdq. Wenn Sie\n"
"einen lpd Server ben旦tigen, m端ssen Sie einfach nur den cups-lpd D辰mon\n"
-"starten. CUPS bietet grafische Konfigurations- und Druckmen端s.\n"
+"starten. CUPS bietet grafische Konfigurations- und Druckmen端s.\n"
"\n"
-" * LPRng - Line Printer Daemon new generation (engl. f端r\n"
+" * lprNG - line printer daemon New Generation (engl. f端r\n"
"Zeilendrucker-D辰mon - Neue Generation). Dieses System bietet etwa das\n"
"gleiche, was die beiden vorherigen k旦nnen, es erlaubt Ihnen jedoch auch auf\n"
"Drucker in Novell Netzwerken zuzugreifen, da es das IPX Protokoll\n"
-"beherrscht. Falls Sie das ben旦tigen, verwenden Sie LPRng. Andernfalls ist\n"
+"beherrscht. Falls Sie das ben旦tigen, verwenden Sie lprNG. Andernfalls ist\n"
"CUPS vorzuziehen, da es benutzerfreundlicher ist und in\n"
"Nicht-IPX-Netzwerken besser funktioniert."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
#: ../../help.pm_.c:759
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -4356,11 +4471,11 @@ msgid ""
"Windows on your system)."
msgstr ""
"DrakX versucht nun alle IDE Festplatten Ihres Systems zu finden. Unter\n"
-"Anderem sucht DrakX auch nach PCI SCSI-Karten, die es kennt, um sie\n"
+"Anderem sucht DrakX auch nach PCISCSI-Karten, die es kennt, um sie\n"
"automatisch mit dem richtigen Treiber einzubinden.\n"
"\n"
-"Falls Sie 端ber keinen SCSI Adapter verf端gen, es sich um einen ISA SCSI\n"
-"Adapter handelt oder um einen PCI SCSI Adapter, bei dem DrakX nicht wei,\n"
+"Falls Sie 端ber keinen SCSI Adapter verf端gen, es sich um einen ISASCSI\n"
+"Adapter handelt oder um einen PCISCSI Adapter, bei dem DrakX nicht wei,\n"
"welcher Treiber funktioniert, werden Sie gebeten, DrakX zu helfen.\n"
"\n"
"Ist in Ihrem Rechner kein SCSI Adapter, w辰hlen Sie einfach Nein. Sollten\n"
@@ -4373,13 +4488,13 @@ msgstr ""
"funktioniert das.\n"
"\n"
"Falls nicht, m端ssen Sie die Optionen angeben. Schauen Sie im\n"
-"Installationshandbuch, wie Sie diese Informationen erhalten k旦nnen: etwa\n"
+"Installationshandbuch, wie Sie diese Informationen erhalten k旦nnen: etwa\n"
"unter Windows (sofern das auf Ihren Rechner installiert ist), aus den\n"
"Handb端chern, die sie mit dem Adapter erhalten haben oder von den Web-Seiten\n"
"des Hardware-Anbieters (sofern Sie einen WWW-Zugang haben)."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
#: ../../help.pm_.c:786
msgid ""
"You can add additional entries for yaboot, either for other operating\n"
@@ -4428,7 +4543,7 @@ msgid ""
"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
"selections."
msgstr ""
-"Sie k旦nnen weitere Yaboot Eintr辰ge angeben, etwa f端r andere\n"
+"Sie k旦nnen weitere yaboot Eintr辰ge angeben, etwa f端r andere\n"
"Betriebssysteme, alternative Kerne oder ein Rettungssystem.\n"
"\n"
"F端r ein anderes BS k旦nnen Sie nur einen Namen und die Start-Partition\n"
@@ -4436,14 +4551,14 @@ msgstr ""
"\n"
"F端r Linux gibt es einige Parameter:\n"
"\n"
-" * Identifikator: Es handelt sich um den Namen, den Sie an der Yaboot\n"
+" * Identifikator: Es handelt sich um den Namen, den Sie an der yaboot\n"
"Eingabeaufforderung angeben m端ssen, um diese Alternative zu w辰hlen.\n"
"\n"
" * Kern: Der Name des BS-Kerns, den sie starten wollen. Normalerweise\n"
"handelt es sich um vmlinuz oder eine Variante von vmlinuz mit einer\n"
"Versionsnummer.\n"
"\n"
-" * Verzeichnisbaumwurzel: Die Verzeichnisbaumwurzel / Ihrer Linux\n"
+" * Verzeichnisbaumwurzel: Die Verzeichnisbaumwurzel / Ihrer Linux\n"
"Installation.\n"
"\n"
" * bergeben: Auf Apple Hardware, wird die bergabem旦glichkeit weiterer\n"
@@ -4452,10 +4567,10 @@ msgstr ""
"klassische Apple-M辰use von Hause aus mit 2 fehlenden Maustasten\n"
"ausgeliefert werden. Hier einige Beispiele:\n"
"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
+" 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"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
"\n"
" * Init-RamDisk: Dieser Parameter kann entweder verwendet werden, um beim\n"
"Betriebssystemstart bereits zus辰tzliche Kern-Module zur Verf端gung zu haben,\n"
@@ -4476,13 +4591,13 @@ msgstr ""
"novideo-Modus, also im FrameBuffer-Modus zu starten.\n"
"\n"
" * Standard: W辰hlt diesen Eintrag als Standard Linux-Kern, den Sie durch\n"
-"Dr端cken von [Enter] an der Yaboot Eingabeaufforderung gestartet bekommen.\n"
+"Dr端cken von Enter an der yaboot Eingabeaufforderung gestartet bekommen.\n"
"Wenn Sie die [Tab]-Taste an der Eingabeaufforderung dr端cken, erhalten Sie\n"
"eine Liste der verf端gbaren Alternativen. Der Standardeintrag wird mit einem\n"
"Stern * markiert."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
#: ../../help.pm_.c:833
msgid ""
"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
@@ -4516,14 +4631,14 @@ msgid ""
" * Default OS: you can select which OS will boot by default when the Open\n"
"Firmware Delay expires."
msgstr ""
-"Yaboot ist ein BS-Starter f端r NewWorld MacIntosh Rechner. Er kann sowohl\n"
+"Yaboot ist ein BS-Starter f端r NewWorld MacIntosh Rechner. Er kann sowohl\n"
"GNU/Linux als auch MacOS oder MacOS X starten, falls diese auf Ihrem\n"
"Rechner installiert sind. Normalerweise werden diese Betriebssysteme alle\n"
"automatisch gefunden und eingebunden. Sollte dies nicht der Fall sein,\n"
"k旦nnen Sie diese hier manuell hinzuf端gen. Stellen Sie jedoch sicher, die\n"
"richtigen Parameter zu verwenden.\n"
"\n"
-"Die Hauptparameter von Yaboot sind:\n"
+"Die Hauptparameter von yaboot sind:\n"
"\n"
" * Init Nachricht: Ein Text, der vor der Eingabeaufforderung angezeigt\n"
"wird.\n"
@@ -4533,27 +4648,27 @@ msgstr ""
"einem fr端heren Schritt bereits eine Boot-Partition angelegt haben, um diese\n"
"Daten zu beherbergen.\n"
"\n"
-" * Open Firmware Verz旦gerung: Im Gegensatz zu LILO, stehen mit Yaboot\n"
+" * Open Firmware Verz旦gerung: Im Gegensatz zu LILO, stehen mit yaboot\n"
"zwei Verz旦gerungen zur Verf端gung. Die erste Verz旦gerung wird in Sekunden\n"
"angegeben und dient zur Auswahl zwischen CD, OF Boot, MacOS oder Linux.\n"
"\n"
" * BS-Startverz旦gerung f端r den Kern: Diese Verz旦gerung entspricht der\n"
-"LILO Start-Verz旦gerung. Sie haben nach der Auswahl von GNU/Linux diese\n"
+"LILO Start-Verz旦gerung. Sie haben nach der Auswahl von GNU/Linux diese\n"
"Verz旦gerung (in 0,1 Sekunden Schritten) Zeit, bis der Standardkern geladen\n"
"wird.\n"
"\n"
" * BS-Start von CD erlauben: Markieren dieses Punkts erlaubt es Ihnen an\n"
-"der ersten Eingabeaufforderung C f端r den Start von CD zu w辰hlen.\n"
+"der ersten Eingabeaufforderung [C] f端r den Start von CD zu w辰hlen.\n"
"\n"
" * Open Firmware Start erlauben: Markieren dieses Punkts erlaubt es Ihnen\n"
-"an der ersten Eingabeaufforderung N f端r den Open Firmware Start zu\n"
+"an der ersten Eingabeaufforderung [N] f端r den Open Firmware Start zu\n"
"w辰hlen.\n"
"\n"
" * Standard BS: Hiermit stellen Sie ein, welches Betriebssystem nach\n"
"Ablauf der Open Firmware Verz旦gerung automatisch gestartet werden soll."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
#: ../../help.pm_.c:865
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
@@ -4572,7 +4687,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -4615,20 +4732,20 @@ msgstr ""
"Parameter 辰ndern."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:894
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:896
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
"and will not be recoverable!"
msgstr ""
-"W辰hlen Sie die Festplatte, die sie l旦schen wollen, um Ihre neue Mandrake\n"
-"Linux Distribution darauf zu installieren. Achtung: Alle darauf\n"
-"befindlichen Daten gehen bei diesem Schritt unwiederbringlich verloren!"
+"Bitte w辰hlen Sie die Festplatte, die Sie l旦schen wollen, um Ihr neues\n"
+"Mandrake Linux zu installieren. Bedenken Sie dabei, dass alle Daten auf\n"
+"dieser Platte nach diesem Schritt unwiederbringlich verloren sind!"
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/de/drakx-help.xml
-#: ../../help.pm_.c:899
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/de/drakx-chapter.xml
+#: ../../help.pm_.c:901
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -4638,13 +4755,12 @@ msgid ""
"Click on \"Cancel\" to cancel this operation without losing any data and\n"
"partitions present on this hard drive."
msgstr ""
-"W辰hlen Sie OK, wenn Sie alle Partitionen (damit auch alle Daten) dieser\n"
-"Festplatte l旦schen wollen. Achtung: durch Bet辰tigen dieser Schaltfl辰che\n"
-"werden alle Daten auf der Festplatte unwiederbringlich gel旦scht (auch alle\n"
-"evtl. vorhandenen Windows(TM)-Daten)!\n"
+"Bet辰tigen Sie die Schaltfl辰che OK, wenn Sie alle Partitionen und die\n"
+"darauf befindlichen Daten l旦schen wollen. Bedenken Sie, dass Sie nach\n"
+"bet辰tigen der Schaltfl辰che auch an die m旦glichweise noch vorhandenen\n"
+"Windows Daten nicht mehr gelangen werden!\n"
"\n"
-"W辰hlen Sie Abbruch, um die vorhandenen Daten unangetastet zu lassen und\n"
-"die Operation abzubrechen."
+"W辰hlen Sie Abbruch, um ohne Datenverlust die Aktion abtzubrechen."
#: ../../install2.pm_.c:111
#, c-format
@@ -4663,7 +4779,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Sie m端ssen auch %s formatieren."
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4688,22 +4804,36 @@ msgstr ""
"\n"
"Wollen Sie diese Server wirklich installieren?\n"
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+"Folgende Pakete werden entfernt, um das Aktualisieren Ihres Rechners zu "
+"erm旦glichen: %s\n"
+"\n"
+"\n"
+"Wollen Sie diese Pakete wirklich entfernen?\n"
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr ""
"Ich kann kein Broadcast machen,\n"
"da keine NIS Dom辰ne angegeben wurde"
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Legen Sie eine leere, FAT formatierte Diskette in Laufwerk %s ein."
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr "Diese Diskette ist nich FAT formatiert"
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4711,11 +4841,20 @@ msgstr ""
"Um diese gespeicherte Paketauswahl zu verwenden, starten Sie die \n"
"Installation bitte mit: boot defcfg=floppy"
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Fehler beim Lesen der Datei %s"
+#: ../../install_any.pm_.c:1023
+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 ""
+"Ein Fehler ist aufgetreten - es wurden keine g端ltigen Ger辰te gefunden, auf "
+"denen neue Dateisysteme erstellt werden k旦nnen. Bitte 端berpr端fen Sie Ihre "
+"Hardware(-Konfiguration) auf m旦gliche Fehler und falsche Einstellungen."
+
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -4749,59 +4888,59 @@ msgstr ""
"\n"
"Wollen Sie trotzdem fortfahren?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Sie m端ssen eine FAT Partition in /boot/efi eingeh辰ngt haben."
-#: ../../install_interactive.pm_.c:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "Freien Platz verwenden"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr "Nicht genug freier Platz, um die neue Partition anlegen zu k旦nnen."
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr "Verwende existierende Partition(en)"
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr "Es gibt keine existierende Partition, die ich verwenden kann."
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr "Auf der Windows Partition Loopbacks anlegen"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Auf welche Partition wollen Sie Linux4Win installieren?"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "W辰hlen Sie die Gr旦en"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "Gr旦e der Verzeichnisbaumwurzel-Partition in MB: "
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "Gr旦e der Auslagerungspartition in MB: "
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr "Den freien Platz der Windows Partition verwenden"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr "Bei welcher Partition wollen Sie die Gr旦e 辰ndern?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr "Errechne die Grenzen des Windows Dateisystems"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4811,7 +4950,7 @@ msgstr ""
"Partition nicht arbeiten. Folgender Fehler trat auf:\n"
"%s"
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
@@ -4820,7 +4959,7 @@ msgstr ""
"Ihre Windows-Partition ist zu sehr fragmentiert.\n"
"Starten Sie bitte erst defrag unter Windows."
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm_.c:140
msgid ""
"WARNING!\n"
"\n"
@@ -4841,21 +4980,21 @@ msgstr ""
"Sie sollten nat端rlich generell Sicherheitskopien Ihrer Daten angelegt\n"
"haben. Falls dies der Fall ist, k旦nnen Sie mit OK fortfahren."
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr "Wieviel Platz ben旦tigen sie noch f端r Windows auf"
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr "Partition %s"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT Gr旦enanpassung schlug Fehl: %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -4864,36 +5003,36 @@ msgstr ""
"ich als Loopback verwenden kann (m旦glicherweise haben Sie auch einfach\n"
"nur nichtmehr gen端gend freien Speicher)."
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "Komplette Platte l旦schen"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "Windows(TM) l旦schen"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
"Sie haben mehr als eine Festplatte.\n"
"Auf welche soll GNU/Linux installiert werden?"
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"SMTLICHE existierende Partitionen samt der derauf befindlichen Daten \n"
"auf Laufwerk %s gehen dabei verloren"
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
msgstr "Benutzerdefinierte Partitionierung"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "Fdisk verwenden"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4903,28 +5042,28 @@ msgstr ""
"Vergessen Sie nicht die Einstellungen mittels ,w` zu speichern, \n"
"sobald Sie fertig sind."
-#: ../../install_interactive.pm_.c:227
+#: ../../install_interactive.pm_.c:229
msgid "You don't have enough free space on your Windows partition"
msgstr "Sie haben nicht genug freien Platz auf Ihrer Windows Partition."
-#: ../../install_interactive.pm_.c:243
+#: ../../install_interactive.pm_.c:245
msgid "I can't find any room for installing"
msgstr "Ich finde nicht genug Platz f端r die Installation."
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Der DrakX Partitionierungsassistent fand folgende L旦sung:"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr "Das Partitionieren schlug Fehl: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "Netzwerkverbindung herstellen"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "Netzwerkverbindung trennen"
@@ -4936,12 +5075,12 @@ msgstr ""
"Es trat ein Fehler auf. Ich wei jedoch nicht, wie ich damit sinnvoll \n"
"umgehen soll. Sie k旦nnen fortfahren, jedoch auf eigenes Risiko!"
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "Den Einh辰ngpunkt %s kopieren"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -4953,12 +5092,12 @@ msgstr ""
"Testen Sie die CD-ROM auf einem Linux-Rechner mittels rpm -qpl \n"
"Mandrake/rpms/*.rpm\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "Willkommen auf %s"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "Kein Disketten-Laufwerk verf端gbar"
@@ -4989,73 +5128,73 @@ msgstr "Installationsart"
msgid "Please choose one of the following classes of installation:"
msgstr "Bitte w辰hlen Sie eine der folgenden Installationsklassen:"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "Auswahl der Paketgruppen"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr "Individuelle Paketauswahl"
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Gesamtgr旦e: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "Ung端ltiges Paket"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "Name: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "Version: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "Gr旦e: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "Wichtigkeit: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"Sie k旦nnen dieses Paket nicht ausw辰hlen, da Sie nicht genug Plattenplatz "
"haben."
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr "Die folgenden Pakete werden installiert werden"
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr "Die folgenden Pakete werden entfernt"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr "Sie k旦nnen dieses Paket nicht ausw辰hlen/es aus der Auswahl entfernen."
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr "Dieses Paket ist existenziell, sie k旦nnen es nicht deselektieren"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr ""
"Sie k旦nnen dieses Paket nicht aus der Auswahl entfernen. \n"
"Es ist bereits installiert!"
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -5063,76 +5202,76 @@ msgstr ""
"Dieses Paket muss aktualisiert werden.\n"
"Sind Sie sicher, dass Sie es aus der Auswahl entfernen wollen?"
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr ""
"Sie k旦nnen dieses Paket nicht aus der Auswahl entfernen. \n"
"Es muss aktualisiert werden!"
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr "Anzeige automatisch markierter Pakete"
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "Installation"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
msgid "Load/Save on floppy"
msgstr "Laden von/Speichern auf Diskette"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
msgid "Updating package selection"
msgstr "Erneuere Paket Auswahl"
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
msgid "Minimal install"
msgstr "Minimal-Installation"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "Zu installierende Pakete ausw辰hlen"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "Installation wird durchgef端hrt"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "Sch辰tzung"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "Verbleibende Zeit "
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
msgid "Please wait, preparing installation..."
msgstr "Bitte warten, bereite Installation vor"
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d Pakete"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "Installation des Pakets %s"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Akzeptieren"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "Zur端ckweisen"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5147,17 +5286,17 @@ msgstr ""
"dann dr端cken Sie OK.\n"
"Falls Sie sie nicht vorliegen haben, dr端cken Sie Abbruch."
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "Wollen Sie trotzdem fortfahren?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "Bei der Anforderung folgender Pakete trat ein Fehler auf:"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr "Bei der Installation der Pakete trat ein Fehler auf:"
@@ -5360,7 +5499,7 @@ msgstr ""
"der Mandrake Linux-Lizenz in die deutsche Sprache. Sie ist keine\n"
"rechtsverbindliche Darstellung der Lizenzbedingungen der Software in\n"
"dieser Distribution - nur der urspr端ngliche franz旦sische Text der\n"
-"Mandrake Linux Lizenz ist rechtsverbindlich. Wir hoffen aber, dass diese\n"
+"Mandrake Linux-Lizenz ist rechtsverbindlich. Wir hoffen aber, dass diese\n"
"bersetzung den deutschsprechenden Benutzern das Verst辰ndnis dieser\n"
"Lizenz erleichtert.\n"
"\n"
@@ -5399,7 +5538,7 @@ msgstr ""
"gegeben soweit es gesetzlich zul辰ssig ist.\n"
"MandrakeSoft S. A. haftet unter keinen Umst辰nden, soweit gesetzlich\n"
"zul辰ssig, f端r direkte oder indirekte Sch辰den irgendwelcher Art,\n"
-"(inklusive uneingeschr辰nkt Sch辰den aufgrund Verlust von\n"
+"(inklusive uneingeschr辰nkten Sch辰den aufgrund Verlust von\n"
"Gesch辰ftsbeziehungen, Unterbrechung von Gesch辰ftsvorg辰ngen,\n"
"finanziellen Verlust, Geb端hren oder Strafen aufgrund gerichtlicher\n"
"Entscheide, oder jegliche Folgesch辰den) die aufgrund der Benutzung oder\n"
@@ -5414,7 +5553,7 @@ msgstr ""
"\n"
"Soweit gesetzlich zul辰ssig, haften MandrakeSoft S. A. und deren\n"
"Vertreiber unter keinen Umst辰nden f端r direkte oder indirekte Sch辰den\n"
-"irgendwelcher Art, (inklusive uneingeschr辰nkt Sch辰den aufgrund Verlust\n"
+"irgendwelcher Art, (inklusive uneingeschr辰nkten Sch辰den aufgrund Verlust\n"
"von Gesch辰ftsbeziehungen, Unterbrechung von Gesch辰ftsvorg辰ngen,\n"
"finanziellen Verlust, Geb端hren oder Strafen aufgrund gerichtlicher\n"
"Entscheide, oder jegliche Folgesch辰den) die aufgrund des Besitzes und\n"
@@ -5466,14 +5605,14 @@ msgstr ""
"werden vorzugsweise auergerichtlich beigelegt. Letztes Mittel ist das\n"
"zust辰ndige Gericht in Paris, Frankreich.\n"
"Zu jeglicher Frage zu diesem Dokument kontaktieren Sie bitte\n"
-"MandrakeSoft S. A..\n"
-"Introduction\n"
+"MandrakeSoft S. A.\n"
"\n"
"\n"
"\n"
+"Hier die franz旦sche Version:\n"
"\n"
"\n"
-"Hier die franz旦sche Version:\n"
+"Introduction\n"
"\n"
"Le syst竪me d'exploitation et les divers composants disponibles dans la \n"
"distribution Mandrake Linux sont ci-apr竪s d辿nomm辿s ensemble les \n"
@@ -5577,10 +5716,10 @@ msgstr ""
#: ../../install_steps_interactive.pm_.c:191
msgid "Are you sure you refuse the licence?"
-msgstr ""
+msgstr "Sind Sie sicher, dass Sie die Lizenz zur端ckweisen wollen?"
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Tastatur"
@@ -5628,11 +5767,11 @@ msgstr "Nur Pakete aktualisieren"
msgid "Please choose the type of your mouse."
msgstr "Bitte w辰hlen Sie Ihren Maustyp."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "Maus Port"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Bitte w辰hlen Sie den seriellen Anschluss, an dem Ihre Maus h辰ngt."
@@ -5664,46 +5803,20 @@ msgstr "IDE konfigurieren"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "Keine Partition verf端gbar"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr "Durchsuchen der Partitionen, um die Einh辰ngpunkte zu finden."
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "W辰hlen Sie die Einh辰ngpunkte"
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Vermutlich ist Ihre Partitionstabelle fehlerhaft, ich habe Probleme,\n"
-"sie zu lesen :-( (Folgender Fehler trat auf: %s).\n"
-"Ich kann fortfahren, indem ich die fehlerhaften Partitionen l旦sche \n"
-"(dabei gehen ALLE darauf vorhandenen DATEN VERLOREN!). Alternativ k旦nnen \n"
-"Sie mir jedoch auch verbieten, die Partitionstabelle zu ver辰ndern.\n"
-"\n"
-"Sind Sie einverstanden, dass ich die problematischen Partitionen l旦sche?\n"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake ist nicht in der Lage, Ihre Partitionstabelle korrekt zu \n"
-"interpretieren. Sie k旦nnen fortfahren, jedoch auf eigenes Risiko!"
-
-#: ../../install_steps_interactive.pm_.c:396
-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 ""
@@ -5711,76 +5824,74 @@ msgstr ""
"Installation wird fortgesetzt, Sie m端ssen jedoch eine Start-Partition mit "
"DiskDrake erstellen."
-#: ../../install_steps_interactive.pm_.c:405
+#: ../../install_steps_interactive.pm_.c:388
msgid "No root partition found to perform an upgrade"
msgstr ""
"Es wurde keine Verzeichnisbaumwurzel gefunden, die aktualisiert werden kann."
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "Verzeichnisbaumwurzel"
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "Welche Partition ist Ihre Verzeichnisbaumwurzel?"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"Sie m端ssen Ihren Rechner neu starten, um die nderungen \n"
"der Partitionstabelle wirksam werden zu lassen."
-#: ../../install_steps_interactive.pm_.c:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "Zu formatierende Partitionen ausw辰hlen"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr "Soll ich nach defekten Bl旦cken suchen?"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr "Partitionen formatieren"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr "Erzeugen und formatieren der Datei %s"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
"you can loose data)"
msgstr ""
+"Es traten Fehler beim Kontrollieren des Dateisystems %s auf. Wollen Sie, "
+"dass ich versuche sie zu beheben? (Achtung: das kann zu Datenverlust f端hren)"
-#: ../../install_steps_interactive.pm_.c:482
+#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
"Der Swap-Bereich ist zu klein, um die Installation zu erm旦glichen! \n"
"Bitte vergr旦ern Sie den Bereich."
-#: ../../install_steps_interactive.pm_.c:489
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:472
msgid "Looking for available packages and rebuilding rpm database..."
-msgstr "Suche nach vorhandenen Paketen"
+msgstr "Suche nach vorhandenen Paketen und aktualisieren der RPM-Datenbank ..."
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
-msgstr "Suche nach vorhandenen Paketen"
+msgstr "Suche nach vorhandenen Paketen..."
-#: ../../install_steps_interactive.pm_.c:493
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:476
msgid "Looking at packages already installed..."
-msgstr ""
-"Sie k旦nnen dieses Paket nicht aus der Auswahl entfernen. \n"
-"Es ist bereits installiert!"
+msgstr "Suche nach bereits installierten Paketen ..."
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
-msgstr "Finden der zu aktualisierenden Pakete"
+msgstr "Finden der zu aktualisierenden Pakete ..."
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -5789,7 +5900,7 @@ msgstr ""
"Es steht auf Ihrem System nicht gen端gend Speicherplatz f端r die \n"
"Installation bzw. Aktualisierung zur Verf端gung (%d > %d)."
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -5798,36 +5909,36 @@ msgstr ""
"oder darauf gespeichert werden soll. Es handelt sich um das \n"
"selbe Format, wie die unter auto_install erzeugten Disketten."
-#: ../../install_steps_interactive.pm_.c:553
+#: ../../install_steps_interactive.pm_.c:537
msgid "Load from floppy"
msgstr "Von Diskette laden"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Loading from floppy"
msgstr "Laden von Diskette ..."
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Package selection"
msgstr "Auswahl der Pakete"
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
msgid "Insert a floppy containing package selection"
msgstr ""
"Legen Sie eine Diskette ein, auf der Ihre Paketauswahl gespeichert ist."
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "Auf Diskette speichern"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr "Gew端nschte Gr旦e 端bersteigt den verf端gbaren Platz"
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
msgid "Type of install"
msgstr "Installationsklasse"
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5835,19 +5946,19 @@ msgstr ""
"Sie haben keine Paketgruppe ausgew辰hlt\n"
"Bitte w辰hlen Sie die minimale Installation, die Sie w端nschen."
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
msgid "With X"
msgstr "Mit X"
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr "Mit minimaler Dokumentation (Empfohlen)"
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr "Extrem minimale Installation (ohne urpmi)"
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5858,16 +5969,16 @@ msgstr ""
"falls nur einige der aufgef端hrten CDs fehlen, entfernen Sie die \n"
"entsprechende Markierung und w辰hlen Sie dann OK."
-#: ../../install_steps_interactive.pm_.c:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM %s"
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "Installation vorbereiten"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -5876,23 +5987,23 @@ msgstr ""
"Installiere Paket %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "Einstellungen f端r nach der Installation"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Bitte legen Sie die Startdiskette in Laufwerk %s ein."
-#: ../../install_steps_interactive.pm_.c:845
+#: ../../install_steps_interactive.pm_.c:829
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr ""
"Bitte legen Sie die Diskette der zu aktualisiernden Module in Laufwerk %s "
"ein."
-#: ../../install_steps_interactive.pm_.c:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5968,8 +6079,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:904
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:888
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5988,164 +6098,163 @@ msgstr ""
"\n"
"M旦chten Sie die Aktualisierungen vornehmen?"
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Verbindung mit dem Mandrake Linux Web-Server aufbauen, um eine Liste\n"
"verf端gbarer Pakete zu erhalten."
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr "Bitte w辰hlen Sie einen Mirror, von dem Sie die Pakete holen wollen."
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr ""
"Verbindung mit dem Mirror aufbauen, um eine Liste verf端gbarer Pakete zu "
"erhalten."
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "W辰hlen Sie Ihre Zeitzone"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
msgid "Hardware clock set to GMT"
msgstr "Hardware Uhr liefert GMT"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatische Zeit-Synchronisation (durch NTP)"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
msgid "NTP Server"
msgstr "NTP Server"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
-msgstr "CUPS-Server auf der Gegenseite"
+msgstr "CUPS-Server im Netzwerkbetrieb"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr "Kein Drucker"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Do you have an ISA sound card?"
msgstr "Verf端gen Sie 端ber eine ISA soundkarte?"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
"Starten Sie sndconfig nach der Installation, um Ihre Soundkarte "
"einzurichten."
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"Es wurde keine Soundkarte gefunden. Versuchen Sie harddrakenach der "
"Installation."
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Zusammenfassung"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "Maus"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr "Zeitzone"
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Drucker"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr "ISDN Karte"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr "Soundkarte"
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr "TV-Karte"
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Windows Domain"
-msgstr "Windows-Schriften verwenden"
+msgstr "Windows Dom辰ne"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
msgid "Local files"
msgstr "Lokale Dateien"
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Root-Passwort setzen"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "Kein Passwort"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
"Dieses Passwort ist zu einfach (es muss mindestens %d Zeichen lang sein)!"
-#: ../../install_steps_interactive.pm_.c:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Authentifizierung"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
msgid "Authentication LDAP"
msgstr "LDAP Authentifizierung"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
msgid "LDAP Server"
msgstr "LDAP Server"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
msgid "Authentication NIS"
msgstr "NIS Authentifizierung"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "NIS Domain"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "NIS Server"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -6160,22 +6269,36 @@ msgid ""
"The command 'wbinfo -t' will test whether your authentication secrets are "
"good."
msgstr ""
-
-#: ../../install_steps_interactive.pm_.c:1140
-#, fuzzy
+"Damit dies mit einem Windows 2000-Dom辰nen-Controller funktioniert, muss der "
+"Administrator folgendes Ausf端hren: C:\\>net localgroup \"Pre-Windows 2000 "
+"Compatible Access\" everyone /add. Anschlieend muss der Server neu "
+"gestartet werden.\n"
+"Damit Sie Ihren Mandrake Linux Rechner zur Windows(TM) Dom辰ne hinzuf端gen "
+"k旦nnen, ben旦tigen Sie noch Kennzeichen und Passwort des "
+"Dom辰nenadministrators.\n"
+"Sollte das Netzwerk noch nicht aktiv sein, wird DrakX nach der "
+"Netzwerkkonfiguration versuchen, sich in die Dom辰ne zu integrieren.\n"
+"Sollte dies schief gehen, und die Dom辰nenauthentifizierung funktioniert "
+"nicht, verwenden Sie nach der Instalation von Mandrake Linux folgenden "
+"Befehl: smbpasswd -j DOMNE -U KENNZEICEN%PASSWORT, wobei DOMNE die "
+"Windows(TM) Dom辰ne ist, KENNZEICHEN und PASSWORT das Kennzeichen und das "
+"Passwort des Dom辰nenadministrators.\n"
+"Mit wbinfo -t k旦nnen Sie anschlieend testetn, ob die Anmeldung "
+"erfolgreich war."
+
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Authentication Windows Domain"
-msgstr "LDAP Authentifizierung"
+msgstr "Windows Dom辰nenauthentifizierung"
-#: ../../install_steps_interactive.pm_.c:1142
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1127
msgid "Domain Admin User Name"
-msgstr "Name der Dom辰ne"
+msgstr "Name des Dom辰nenadministrators"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
-msgstr ""
+msgstr "Paswort des Administrators"
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -6206,19 +6329,19 @@ msgstr ""
"Falls Sie eine Startdiskette erstellen wollen, legen Sie eine Diskette \n"
"ohne relevante Daten in ihr erstes Laufwerk und dr端cken Sie OK."
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "erste Disketten-Laufwerk"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "zweite Disketten-Laufwerk"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "berspringen"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6247,7 +6370,7 @@ msgstr ""
"M旦chten Sie jetzt eine Startdiskette f端r Ihr System erstellen?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -6261,31 +6384,30 @@ msgstr ""
"Das Erstellen einer Startdiskette auf einem 1,44 MB Medium \n"
"schl辰 sicher fehl, da XFS einen sehr groen Treiber ben旦tigt)."
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "Ich kann kein Laufwerk finden"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"W辰hlen Sie das Laufwerk, in dem Sie die Start-Diskette erstellen wollen"
-#: ../../install_steps_interactive.pm_.c:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, c-format
msgid "Insert a floppy in %s"
msgstr ""
-"Legen Sie eine Diskette, die keine relevanten Daten mehr enth辰llt in das %s "
-"ein."
+"Legen Sie eine Diskette, die keine relevanten Daten mehr enth辰lt in %s ein."
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "Startdiskette wird erstellt..."
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "Betriebssystemstarter vorbereiten"
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6299,11 +6421,11 @@ msgstr ""
"BootX verwenden m端ssen um LINUX auf Ihrem Rechner\n"
"zu starten."
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr "M旦chten Sie aboot verwenden?"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6312,16 +6434,16 @@ msgstr ""
"mit Gewalt versuchen, auch wenn dies die Zerst旦rung der ersten \n"
"Partition verursachen kann?"
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
msgid "Installing bootloader"
-msgstr "BS-Starter installieren"
+msgstr "Betriebssystemstarter installieren"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"Die Installation des BS-Starters schlug Fehl. Folgender Fehler trat auf:"
-#: ../../install_steps_interactive.pm_.c:1274
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6339,17 +6461,17 @@ msgstr ""
"Tippen Sie dann: shut-down\n"
"Beim darauffolgenden Neustart sollte Sie die Eingabeaufforderung sehen."
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Legen Sie eine leere Diskette in das %s ein."
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr "Erstellen einer Auto-Installationsdiskette"
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6359,7 +6481,7 @@ msgstr ""
"\n"
"Wollen Sie DrakX wirklich beenden?"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6389,16 +6511,15 @@ msgstr ""
"Wie Sie Ihr System warten k旦nnen, erfahren Sie im Kapitel Nach der "
"Installation im offiziellen Benutzerhandbuch von Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1347
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
-msgstr "http://www.mandrakesoft.com/sales/contact/"
+msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
msgid "Generate auto install floppy"
msgstr "Erstellen einer Auto-Installationsdiskette"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6415,15 +6536,15 @@ msgstr ""
"Vermutlich werden Sie es vorziehen, erneut eine normale\n"
"Installation durchzuf端hren.\n"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr "Automatisiert"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr "Erneut abspielen"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
msgid "Save packages selection"
msgstr "Paketauswahl speichern"
@@ -6432,7 +6553,8 @@ msgstr "Paketauswahl speichern"
msgid "Mandrake Linux Installation %s"
msgstr "Mandrake Linux Installation %s"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -6450,24 +6572,24 @@ msgstr "Das Programm consolehelper wurde nicht gefunden."
msgid "Choose a file"
msgstr "W辰hlen Sie eine Datei"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr "Fortgeschritten"
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr "Einfach"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Zur端ck"
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
msgid "Next"
-msgstr "Weiter ->"
+msgstr "Weiter"
#: ../../interactive/stdio.pm_.c:29 ../../interactive/stdio.pm_.c:149
msgid "Bad choice, try again\n"
@@ -6503,7 +6625,7 @@ msgstr "M旦chten Sie diese Schaltfl辰che bet辰tigen?"
#: ../../interactive/stdio.pm_.c:105
msgid " enter `void' for void entry"
-msgstr ""
+msgstr "Geben Sie void f端en Leeren Eintrag an"
#: ../../interactive/stdio.pm_.c:105
#, c-format
@@ -6537,375 +6659,371 @@ msgstr ""
msgid "Re-submit"
msgstr "Erneut verschicken"
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "Tschechien (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "Deutschland"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "Spanien"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "Finnland"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "Frankreich"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "Norwegen"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "Polen"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "Russland"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "Schweden"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "Grbritannien"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "Vereinigte Staaten von Amerika"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
msgid "Albanian"
msgstr "Albanien"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr "Armenien (alt)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr "Armenien (Schreibmaschine)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "Armenien (Phonetisch)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr "Aserbeidschan (Lateinisches Layout)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "Belgien"
-#: ../../keyboard.pm_.c:198
-#, fuzzy
+#: ../../keyboard.pm_.c:177
msgid "Bengali"
-msgstr "aktivieren"
+msgstr "Bangladesh"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
msgid "Bulgarian (phonetic)"
msgstr "Bulgarien (Phonetisch)"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
msgid "Bulgarian (BDS)"
msgstr "Bulgarien (BDS)"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "Brasilien (ABNT-2)"
-#: ../../keyboard.pm_.c:204
-#, fuzzy
+#: ../../keyboard.pm_.c:183
msgid "Bosnian"
-msgstr "Estland"
+msgstr "Bosnien"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "Weirussland"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "Schweiz (deutsches Layout)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "Schweiz (franz旦sisches Layout)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "Tschechien (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr "Deutschland (ohne Akzenttasten)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
-msgstr ""
+msgstr "Devanagari"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "D辰nemark"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "Dvorak (USA)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norwegen)"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Swedish)"
msgstr "Dvorak (Schweden)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "Estland"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgien (Kyrillisches Layout)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgien (Lateinisches Layout)"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "Griechenland"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
-msgstr ""
+msgstr "Indien (Gujarati)"
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
-msgstr ""
+msgstr "Indien (Gurmukhi)"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "Ungarn"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "Kroatien"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "Israel"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "Israel (Phonetisch)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr "Iran"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "Island"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "Italien"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
-msgstr ""
+msgstr "Gr旦nland (Inuktitut)"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "Japan (106 Tasten)"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
msgid "Korean keyboard"
msgstr "Korea"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "Lateinamerika"
-#: ../../keyboard.pm_.c:239
-#, fuzzy
+#: ../../keyboard.pm_.c:218
msgid "Laotian"
-msgstr "Lettland"
+msgstr "Laos"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr "Litauen (AZERTY - alt)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr "Litauen (AZERTY - neu)"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litauen (QWERTY - number row)"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litauen (QWERTY - Phonetisch)"
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
msgid "Latvian"
msgstr "Lettland"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr "Mazedonien"
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
-msgstr ""
+msgstr "Myanmar (Burmesien)"
-#: ../../keyboard.pm_.c:248
-#, fuzzy
+#: ../../keyboard.pm_.c:227
msgid "Mongolian (cyrillic)"
-msgstr "Serbien (Kyrillisches Layout)"
+msgstr "Mongolei (Kyrillisches Layout)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
-msgstr ""
+msgstr "Malta (GB)"
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
-msgstr ""
+msgstr "Malta (USA)"
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "Niederlande"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr "Polen (QWERTY Layout)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr "Polen (QWERTZ Layout)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "Portugal"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
-msgstr "Kanada (Quebec)"
+msgstr "Kanada (Qu辿bec)"
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
msgid "Romanian (qwertz)"
msgstr "Rum辰nien (QWERTZ)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
msgid "Romanian (qwerty)"
msgstr "Rum辰nien (QWERTY)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "Russland (YaWERTY)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "Slowenien"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "Slowakei (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "Slowakei (QWERTY)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
msgid "Serbian (cyrillic)"
msgstr "Serbien (Kyrillisches Layout)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
msgstr "Indien (Tamilisches Layout - Unicode)"
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr "Indien (Tamilisches Layout - TSCII)"
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "Thail辰ndische Tastatur"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
msgid "Tajik keyboard"
msgstr "Tadschikistan"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "T端rkei (traditionelles F Modell)"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "T端rkei (modernes Q Modell)"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "Ukraine"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "Vereinigte Staaten von Amerika (international)"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnam QWERTY (number row)"
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
msgid "Yugoslavian (latin)"
msgstr "Jugoslawien (Lateinisches Layout)"
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr "AltGr-Taste"
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr "Beide Umschalttasten gleichzeitig"
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr "Strg und Umschalttaste gleichzeititg"
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr "CapsLock Taste"
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr "Strg und Alt gleichzeitig"
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr "Alt und Umschalttaste gleichzeitig"
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr "Men端taste"
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr "Linke Windows-Taste"
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr "Rechte Windows-Taste"
@@ -6919,28 +7037,26 @@ msgid "Remove the logical volumes first\n"
msgstr "Entfernen Sie erst die Logischen Medien\n"
#: ../../modparm.pm_.c:50
-#, fuzzy
msgid "a number"
-msgstr "Telefonnummer"
+msgstr "eine Nummer"
#: ../../modparm.pm_.c:52
#, c-format
msgid "%d comma separated numbers"
-msgstr ""
+msgstr "%d durch Kommas getrennte Nummern"
#: ../../modparm.pm_.c:52
#, c-format
msgid "%d comma separated strings"
-msgstr ""
+msgstr "%d durch Kommas getrennte Textfelder"
#: ../../modparm.pm_.c:54
msgid "comma separated numbers"
-msgstr ""
+msgstr "durch Kommas getrennte Nummern"
#: ../../modparm.pm_.c:54
-#, fuzzy
msgid "comma separated strings"
-msgstr "Partitionen formatieren"
+msgstr "durch Kommas getrennte Textfelder"
#: ../../modules.pm_.c:292
msgid ""
@@ -6965,11 +7081,11 @@ msgstr "Generische PS2 Rad-Maus"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Maus"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMaus"
@@ -6977,115 +7093,123 @@ msgstr "Genius NetMaus"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+msgid "Microsoft Explorer"
+msgstr "Microsoft Explorer"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr "1 Taste"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "Generische 2 Tasten Maus"
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr "Rad"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "Seriell"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "Generische 3 Tasten Maus"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMaus"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Logitech MausMan/FirstMaus"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Logitech CC Serie"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MausMan+/FirstMaus+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Serie"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Maus (Seriell, alter C7 Typ)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
msgid "busmouse"
msgstr "Bus-Maus"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "2 Tasten"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "3 Tasten"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "keine"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "Keine Maus"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr "Bitte testen Sie Ihre Maus"
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
msgid "To activate the mouse,"
msgstr "Um Ihre Maus zu aktivieren:"
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr "BEWEGEN SIE IHR MAUS-RAD!"
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+
+#: ../../my_gtk.pm_.c:159
msgid "Finish"
msgstr "Beenden"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "Weiter ->"
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr "Ist dies richtig?"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "Info"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "Baum erweitern"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "Baum verkleinern"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr "Umschalten zwischen unsortiert und gruppiert"
@@ -7109,7 +7233,7 @@ msgstr "Alcatel speedtouch USB"
#: ../../network/adsl.pm_.c:22
msgid "ECI Hi-Focus"
-msgstr ""
+msgstr "ECI Hi-Focus"
#: ../../network/adsl.pm_.c:22
msgid "use dhcp"
@@ -7123,6 +7247,75 @@ msgstr "PPPOE verwenden"
msgid "use pptp"
msgstr "PPTP verwenden"
+#: ../../network/drakfirewall.pm_.c:12
+msgid "Web Server"
+msgstr "Webserver"
+
+#: ../../network/drakfirewall.pm_.c:17
+msgid "Domain Name Server"
+msgstr "Dom辰nen-Namenserver (DNS)"
+
+#: ../../network/drakfirewall.pm_.c:32
+msgid "Mail Server"
+msgstr "E-Mailserver"
+
+#: ../../network/drakfirewall.pm_.c:37
+msgid "POP and IMAP Server"
+msgstr "POP und IMAP Server"
+
+#: ../../network/drakfirewall.pm_.c:111
+msgid "No network card"
+msgstr "Keine Netzwerkkarte"
+
+#: ../../network/drakfirewall.pm_.c:129
+#, fuzzy
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+"TinyFirewall Konfigurierer\n"
+"\n"
+"Hiermit konfigurieren Sie eine pers旦nliche Firewall f端r diesen\n"
+"Mandrake Linux Rechner. Sollten Sie an einer speziellen ausgereiften\n"
+"Firewall-L旦sung interessiert sein, schauen Sie sich nach der speziell\n"
+"daf端r entwickelten MandrakeSecurity Firewall Distribution um."
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr "Auf welche Dienste daf aus dem Internet zugegeriffenwerden?"
+
+#: ../../network/drakfirewall.pm_.c:148
+msgid ""
+"You can enter miscellaneous ports. \n"
+"Valid examples are: 139/tcp 139/udp.\n"
+"Have a look at /etc/services for information."
+msgstr ""
+"Sie k旦nnen verschiedene Ports angeben. \n"
+"Korrekte Beispiele sind: 139/tcp 139/udp.\n"
+"F端r weitere Informationen schauen Sie in /etc/services."
+
+#: ../../network/drakfirewall.pm_.c:154
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+"Angabe eines ung端ltigen Ports: %s.\n"
+"Das Format lautet: port/tcp oder port/udp, \n"
+"wobei Port eine Zahl zwischen 1 und 65535."
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr "Alles (Keine Firewall)"
+
+#: ../../network/drakfirewall.pm_.c:164
+msgid "Other ports"
+msgstr "Andere Ports"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -7139,7 +7332,7 @@ msgstr ""
"Ich habe keine Ethernet-Netzwerkkarte finden k旦nnen, daher kanndieser "
"Verbindungstyp nicht konfiguriert werden."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "W辰hlen Sie die Netzwerkkarte"
@@ -7154,7 +7347,7 @@ msgstr ""
msgid "no network card found"
msgstr "Keine Netzwerkkarte gefunden"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "Netzwerk konfigurieren"
@@ -7170,7 +7363,7 @@ msgstr ""
"Ihr Rechnername sollte auch die Domain beinhalten,\n"
"etwa meinrechner.meineabteilung.meinefirma.de."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "Rechnername"
@@ -7480,13 +7673,13 @@ msgstr "W辰hlen Sie das Profil, dass eingestellt werden soll"
msgid "Use auto detection"
msgstr "Autoerkennung benutzen"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Expertenmodus"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Ger辰teerkennung..."
@@ -7655,15 +7848,14 @@ msgid "Automatic IP"
msgstr "Automatische IP-Adressen Zuweisung"
#: ../../network/network.pm_.c:315
-#, fuzzy
msgid "Start at boot"
-msgstr "Beim Hochfahren gestartet"
+msgstr "Beim BS-Start aktivieren"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "Die IP Adresse sollte etwa die Form 192.168.1.42 haben!"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7675,43 +7867,56 @@ msgstr ""
"etwa meinrechner.meineabteilung.meinefirma.de.\n"
"Falls Sie ein Gateway verwenden, sollten Sie auch dessen IP-Adresse angeben."
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "DNS-Server"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway (etwa %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "Gateway Ger辰t"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "Proxies einstellen"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "HTTP Proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "FTP Proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr "Netzwerkkarten-ID 端berwachen (sinnvoll f端r Laptops)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr "Proxy muss http://... sein"
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr "Proxy muss ftp://... sein"
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr "Ich habe eine Firewall-Konfiguration gefunden!"
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+"WARNUNG: Ich habe eine eine Firewall-Konfiguration gefunden. \n"
+"M旦glicherweise m端ssen Sie nach der Installation einige Einstellungen \n"
+"von Hand vornehmen."
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "Internet Konfiguration"
@@ -7817,17 +8022,17 @@ msgstr "Passwort"
#: ../../network/tools.pm_.c:104 ../../network/tools.pm_.c:118
msgid "United Kingdom"
-msgstr ""
+msgstr "Grobritannien"
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "Fehler beim Einh辰ngen: "
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr "Diese Rechnerarchitektur kennt keine erweiterten Partitionen"
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
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 "
@@ -7838,21 +8043,21 @@ msgstr ""
"Ihre prim辰ren Partitionen so verschieben, dass der Bereich direkt \n"
"neben der erweiterten Partition zu liegen kommt."
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Restaurieren aus der Datei %s schlug Fehl: %s"
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "Fehlerhafte Backup-Datei"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "Fehler beim Schreiben in Datei %s"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -7899,150 +8104,154 @@ msgstr "LPD - Line Printer Daemon"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Print, Don't Queue"
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr "CUPS"
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr "LPRng"
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr "LPD"
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr "PDQ"
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "Lokaler Drucker"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "Entfernter Drucker"
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
msgid "Printer on remote CUPS server"
msgstr "Drucker an CUPS-Server auf der Gegenseite"
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
msgid "Printer on remote lpd server"
msgstr "Drucker an lpd-Server auf der Gegenseite"
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
msgid "Network printer (TCP/Socket)"
msgstr "Netzwerkdrucker (TCP/Socket)"
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Drucker an SMB/Windows 9x/ME/NT"
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
msgid "Printer on NetWare server"
msgstr "Drucker an NetWare Server"
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
msgid "Enter a printer device URI"
msgstr "Druckeranschluss URI"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr "Den Auftrag an ein Kommando weiterleiten"
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+msgid "Unknown Model"
+msgstr "Unbekanntes Modell"
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr "Unbekanntes Modell"
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
msgid "Local Printers"
msgstr "Lokale Drucker"
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
msgid "Remote Printers"
-msgstr "Entfernte Drucker"
+msgstr "Netzwerkdrucker"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr " an Parallelport \\/*%s"
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ", USB-Drucker \\/*%s"
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ", Multifunktionsger辰t am Parallelport \\/*%s"
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ", USB Multifunktionsger辰t"
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ", Multifunktionsger辰t am HP JedDirect"
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ", Multifunktionsger辰t"
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, c-format
msgid ", printing to %s"
msgstr ", drucken auf %s"
-#: ../../printer.pm_.c:544
-#, fuzzy, c-format
+#: ../../printer.pm_.c:792
+#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr "auf LDP-Server %s, Drucker %s"
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ", TCP/IP Drucker %s, Port %s"
-#: ../../printer.pm_.c:550
-#, fuzzy, c-format
+#: ../../printer.pm_.c:798
+#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
-msgstr "auf Windows-Server %s, Freigabe %s"
+msgstr "auf SMB/Windows-Server %s, Freigabe %s"
-#: ../../printer.pm_.c:554
-#, fuzzy, c-format
+#: ../../printer.pm_.c:802
+#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr "auf dem Novell-Server %s, Drucker %s"
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ", mittels Kommando %s"
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr "Rohdaten-Drucker (kein Treiber)"
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, c-format
msgid "(on %s)"
msgstr "(an %s)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr "(an diesem Rechner)"
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, c-format
msgid "On CUPS server \"%s\""
msgstr "Auf CUPS-Server %s"
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr " (Standard)"
@@ -8067,13 +8276,13 @@ msgstr ""
#: ../../printerdrake.pm_.c:36
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
-msgstr ""
+msgstr "Autoerkennung von Druckern (Lokal, TCP/Socket und SMB Drucker)"
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
msgid "CUPS configuration"
msgstr "CUPS Konfiguration"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
msgid "Specify CUPS server"
msgstr "CUPS-Server angeben"
@@ -8090,7 +8299,7 @@ msgstr ""
"Falls auf der Gegenseite ein CUPS-Server l辰uft, m端ssen Sie\n"
"hier keine Einstellungen vornehmen; CUPS Server informieren Ihren\n"
"Rechner 端ber die von ihnen verwalteten Drucker. Alle Drucker,\n"
-"die Ihr Rechner momentan kennt sind unter Entfernte Drucker aufgef端hrt.\n"
+"die Ihr Rechner momentan kennt sind unter Netzwerkdrucker aufgef端hrt.\n"
"Sollte der entfernte CUPS Server jedoch in einem anderen Subnetz\n"
"beheimatet sein, m端ssen Sie mindestens seine IP-Adresse, evtl. auch\n"
"die Port Nummer angeben. Im lokalen Subnetz k旦nnen Sie die Felder\n"
@@ -8117,7 +8326,7 @@ msgstr ""
msgid "The IP address should look like 192.168.1.20"
msgstr "Die IP Adresse sollte etwa die Form 192.168.1.42 haben!"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
msgid "The port number should be an integer!"
msgstr "Die Prot Nummer muss eine Zahl sein!"
@@ -8125,7 +8334,7 @@ msgstr "Die Prot Nummer muss eine Zahl sein!"
msgid "CUPS server IP"
msgstr "CUPS-Server-IP"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "Port"
@@ -8133,12 +8342,143 @@ msgstr "Port"
msgid "Automatic CUPS configuration"
msgstr "Automatische CUPS Konfiguration"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+msgid "Printerdrake"
+msgstr "PrinterDrake"
+
+#: ../../printerdrake.pm_.c:178
+msgid "Checking your system..."
+msgstr "Untersuchung Ihres Rechners ..."
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr "Ich konnte keine Drucker direkt an Ihrem Rechner finden."
+
+#: ../../printerdrake.pm_.c:198
+msgid ""
+"The following printers\n"
+"\n"
+msgstr ""
+"Die folgenden Drucker\n"
+"\n"
+
+#: ../../printerdrake.pm_.c:199
+msgid ""
+"The following printer\n"
+"\n"
+msgstr ""
+"Der folgende Drucker\n"
+"\n"
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+"\n"
+"und ein unbekannter Drucker sind "
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+"\n"
+"und %d unbekannte Drucker sind "
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+"\n"
+"sind "
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+"\n"
+"ist "
+
+#: ../../printerdrake.pm_.c:210
+msgid "directly connected to your system"
+msgstr "direkt mit Ihrem Rechner verbunden."
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+"\n"
+"Ich konnte einen unbekannten Rechner direkt an Ihrem Rechner finden."
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+"\n"
+"Ich konnte %d unbekannte Rechner direkt an Ihrem Rechner finden."
+
+#: ../../printerdrake.pm_.c:221
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr ""
+"(Stellen Sie bitte sicher, dass alle Drucker angeschlossen und\n"
+"angeschaltet sind).\n"
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+"Wollen Sie oben aufgef端hrte Drucker oder Drucker im lokalen Netzwerk zum "
+"Drucken konfigurieren?\n"
+
+#: ../../printerdrake.pm_.c:236
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr "Wollen Sie Drucker im lokalen Netzwerk zum Drucken konfigurieren?\n"
+
+#: ../../printerdrake.pm_.c:238
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Wollen Sie oben aufgef端hrte Drucker zum Drucken konfigurieren?\n"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr "Sind Sie sicher, dass Sie mit diesem Rechner drucken wollen?\n"
+
+#: ../../printerdrake.pm_.c:240
+#, c-format
+msgid ""
+"NOTE: Depending on the printer model and the printing system up to %d MB of "
+"additional software will be installed."
+msgstr ""
+"ANMERKUNG: Je nach Drucker und Drucksystem werden bis zu %d MB zus辰tzlicher "
+"Software auf Ihrem Rechner installiert."
+
+#: ../../printerdrake.pm_.c:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
msgid "Add a new printer"
msgstr "Drucker hinzuf端gen"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8153,13 +8493,13 @@ msgstr ""
"\n"
"Willkommen zum Druckereinrichtungsassistenten\n"
"\n"
-"Dieser Assistent hilft Ihnen lokale oder entfernte Drucker so einzurichten, "
+"Dieser Assistent hilft Ihnen lokale oder Netzwerkdrucker so einzurichten, "
"dass dieser Rechner bzw. andere in Ihrem Netzwerk darauf drucken k旦nnen.\n"
"\n"
"Sie werden nur nach den n旦tigen Informationen 端ber den Drucker gefragt, um "
"Ihnen dann Zugriff auf Treiber, Druckoptionen und Anschlussart zu erhalten."
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8168,7 +8508,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -8180,8 +8520,51 @@ 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"
+"Willkommen zum Druckerassistenten\n"
+"\n"
+"Dieser Assistent m旦chte Ihnen helfen, Ihre(n) lokalen und Netzwerkdrucker "
+"sowie Drucker an Windowsrechnern im lokalen Netz zu konfigurieren.\n"
+"\n"
+"Falls Sie Drucker haben, die direkt mit dem Rechner verbunden sind, stellen "
+"Sie sicher, dass diese richtig angeschlossen und eingeschaltet sind. Ebenso "
+"m端ssen die Netzwerkdrucker bzw. Windows-Rechner eingeschaltet sein.\n"
+"\n"
+"Es sei angemerkt, dass sie Erkennung von Netzwerkdruckern etwas l辰nger "
+"dauert, als das Finden von Druckern, die direkt an Ihrem Rechner h辰ngen. "
+"Schalten Sie daher die Erkennung von Netzwerkrechnern aus, sofern Sie diese "
+"Funktionalit辰t nicht ben旦tigen.\n"
+"\n"
+"Bet辰tigen Sie die Schaltfl辰che Weiter, wenn Sie soweit sind, bzw. "
+"Abbruch, wenn Sie keine Drucker konfigurieren wollen."
+
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+"\n"
+"Willkommen zum Druckerassistenten\n"
+"\n"
+"Dieser Assistent m旦chte Ihnen helfen, Ihre(n) lokalen Drucker zu "
+"konfigurieren.\n"
+"\n"
+"Falls Sie Drucker haben, die direkt mit dem Rechner verbunden sind, stellen "
+"Sie sicher, dass diese richtig angeschlossen und eingeschaltet sind.\n"
+"\n"
+"Bet辰tigen Sie die Schaltfl辰che Weiter, wenn Sie soweit sind, bzw. "
+"Abbruch, wenn Sie keine Drucker konfigurieren wollen."
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:297
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8190,7 +8573,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -8200,26 +8583,43 @@ 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"
+"Willkommen zum Druckerassistenten\n"
+"\n"
+"Dieser Assistent m旦chte Ihnen helfen, Ihre(n) lokalen und Netzwerkdrucker zu "
+"konfigurieren.\n"
+"\n"
+"Falls Sie Drucker haben, die direkt mit dem Rechner verbunden sind, stellen "
+"Sie sicher, dass diese richtig angeschlossen und eingeschaltet sind. Ebenso "
+"m端ssen die Netzwerkdrucker eingeschaltet sein.\n"
+"\n"
+"Es sei angemerkt, dass sie Erkennung von Netzwerkdruckern etwas l辰nger "
+"dauert, als das Finden von Druckern, die direkt an Ihrem Rechner h辰ngen. "
+"Schalten Sie daher die Erkennung von Netzwerkrechnern aus, sofern Sie diese "
+"Funktionalit辰t nicht ben旦tigen.\n"
+"\n"
+"Bet辰tigen Sie die Schaltfl辰che Weiter, wenn Sie soweit sind, bzw. "
+"Abbruch, wenn Sie keine Drucker konfigurieren wollen."
-#: ../../printerdrake.pm_.c:213
-#, fuzzy
+#: ../../printerdrake.pm_.c:315
msgid "Auto-detect printers connected to this machine"
-msgstr "Drucker-Selbsterkennung"
+msgstr "Selbsterkennung von direkt am Rechner angeschlossenen Druckern"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
-msgstr ""
+msgstr "Selbsterkennung von Druckern, die im lokalen Netzwerk h辰ngen"
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
+"Selbsterkennung von Druckern, die im Netwerk oder an Windows Rechnern h辰ngen"
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
msgid "Local Printer"
msgstr "Lokaler Drucker"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -8243,50 +8643,49 @@ msgstr ""
"Druckqualit辰t) anpassen wollen, w辰hlen Sie Drucker im Hardware\n"
"Bereich des Mandrake Kontrollzentrums."
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
-#, fuzzy
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
msgid "Printer auto-detection"
-msgstr "Autoerkennung durchf端hren"
+msgstr "Selbsterkennung von Druckern"
-#: ../../printerdrake.pm_.c:305
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:408
+#, c-format
msgid ", network printer \"%s\", port %s"
-msgstr ", TCP/IP Drucker %s, Port %s"
+msgstr ", Netzwerkdrucker %s, Port %s"
-#: ../../printerdrake.pm_.c:307
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:410
+#, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "Drucker an SMB/Windows 9x/ME/NT"
+msgstr ", Drucker %s an SMB/Windows Server %s"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, c-format
msgid "Detected %s"
msgstr "%s gefunden"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr "Drucker an Parallelport \\/*%s"
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr "USB-Drucker \\/*%s"
-#: ../../printerdrake.pm_.c:321
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:424
+#, c-format
msgid "Network printer \"%s\", port %s"
-msgstr "Netzwerkdrucker (TCP/Socket)"
+msgstr "Netzwerkdrucker %s, Port %s"
-#: ../../printerdrake.pm_.c:323
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:426
+#, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "Drucker an SMB/Windows 9x/ME/NT"
+msgstr "Drucker %s am SMB/Windows Server %s"
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -8298,23 +8697,19 @@ msgstr ""
"Anschl端sse: /dev/lp0, /dev/lp1, ..., 辰quivalent zu LPT1:, LPT2:, ...; Erster "
"USB Drucker: /dev/usb/lp0, zweier USB Drucker: /dev/usb/lp1, ...)."
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
msgid "You must enter a device or file name!"
msgstr "Sie m端ssen einen Ger辰te- oder Dateinamen eingeben!"
-#: ../../printerdrake.pm_.c:475
-#, fuzzy
+#: ../../printerdrake.pm_.c:578
msgid "No printer found!"
-msgstr ""
-"Kein Lokaler Drucker erkannt!\n"
-"\n"
+msgstr "Kein Drucker erkannt!"
-#: ../../printerdrake.pm_.c:485
-#, fuzzy
+#: ../../printerdrake.pm_.c:588
msgid "Available printers"
-msgstr "Lokaler Drucker"
+msgstr "Vorhandene Drucker"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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"
@@ -8323,7 +8718,7 @@ msgstr ""
"Drucker handelt, den Sie einrichten wollen, geben Sie einen Ger辰te- oder "
"Dateinamen in der Eingabezeile an."
-#: ../../printerdrake.pm_.c:490
+#: ../../printerdrake.pm_.c:593
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"
@@ -8332,7 +8727,7 @@ msgstr ""
"gew端nschten Drucker oder geben Sie einen Ger辰te- oder Dateinamen in der "
"Eingabezeile an."
-#: ../../printerdrake.pm_.c:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -8344,7 +8739,7 @@ msgstr ""
"oder wollen Sie die Einrichtung selbst vornehmen, w辰hlen Sie Manuelle "
"Konfiguration."
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -8356,7 +8751,7 @@ msgstr ""
"Ihr Drucker nicht richtig erkannt worden sein, oder wollen Sie die "
"Einrichtung selbst vornehmen, w辰hlen Sie Manuelle Konfiguration."
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
msgid ""
"Please choose the port where your printer is connected to or enter a device "
"name/file name in the input line"
@@ -8364,11 +8759,11 @@ msgstr ""
"Bitte w辰hlen Sie den Anschluss, an dem der Drucker h辰ngt oder geben Sie "
"einen Ger辰te- oder Dateinamen in der Eingabezeile an."
-#: ../../printerdrake.pm_.c:496
+#: ../../printerdrake.pm_.c:599
msgid "Please choose the port where your printer is connected to."
msgstr "Bitte w辰hlen Sie den Anschluss, an dem Ihr Drucker h辰ngt."
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
@@ -8377,19 +8772,19 @@ msgstr ""
"LPT2:, ..., Erster USB Drucker: /dev/usb/lp0, zweier USB Drucker: /dev/usb/"
"lp1, ...)."
-#: ../../printerdrake.pm_.c:503
+#: ../../printerdrake.pm_.c:606
msgid "You must choose/enter a printer/device!"
msgstr "Sie m端ssen einen Drucker w辰hlen/ein Ger辰t eingeben!"
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
msgid "Manual configuration"
msgstr "Manuelle Konfiguration"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr "Optionen f端r Netzwerk-Druckerspooler"
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
"server and the printer name on that server."
@@ -8398,47 +8793,46 @@ msgstr ""
"Rechnernamen des Drucker-Servers sowie den Druckernamen auf diesem Server "
"angeben, an den die Auftr辰ge 端bertragen werden sollen."
-#: ../../printerdrake.pm_.c:579
+#: ../../printerdrake.pm_.c:682
msgid "Remote host name"
msgstr "Name des entfernten Rechners"
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
msgid "Remote printer name"
msgstr "Name des entfernten Druckers"
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
msgid "Remote host name missing!"
msgstr "Der Name des entfernten Rechners fehlt!"
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
msgid "Remote printer name missing!"
msgstr "Der Name des entfernten Druckers fehlt!"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
+#, c-format
msgid "Detected model: %s %s"
-msgstr "%s gefunden"
+msgstr "Gefundendenes Modell: %s %s"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
-#, fuzzy
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
msgid "Scanning network..."
-msgstr "Netzwerk starten ..."
+msgstr "Netzwerk durchsuchen ..."
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
+#, c-format
msgid ", printer \"%s\" on server \"%s\""
-msgstr "auf Windows-Server %s, Freigabe %s"
+msgstr ", Drucker %s, auf Server %s"
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
+#, c-format
msgid "Printer \"%s\" on server \"%s\""
-msgstr "Drucken auf Drucker %s"
+msgstr "Drucker %s, auf Server %s"
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "SMB (Windows 9x/NT) Drucker-Parameter"
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
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 "
@@ -8451,46 +8845,48 @@ msgstr ""
"f端r den Drucker, auf den Sie zugreifen m旦chten, sowie entsprechender "
"Benutzername, Passwort und Arbeitsgruppe."
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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 ""
+"Falls der gew端nschte Drucker bereits gefunden wurde, w辰hlen Sie ihn einfach "
+"in obiger Liste aus und geben Sie - falls notwendig - Name, Passwort und/"
+"oder Dom辰ne an."
-#: ../../printerdrake.pm_.c:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "SMB-Server"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "SMB-Server-IP"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "Freigabename"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "Arbeitsgruppe"
-#: ../../printerdrake.pm_.c:746
-#, fuzzy
+#: ../../printerdrake.pm_.c:853
msgid "Auto-detected"
-msgstr "Autoerkennung durchf端hren"
+msgstr "Selbst gefunden"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
msgstr "Sie m端ssen entweder Den Servernamen oder seine IP-Adresse angeben!"
-#: ../../printerdrake.pm_.c:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr "Der Name der Samba-Freigabe fehlt!"
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
-msgstr ""
+msgstr "SICHERHEITSWARNUNG!"
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -8514,7 +8910,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -8523,7 +8919,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -8531,11 +8927,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "Optionen f端r NetWare-Drucker"
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
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 "
@@ -8547,44 +8943,43 @@ msgstr ""
"Rechnernamen des Computers), Name der Drucker-Warteschlange, sowie falls "
"notwendig, den entsprechenden Benutzernamen samt Passwort."
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "Drucker-Server"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr "Name der Druckerwarteschlange"
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr "Der NCP Servername fehlt!"
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr "Der NCP Warteschlangen-Name fehlt!"
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
+#, c-format
msgid ", host \"%s\", port %s"
-msgstr ", TCP/IP Drucker %s, Port %s"
+msgstr ", Rechner %s, Port %s"
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
+#, c-format
msgid "Host \"%s\", port %s"
-msgstr ", TCP/IP Drucker %s, Port %s"
+msgstr "Rechner %s, Port %s"
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
msgid "TCP/Socket Printer Options"
msgstr "Optionen f端r TCP/Socket-Drucker"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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:978
-#, fuzzy
+#: ../../printerdrake.pm_.c:1085
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 "
@@ -8592,26 +8987,24 @@ msgid ""
"vary. See the manual of your hardware."
msgstr ""
"Um einen TCP- oder Socket-Drucker verwenden zu k旦nnen, m端ssen Sie auf alle "
-"F辰lle dessen Rechnernamen, m旦glicherweise auch den Port, angeben. Bei HP "
-"JetDirect Servern ist dies normalerweise die Port-Adresse 9100, bei anderen "
-"Servern kann es eine andere sein. Schauen Sie im Zweifelsfall in die "
-"Unterlagen Ihrer Hardware."
+"F辰lle dessen Rechnernamen, bzw. IP-Adresse - m旦glicherweise auch den Port - "
+"angeben. Bei HP JetDirect Servern ist dies normalerweise die Port-Adresse "
+"9100, bei anderen Servern kann es eine andere sein. Schauen Sie im "
+"Zweifelsfall in die Unterlagen des Herstellers."
-#: ../../printerdrake.pm_.c:983
-#, fuzzy
+#: ../../printerdrake.pm_.c:1090
msgid "Printer host name or IP missing!"
-msgstr "Der Rechnername des Druckers fehlt!"
+msgstr "Der Rechnername, bzw die IP-Adresse des Druckers fehlt!"
-#: ../../printerdrake.pm_.c:1005
-#, fuzzy
+#: ../../printerdrake.pm_.c:1112
msgid "Printer host name or IP"
-msgstr "Rechnername des Druckers"
+msgstr "Rechnername/IP des Druckers"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr "Druckeranschluss URI"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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 "
@@ -8621,11 +9014,11 @@ msgstr ""
"bzw. den Foomatic Spezifikationen gen端gen. Es sei hier noch angemerkt, dass "
"nicht alle URI-Typen von allen Drucksystemem unterst端tzt werden."
-#: ../../printerdrake.pm_.c:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr "Sie m端ssen eine g端ltige URI eingeben!"
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
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."
@@ -8634,27 +9027,27 @@ msgstr ""
"Beschreibung und Standort m端ssen nicht ausgef端llt werden.\n"
"Sie dienen nur als Kommentare f端r den Anwender."
-#: ../../printerdrake.pm_.c:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr "Druckername"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "Standort"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
msgid "Reading printer database..."
msgstr "Lesen der Drucker-Datenbank ..."
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
msgid "Preparing printer database..."
msgstr "Vorbereiten der Drucker-Datenbank ..."
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
msgid "Your printer model"
msgstr "Ihr Druckermodell"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -8680,24 +9073,24 @@ msgstr ""
"\n"
"%s"
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
msgid "The model is correct"
msgstr "Das Modell ist richtig"
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
msgid "Select model manually"
msgstr "Modell ausw辰hlen"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
msgid "Printer model selection"
msgstr "Auswahl des Druckertyps"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
msgid "Which printer model do you have?"
msgstr "ber welchen Druckertyp verf端gen Sie?"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -8711,7 +9104,7 @@ msgstr ""
"Falls die Markierung auf einem falschen Ger辰t oder auf Rohdaten-Drucker "
"steht, suchen Sie bitte selbst Ihren Drucker in der Liste."
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
@@ -8719,11 +9112,11 @@ msgstr ""
"Falls Ihr Drucker nicht aufgef端hrt ist w辰hlen Sie bitte ein kompatibles bzw "
"辰hnliches Modell (F端r Einzelheiten schauen Sie bitte in Ihr Druckerhandbuch)."
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
msgid "OKI winprinter configuration"
msgstr "OKI Win-Drucker Konfiguration"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -8738,11 +9131,11 @@ msgstr ""
"Schnittstelle oder an einer Printserver-Box h辰ngen, schlieen Sie ihn bitte "
"an den ersten Parallelport, bevor Sie versuchen eine Testseite zu drucken ..."
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
msgid "Lexmark inkjet configuration"
msgstr "Lexmark Tintenstrahl-Konfiguration"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -8754,17 +9147,17 @@ msgstr ""
"Sie den Druker direkt an Ihren Rechner oder richten Sie ihn auf dem Rechner "
"ein, an den er angeschlossen ist."
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
+#, fuzzy
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
msgstr ""
"Um mit Ihrem Lexmark Tintenstrahldrucker drucken zu k旦nnen, ben旦tigen Sie "
"die Treiber, die von Lexmark bereitgestellt werden (http://www.lexmark."
@@ -8776,7 +9169,34 @@ msgstr ""
"auf Abbruch dr端cken. Drucken Sie dann Druckkopf-Einrichtungsseiten mit "
"lexmarkmaintain und justieren Sie damit den Druckkopf."
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
+
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -8792,22 +9212,22 @@ msgstr ""
"richtig eingestellt sind. Es sei auch angemerkt, dass h辰ufig mit steigender "
"Druckqualit辰t die Druckgeschwindigkeit sinkt."
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Der Parameter %s muss eine Zahl sein!"
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr "Der Parameter %s muss eine Zahl sein!"
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr "Der Parameter %s ist yu gro oder zu klein!"
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -8816,11 +9236,11 @@ msgstr ""
"M旦chten Sie diesen Drucker (%s)\n"
"als Standarddrucker verwenden?"
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
msgid "Test pages"
msgstr "Testseiten"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -8834,39 +9254,39 @@ msgstr ""
"gedruckt wird. Normalerweise sollte es ausreichen, die Standard-Testseiten "
"auszudrucken."
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
msgid "No test pages"
msgstr "Keine Testseiten"
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
msgid "Print"
msgstr "Drucken"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
msgid "Standard test page"
msgstr "Standard-Testseite"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr "Alternative Testseite (US-Format - Letter)"
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
msgid "Alternative test page (A4)"
msgstr "Alternative Testseite (A4)"
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
msgid "Photo test page"
msgstr "Foto-Testseite"
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
msgid "Do not print any test page"
msgstr "Keine Testseite(n) drucken"
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "Druck der Testseite(n) ..."
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8881,7 +9301,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -8889,15 +9309,15 @@ msgstr ""
"Die Testseite(n) wurden an den Drucker gesandt.\n"
"Es kann einen Augenblick dauern, bevor der Drucker seine Arbeit aufnimmt.\n"
-#: ../../printerdrake.pm_.c:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr "War der Ausdruck korrekt?"
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
msgid "Raw printer"
msgstr "Rohdaten-Drucker"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -8911,7 +9331,7 @@ msgstr ""
"grafischen Hilfsprogramme erlauben Ihnen auf einfache Weise den richtigen "
"Drucker zu w辰hlen und die notwendigen Druckerparameter anzugeben.\n"
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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 "
@@ -8921,8 +9341,8 @@ msgstr ""
"zahlreicher Anwendungen angeben, lassen Sie jedoch den Dateinamen weg, da "
"die zu druckende Datei von der Anwendung geliefert wird.\n"
-#: ../../printerdrake.pm_.c:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -8935,8 +9355,8 @@ msgstr ""
"bestimmten Druckauftrag zu 辰ndern. Geben Sie die gew端nschten Angaben einfach "
"in der Kommandozeile mit an, etwa: %s <Datei>. "
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
+#, 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"
@@ -8944,10 +9364,10 @@ msgid ""
msgstr ""
"Um alle existierenden Optionen des Druckers zu erfahren, lesen Sie entweder "
"die unten angegebene Liste oder bet辰tigen Sie die Schaltfl辰che Liste der "
-"Drucker-Optionen. %s\n"
+"Drucker-Optionen. %s%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
@@ -8955,7 +9375,7 @@ msgstr ""
"Hier die Liste vorhandener Drucker-Parameter des aktuellen Druckers:\n"
"\n"
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8964,8 +9384,8 @@ msgstr ""
"Verwenden Sie den Befehl %s <Datei>, um die Datei <Datei> in der "
"Kommandozeile auszudrucken.\n"
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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 "
@@ -8975,7 +9395,7 @@ msgstr ""
"angeben. Tragen Sie bitte keinen Dateinamen ein, da dieser vom Programm "
"erg辰nzt wird.\n"
-#: ../../printerdrake.pm_.c:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
@@ -8983,7 +9403,7 @@ msgstr ""
"Um eine Liste der Drucker-Parameter Ihres Druckers zu erhalten, bet辰tigen "
"Sie bitte die Schaltfl辰che Liste der Drucker-Optionen."
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8992,7 +9412,7 @@ msgstr ""
"Verwenden Sie einen der Befehle %s <Datei> oder %s <Datei>, um die Datei "
"<Datei> in der Kommandozeile auszudrucken.\n"
-#: ../../printerdrake.pm_.c:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -9008,7 +9428,7 @@ msgstr ""
"Druckauftr辰ge anh辰, wenn Sie es bet辰gen. Das kann beispielsweise dann "
"hilfreich sein, wenn Sie einen Papierstau in Ihrem Drucker haben.\n"
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -9021,41 +9441,41 @@ msgstr ""
"spezeiellen Druckjobs zu konfigurieren. F端gen Sie einfach die gew端nschten "
"Einstellungen in der Kommandozeile ein, etwa %s <Datei>.\n"
-#: ../../printerdrake.pm_.c:2153
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:2343
+#, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
-msgstr "Drucken/Scannen mit %s"
+msgstr "Drucken/Scannen/Fotokarten mit %s"
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Drucken/Scannen mit %s"
-#: ../../printerdrake.pm_.c:2156
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:2346
+#, c-format
msgid "Printing/Photo Card Access on \"%s\""
-msgstr "Drucken/Scannen mit %s"
+msgstr "Drucken/Fotokartenzugriff mit %s"
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Drucken auf Drucker %s"
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
msgstr "Schlieen"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
msgid "Print option list"
msgstr "Liste der Drucker-Optionen"
-#: ../../printerdrake.pm_.c:2182
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:2373
+#, 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 "
@@ -9067,18 +9487,18 @@ msgid ""
"\n"
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-"Ihr HP-Multifunktionsger辰t wurde automatisch auch zum Scannen eingerichtet. "
-"Sie k旦nnen nun mit scanimage (scanimage -d hp:%s um den Scanner "
-"auszuw辰hlen, falls Sie mehrere angeschlossen haben) aus der Kommandozeile "
-"oder mit xscanimage bzw. xsane - wenn Sie eine grafisches Werkzeug "
-"verwenden wollen - scannen. Wenn sie mit dem GIMP arbeiten wollen, k旦nnen "
-"Sie dies ebenfalls tun. W辰hlen Sie einfach im Men端 Datei/Holen den "
-"entsprechenden Eintrag. Sie k旦nnen sich auch mittels man scanimage bzw "
-"man sane-hp in der Kommandozeile weitere Informationen ausgeben lassen.\n"
+"Ihr Multifunktionsger辰t wurde automatisch auch zum Scannen eingerichtet. Sie "
+"k旦nnen nun mit dem Befehl scanimage (scanimage -d hp:%s um den Scanner "
+"auszuw辰hlen, falls Sie mehrere angeschlossen haben), eingegeben in der "
+"Kommandozeile, scannen. Wenn Sie eine grafisches Werkzeug verwenden wollen: "
+"xscanimage bzw. xsane. Sie k旦nnen auch den GIMP verwenden. W辰hlen Sie "
+"einfach im Men端 Datei/Holen den entsprechenden Eintrag. Sie k旦nnen sich "
+"auch mittels man scanimage bzw man sane-hp in der Kommandozeile weitere "
+"Informationen ausgeben lassen.\n"
"\n"
"Verwenden Sie f端r dieses Ger辰t nicht ScannerDrake!"
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -9091,17 +9511,17 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
msgid "Reading printer data..."
msgstr "Lesen der Treiber-Datenbank ..."
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
msgid "Transfer printer configuration"
msgstr "Drucker-Einstellung transferieren"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -9117,7 +9537,7 @@ msgstr ""
"Warteschlange gehen jedoch verloren.\n"
"Nicht alle Warteschlangen k旦nnen 端bernommen werden:\n"
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
@@ -9125,7 +9545,7 @@ msgstr ""
"CUPS unterst端tzt keine Druker an Novel Servern oder Drucker, die ihre Daten "
"in ein frei gew辰hltes Kommando senden.\n"
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
@@ -9133,11 +9553,11 @@ msgstr ""
"PDQ unterst端tzt nur lokale Drucker, entfernte LPD Drucker und Socket/TCP "
"Drucker.\n"
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD und LPRng unterst端keine IPP Drucker.\n"
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
@@ -9145,7 +9565,7 @@ msgstr ""
"Warteschlangen, die nicht mit diesem Programm oder foomatic-configure "
"ertellt wurden, k旦nnen nicht 端bertragen werden."
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
msgid ""
"\n"
"Also printers configured with the PPD files provided by their manufacturers "
@@ -9155,7 +9575,7 @@ msgstr ""
"Drucker, die mit den PPD-Dateien ihrer Hersteller oder CUPS-spezifischen "
"Treibern eingerichtet wurden, k旦nnen nicht 端bertragen werden."
-#: ../../printerdrake.pm_.c:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
@@ -9165,15 +9585,15 @@ msgstr ""
"Markieren Sie die Druckerwarteschlangen, die sie 端bertragen wollen und "
"bet辰tigen Sie die Schaltfl辰che bertragen."
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr "Druckerdaten nicht 端bertragen"
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr "bertragen"
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -9185,12 +9605,12 @@ msgstr ""
"端berschreiben. Sie k旦nnen dem Drucker auch einen neuen \n"
"Namen geben oder ihn einfach 端berspringen."
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"Druckernamen sollten nur Buchstaben, Ziffern und den Unterstrich unterhalten"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -9199,16 +9619,16 @@ msgstr ""
"Der Drucker %s existiert bereits. Wollen Sie ihn wirklich \n"
"ersetzen?"
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
msgid "New printer name"
msgstr "Neuer Druckername"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr "bertragen von %s ..."
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -9217,29 +9637,29 @@ msgstr ""
"Sie haben Ihren alten Standarddrucker (%s) 端bertragen, soll es auch Ihr "
"Standarddrucker unter dem neuen Drucksystem %s werden?"
-#: ../../printerdrake.pm_.c:2316
+#: ../../printerdrake.pm_.c:2510
msgid "Refreshing printer data..."
msgstr "Aktualisieren der Druckerdaten ..."
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
msgid "Configuration of a remote printer"
msgstr "Konfiguration eines entfernten Druckers"
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
msgid "Starting network..."
msgstr "Netzwerk starten ..."
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
msgid "Configure the network now"
msgstr "Netzwerk jetzt konfigurieren"
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
msgid "Network functionality not configured"
msgstr "Ihr Netzwerk ist nicht konfiguriert"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -9251,11 +9671,11 @@ msgstr ""
"Sollten Sie dennoch fortfahren, ohne Ihr Netzwerk einzurichten, ist der "
"Drucker hinterher nicht zu verwenden. Wie wollen Sie fortfahren?"
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
msgid "Go on without configuring the network"
msgstr "Weiter ohne Netzwerkkonfiguration"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -9271,7 +9691,7 @@ msgstr ""
"anschlieend erneut den Drucker mittels Hardware/Druckerim Kontrollzentrum "
"einzurichten."
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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 "
@@ -9282,24 +9702,24 @@ msgstr ""
"und Ihre Softwareeinstellngen. Versuchen Sie anschlieend erneut den "
"entfernten Drucker einzurichten."
-#: ../../printerdrake.pm_.c:2408
+#: ../../printerdrake.pm_.c:2603
msgid "Restarting printing system..."
msgstr "Drucksystem neu starten ..."
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "high"
msgstr "Hoch"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "paranoid"
msgstr "Paranoid"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Installation eines Drucksystems in Sicherheitsebene %s"
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -9324,11 +9744,11 @@ msgstr ""
"\n"
"Wollen Sie wirklich dieses Drucksystem auf diesem Rechner installieren?"
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
msgid "Starting the printing system at boot time"
msgstr "Drucksystem beim BS-Start aktivieren"
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -9349,75 +9769,71 @@ msgstr ""
"\n"
"Wollen sie den automatischen Start des Drucksystems wieder herstellen?"
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr "Suche nach installierter Software"
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr "Entfernen von LPRng ..."
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr "Entfernen des LPD ..."
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
msgid "Select Printer Spooler"
msgstr "W辰hlen Sie das Drucksystem"
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
msgid "Which printing system (spooler) do you want to use?"
msgstr "Welches Drucksystem (Spooler) wollen Sie verwenden?"
-#: ../../printerdrake.pm_.c:2691
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:2895
+#, c-format
msgid "Configuring printer \"%s\"..."
-msgstr "Konfigurieren von Drucker %s ..."
+msgstr "Drucker %s konfigurieren ..."
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
msgid "Installing Foomatic..."
msgstr "Installieren des Pakets Foomatic ..."
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "Drucker-Optionen"
-#: ../../printerdrake.pm_.c:2778
-msgid "Preparing PrinterDrake..."
+#: ../../printerdrake.pm_.c:2989
+msgid "Preparing Printerdrake..."
msgstr "PrinterDrake vorbereiten ..."
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
msgid "Configuring applications..."
msgstr "Anwendungen konfigurieren ..."
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
msgid "Would you like to configure printing?"
msgstr "M旦chten Sie einen Drucker konfigurieren?"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr "Drucksystem: "
-#: ../../printerdrake.pm_.c:2875
-msgid "Printerdrake"
-msgstr "PrinterDrake"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
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."
+"OpenOffice.org/GIMP."
msgstr ""
"Die folgenden Drucker sind bereits eingerichtet. F端hren Sie einen "
"Doppelklick auf einem aus, um ihn zu 辰ndern, als Standarddrucker zu "
"verwenden, Informtionen 端ber ihn zu erhalten oder einen entfernten CUPS-"
"Server f端r Star/OpenOffice zug辰nglich zu machen."
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
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 "
@@ -9427,28 +9843,28 @@ msgstr ""
"Doppelklick auf einem aus, um ihn zu 辰ndern, als Standarddrucker zu "
"verwenden oder Informtionen 端ber ihn zu erhalten."
-#: ../../printerdrake.pm_.c:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "Aktualisiere Druckerliste (um alle entfernten CUPS-Drucker anzuzeigen)"
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
msgid "Change the printing system"
msgstr "Drucksystem 辰ndern"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
msgid "Normal Mode"
msgstr "Normaler Modus"
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
msgid "Do you want to configure another printer?"
msgstr "M旦chten Sie einen weiteren Drucker einrichten?"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
msgid "Modify printer configuration"
msgstr "Drucker-Konfiguration 辰ndern"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, c-format
msgid ""
"Printer %s\n"
@@ -9457,103 +9873,106 @@ msgstr ""
"Drucker %s\n"
"Was wollen Sie an diesem Drucker 辰ndern?"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr "Ausf端hren!"
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
msgid "Printer connection type"
msgstr "Art der Druckeranbindung"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
msgid "Printer name, description, location"
msgstr "Druckername, Beschreibung, Standort"
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr "Druckerproduzent, Modell, Treiber"
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr "Druckerproduzent, Modell"
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr "Als Standarddrucker verwenden"
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Diesen Drucker f端r StarOffice/OpenOffice.org hinzuf端gen"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Diesen Drucker f端r StarOffice/OpenOffice.org/GIMP hinzuf端gen"
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Diesen Drucker f端r StarOffice/OpenOffice.org entfernen"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Diesen Drucker f端r StarOffice/OpenOffice.org/GIMP entfernen"
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
msgid "Print test pages"
msgstr "Testseite(n) drucken"
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
msgid "Know how to use this printer"
msgstr "Wie dieser Drucker genutzt werden kann"
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
msgid "Remove printer"
msgstr "Drucker entfernen"
-#: ../../printerdrake.pm_.c:3245
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:3472
+#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Alten Drucker %s entfernen ..."
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
msgid "Default printer"
msgstr "Standarddrucker"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Der Drucker %s ist jetzt Ihr Standarddrucker"
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Drucker f端r StarOffice/OpenOffice.org hinzuf端gen"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Drucker f端r StarOffice/OpenOffice.org/GIMP hinzuf端gen"
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-"Der Drucker %s wurde erfogrich zu StarOffice/OpenOffice.org hinzugef端gt."
+"Der Drucker %s wurde erfogrich zu StarOffice/OpenOffice.org/GIMP "
+"hinzugef端gt."
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr "Fehler beim Hinzuf端gen von %s f端r StarOffice/OpenOffice.org."
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgstr "Fehler beim Hinzuf端gen von %s f端r StarOffice/OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "Drucker f端r StarOffice/OpenOffice.org entfernen"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Drucker f端r StarOffice/OpenOffice.org/GIMP entfernen"
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-"Der Drucker %s wurde erfogrich f端r StarOffice/OpenOffice.org entfernt."
+"Der Drucker %s wurde erfogrich f端r StarOffice/OpenOffice.org/GIMP entfernt."
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr "Fehler beim Entfernen von %s f端r StarOffice/OpenOffice.org."
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
+msgstr "Fehler beim Entfernen von %s f端r StarOffice/OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "M旦chten Sie den Drucker %s wirklich entfernen?"
-#: ../../printerdrake.pm_.c:3297
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:3527
+#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Drucker %s entfernen ..."
@@ -9609,9 +10028,8 @@ msgstr ""
"alle Felder leer."
#: ../../proxy.pm_.c:65
-#, fuzzy
msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "Die URL muss mit http: beginnen"
+msgstr "Die URL muss mit http:// oder ftp:// beginnen"
#: ../../proxy.pm_.c:79
msgid ""
@@ -10002,7 +10420,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Gemeinsamer Dateizugriff"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
msgid "System"
msgstr "System"
@@ -10056,15 +10474,15 @@ msgstr "Start"
msgid "Stop"
msgstr "Stopp"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Danke, dass Sie sich f端r Mandrake Linux 8.2 entschieden haben"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
+msgstr "Danke, dass Sie sich f端r Mandrake Linux 9.0 entschieden haben"
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr "Willkommen in der Open Source Welt."
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
@@ -10074,232 +10492,253 @@ msgstr ""
"neues Betriebssystem ist das Ergebnis einer weltweiten Zusammenarbeit der "
"GNU/Linux-Gemeinde."
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
+#: ../../share/advertising/02-community.pl_.c:9
+msgid "Get involved in the Free Software world"
msgstr "Betreten Sie die Welt der Freien Software"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
-"Wollen Sie die Open Source Gemeinde kennen lernen? Ein Teil von ihr werden? "
"Beteiligen Sie sich an den Diskussionsforen, die Sie auf unseren Community-"
-"Seiten finden."
+"Seiten finden, um Ihre wissen mit Anderen zu teilen."
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet und Messaging"
+#: ../../share/advertising/03-internet.pl_.c:9
+msgid "Get the most from the Internet"
+msgstr "Nutzen Sie das Internet nach Ihren W端nschen"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"view animations with Mozilla and Konqueror, or read your mail and handle "
+"your personal information with Evolution and Kmail"
msgstr ""
-"Mandrake Linux 8.2 stellt Ihnen die beste Softwareauswahl bereit, um auf "
+"Mandrake Linux 9.0 stellt Ihnen die beste Softwareauswahl bereit, um auf "
"alles, was das Internet bietet, zugreifen zu k旦nnen. Surfen Sie im Web mit "
"Mozilla oder Konqueror, bearbeiten Sie E-Mails und verwalten Sie pers旦nliche "
"Informationen mit Evolution, KMail oder zahlreichen anderen Programmen."
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimedia und Grafik"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr "Entdecken Sie die atuellsten Grafik- und Multimedia-Programme"
+
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:11
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"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 reizt Ihren Multimediarechner voll aus! Verwenden Sie die "
+"Mandrake Linux 9.0 reizt Ihren Multimediarechner voll aus! Verwenden Sie die "
"neuste Software, um Audiodateien abzuspielen, Ihre Fotos und Bilder zu "
-"bearbeiten sowie Videos abzuspielen..."
+"bearbeiten sowie Videos abzuspielen ..."
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Entwicklungsplattform"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "Spiele"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-"Mandrake Linux 8.2 ist die ultimative Entwicklungsplattform. Nutzen Sie die "
-"volle Power des GNU C Compilers sowie der besten Open Source "
-"Entwicklungsumgebungen."
+"Mandrake Linux 9.0 bietet die besten Open Source Spiele der Bereiche: "
+"Arcade, Baller, Karten, Sport, Strategie, ..."
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
msgid "Mandrake Control Center"
msgstr "Mandrake Kontrollzentrum"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-"Das Mandrake Linux 8.2 Kontrollzentrum ist der zentrale Ort, an dem Sie Ihr "
+"Das Mandrake Linux Kontrollzentrum ist der zentrale Ort, an dem Sie Ihr "
"System nach Ihren W端nschen anpassen k旦nnen."
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
msgid "User interfaces"
msgstr "Arbeitsumgebungen"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
+msgid ""
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
+msgstr ""
+"Mandrake Linux 9.0 bietet 11 Arbeitsumgebungen, die Sie nach Ihren W端nschen "
+"gestalten k旦nnen, darunter: KDE 3, Gnome 2 und WindowMaker"
+
+#: ../../share/advertising/08-development.pl_.c:9
+msgid "Development simplified"
+msgstr "Softwareentwicklung leicht gemacht"
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr "Mandrake Linux 9.0 ist die ultimative Entwicklungsplattform."
+
+#: ../../share/advertising/08-development.pl_.c:11
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
msgstr ""
-"Mandrake Linux 8.2 bietet 11 verschiedene grafische Arbeitsumgebungen und "
-"Windowmanager. Darunter GNOME 1.4, KDE 2.2.2 und Window Maker 0.8"
+"Mandrake Linux 9.0 ist die ultimative Entwicklungsplattform. Nutzen Sie die "
+"volle Power des GNU C Compilers sowie der besten Open Source "
+"Entwicklungsumgebungen."
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Server Software"
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr "Verwandeln Sie Ihren Rechner in einen zuverl辰ssigen Server."
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
"Verwandeln Sie Ihren Rechner mit ein paar Mausklicks in einen "
"leistungsf辰higen Server: Web, E-Mail, Firewall, Router, Datei- und "
"Druckserver, ..."
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Spiele"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
+msgstr "Optimieren Sie Ihre Sicherheit"
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-"Mandrake Linux 8.2 bietet die besten Open Source Spiele - Arcade, Baller, "
-"Karten, Sport, Strategie, ..."
+"Die MandrakeSecurity Palette bietet unter Anderem die Multi Network "
+"Firewall (M.N.F.)"
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
+msgstr ""
+"Dieses Firewall-Produkt enth辰lt die Netzwerkkomponenten, um all Ihren "
+"Sicherheitsanspr端chen gerecht werden zu k旦nnen."
+
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr "Sie erhalten das Produkt in unserem WebShop: MadrakeStore."
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
msgstr ""
-"Sie wollen GNU/Linux in eine einfache, schnelle und vor Allem freie Weise "
-"erlernen? MandrakeSoft bieten ein freies Linux Training sowie einen Weg "
-"Ihren Fortschirtt mit unserem Online Trainingcenter MandrakeCampus zu "
-"testen."
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-"Qualitativ hochwertiger Support aus der GNU/Linux Gemeinde und von "
-"MandrakeSoft ist nur einen Mausklick weit entfernt. Sind Sie bereits ein "
-"alter Hase in Sachen GNU/Linux, werden Sie ein Experte, und teilen Sie Ihr "
-"Wissen mit Anderen auf unserer Support-Seite."
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
msgstr ""
-"Unsere Consultants sind bereit, Ihnen f端r alle Ihre IT-Projekte individuelle "
-"L旦sungen anzubieten, die genau Ihren Bed端rfnissen entsprechen. MandrakeSoft "
-"als erfahrener Linux-Distributor bietet eine echte IT-Alternative f端r Ihr "
-"Unternehmen."
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
+msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
+msgstr ""
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
+msgid "Become a MandrakeExpert"
+msgstr ""
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
+msgid ""
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-"Unsere Linux Komplettl旦sungen, Sonderangebote und Mandrake Fan-Artikel "
-"bekommen Sie in unserem E-Shop"
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
-"Weitere Informationen 端ber MandrakeSofts professionelle Dienstleistungs- und "
-"gewerbliche Angebote erhalten Sie unter:"
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact/"
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "Mandrake Kontrollzentrum"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
+msgstr ""
-#: ../../standalone.pm_.c:40
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
+msgstr ""
+
+#: ../../standalone.pm_.c:41
msgid "Installing packages..."
msgstr "Pakete Installieren ..."
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Bitte loggen Sie sich aus, und dr端cken Sie Ctrl-Alt-R端cktaste"
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr ""
"Bitte loggen Sie sich erneut in %s ein, \n"
"um die nderungen wirksam werden zu lassen."
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Ich kann Ihre Partitionstabelle nicht lesen, sie ist fehlerhaft :-(\n"
-"Um fortfahren zu k旦nnen setze ich die fehlerhaften Partitionen zur端ck"
-
#: ../../standalone/drakTermServ_.c:188
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
msgstr "Drucker-Einstellung transferieren"
#: ../../standalone/drakTermServ_.c:203
-#, fuzzy
msgid "Enable Server"
-msgstr "Datenbankserver"
+msgstr "Server aktivieren"
#: ../../standalone/drakTermServ_.c:210
-#, fuzzy
msgid "Disable Server"
-msgstr "Datenbankserver"
+msgstr "Server deaktivieren"
#: ../../standalone/drakTermServ_.c:218
-#, fuzzy
msgid "Start Server"
-msgstr "NIS Server"
+msgstr "Server starten"
#: ../../standalone/drakTermServ_.c:225
-#, fuzzy
msgid "Stop Server"
-msgstr "NIS Server"
+msgstr "Server stoppen"
#: ../../standalone/drakTermServ_.c:233
msgid "Etherboot Floppy/ISO"
@@ -10319,34 +10758,35 @@ msgstr "Benutzer hinzuf端gen"
msgid "Add/Del Clients"
msgstr "DHCP-Klient"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
msgid "Help"
msgstr "Hilfe"
#: ../../standalone/drakTermServ_.c:436
msgid "Boot Floppy"
-msgstr ""
+msgstr "Bootdiskette"
#: ../../standalone/drakTermServ_.c:438
msgid "Boot ISO"
-msgstr ""
+msgstr "Boot ISO"
#: ../../standalone/drakTermServ_.c:507
msgid "Build Whole Kernel -->"
-msgstr ""
+msgstr "Ganzen Kern erstellen -->"
#: ../../standalone/drakTermServ_.c:509 ../../standalone/drakTermServ_.c:539
msgid "This will take a few minutes."
-msgstr ""
+msgstr "Das dauert einige Minuten"
#: ../../standalone/drakTermServ_.c:521
msgid "No kernel selected!"
-msgstr ""
+msgstr "Kein Kern ausgew辰hlt!"
#: ../../standalone/drakTermServ_.c:524
msgid "Build Single NIC -->"
@@ -10359,12 +10799,11 @@ msgstr "Nicht Verbunden"
#: ../../standalone/drakTermServ_.c:538
msgid "Build All Kernels -->"
-msgstr ""
+msgstr "Alle Kerne erstellen -->"
#: ../../standalone/drakTermServ_.c:552
-#, fuzzy
msgid "<-- Delete"
-msgstr "L旦schen"
+msgstr "<-- L旦schen"
#: ../../standalone/drakTermServ_.c:559
#, fuzzy
@@ -10372,45 +10811,40 @@ msgid "Delete All NBIs"
msgstr "Alle ausw辰hlen"
#: ../../standalone/drakTermServ_.c:621
-#, fuzzy
msgid "Add User -->"
-msgstr "Benutzer hinzuf端gen"
+msgstr "Benutzer hinzuf端gen -->"
#: ../../standalone/drakTermServ_.c:629
msgid "<-- Del User"
-msgstr ""
+msgstr "<-- Benutzer l旦schen"
#: ../../standalone/drakTermServ_.c:703
msgid "Add Client -->"
-msgstr ""
+msgstr "Klient hinzuf端gen -->"
#: ../../standalone/drakTermServ_.c:735
-#, fuzzy
msgid "<-- Del Client"
-msgstr "DHCP-Klient"
+msgstr "<-- Klient l旦schen"
#: ../../standalone/drakTermServ_.c:741
-#, fuzzy
msgid "dhcpd Config..."
-msgstr "Konfigurieren ..."
+msgstr "DHCP Konfigurieren ..."
#: ../../standalone/drakTermServ_.c:888
-#, fuzzy
msgid "Write Config"
-msgstr "neu konfigurieren"
+msgstr "Konfiguration speichern"
#: ../../standalone/drakTermServ_.c:946
-#, fuzzy
msgid "Please insert floppy disk:"
-msgstr "Bitte legen Sie die Startdiskette in Laufwerk %s ein."
+msgstr "Bitte legen Sie eine Diskette ein:"
#: ../../standalone/drakTermServ_.c:950
msgid "Couldn't access the floppy!"
-msgstr ""
+msgstr "Kein Diskettenzugriff m旦glich!"
#: ../../standalone/drakTermServ_.c:952
msgid "Floppy can be removed now"
-msgstr ""
+msgstr "Sie k旦nnen die Diskette nun entfernen"
#: ../../standalone/drakTermServ_.c:955
#, fuzzy
@@ -10424,11 +10858,11 @@ msgstr ""
#: ../../standalone/drakTermServ_.c:966
msgid "Something went wrong! - Is mkisofs installed?"
-msgstr ""
+msgstr "Es trat ein Fehler auf! Ist mkisofs installiert?"
#: ../../standalone/drakTermServ_.c:985
msgid "Need to create /etc/dhcpd.conf first!"
-msgstr ""
+msgstr "/etc/dhcpd.conf muss erst angelegt werden!"
#: ../../standalone/drakautoinst_.c:43
msgid "Error!"
@@ -10482,7 +10916,6 @@ msgstr ""
"vorgenommen werden soll, oder ob Sie ihn manuell durchf端hren wollen."
#: ../../standalone/drakautoinst_.c:81 ../../standalone/drakautoinst_.c:82
-#, fuzzy
msgid "Creating auto install floppy"
msgstr "Erstellen einer Auto-Installationsdiskette"
@@ -10498,8 +10931,8 @@ msgstr ""
"\n"
"Die Parameter der Autoinstallation sind in den Abschnitten rechts verf端gbar."
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "Gratuliere!"
@@ -10523,20 +10956,23 @@ msgstr "Eintrag hinzuf端gen"
msgid "Remove the last item"
msgstr "Letzten Eintrag entfernen?"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:732
-#, fuzzy
+#: ../../standalone/drakbackup_.c:726
msgid "FATAL"
-msgstr "FAT"
+msgstr "FATAL"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr "INFO"
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
@@ -10546,7 +10982,7 @@ msgstr ""
" DrakBackup Report \n"
"\n"
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -10557,7 +10993,7 @@ msgstr ""
" DrakBackup D辰mon Report\n"
"\n"
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -10568,13 +11004,20 @@ msgstr ""
" DrakBackup Report Details\n"
"\n"
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
#, fuzzy
msgid "Total progess"
msgstr "Vortschritt"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10583,16 +11026,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Kein Passwort"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, c-format
+msgid "Can't find %s on %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -10603,60 +11071,65 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr "Systemdateien sichern ..."
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
msgid "Hard Disk Backup files..."
msgstr "Backup-Dateien auf der Festplatte ..."
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
msgid "Backup User files..."
msgstr "Benutzerdateien sichern ..."
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr "Festplattenbackup in Bearbeitung ..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
msgid "Backup Other files..."
msgstr "Andere Dateien sichern ..."
-#: ../../standalone/drakbackup_.c:1266
+#: ../../standalone/drakbackup_.c:1321
#, fuzzy
msgid "No changes to backup!"
msgstr "Auf Bandlaufwerk sichern"
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -10664,16 +11137,16 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, fuzzy, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr ""
"Dateiliste per FTP senden: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
#, fuzzy
msgid ""
"\n"
@@ -10684,41 +11157,41 @@ msgstr ""
"(!) FTP Verbindungsprobleme: Es war nicht m旦glich, Ihre Dateien per FTP zu "
"端bertragen.\n"
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1324
+#: ../../standalone/drakbackup_.c:1379
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "(!) Fehler beim Verschicken der Mail. \n"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Dateiauswahl"
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr ""
"W辰hlen Sie die Dateien oder Verzeichnisse und bet辰tigen Sie die Schaltfl辰che "
"Hinzuf端gen"
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10726,27 +11199,27 @@ msgstr ""
"\n"
"Bitte w辰hlen Sie alle ben旦tigten Parameter.\n"
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Diese Optionen k旦n alle Ihre Dateien im Verzeichnis /etc sichern und "
"wiederherstellen\n"
-#: ../../standalone/drakbackup_.c:1527
+#: ../../standalone/drakbackup_.c:1602
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Sichern Ihrer Systemdateien (Verzeicnis /etc)"
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr "Inkrementelles Backup (alte Backups nicht 端berschreiben)"
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Keine kritischen Dateien (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10754,62 +11227,66 @@ msgstr ""
"Mit dieser Option sind Sie in der Lage, jede Version Ihres \n"
"/etc Verzeichnisses wiederherzustellen."
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
msgid "Please check all users that you want to include in your backup."
msgstr ""
"Bitte w辰hlen Sie alle Kennzeichen, deren Dateinen mitgesichert werden sollen."
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr "Die Browser-Caches nicht archivieren."
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Inkrementelle Archivierung (alte Archive nicht ersetzen)"
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Markierte entfernen"
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
msgid "Users"
msgstr "Benutzer"
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
#, fuzzy
msgid "Use network connection to backup"
msgstr "FTP-Verbindung zum erstellen der Sicherungskopien verwenden"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
#, fuzzy
msgid ""
" Transfer \n"
"Now"
msgstr "bertragen"
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
msgid "Please enter the host name or IP."
msgstr "Rechnernamen oder IP eingeben."
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
#, fuzzy
msgid ""
"Please enter the directory (or module) to\n"
@@ -10818,69 +11295,69 @@ msgstr ""
"Bitte geben Sie das Verzeichnis an,\n"
" in dem die Archive erstellt werden sollen."
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
msgid "Please enter your login"
msgstr "Bitte geben Sie Ihr Benutzerkennzeichen ein"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
msgid "Please enter your password"
msgstr "Bitte geben Sie Ihr Passwort ein"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
msgid "Remember this password"
msgstr "Passwort behalten"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
#, fuzzy
msgid "Need hostname, username and password!"
msgstr "Ich mich unter %s micht anmelden! Stimmt das Passwort?"
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr "Sicherungskopie auf CD/DVDROM"
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
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:1849
+#: ../../standalone/drakbackup_.c:1923
#, fuzzy
msgid "Please choose your CD/DVD media size"
msgstr "Bitte w辰hlen Sie Ihren CD-Paltz"
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Kontrollieren Sie, ob Sie ein CDRW-Medium verwenden."
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
msgid "Please check if you are using CDRW media"
msgstr "Kontrollieren Sie, ob Sie ein CDRW-Medium verwenden."
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Kontrollieren Sie, ob Sie die CDRW vorher l旦schen wollen."
-#: ../../standalone/drakbackup_.c:1868
+#: ../../standalone/drakbackup_.c:1942
#, fuzzy
msgid " Erase Now "
msgstr "bertragen"
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Kontrollieren Sie, ob Sie ein CDRW-Medium verwenden."
-#: ../../standalone/drakbackup_.c:1880
+#: ../../standalone/drakbackup_.c:1954
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Kontrollieren Sie, ob Sie ein CDRW-Medium verwenden."
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -10888,36 +11365,36 @@ msgstr ""
"Bitte geben Sie den Ger辰tenamen \n"
"Ihres Brenners an, etwa 0,1,0."
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
#, fuzzy
msgid "No CD device defined!"
msgstr "Datei ausw辰hlen"
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
msgid "Use tape to backup"
msgstr "Auf Bandlaufwerk sichern"
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr "Bitte geben Sie den Ger辰tenamen f端 Archivierung an."
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Kontrollieren Sie, ob Sie die CDRW vorher l旦schen wollen."
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Kontrollieren Sie, ob Sie die CDRW vorher l旦schen wollen."
-#: ../../standalone/drakbackup_.c:1995
+#: ../../standalone/drakbackup_.c:2069
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Kontrollieren Sie, ob Sie die CDRW vorher l旦schen wollen."
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -10925,57 +11402,57 @@ msgstr ""
"Bitte geben Sie die Maximalgr旦e \n"
"f端r DrakBackup an."
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Bitte geben Sie das Archivverzeichnis an:"
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
msgid "Use quota for backup files."
msgstr "Quota f端r Backup-Datei verwenden."
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
msgid "Network"
msgstr "Netzwerk"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr "Festplatte/NFS"
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
#, fuzzy
msgid "Tape"
msgstr "Typ"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr "st端ndlich"
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr "t辰glich"
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr "w旦chendlich"
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr "monatlich"
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
msgid "Use daemon"
msgstr "D辰mon verwenden"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -10983,7 +11460,7 @@ msgstr ""
"Bitte w辰hlen Sie das Zeitintervall \n"
"zwischen zwei Sicherungen."
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
msgid ""
"Please choose the\n"
"media for backup."
@@ -10991,7 +11468,7 @@ msgstr ""
"Bitte w辰hlen Sie ein\n"
"Sicherungsmedium."
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
#, fuzzy
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
@@ -10999,71 +11476,71 @@ msgid ""
"Note that currently all 'net' medias also use the hard drive."
msgstr "Stellen Sie sicher, dass der Cron-D辰mon als Dienst aktiviert ist."
-#: ../../standalone/drakbackup_.c:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr "E-Mail Bericht nach jedem Sicherungsvorgang an: "
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
msgid "What"
msgstr "Was"
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
msgid "Where"
msgstr "Wo"
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
msgid "When"
msgstr "Wann"
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
msgid "More Options"
msgstr "Mehr Parameter"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
msgid "Drakbackup Configuration"
msgstr "DrakBackup Konfiguration"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
msgid "Please choose where you want to backup"
msgstr "Bitte w辰hlen Sie wohin Sie die Sicherungskopien machen wollen."
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr "auf Festplatte"
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
msgid "across Network"
msgstr "端ber Netzwerk"
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
msgid "Please choose what you want to backup"
msgstr "Bitte w辰hlen Sie, was Sie sichern wollen"
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
msgid "Backup system"
msgstr "System sichern"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr "Benutzerkennzeichen sichern"
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr "Benutzerkennzeichen ausw辰hlen"
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
@@ -11071,7 +11548,7 @@ msgstr ""
"\n"
"Sicherungsquellen: \n"
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
@@ -11079,7 +11556,7 @@ msgstr ""
"\n"
"- Systemdateien:\n"
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
@@ -11087,7 +11564,7 @@ msgstr ""
"\n"
"- Benutzerdateien:\n"
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
@@ -11095,64 +11572,64 @@ msgstr ""
"\n"
"- Sonstige Dateien:\n"
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
"\n"
"- Auf Festplatte sichern unter: %s\n"
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, fuzzy, c-format
-msgid " on device : %s"
+msgid " on device: %s"
msgstr "Mausschnittstelle: %s\n"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
"\n"
"- Via FTP sichern auf: %s\n"
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, fuzzy, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
"\n"
"- Via FTP sichern auf: %s\n"
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -11161,7 +11638,7 @@ msgstr ""
"\t\t Benutzer: %s\n"
"\t\t Pfad: %s \n"
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
msgid ""
"\n"
"- Options:\n"
@@ -11169,63 +11646,63 @@ msgstr ""
"\n"
"- Optionen:\n"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr "\tKeine Systemdateien\n"
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr "\tSicherungen verwenden tar und bzip2\n"
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr "\tSicherungen verwenden tar und gzip\n"
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
"\n"
"- D辰mon (%s) enth辰lt:\n"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr "\t- Festplatte.\n"
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr "\t- CD-ROM.\n"
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr "\t- Netzwerk per FTP.\n"
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr "\t- Netzwerk per SSH.\n"
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
#, fuzzy
msgid "\t-Network by rsync.\n"
msgstr "\t- Netzwerk per FTP.\n"
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
#, fuzzy
msgid "\t-Network by webdav.\n"
msgstr "\t- Netzwerk per FTP.\n"
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
"Keine Konfiguration. W辰hlen Sie dein Assistenten oder Fortgeschritten.\n"
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
@@ -11233,7 +11710,7 @@ msgstr ""
"Liste der wiederherzustellenden Daten:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
@@ -11241,160 +11718,278 @@ msgstr ""
"Liste der besch辰digten Daten:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
msgid "Please uncheck or remove it on next time."
msgstr ""
"Bitte entfernen Sie die Markierung oder l旦schen Sie sie das n辰chste Mal."
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr "Die Sicherungen sind besch辰digt."
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
#, fuzzy
msgid " All of your selected data have been "
msgstr " Alle Ihre gew辰lhten Daten wurden "
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr " erfolgreich auf %s wiederhergestellt "
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
msgid " Restore Configuration "
msgstr " Konfiguration wiederherstellen "
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr "OK, die 端brigen Dateien zu aktualisieren."
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Liste wiederherzustellender Kennzeichen (letztes Datum per Kennzeichen ist "
"wichtig)"
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
msgid "Backup the system files before:"
msgstr "Systemdateien sichern vor:"
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
msgid "please choose the date to restore"
msgstr "Bitte w辰hlen Sie, welches Datum wiederhergestellt werden soll."
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
msgid "Use Hard Disk to backup"
msgstr "Auf Festpaltte sichern"
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
msgid "Please enter the directory to save:"
msgstr "Bitte geben Sie das Archivverzeichnis an:"
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
msgid "FTP Connection"
msgstr "FTP Verbindung"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
msgid "Secure Connection"
msgstr "Sichere Verbindung"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
msgid "Restore from Hard Disk."
msgstr "Von Festplatte wiederherstellen"
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr "Bitte geben Sie das Verzeichnis an, in dem die Sicherungskopien liegen"
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
msgid "Select another media to restore from"
msgstr "W辰hlen Sie ein anderes Medium von dem Sie wiederherstellen wollen."
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
msgid "Other Media"
msgstr "Anderes Medium"
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
msgid "Restore system"
msgstr "System wiederherstellen"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
msgid "Restore Users"
msgstr "Benutzerkennzeichen wiederherstellen"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore Other"
msgstr "Sonstiges wiederherstellen"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "Auswahl des Pfades der wiederhergestellt werden soll (statt /"
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
"Erstelle Sicherung vor dem Wiederherstellen (nur f端r inkrementelle "
"Sicherungen)."
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr "Benutzerkennzeichen vor dem Wiederherstellen entfernen."
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3394
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Markierte entfernen"
+
+#: ../../standalone/drakbackup_.c:3411
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "Sonstiges wiederherstellen"
+
+#: ../../standalone/drakbackup_.c:3477
+#, fuzzy, c-format
+msgid "Backup files not found at %s."
+msgstr "Anlegen einer Sicherheitskopie von %s unter %s.old."
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, fuzzy
+msgid "Restore From CD"
+msgstr "Von Festplatte wiederherstellen"
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "Partitionstabelle wiederherstellen"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3524
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "Benutzerkennzeichen wiederherstellen"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3525
+#, fuzzy
+msgid "Host Name"
+msgstr "Rechnername"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+#, fuzzy
+msgid "Password required"
+msgstr "Passwort"
+
+#: ../../standalone/drakbackup_.c:3539
+#, fuzzy
+msgid "Username required"
+msgstr "Benutzerkennzeichen"
+
+#: ../../standalone/drakbackup_.c:3542
+#, fuzzy
+msgid "Hostname required"
+msgstr "Rechnername: "
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "Sonstiges wiederherstellen"
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr "Alle Sicherungen wiederherstellen"
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
msgid "Custom Restore"
msgstr "Benutzergef端hrte Wiederherstellung"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3865
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "Partitionstabelle wiederherstellen"
+
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "Benutzerkennzeichen wiederherstellen"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
msgid "Previous"
msgstr "<- Zur端ck"
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Speichern"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
msgid "Build Backup"
msgstr "Sicherung erstellen"
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
msgid "Restore"
msgstr "Wiederherstellen"
-#: ../../standalone/drakbackup_.c:3553
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Bitte erstellen Sie eine Sicherung, bevor Sie wiederherstellen k旦nnen.\n"
-"oder stellen Sie sicher, dass der Pfad zu den Sicherungen korrekt ist."
-
-#: ../../standalone/drakbackup_.c:3574
+#: ../../standalone/drakbackup_.c:4231
+#, fuzzy
msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
"Sendmail Fehler\n"
" Ihre Bericht-Mail konnte nicht versandt werden.\n"
" Bitte richten Sie Sendmail korrekt ein."
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Die folgenden Pakete werden installiert werden"
-#: ../../standalone/drakbackup_.c:3621
+#: ../../standalone/drakbackup_.c:4278
#, fuzzy
msgid ""
"Error during sending file via FTP.\n"
@@ -11403,19 +11998,19 @@ msgstr ""
"Fehler bei der ertragung via FTP.\n"
"Bitte korrigieren Sie Ihre FTP-Konfiguration."
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
msgid "Please select data to restore..."
msgstr "Bitte w辰hlen Sie die wiederherzustellenden Daten..."
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
msgid "Please select media for backup..."
msgstr "Bitte w辰hlen Sie ein Sicherungsmedium..."
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
msgid "Please select data to backup..."
msgstr "Bitte w辰hlen Sie die zu sichernden Daten..."
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11423,59 +12018,59 @@ msgstr ""
"Keine Konfigurationsdatei gefunde.\n"
"Bitte w辰hlen Sie den Assistenten oder Erweitert."
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr "In Entwicklung, haben Sie noch etwas Geduld ..."
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
msgid "Backup system files"
msgstr "Systemdateien sichern"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup user files"
msgstr "Benutzerdateien sichern"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup other files"
msgstr "Andere Dateien sichern"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr "Fortschritt"
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr "Daten端agung via FTP"
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
msgid "Sending files..."
msgstr "Dateien 端bertragen ..."
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
msgid "Backup Now from configuration file"
msgstr "Jetzt Sicherung anhand der Konfigurationsdatei erstellen."
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
msgid "View Backup Configuration."
msgstr "Sicherungskonfiguration anzeiegen"
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
msgid "Wizard Configuration"
msgstr "Assistentengest端tzte Konfiguration"
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
msgid "Advanced Configuration"
msgstr "Expertenkonfiguration"
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
msgid "Backup Now"
msgstr "Jetzt sichern"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr "DrakBackup"
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
#, fuzzy
msgid ""
"options description:\n"
@@ -11538,7 +12133,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11553,7 +12148,7 @@ msgstr ""
" in /etc/postfix/main.cf korrigieren.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -11636,46 +12231,89 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
+#, fuzzy
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
"\n"
msgstr ""
+"Parameter:\n"
+"\n"
+" - Systemdateien sichern:\n"
+" \n"
+"\tDiese Option erlaub es Ihnen Ihr /etc Verzeichnis\n"
+"\tmit den darin enthaltenen Konfigurationsdateien zu\n"
+"\tsichern. Seien Sie vorsichtig, damit Sie w辰hrend der\n"
+"\tWiederherstellung folgende Dateien nicht 端berschreiben:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Benutzerdateien sichern:\n"
+"\n"
+"\tDiese Option erlaubt es Ihnen die Benutzerkenn-\n"
+"\tzeichen zu w辰hlen, deren Daten gesichert werden\n"
+"\tsollen.\n"
+"\tEs ist sinnvoll, die Browser-Caches vom Sichern\n"
+"\tauszunehmen, um Sicherungsplatz zu sparen.\n"
+"\n"
+" - Andere Dateien sichern:\n"
+"\n"
+"\tMit dieser Option k旦nnen Sie weitere Dateienn\n"
+"\tzum Sichern vorsehen. Sollten Sie diese Version\n"
+"\tverwenden, k旦nnen Sie momentan keine inkre-\n"
+"\tmentellen Aktualisierungen vornehmen.\n"
+"\n"
+" - Inkrementelle Archivierung:\n"
+"\n"
+"\tInkrementelle Archivierung ist die m辰chtigste\n"
+"\tder vorhandenen Optionen. Sie erlaubt es\n"
+"\tIhnen beim ersten Aufruf eine komplette\n"
+"\tSicherungskopie Ihres Systems zu erstellen und\n"
+"\tanschliend nur noch nderungen zu speichern.\n"
+"\tSomit sind Sie in der Lage, w辰hrend des Wieder-\n"
+"\therstellens, den Datenbestand eines bestimmten\n"
+"\tZeitpunkts zu erzeugen.\n"
+"\tSollten sie diese Alernative nicht gew辰hlt haben,\n"
+"\twerden die alten Sicherungen vor dem Ertellen\n"
+"\teiner neuen Sicherungskopie gel旦scht.\n"
+"\n"
+"\n"
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft by Sebastien DUPONT <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -11705,7 +12343,7 @@ msgstr ""
" along with this program; if not, write to the Free Software\n"
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -11745,7 +12383,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -11763,7 +12401,7 @@ msgstr ""
"Rechner erstellt werden.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11786,7 +12424,7 @@ msgstr ""
"Seien Sie daher vorsichtig und 辰ndern Sie die Sicherungskopien \n"
"nicht manuell.\n"
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -11867,9 +12505,9 @@ msgstr ""
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
#, fuzzy
msgid "Standalone Tools"
msgstr "Konsolen-Werkzeuge"
@@ -11922,26 +12560,26 @@ msgstr "PrinterDrake"
msgid "Configuration Wizards"
msgstr "Netzwerk Konfigurationsassistent"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
#, fuzzy
msgid "Application:"
msgstr "Authentifizierung"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
#, fuzzy
msgid "Package: "
msgstr "Auswahl der Pakete"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
#, fuzzy
msgid "Release: "
msgstr "Bitte warten"
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -11953,21 +12591,21 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
#, fuzzy
msgid "Report"
msgstr "Port"
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
#, fuzzy
msgid "Not installed"
msgstr "Nach dem Entfernen"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Die Bildschim-Schnappsch端sse liegen nach der Installation unter %s"
@@ -12416,7 +13054,7 @@ msgid "Font List"
msgstr "Font-Liste"
#: ../../standalone/drakfont_.c:909
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "W辰hlen Sie die Programme, die die Schriften verwenden sollen:"
#: ../../standalone/drakfont_.c:918
@@ -12489,19 +13127,19 @@ msgstr "Entfernen von Schriftarten auf Ihrem Rechner"
msgid "Post Uninstall"
msgstr "Nach dem Entfernen"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr "Teilen der Internet-Verbindung"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr "Teilen der Internetverbindung momentan eingeschaltet."
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -12513,31 +13151,31 @@ msgstr ""
"\n"
"Was wollen Sie tun?"
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
msgid "disable"
msgstr "deaktivieren"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr "Verwerfen"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "reconfigure"
msgstr "neu konfigurieren"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
msgid "Disabling servers..."
msgstr "Server deaktivieren ..."
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
msgid "Internet connection sharing is now disabled."
msgstr "Teilen der Internet-Verbindung ist nun abgeschaltet."
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr "Teilen der Internet-Verbindung momentan abgeschaltet."
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -12549,19 +13187,19 @@ msgstr ""
"\n"
"Was wollen Sie tun?"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
msgid "enable"
msgstr "aktivieren"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr "Server aktivieren ..."
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
msgid "Internet connection sharing is now enabled."
msgstr "Teilen der Internetverbindung ist nun eingeschaltet."
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
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 "
@@ -12576,21 +13214,21 @@ msgstr ""
"Anmerkung: Sie ben旦tigen eine Netzwerkkarte, mit deren Hilfe Sie ein \n"
"lokales Netz (LAN) aufsetzen k旦nnen."
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Schnittstelle %s (verwendet Modul %s)"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, c-format
msgid "Interface %s"
msgstr "Schnittstelle: %s"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr "Sie haben keine Netzwerkkarte!"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -12598,11 +13236,11 @@ msgstr ""
"Ihr Rechner hat keine konfigurierte Netzwerkkarte. Bitte verwenden Sie erst "
"HardDrake, bevor Sie weiter machen."
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "Netzwerkkarte"
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -12617,7 +13255,7 @@ msgstr ""
"\n"
"Ich setze ihr lokales Netz damit auf."
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
@@ -12625,11 +13263,11 @@ msgstr ""
"Bitte w辰hlen Sie die Netzwerkkarte, die mit Ihrem lokalen Netzwerk \n"
"verbunden ist."
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:259
msgid "Network interface already configured"
msgstr "Ihr Netzwerk ist bereits konfiguriert"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -12645,15 +13283,15 @@ msgstr ""
"Sie k旦nnen auch eine manuelle Einrichtung vornehmen - daf端r sollten Sie "
"jedoch wissen, wie das funktioniert."
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
msgid "Automatic reconfiguration"
msgstr "Automatische Rekonfiguration"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
msgid "Show current interface configuration"
msgstr "Aktuelle Schnittstellenkonfiguration anzeigen"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -12670,7 +13308,7 @@ msgstr ""
"IP-Eigenschaften: %s\n"
"Treiber: %s"
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -12690,56 +13328,43 @@ msgstr ""
"Server f端r Sie aufsetzen.\n"
"\n"
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr "Lokales Klasse-C Netzwerk"
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
msgid "(This) DHCP Server IP"
msgstr "(Diese) DHCP-Server IP"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr "Neu konfigurieren des Ger辰ts und des DHCP-Servers"
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr "Das lokale Netzwerk endet nicht auf .0 - bereinige."
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"Es liegt ein m旦glicher LAN-Adressen Konflikt in der Konfiguration\n"
"von %s vor!\n"
-#: ../../standalone/drakgw_.c:320
-msgid "Firewalling configuration detected!"
-msgstr "Ich habe eine Firewall-Konfiguration gefunden!"
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"WARNUNG: Ich habe eine eine Firewall-Konfiguration gefunden. \n"
-"M旦glicherweise m端ssen Sie nach der Installation einige Einstellungen \n"
-"von Hand vornehmen."
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
msgid "Configuring..."
msgstr "Konfigurieren ..."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr "Skripte konfigurieren, Software installieren, Dienste starten ..."
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, c-format
msgid "Problems installing package %s"
msgstr "Probleme beim Installieren von Paket %s"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -12750,24 +13375,24 @@ msgstr ""
"lokalen Netz mittels automatischer Netzwerk-Konfiguration (DHCP) \n"
"teilen."
-#: ../../standalone/drakgw_.c:566
+#: ../../standalone/drakgw_.c:504
msgid "The setup has already been done, but it's currently disabled."
msgstr ""
"Die Einstellungen wurden bereits vorgenommen, sie sind nur nicht aktiviert."
-#: ../../standalone/drakgw_.c:567
+#: ../../standalone/drakgw_.c:505
msgid "The setup has already been done, and it's currently enabled."
msgstr "Die Einstellungen wurden bereits vorgenommen und sind aktiv."
-#: ../../standalone/drakgw_.c:568
+#: ../../standalone/drakgw_.c:506
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Teilen der Internetverbindung wurde noch nicht konfiguriert."
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
msgid "Internet connection sharing configuration"
msgstr "Teilen der Internetverbindung - Konfiguration"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -12783,6 +13408,157 @@ msgstr ""
"\n"
"W辰hlen Sie Konfigurieren wenn Sie den Assistenten starten wollen."
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr "Nicht Verbunden"
+
+#: ../../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"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+#, fuzzy
+msgid "first step creation"
+msgstr "Boot-Disketten Erstellung"
+
+#: ../../standalone/draksplash_.c:77
+#, fuzzy
+msgid "final resolution"
+msgstr "Aufl旦sung"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#, fuzzy
+msgid "choose image file"
+msgstr "W辰hlen Sie eine Datei"
+
+#: ../../standalone/draksplash_.c:79
+#, fuzzy
+msgid "Theme name"
+msgstr "Freigabename"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+#, fuzzy
+msgid "go to lilosplash configuration"
+msgstr "Einstellungen f端r nach der Installation"
+
+#: ../../standalone/draksplash_.c:83
+#, fuzzy
+msgid "quit"
+msgstr "Verlassen"
+
+#: ../../standalone/draksplash_.c:84
+#, fuzzy
+msgid "save theme"
+msgstr "Themen installieren"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#, fuzzy
+msgid "Configure bootsplash picture"
+msgstr "Ich kan keine Start-Vorschau erzeugen"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+#, fuzzy
+msgid "go back"
+msgstr "Loopback"
+
+#: ../../standalone/draksplash_.c:120
+#, fuzzy
+msgid "preview"
+msgstr "Ger辰t"
+
+#: ../../standalone/draksplash_.c:121
+#, fuzzy
+msgid "choose color"
+msgstr "W辰hlen Sie Ihren Monitor"
+
+#: ../../standalone/draksplash_.c:124
+#, fuzzy
+msgid "Display logo on Console"
+msgstr "Bildschirm-Thema f端r die Konsole"
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:436
+msgid "ProgressBar color selection"
+msgstr "Farbauswahl f端r den Fortschrittsbalken"
+
+#: ../../standalone/draksplash_.c:454
+#, fuzzy
+msgid "You must choose an image file first!"
+msgstr "Sie m端ssen einen Drucker w辰hlen/ein Ger辰t eingeben!"
+
+#: ../../standalone/draksplash_.c:463
+msgid "Generating preview ..."
+msgstr "Vorschau erzeugen ..."
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12804,7 +13580,6 @@ msgid "Canada (cable)"
msgstr "Kanada (Kabel)"
#: ../../standalone/drakxtv_.c:66
-#, fuzzy
msgid "USA (broadcast)"
msgstr "USA (terrestrisch)"
@@ -12817,12 +13592,10 @@ msgid "USA (cable-hrc)"
msgstr "USA (Kabel-hrc)"
#: ../../standalone/drakxtv_.c:67
-#, fuzzy
msgid "China (broadcast)"
msgstr "China (terrestrisch)"
#: ../../standalone/drakxtv_.c:67
-#, fuzzy
msgid "Japan (broadcast)"
msgstr "Japan (terrestrisch)"
@@ -12835,9 +13608,8 @@ msgid "East Europe"
msgstr "Osteuropa"
#: ../../standalone/drakxtv_.c:68
-#, fuzzy
msgid "France [SECAM]"
-msgstr "Frankreich"
+msgstr "Frankreich (SECAM)"
#: ../../standalone/drakxtv_.c:68
msgid "Ireland"
@@ -12874,11 +13646,11 @@ msgid ""
msgstr "Bitte geben Sie Ihre Fernsehnorm und Region ein"
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr "Fernsehnorm:"
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr "Region:"
#: ../../standalone/drakxtv_.c:114
@@ -12890,25 +13662,24 @@ msgid "Scanning for TV channels"
msgstr "Sendersuche..."
#: ../../standalone/drakxtv_.c:125
-#, fuzzy
msgid "There was an error while scanning for TV channels"
-msgstr "Bei der Installation der Pakete trat ein Fehler auf:"
+msgstr "Bei der Suche der TV-Kan辰le trat ein Fehler auf"
#: ../../standalone/drakxtv_.c:126
msgid "XawTV isn't installed!"
-msgstr ""
+msgstr "XawTV ist nicht installiert!"
#: ../../standalone/drakxtv_.c:129
msgid "Have a nice day!"
-msgstr ""
+msgstr "Bis bald!"
#: ../../standalone/drakxtv_.c:130
msgid "Now, you can run xawtv (under X Window!) !\n"
-msgstr ""
+msgstr "Sie k旦nnen nun (unter X-Windows) xawtv starten.\n"
#: ../../standalone/drakxtv_.c:153
msgid "No TV Card detected!"
-msgstr ""
+msgstr "Keine TV-Karte gefunden!"
#: ../../standalone/drakxtv_.c:154
msgid ""
@@ -12957,7 +13728,7 @@ msgstr ""
"Die Einstellungen wurden vorgenommen, werden jedoch erst nach einer "
"Neuanmeldung wirksam"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
msgid "logdrake"
msgstr "LogDrake"
@@ -13066,9 +13837,8 @@ msgid "Content of the file"
msgstr "Inhalt der Logb端cher"
#: ../../standalone/logdrake_.c:215 ../../standalone/logdrake_.c:391
-#, fuzzy
msgid "Mail alert"
-msgstr "E-Mail/SMS Benachrichtigung"
+msgstr "E-Mail Benachrichtigung"
#: ../../standalone/logdrake_.c:267
#, c-format
@@ -13076,61 +13846,50 @@ msgid "please wait, parsing file: %s"
msgstr "Einen Moment, ich durchsuche: %s"
#: ../../standalone/logdrake_.c:408
-#, fuzzy
msgid "Mail alert configuration"
-msgstr "Mail/SMS Benachrichtigungskonfiguration"
+msgstr "Mail Benachrichtigungskonfiguration"
#: ../../standalone/logdrake_.c:409
-#, fuzzy
msgid ""
"Welcome to the mail configuration utility.\n"
"\n"
"Here, you'll be able to set up the alert system.\n"
msgstr ""
-"Herzlich willkommen zum E-Mail/SMS Konfigurationsassistenten.\n"
+"Herzlich willkommen zum E-Mail Benachrichtigungsassistenten.\n"
"\n"
"Hier k旦nnen Sie Ihr Benachrichtigungssystem einrichten.\n"
#: ../../standalone/logdrake_.c:416
msgid "Apache World Wide Web Server"
-msgstr ""
+msgstr "Apache Web-Server"
#: ../../standalone/logdrake_.c:417
-#, fuzzy
msgid "Domain Name Resolver"
-msgstr "Name der Dom辰ne"
+msgstr "DNS"
#: ../../standalone/logdrake_.c:418
-#, fuzzy
msgid "Ftp Server"
-msgstr "NIS Server"
+msgstr "FTP Server"
#: ../../standalone/logdrake_.c:419
-#, fuzzy
msgid "Postfix Mail Server"
-msgstr ""
-"Postfix E-Mail-Server und\n"
-"Inn Diskussionsforen-Server"
+msgstr "Postfix E-Mail-Server"
#: ../../standalone/logdrake_.c:420
-#, fuzzy
msgid "Samba Server"
-msgstr "NIS Server"
+msgstr "Samba Server"
#: ../../standalone/logdrake_.c:421
-#, fuzzy
msgid "SSH Server"
-msgstr "NIS Server"
+msgstr "SSH Server"
#: ../../standalone/logdrake_.c:422
-#, fuzzy
msgid "Webmin Service"
-msgstr "Dienste"
+msgstr "Webmin"
#: ../../standalone/logdrake_.c:423
-#, fuzzy
msgid "Xinetd Service"
-msgstr "Drucker-Server"
+msgstr "xinetd"
#: ../../standalone/logdrake_.c:430
msgid "service setting"
@@ -13138,10 +13897,9 @@ msgstr "Dienste einstellen"
#: ../../standalone/logdrake_.c:431
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"You will receive an alert if one of the selected services is no more running"
msgstr ""
-"Sie weden benachrtichtigt, falls einer der gew辰hlten Dienste nichtmehr "
-"verf端gbar ist."
+"Sie weden benachrtichtigt, falls einer der gew辰hlten Dienste nichtmehr l辰uft."
#: ../../standalone/logdrake_.c:443
msgid "load setting"
@@ -13156,26 +13914,24 @@ msgid "alert configuration"
msgstr "Benachrichtigungskonfiguration"
#: ../../standalone/logdrake_.c:458
-#, fuzzy
msgid "Please enter your email address below "
-msgstr "Bitte geben Sie Ihr Passwort ein"
+msgstr "Bitte geben Sie Ihre E-Mail-Adresse ein"
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr "Speichern unter..."
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "Bitte w辰hlen Sie Ihren Maustyp."
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "Die dritte Maustaste emulieren?"
-#: ../../standalone/printerdrake_.c:48
-#, fuzzy
+#: ../../standalone/printerdrake_.c:57
msgid "Reading printer data ..."
-msgstr "Lesen der Treiber-Datenbank ..."
+msgstr "Lesen der Druckertreiber-Datenbank ..."
#: ../../standalone/scannerdrake_.c:41
msgid "Detecting devices ..."
@@ -13185,33 +13941,43 @@ msgstr "Ger辰teerkennung..."
msgid "Test ports"
msgstr "Test der Anschl端sse"
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr "Der %s wird nicht von dieser Version von Madrake Linux unterst端zt."
+
+#: ../../standalone/scannerdrake_.c:56
+#, c-format
+msgid "%s found on %s, configure it?"
msgstr "%s an %s gefunden. Wolen Sie ihn einrichten?"
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:65
msgid "Select a scanner"
msgstr "W辰hlen Sie einen Scanner"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr "Dieser %s Scanner wird nicht unterst端tzt"
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, 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:95
-#, fuzzy
+#: ../../standalone/scannerdrake_.c:109
msgid "choose device"
-msgstr "Boot Ger辰t"
+msgstr "Ger辰t w辰hlen"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -13222,7 +13988,7 @@ msgstr ""
"Sie k旦nnen Pronterdrake im Mandrake-Kontrollzentrum im Hardware-Bereich "
"starten."
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -13230,49 +13996,19 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
-msgstr ""
+msgstr "Einige Ger辰te in der Klasse %s wurden entfernt:\n"
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
"Some devices in the %s class were added:\n"
msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:30
-msgid "Firewalling Configuration"
-msgstr "Firewall-Konfiguration"
-
-#: ../../standalone/tinyfirewall_.c:43
-msgid "Firewalling configuration"
-msgstr "Firewall-Konfiguration"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Sie haben bereits eine Firewall eingerichtet.\n"
-"W辰hlen Sie die Schaltfl辰che Konfigurieren,\n"
-"um sie zu l旦schen oder zu ver辰ndern."
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Firewall\n"
"\n"
-"W辰hlen Sie die Schaltfl辰che Konfigurieren,\n"
-"um eine Standard-Firewall einzurichten."
+"Einige Ger辰te in der Klasse %s wurden hinzugef端gt:\n"
#: ../../steps.pm_.c:14
msgid "Choose your language"
@@ -13346,229 +14082,7 @@ msgstr "Systemaktualisierungen"
msgid "Exit install"
msgstr "Installation beenden"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"TinyFirewall Konfigurierer\n"
-"\n"
-"Hiermit konfigurieren Sie eine pers旦nliche Firewall f端r diesen\n"
-"Mandrake Linux Rechner. Sollten Sie an einer speziellen ausgereiften\n"
-"Firewall-L旦sung interessiert sein, schauen Sie sich nach der speziell\n"
-"daf端r entwickelten MandrakeSecurity Firewall Distribution um."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Wir fragen Sie nun, welchen Diensten Sie direkten Internetzugang\n"
-"gestatten wollen. Bitte machen Sie sich sorgf辰ltig Gedanken 端ber diese\n"
-"Fragen. Es geht hierbei schlielich um die Sicherheit Ihres Systems!\n"
-"\n"
-"Bitte schotten Sie jeden Dienst, den sie aktuell nicht verwenden, vom \n"
-"Netz ab. Sie k旦nnen die vorgenommenen Einstellungen mit Hilfe dieses \n"
-"Programms jederzeit wieder 辰ndern!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Betreiben Sie auf Ihrem Rechner einen Web-Server, der im gesamten\n"
-"Internet sichtbar sein soll? Falls der Server nur auf Ihrer Maschine\n"
-"zugreifbar sein soll, k旦nnen Sie hier getrost NEIN antworten.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Betreiben Sie einen Name-Server auf Ihrem Rechner? Falls Sie keinen\n"
-"Eingerichtet haben, um dem gesamten Internet IP und Bereichsinformationen\n"
-"anzubieten, antworten Sie hier NEIN.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Wollen Sie eingehende Secure Shell (ssh) Verbindungen gestatten?\n"
-"Es handelt sich hierbei um einen Ersatz f端r Telnet. Falls sie noch\n"
-"Telnet verwenden, sollten Sie definitiv auf dieses Protokoll wechseln.\n"
-"Telnet 端bertr辰gt Ihre gesamte Kommunikation (also auch Passw旦rter)\n"
-"UNVERSCHLSSELT! Sie bieten damit einem potentiellen Angreife ein\n"
-"leichtes Spiel. Die SSH hingegen verschl端sselt die komplette\n"
-"Kommunikation und warnt sogar falls sie eine Unregelm辰igkeit bemerkt."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Wollen Sie eingehende Telnet-Verbindungen gestatten?\n"
-"Dienst extrem unsicher, wie wir bereits fr端her erw辰hnten. Wir empfehlen\n"
-"Ihnen daher nachdr端cklich mit NEIN zu antworten und im Bedarfsfall auf\n"
-"die SSH auszuweichen.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Betreiben Sie einen FTP Server der aus dem Internet zugreifbar sein soll?\n"
-"Falls ja, sollten Sie ihn jedoch nur f端r anonymen Transfer verwenden,\n"
-"da das Protokoll keine Verschl端sselung 端bertragener Passw旦rter vorsieht."
-"Verwenden Sie scp aus dem SSH Paket zum verschl端sselten\n"
-"Datentransfer zwischen zwei Rechnern.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Betreiben Sie einen Mail-Server? Falls Sie Ihre Nachrichten mit\n"
-"einem textbasierten E-Mail Programm wie pine oder mutt schreiben\n"
-"ist dies vermutlich der Fall. Andernfalls sollten Sie den Dienst\n"
-"abschalten.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Betreiben Sie einen POP oder IMAP Server? Sie w端rden damit\n"
-"Postf辰cher f端r nicht-web-basierten E-Mail Zugriff 端ber diese\n"
-"Maschine bereitstellen.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Sie scheinen einen 2.2er Kern zu verwenden. Falls Sie Ihre\n"
-"IP-Adresse automatisch im lokalen Netzwerk erhalten sollen,\n"
-"m端ssen wir dies gestatten. Ist das bei Ihnen der Fall?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Wird die Zeit Ihres Rechners automatisch mit anderen Rechnern\n"
-"synchronisiert? Dies ist h辰ufig ab mittelgroen UNIX/Linux Betrieben\n"
-"der Fall. Damit wird ein einheitliches Zeitschema, etwa f端r die\n"
-"Datensicherung zugrunde gelegt. Wenn Sie nicht in einem gr旦eren\n"
-"Betrieb arbeiten oder noch nie etwas zu diesem Thema geh旦rt haben,\n"
-"trifft es f端r Sie vermutlich nicht zu."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Konfiguration beendet. Soll ich die nderungen auf Platte schreiben?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Ich kann %s nicht 旦ffnen: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Ich kann %s nicht zum Schreiben 旦ffnen: %s\n"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr "Nein, ich ben旦tige kein DHCP"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr "Ja, ich ben旦tige DHCP"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr "Nein, ich ben旦tige kein NTP"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr "Ja, ich ben旦tige NTP"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr "Nicht speichern"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr "Speichern und beenden"
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-msgid "Firewall Configuration Wizard"
-msgstr "Firewall-Konfigurationsassistent"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr "Nein (Vom externen Netz abschirmen)"
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr "Ja (durch die Firewall erlauben)"
-
-#: ../../tinyfirewall.pm_.c:230
-msgid "Please Wait... Verifying installed packages"
-msgstr "Bitte warten, Kontrolle der installierten Pakete ..."
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Fehler bein Versuch die gew端nschten Pakete (%s und Bastille) zu "
-"installieren!\n"
-"Versuchen Sie es manuell."
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -13623,7 +14137,7 @@ msgstr "Audio Programme: MP3- und Midi-Abspieler, Mixer, usw."
#: ../../share/compssUsers:999
msgid "Linux Standard Base. Third party applications support"
-msgstr ""
+msgstr "Linux Standard Base. Drittanbieterunterst端tzung"
#: ../../share/compssUsers:999
msgid "Books and Howto's on Linux and Free Software"
@@ -13653,7 +14167,6 @@ msgstr "Server, Datenbank"
msgid "PostgreSQL or MySQL database server"
msgstr "PostgeSQL oder MySQL Datenbankserver"
-#
#: ../../share/compssUsers:999
msgid "Tools to ease the configuration of your computer"
msgstr "Werkzeuge, die die Konfiguration Ihres Rechners erleichtern"
@@ -13706,6 +14219,10 @@ msgid "Graphical Environment"
msgstr "Grafische Arbeitsoberfl辰che"
#: ../../share/compssUsers:999
+msgid "Development"
+msgstr "Entwicklungsplattform"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache und Pro-ftpd"
@@ -13816,400 +14333,5 @@ msgstr "Multimedia / CD-Brenner"
msgid "Scientific Workstation"
msgstr "Wissenschaftlicher Arbeitsplatzrechner"
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
-
-#, fuzzy
-#~ 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 ""
-#~ "Diese Ebene ist mit Vorsicht zu verwenden. Zwar macht sie Ihr System \n"
-#~ "einfacher handhabbar, aber auch leichter angreifbar: In dieser Form "
-#~ "darf \n"
-#~ "der Rechner nicht als Netzwerkrechner (LAN oder Modem) verwendet "
-#~ "werden, \n"
-#~ "da Angreifer mangels Passwort an Ihre Daten gelangen k旦nnen!"
-
-#, fuzzy
-#~ msgid ""
-#~ "With this security level, the use of this system as a server becomes "
-#~ "possible.\n"
-#~ " The security is now high enough to use the system as a "
-#~ "server which can accept\n"
-#~ " connections from many clients. Note: if your machine is "
-#~ "only a client on the Internet, you should choose a lower level."
-#~ msgstr ""
-#~ "Mit dieser Sicherheitsebene wird es m旦glich, das System als einen \n"
-#~ "Server zu verwenden.\n"
-#~ "Die Sicherheit ist nun ausreichend hoch, um das System als Server \n"
-#~ "einzusetzen, der einer Vielzahl von Klienten einen Verbindungsaufbau \n"
-#~ "erlaubt. Es sei hier angemerkt, dass Ihr Rechner, wenn Sie nur als \n"
-#~ "Klient ins Internet gehen, besser eine niedrigere Sicherhetsebene \n"
-#~ "verwenden sollte."
-
-#, fuzzy
-#~ msgid "Basic Options"
-#~ msgstr "Optionen"
-
-#, fuzzy
-#~ msgid "Security Checks"
-#~ msgstr "Sicherheit"
-
-#~ msgid "Data list to include on CDROM."
-#~ msgstr "Liste der Daten, die auf CD-ROM sollen."
-
-#~ msgid "Please choose your CD space"
-#~ msgstr "Bitte w辰hlen Sie Ihren CD-Paltz"
-
-#~ msgid "Please enter the cd writer speed"
-#~ msgstr "Bitte geben Sie die CD-Brenngeschwindigkeit ein"
-
-#~ msgid "Please check if you want to erase your CDRW before"
-#~ msgstr "Kontrollieren Sie, ob Sie die CDRW vorher l旦schen wollen."
-
-#~ msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-#~ msgstr "Bitte geben Sie den CD-Brenner an (etwa 0,1,0)"
-
-#~ msgid "Please check if you want to include install boot on your CD."
-#~ msgstr ""
-#~ "Bitte markieren, falls Sie install boot auf Ihrer CD haben wollen."
-
-#~ msgid "Url should begin with 'ftp:'"
-#~ msgstr "Die URL muss mit ftp: beginnen"
-
-#~ msgid ""
-#~ "Please check if you want to include\n"
-#~ " install boot on your CD."
-#~ msgstr ""
-#~ "Bitte markieren, falls Sie \n"
-#~ "install boot auf Ihrer CD haben wollen."
-
-#, fuzzy
-#~ msgid "Windows PDC"
-#~ msgstr "Windows (FAT32)"
-
-#, fuzzy
-#~ msgid "PDC Server Name"
-#~ msgstr "NTP Server"
-
-#~ msgid ""
-#~ "\n"
-#~ "Welcome to the Printer Setup Wizard\n"
-#~ "\n"
-#~ "This wizard will help you to install your printer(s) connected to this "
-#~ "computer.\n"
-#~ "\n"
-#~ "Please plug in your printer(s) on this computer and turn it/them on. "
-#~ "Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-#~ "want to set up your printer(s) now.\n"
-#~ "\n"
-#~ "Note that some computers can crash during the printer auto-detection, "
-#~ "turn off \"Auto-detect printers\" to do a printer installation without "
-#~ "auto-detection. Use the \"Expert Mode\" of printerdrake when you want to "
-#~ "set up printing on a remote printer if printerdrake does not list it "
-#~ "automatically."
-#~ msgstr ""
-#~ "\n"
-#~ "Willkommen zum Druckereinrichtungsassistenten\n"
-#~ "\n"
-#~ "Dieser Assistent hilft Ihnen lokale Drucker einzurichten, dass dieser "
-#~ "Rechner bzw. andere in Ihrem Netzwerk darauf drucken k旦nnen.\n"
-#~ "\n"
-#~ "Bitte schlieen sie Ihre(n) Drucker an, und stellen Sie sicher dass das "
-#~ "Ger辰t/die Ger辰te eingeschaltet ist/sind. Bet辰tigen sie die Schaltfl辰che "
-#~ "Weiter, wenn Sie fortfahren m旦chten bzw. Abbruch, wenn Sie jetzt "
-#~ "keinen Drucker einrichten m旦chten.\n"
-#~ "\n"
-#~ "In seltenen F辰llen kann es zum totalen stenenbleien des Rechners f端hren, "
-#~ "wenn Sie eine Drucker-Selbsterkennung durchf端hren. Schalten Sie diese "
-#~ "einfach aus, wenn Sie einen Drucker ohne Selbsterkennung durchf端hren "
-#~ "wollen. Verwenden Sie den Expertenmodus von PrinterDrake, um einen "
-#~ "entfernten Drucker einzurichten, falls er nicht automatisch aufgef端hrt "
-#~ "wird."
-
-#~ msgid "Auto-Detection of Printers"
-#~ msgstr "Selbsterkennung von Druckern"
-
-#~ msgid ""
-#~ "Printerdrake is able to auto-detect your locally connected parallel and "
-#~ "USB printers for you, but note that on some systems the auto-detection "
-#~ "CAN FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do "
-#~ "it ON YOUR OWN RISK!\n"
-#~ "\n"
-#~ "Do you really want to get your printers auto-detected?"
-#~ msgstr ""
-#~ "PrinterDrake ist in der Lage Ihre Parallelport- und USB-Drucker selbst\n"
-#~ "zu erkennen und einzurichten. In einigen seltenen F辰llen KANN ES JEDOCH\n"
-#~ "ZUM TOTALEN STEHENBLEIBEN DES BETRIEBSSYSTEMS FHREN! Verwenden Sie \n"
-#~ "diese Variante also AUF IHR RISIKO!\n"
-#~ "\n"
-#~ "Wollen Sie wirklich, dass PrinterDrake eine Selbsterkennung versucht?"
-
-#~ msgid "Set up printer manually"
-#~ msgstr "Drucker selbst einrichten"
-
-#~ msgid ""
-#~ "Network printers can only be installed after the installation. Choose "
-#~ "\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-#~ msgstr ""
-#~ "Netzwerkdrucker k旦nnen erst nach der Installation eingerichtet werden. "
-#~ "W辰hlen Sie Einstellungen/Hardware/Drucker im Mandrake Kontrollzentrum."
-
-#~ msgid ""
-#~ "To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-#~ "\", and click \"Add a new printer\" again."
-#~ msgstr ""
-#~ "Um Netzwerkdrucker zu installieren w辰en Sie bitte Abbruch, wechseln in "
-#~ "den Expertenmoduns und w辰hlen erneut Drucker hinzuf端gen."
-
-#, fuzzy
-#~ msgid ""
-#~ "Is your printer a multi-function device from HP (OfficeJet, PSC, LaserJet "
-#~ "1100/1200/1220/3200/3300 with scanner), an HP PhotoSmart or an HP "
-#~ "LaserJet 2200?"
-#~ msgstr ""
-#~ "Ist Ihr Drucker ein Multifunktionsger辰t von HP (OfficeJet, PSC, "
-#~ "PhotoSmart, LaserJet 1100/1200/1220/3200/3300 mit Scanner)?"
-
-#~ msgid "Installing HPOJ package..."
-#~ msgstr "Installiere das HPOJ-Paket ..."
-
-#~ msgid "Checking device and configuring HPOJ..."
-#~ msgstr "Ger辰te untersuchen und HPOJ einrichten ..."
-
-#, fuzzy
-#~ msgid "Installing SANE packages..."
-#~ msgstr "Installiere das SANE-Paket ..."
-
-#, fuzzy
-#~ msgid "Installing mtools packages..."
-#~ msgstr "Pakete Installieren ..."
-
-#~ msgid "Scanning on your HP multi-function device"
-#~ msgstr "Scannen mit Ihrem HP-Multifunktionsger辰t"
-
-#, fuzzy
-#~ msgid "Photo memory card access on your HP multi-function device"
-#~ msgstr "Scannen mit Ihrem HP-Multifunktionsger辰t"
-
-#~ msgid "Making printer port available for CUPS..."
-#~ msgstr "CUPS den Drucker-Port zug辰nglich machen ..."
-
-#~ msgid "Control Center"
-#~ msgstr "Kontrollzentrum"
-
-#~ msgid "Choose the tool you want to use"
-#~ msgstr "W辰hlen Sie das Werkzeug, das Sie verwenden wollen"
-
-#~ msgid "Configure the way the system will alert you"
-#~ msgstr "Stellen Sie ein, wie das System Sie benachrichtigen soll"
-
-#~ msgid "no serial_usb found\n"
-#~ msgstr "Kein serial_usb gefunden\n"
-
-#~ msgid "fsck failed with exit code %d or signal %d"
-#~ msgstr ""
-#~ "Der Dateisystemcheck (fsck) schlug fehl mit dem R端ckgabewert %d oder "
-#~ "Signal %d."
-
-#~ msgid "Graphics card identification: %s\n"
-#~ msgstr "Grafikkartenidentifikation: %s\n"
-
-#~ msgid "Choose options for server"
-#~ msgstr "W辰hlen Sie die Einstellungen f端r den Server"
-
-#~ msgid "Monitor not configured"
-#~ msgstr "Ihr Monitor ist nicht konfiguriert"
-
-#~ msgid "Graphics card not configured yet"
-#~ msgstr "Ihre Grafikkarte ist noch nicht konfiguriert"
-
-#~ msgid "Resolutions not chosen yet"
-#~ msgstr "Die Aufl旦sungen wurden noch nicht ausgew辰hlt"
-
-#~ msgid ""
-#~ "\n"
-#~ "try to change some parameters"
-#~ msgstr ""
-#~ "\n"
-#~ "Versuchen Sie bitte, einige Einstellungen zu 辰ndern"
-
-#~ msgid "An error occurred:"
-#~ msgstr "Ein Fehler ist aufgetreten:"
-
-#~ msgid "Leaving in %d seconds"
-#~ msgstr "Verlassen in %d Sekunden"
-
-#~ msgid "Is this the correct setting?"
-#~ msgstr "Ist dies richtig?"
-
-#~ msgid "An error occurred, try to change some parameters"
-#~ msgstr ""
-#~ "Ein Fehler ist aufgetreten. Versuchen Sie bitte, einige Parameter zu "
-#~ "辰ndern"
-
-#~ msgid "XFree86 server: %s"
-#~ msgstr "XFree86 Server: %s"
-
-#~ msgid "Show all"
-#~ msgstr "Alle anzeigen"
-
-#~ msgid "Preparing X-Window configuration"
-#~ msgstr "X-Window Konfiguration vorbereiten"
-
-#~ msgid "What do you want to do?"
-#~ msgstr "Was wollen Sie machen?"
-
-#~ msgid "Change Monitor"
-#~ msgstr "Monitor 辰ndern"
-
-#~ msgid "Change Graphics card"
-#~ msgstr "Grafikkarte 辰ndern"
-
-#~ msgid "Change Server options"
-#~ msgstr "Server Einstellungen 辰ndern"
-
-#~ msgid "Change Resolution"
-#~ msgstr "Aufl旦sung 辰ndern"
-
-#~ msgid "Show information"
-#~ msgstr "Informationen anzeigen"
-
-#~ msgid "Test again"
-#~ msgstr "Nochmals testen"
-
-#~ msgid ""
-#~ "Your HP multi-function device was configured automatically to be able to "
-#~ "scan. Now you can scan from the command line with \"ptal-hp %s scan ..."
-#~ "\". Scanning via a graphical interface or from the GIMP is not supported "
-#~ "yet for your device. More information you will find in the \"/usr/share/"
-#~ "doc/hpoj-0.8/ptal-hp-scan.html\" file on your system. If you have an HP "
-#~ "LaserJet 1100 or 1200 you can only scan when you have the scanner option "
-#~ "installed.\n"
-#~ "\n"
-#~ "Do not use \"scannerdrake\" for this device!"
-#~ msgstr ""
-#~ "Ihr HP-Multifunktionsger辰t wurde automatisch auch zum Scannen "
-#~ "eingerichtet. Sie k旦nnen nun in der Kommandozeile mittels ptal-hp %s "
-#~ "scan ... scannen. Zur Zeit existieren leider keine grafischen Werkzeuge, "
-#~ "mit deren Hilfe Sie Scannen k旦nnen - Ihr Multifunktionsger辰t wird noch "
-#~ "nicht unterst端tzt. Weitetre Informationen finden Sie in der Datei /usr/"
-#~ "share/doc/hpoj-0.8/ptal-hp-scan.html auf Ihrem Rechner. Falls Sie einen "
-#~ "HP LaserJet 1100 oder 1200 haben, k旦nnen Sie nur scannen, wenn Sie die "
-#~ "Scanner-Option installiert haben.\n"
-#~ "\n"
-#~ "Verwenden Sie f端r dieses Ger辰t nicht ScannerDrake!"
-
-#~ msgid "Use Hard Drive with daemon"
-#~ msgstr "Festplatte mit D辰min verwenden"
-
-#~ msgid "Use FTP with daemon"
-#~ msgstr "FTP mit D辰mon verwenden"
-
-#~ msgid "Package List to Install"
-#~ msgstr "Zu installierende Pakete"
-
-#~ msgid "proftpd"
-#~ msgstr "Pro-ftpd"
-
-#~ msgid "sshd"
-#~ msgstr "sshd"
-
-#~ msgid "webmin"
-#~ msgstr "webmin"
-
-#~ msgid "xinetd"
-#~ msgstr "xinetd"
-
-#~ msgid "Setting security level"
-#~ msgstr "Sicherheitsebene einstellen"
-
-#~ msgid "Select a graphics card"
-#~ msgstr "W辰hlen Sie Ihre Grafikkarte"
-
-#~ msgid "Choose a X driver"
-#~ msgstr "W辰hlen Sie einen X Treiber"
-
-#~ msgid "X driver"
-#~ msgstr "X Treiber"
-
-#~ msgid "Warning: testing this graphics card may freeze your computer"
-#~ msgstr "Warnung: Testen dieser Grafikkarte kann Ihren Rechner anhalten"
-
-#~ msgid "Standard VGA, 640x480 at 60 Hz"
-#~ msgstr "Standard VGA, 640480 bei 60 Hz"
-
-#~ msgid "Super VGA, 800x600 at 56 Hz"
-#~ msgstr "Super VGA, 800600 bei 56 Hz"
-
-#~ msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-#~ msgstr "8514 kompatibel, 1024768 bei 87 Hz, interlaced (kein 800600)"
-
-#~ msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-#~ msgstr "Super VGA, 1024768 bei 87 Hz, interlaced und 800600 bei 56 Hz"
-
-#~ msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-#~ msgstr "Extended Super VGA, 800600 bei 60 Hz und 640480 bei 72 Hz"
-
-#~ msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-#~ msgstr "Non-Interlaced SVGA, 1024768 bei 60 Hz und 800600 bei 72 Hz"
-
-#~ msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-#~ msgstr "Hochfrequenz SVGA, 1024768 bei 70 Hz"
-
-#~ msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-#~ msgstr "Mehrfrequenz mit der F辰higkeit f端r 12801024 bei 60 Hz"
-
-#~ msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-#~ msgstr "Mehrfrequenz mit der F辰higkeit f端r 12801024 bei 74 Hz"
-
-#~ msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-#~ msgstr "Mehrfrequenz mit der F辰higkeit f端r 12801024 bei 76 Hz"
-
-#~ msgid "Monitor that can do 1600x1200 at 70 Hz"
-#~ msgstr "Ihr Monitor kann 16001200 bei 70 Hz darstellen"
-
-#~ msgid "Monitor that can do 1600x1200 at 76 Hz"
-#~ msgstr "Ihr Monitor kann 16001200 bei 76 Hz darstellen"
-
-#~ msgid ""
-#~ "The total size for the groups you have selected is approximately %d MB.\n"
-#~ msgstr "Die Gesamtgr旦e der zu installierenden Pakete betr辰gt etwa %d MB.\n"
-
-#~ msgid ""
-#~ "If you wish to install less than this size,\n"
-#~ "select the percentage of packages that you want to install.\n"
-#~ "\n"
-#~ "A low percentage will install only the most important packages;\n"
-#~ "a percentage of 100%% will install all selected packages."
-#~ msgstr ""
-#~ "Falls Sie weniger als diese Menge installieren wollen, \n"
-#~ "geben Sie (in Prozent) an, wie viele Pakete Sie installieren wollen.\n"
-#~ "\n"
-#~ "Ein geringer Prozentsatz installiert nur die wichtigsten Pakete;\n"
-#~ "100%% installiert alle ausgew辰hlten Pakete."
-
-#~ msgid ""
-#~ "You have space on your disk for only %d%% of these packages.\n"
-#~ "\n"
-#~ "If you wish to install less than this,\n"
-#~ "select the percentage of packages that you want to install.\n"
-#~ "A low percentage will install only the most important packages;\n"
-#~ "a percentage of %d%% will install as many packages as possible."
-#~ msgstr ""
-#~ "Sie haben nur Platz f端r %d%% der ausgew辰hlten Pakete. \n"
-#~ "\n"
-#~ "Falls Sie weniger als diese Menge installieren wollen, \n"
-#~ "geben Sie (in Prozent) an, wie viele Pakete Sie installieren wollen.\n"
-#~ "Ein geringer Prozentsatz installiert nur die wichtigsten Pakete;\n"
-#~ "%d%% installiert so viele Pakete wie m旦glich."
-
-#~ msgid "You will be able to choose them more specifically in the next step."
-#~ msgstr "Im n辰chsten Schritt k旦nnen Sie genauer ausw辰hlen"
-
-#~ msgid "Percentage of packages to install"
-#~ msgstr "Prozent der zu installierenden Pakete"
+#~ msgid "%s"
+#~ msgstr "%s"
diff --git a/perl-install/share/po/el.po b/perl-install/share/po/el.po
index 3b93b6889..b42335bd8 100644
--- a/perl-install/share/po/el.po
+++ b/perl-install/share/po/el.po
@@ -4,8 +4,8 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: drakfloppy 0.43\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
+"Project-Id-Version: DrakX\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
"PO-Revision-Date: 2001-08-22 22:44+0300\n"
"Last-Translator: Thanos Kyritsis <djart@hellug.gr>\n"
"Language-Team: Greek <nls@tux.hellug.gr>\n"
@@ -50,19 +50,19 @@ msgstr "32 MB"
msgid "64 MB or more"
msgstr "64 MB 鞳驩齠繿"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "盗蜍沁 X server (閼艫 袍髞癇 竭癘蜉)"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "緕韃驟苳溟 X Window"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
msgstr "劑蓐蜩 竟諡 裙瘠"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -70,27 +70,27 @@ msgstr ""
"夬 龜齡芟 黶 竟齡苟煕繪 髱蓐蜩 竟諡瘰譫 裙瘠.\n"
"壥 葩諷 轣 袍辣;"
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "杢竇蓖 跋溲苒 袍髞癇 竭癘蜉"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "剳蓐燗繪 XFree"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "壥 竟 XFree 葩諷 轣 泓續;"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr "劑蓐蜩 譎 裙瘠 瘢緕橸苳"
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr "恆潁 辮汪癈苒 Xinerama"
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "劑蓐蜩 踰迴 苒 袍髞癇 \"%s\" (%s)"
@@ -101,13 +101,13 @@ msgstr "劑蓐蜩 踰迴 苒 袍髞癇 \"%s\" (%s)"
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s 跂 辮蜚樸逑 驩黻蛔齡癆 竭癘蜉"
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -118,19 +118,19 @@ msgstr ""
"籖迴 \n"
"裃譚繿 竟齡滂蜴 竕 粡黻蛔齡癆 竭癘蜉."
-#: ../../Xconfig/card.pm_.c:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
" 袍髞 竭癘蜉 黶 竟齡苟煕繪 辮蜚樸逑 驩黻蛔齡癆 竭癘蜉 齡 XFree "
"%s."
-#: ../../Xconfig/card.pm_.c:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s 跂 佚頻遡壮品 辮蜚樸逑 驩黻蛔齡癆 竭癘蜉"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -144,7 +144,7 @@ msgstr ""
"竟齡滂蜴\n"
"竕 粡黻蛔齡癆 竭癘蜉."
-#: ../../Xconfig/card.pm_.c:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -154,53 +154,54 @@ msgstr ""
"%s,\n"
"佰腕彷: 佚頻遡壮品 孃腕塲冑稜 - 茂湾塗 輿 仭遅單 塹 孃亘話瓶塲 啻!"
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (閼艫 韵閧闍溟 繝裃橢癈苒)"
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "假闢瘻跫鼬沚"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
#, fuzzy
msgid "Graphic Card"
msgstr "鞭髞 竭癘蜉"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "蕣辯"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "総樣鼇"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "盗蜍閭汳"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr ""
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "護閼闥"
@@ -217,28 +218,28 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "盗蜍沁 闊辯"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "着迚褝"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
#, fuzzy
msgid "Vendor"
msgstr "相髯鼇 繼纒痿癇 韵樌苒"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -262,11 +263,11 @@ msgstr ""
"裃癈髀溟\n"
"苒 闊辯 黶. 総 粤 縷齡 黯竢髀, 袍逕 跚 齦逕苟苳蜉 辮蜍閭."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "囎逵苳 闡蜀逕蛛 瘢瘢泗鼇"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "囎逵苳 裃瘧髟苒 瘢瘢泗鼇"
@@ -303,36 +304,41 @@ msgstr "盗蜍沁 瘢樣鼇 裃 瞽蓖 髷赱闥"
msgid "Graphics card: %s"
msgstr "鞭髞 竭癘蜉: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "玖髀"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "弟裼贖 髟蓐燗纖"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "否諷 轣 粹裼賍黼 蜥 髟蓐燗繪;"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "弟裼贖 髟蓐燗纖"
+#: ../../Xconfig/test.pm_.c:31
+#, fuzzy
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "假闢阯: 粹裼贖 縷轣 辮蜉熏糒辯 黼 癜 芻 袍髞 竭癘蜉"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -469,26 +475,22 @@ msgstr "投袿辯鼇 瘰 DOS/Windows (loadlin)"
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "逮皷袤 辮蜍閭汳 韵閭驅跛癆闥 繩袿辯鼇"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "Bootloader 竕 驀鼇"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "塔裃橢癈 韵閭驅跛癆闥 繩袿辯鼇"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "囎鼕纒 繩袿辯鼇"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (粤 諷蜚阨驛縷 跂 鞜諱蝨繿 BIOS)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "囎跟痺溟"
@@ -505,16 +507,17 @@ msgstr "総樣鼇 闊辯"
msgid "Delay before booting default image"
msgstr "捕蔘齡汨苴 韵蜊 芻 繩裼辯鼇"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "囎辷芟癆蜉"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "囎辷芟癆蜉 (釶轆)"
@@ -550,14 +553,14 @@ msgstr ""
" 辮蜍閭 ``草痺驟鼇 辮蜍閭 竭瘡贖 纃闍溟'' 縷轣 樸驥齡 驃 "
"齦辷芟癆蜉"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "倚驕裃譫 韵闢鞜葆齡 釶轆"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "壤 齦辷芟癆蜉 縷轣 瘢跫蛛"
@@ -602,16 +605,16 @@ msgstr ""
"寳橸阨 濶 瘧謠蒹 辮蜍閭汳.\n"
"矢闡縷 轣 韵闢葩黼 裼 樣諷 轣 瘠諚鈬 蜥 靺髣阨黼."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "假闢葆裹"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "謠裨苟蒟裙"
@@ -623,7 +626,7 @@ msgstr "夲關關閙苴"
msgid "Which type of entry do you want to add?"
msgstr "壥 竟 辮蜍閭 葩諷 轣 韵闢葩黼"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linux"
@@ -718,13 +721,13 @@ msgstr "光續 瘠謠;"
msgid "Do you have any %s interfaces?"
msgstr "光續 袍竟蜿 韵闢瘻跫窩 %s;"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "寿"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "浴"
@@ -822,39 +825,47 @@ msgstr ""
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+msgid "access to network tools"
+msgstr ""
+
+#: ../../any.pm_.c:755
+msgid "access to compilation tools"
+msgstr ""
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "( %s 泓繪 溪 韵闢繹縷)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "夬 齦辷芟癆蜉 縷轣 竟譚 瘰譛"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "倚驕裃譫 繪黠竇 褶粡褝 迴赱"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"夬 褶粡褝 迴赱 跟闡縷 轣 鞳驩泓繪 踰迴 鞳聚 竭樓赱, 瘻蛻跫, `-' 裃 `_'"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:768
#, fuzzy
msgid "The user name is too long"
msgstr "装 褶粡褝 迴赱 靺髣繪 溪"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "装 褶粡褝 迴赱 靺髣繪 溪"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "假闢葆裹 驀齡"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -863,32 +874,32 @@ msgstr ""
"悼黠竇 驀齡\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "草閼阯 驀齡"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "假痺赱蜉 迴赱"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "庖粡褝 迴赱"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "幃濶 (shell)"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "悼褊轜粡"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "装赱 龜辟纉 (Autologin)"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -898,20 +909,20 @@ msgstr ""
"芻 繩袿辯鼇 黼 沚瘢 齦竓繩驩贔迴 驀齡.\n"
"怒 粤 葩諷 轣 齦赳痿辣 癜, 鞜潁 齡 褊跟 瘧髯鼇."
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "盗蜍沁 闕 緕' 闡蜩跫 驀齡:"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "盗蜍沁 闕 粡癡繪驩齡 鞜驕蕘髯 竟 葩諷 轣 驥皷跫竟蛩黼"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
#, fuzzy
msgid "Please choose a language to use."
msgstr "倚驕裃譫 辮蜍沁 跚 站齠."
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -920,39 +931,39 @@ msgstr ""
"矢闡縷 轣 辮蜍沁續 裃 樣諷 站齠纈 竟 葹 縷轣 粡瘉沒蛹纈 跂 "
"鞆驕 苒 繝裃橢癈苒"
-#: ../../any.pm_.c:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "朱"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
#, fuzzy
msgid "Allow all users"
msgstr "假闢葆裹 驀齡"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
#, fuzzy
msgid "No sharing"
msgstr "投袿辯鼇 CUPS"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
"装 鞜袤 韵汾繪 轣 瘢痰瘉跚齡縷\n"
"冬齡 黯竢髀 葩諷 轣 瘰閻韈諫鈬;"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -961,42 +972,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
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:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "捕譫 滂葹 齡阨 Crackers"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "幵"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "奕韈褝"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "尨芫"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
#, fuzzy
msgid "Higher"
msgstr "尨芫"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "倚驕迴褝"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
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 +1018,7 @@ msgstr ""
"龜齡芟\n"
"齦辟繖繻沚 齡 Internet LAN. 偵 靺髣阨 諫鈬蜥 裨繪粡."
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1015,7 +1026,7 @@ msgstr ""
"奩驕 靺髣阨 諫鈬蜥 裨繪粡, 瘠諚 驀鼇 阨 齦齡溲癆闥 黼 籖褪 \n"
"粤 齦轜齡癆瘟."
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1024,13 +1035,13 @@ msgstr ""
"装 縷轣 齦辯蓍鼬沚 辮熕繖 癈瘠縷癇 竕 沚 龜齡芟 竟 葹 齦辟繹縷\n"
" 鞳諚苒 齡 Internet. 寳橸阨 驕 沂繝濶 癈瘠縷癇."
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1044,7 +1055,7 @@ msgstr ""
"Internet 緕韃驟苳. 癈樣繪 縷轣 瘻裙 芫 齡 轣 籟續瘟\n"
"癜髀辣 齦辟沒繪 瘰 竟諡陜 鞳諚纈."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1053,32 +1064,32 @@ msgstr ""
"蒼樣繪 辮蜷氛阨 4, 跂 龜齡芟 繼縷 裨繪齡. 蒼樣繪 \n"
"齡 贔竕齡 糒轣."
-#: ../../any.pm_.c:1091
+#: ../../any.pm_.c:1094
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "盗蜍閭汳"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "Please choose the desired security level"
msgstr "盗蜍沁 辮熕繖 癈瘠縷癇"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
#, fuzzy
msgid "Security level"
msgstr "劑蓐蜩 辮蜷氛阨 癈瘠縷癇"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
#, fuzzy
msgid "Use libsafe for servers"
msgstr "剳蓐燗繪 X server"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr ""
@@ -1119,57 +1130,57 @@ 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:935
+#: ../../bootloader.pm_.c:932
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:938
+#: ../../bootloader.pm_.c:935
#, 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:941
+#: ../../bootloader.pm_.c:938
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:944
+#: ../../bootloader.pm_.c:941
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:947
+#: ../../bootloader.pm_.c:944
#, 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:951
+#: ../../bootloader.pm_.c:948
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:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "Start Menu"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "倆 葩諷 轣 繝裃癈潁續 韵竭瘡赱 繩袿辯鼇;"
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr "粤 靺髣繪 硼滓繪 粡瘉沒蛹 瘧赱.\n"
@@ -1177,8 +1188,8 @@ msgstr "粤 靺髣繪 硼滓繪 粡瘉沒蛹 瘧赱.\n"
msgid "Boot Style Configuration"
msgstr "Boot 奬竟 劑蓐蜩"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_荘縷"
@@ -1188,7 +1199,7 @@ msgstr "/_荘縷"
msgid "/File/_Quit"
msgstr "/荘縷/_鈿粹"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1230,94 +1241,101 @@ msgstr "塔裃橢癈 齦齡溲癆闥"
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+#, fuzzy
+msgid "Create new theme"
+msgstr "貞跚阨驛焉 轎癇 裃橙趺鼇"
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr ""
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "囑樣赱"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
#, fuzzy
msgid "Notice"
msgstr "恙驃Video"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
#, fuzzy
msgid "Theme installation failed!"
msgstr "盗蜍沁 繝裃橢癈"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1326,23 +1344,22 @@ msgstr ""
"恆苴蛹關濶縷 闕 %s Boot Manager.\n"
"鞭逕 裨煌 齡 劑蓐蜩 竕 轣 鈬裼轗黼 闕 閼艫 繝裃橢癈苒."
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "劑蓐蜩"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
#, fuzzy
msgid "Splash selection"
msgstr "草闊溯纒鼇 辮蜍閭溟 鞜袤"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1351,44 +1368,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr "捕橢癈 齦齡溲癆闥"
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr "躯濶竚 阨 X-Window 裃 芻 繩袿辯鼇 阨 齦齡溲癆闥"
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr "寿, 粤 辮蛻蹊 癜赱 login"
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "浴, 辮蛻蹊 癜赱 login 跂 癜 (user, desktop)"
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr "桃樌繪"
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "痲轣赧 瘢閙竚癆闥 阨 /etc/inittab 竕 瘢榱逋鼇: %s"
@@ -1496,49 +1513,54 @@ msgstr "黼蜻蛛褝"
msgid "United States"
msgstr ""
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-msgid "Unknown Model"
-msgstr ""
-
#: ../../diskdrake/dav.pm_.c:23
#, fuzzy
msgid "New"
msgstr "轎"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "草闢辟纉"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "圄辟纉"
+
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "梼韃驟苳溟"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "嚊跂熄 龜辟纉苒"
-#: ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/dav.pm_.c:81
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "倚驕裃譫 粹裼賍齡 竟逕煌"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
#, fuzzy
msgid "The URL must begin with http:// or https://"
msgstr "夬 URL 韵汾繪 轣 鈬裼轆 跂 'http:'"
-#: ../../diskdrake/dav.pm_.c:92
+#: ../../diskdrake/dav.pm_.c:105
#, fuzzy
msgid "Server: "
msgstr "梼韃驟苳溟"
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "嚊跂熄 龜辟纉苒: "
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "盗蜍閭汳: %s"
@@ -1547,8 +1569,9 @@ msgstr "盗蜍閭汳: %s"
msgid "Please make a backup of your data first"
msgstr "倚驕裃譫 袍逕 韵 沚 瘢焜驕 癈瘠縷癇 粤粹贔逋 黶"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "堤痰橢 韵闢繩蜉!"
@@ -1587,10 +1610,15 @@ msgid "Please click on a partition"
msgstr "倚驕裃譫 袍逕 裨蜉 黼 跚 裃橙趺鼇"
#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "妹頸闌汨繪纈"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+#, fuzzy
+msgid "No hard drives found"
+msgstr "夬韈褝 繩顆溟"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1616,13 +1644,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "銀繪"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "矩謠"
@@ -1630,12 +1658,12 @@ msgstr "矩謠"
msgid "Filesystem types:"
msgstr "奬竟 齦齡溲癆闥 瘻縷:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "貞跚阨驛焉"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "奬竟"
@@ -1645,7 +1673,7 @@ msgstr "奬竟"
msgid "Use ``%s'' instead"
msgstr "恆苴蛹關濶潁 ``%s'' 齡 葩鼇 阨"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "堤痺驕"
@@ -1653,7 +1681,7 @@ msgstr "堤痺驕"
msgid "Use ``Unmount'' first"
msgstr "鞭逕 韵 ``草闢辟纉''"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1661,77 +1689,77 @@ msgstr ""
"悶 芻 瘠諱竈 竟 齡芻 裃橙趺鼇 %s, 諱 粤粹贔轣 黼 癜滔 芻 "
"裃橙趺鼇 葹 瘉陜"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
#, fuzzy
msgid "Choose a partition"
msgstr "盗蜍沁 韵樌"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
#, fuzzy
msgid "Choose another partition"
msgstr "貞跚阨驛焉 轎癇 裃橙趺鼇"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
#, fuzzy
msgid "Exit"
msgstr "Ext2"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "悶瘰溪苴 黼 韵阯驥贔迴 髴竟 諷蜚阨驛焉"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "悶瘰溪苴 黼 裃迴迚褝 髴竟 諷蜚阨驛焉"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "相髯鼇 繼纒痿癇 韵樌苒"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "浴 齦辣蜩;"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "護閼闥 驃 瘰闊溯纒鼇"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "護閼闥 驃 瘰闊溯纒鼇 阨 鞏轣裃 裃癆贖黼;"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
#, fuzzy
msgid "Do you want to save /etc/fstab modifications"
msgstr "否諷 轣 粹裼賍黼 蜥 髟蓐燗繪;"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "装闌癆 裃瘢闌"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "捕葹驩鼬 譎"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "矩諱"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
#, fuzzy
msgid "Hard drive information"
msgstr "桃關蜩踰 鼕諛髀 籖鼕阨"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "朱纈 濶 韵缸阨黼 裃癆贖黼蜥 縷轣 黼 驀鼇"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "偵 跟闡 轣 韵闢葩齷 裃癆趺黼蜥"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1739,35 +1767,35 @@ msgstr ""
"忠 轣 韵闢葩黼 裃癆贖黼蜥, 鞜驕裃譫 粡痺驅 赧 續皷 齡纃 縷轣 "
"糒轣 韵闢葆裹 繩續瘡沚苒 裃橙趺鼇"
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
#, fuzzy
msgid "Save partition table"
msgstr "草闊溯纒鼇 鞏轣裃 裃癆贖黼"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
#, fuzzy
msgid "Restore partition table"
msgstr "俤轣裃 裃癆贖黼 粡橢鼇"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "俤轣裃 裃癆贖黼 粡橢鼇"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
#, fuzzy
msgid "Reload partition table"
msgstr "俤轣裃 裃癆贖黼 粡橢鼇"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
#, fuzzy
msgid "Removable media automounting"
msgstr "装赱 龜辟纉 瘰闢顰跂逋 跫轆糯 瘰闊溯纒鼇"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "盗蜍沁 瘻縷"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1775,11 +1803,11 @@ msgstr ""
" 纐繖驩褝 鞏轣裃 裃癆贖黼 泓繪 粡癘闡續蜉 贔竇蓖\n"
"浴 齦辣燗;"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "假閻蜆關閙苴"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1787,114 +1815,106 @@ msgstr ""
"悼黠竇 跚 粡鼕沐 齡闕 閼艫 粡鼕沐癇\n"
"朱 粤粹贔轣 黼 癜 粡鼕沐 葹 瘉陜"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "假闢靺蒹蛛 粡橢鼇 鞏轣裃 裃癆贖黼"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
#, fuzzy
msgid "Detailed information"
msgstr "假閧闍 韜苟阮闡蝙"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "窓諱竈 跂窩蓖"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "悶瘧熏苴"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "弥髢關閙苴"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "圄辟纉"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "假闢葆裹 齡 RAID"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "假闢葆裹 齡 LVM"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "草闢辟纉"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "走痿驟鼇 瘰 RAID"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "走痿驟鼇 瘰 LVM"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "夲關關閙苴 RAID"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "恆潁 竕 loopback"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "貞跚阨驛焉 轎癇 裃橙趺鼇"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "荘 齡闕 闌氈: "
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "杢竇蓖 黼 MB"
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "奬竟 齦齡溲癆闥 瘻縷: "
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "假阡煬苴: "
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
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:494
+#: ../../diskdrake/interactive.pm_.c:499
#, fuzzy
msgid "Remove the loopback file?"
msgstr "弥髢關閙苴 瘻縷阨 loopback %s"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "窓諱竈 竟 裃橙趺鼇"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "倆蝨 龜芟 瘻縷 韵阡蛹橙;"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr "窓諱竈 瘰 ext2 黼 ext3"
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "倆 葩諷 轣 齦辟沒續 瘻縷 loopback %s;"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "倆 葩諷 轣 齦辟沒續 芻 齦鼕纒 %s;"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1903,143 +1923,143 @@ msgstr ""
"驥皷跫竟蜈熹瘟\n"
"竕 loopback. 走瘟驂齡 韵 loopback"
-#: ../../diskdrake/interactive.pm_.c:584
+#: ../../diskdrake/interactive.pm_.c:594
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "倆 葩諷 轣 齦辟沒續 芻 齦鼕纒 %s;"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "寳闍閭蜩踰 fat filesystem bounds"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "悶痰闍 跂窩蓖"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr "装 竟 裃橙趺鼇 粤 跟闡縷 ' 瘠諚鈬 贔竇蓖."
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr ""
"假汾繪 轣 窰辣 瘢焜驕 癈瘠縷癇 譎 粤粹贔逋 黼 癜 芻 裃橙趺鼇"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"悶 芻 瘠諱竈 跂窩蓖 齡芻 裃橙趺鼇 %s, 諱 粤粹贔轣 黼 癜滔 芻 "
"裃橙趺鼇 葹 瘉陜"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "盗蜍沁 轎 贔竇蓖"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
#, fuzzy
msgid "New size in MB: "
msgstr "杢竇蓖 黼 MB"
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "嚆 竟蝨 籖鼕 葩諷 轣 跂瘧蜊艾縷;"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "夬贔癇"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "嚆 竟蝨 闌氈 葩諷 轣 跂瘧蜊艾縷;"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "悶瘧熏苴 黼 緕沂蜴"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "悶瘧熏苴 裃橙趺鼇 黼 緕沂蜴..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "盗蜍沁 沚 靺髣闕 RAID 齡 關閙 葹 窰辣 韵闢葆裹"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "轎"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "盗蜍沁 沚 靺髣闕 LVM 齡 關閙 葹 窰辣 韵闢葆裹"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr "迴赱 LVM;"
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "装 裃橙趺鼇 粤 跟闡縷 轣 驥皷跫竟蜃蒹 竕 loopback"
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "狩闌 瘻縷阨 loopback: "
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
#, fuzzy
msgid "Give a file name"
msgstr "假痺赱蜉 迴赱"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr "夬 瘻縷 驥皷跟關濶縷瘟 溪, 辮蜍沁 沚 樣謠"
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr "夬 瘻縷 靺髣繪 溪. 浴 驥皷跫竟蛩齷;"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
#, fuzzy
msgid "Mount options"
msgstr "倚驅跂髀 閼艫陜"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "齦鼕纒"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "辮熕繖"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "贔竇蓖 chunk"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr "假闢阯: 装 粡痲蜉癈焉 縷轣 辮蜉熏糒辯."
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "壥 竟 partitioning;"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr ""
"装 鞜袤 韵汾繪 轣 瘢痰瘉跚齡縷\n"
"冬齡 黯竢髀 葩諷 轣 瘰閻韈諫鈬;"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2051,7 +2071,7 @@ msgstr ""
"冬 驥皷跫竟蜈熹 LILO 裃 粤 葹 粹諫繪, 縷 粤 驥皷跫竟蜈熹LILO "
"裃 粤 驟蛔聽齡 /boot"
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2062,7 +2082,7 @@ msgstr ""
"粤 泓續 裃橙趺鼇 /boot.\n"
"総 鼕關缸續 轣 驥皷跫竟蛩黼 LILO, 韵闢葩齡 赧 裃橙趺鼇 /boot."
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2073,139 +2093,139 @@ msgstr ""
"裃橙趺鼇 /boot.\n"
"幢闕燗 謠蜷 轣 韵闢葩黼 跚 裃橙趺鼇 /boot."
-#: ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr " 鞏轣裃 裃癆贖黼 阨 籖鼕阨 %s 葹 瘰闊芒纒縷 齡闕 籖鼕!"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr "草瘟縷瘟 辮瘢繩袿辯鼇 竕 轣 纐瘻跫齡陜 濶 瘠諱窩"
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"悶 芻 跫髢關閙苴 苒 裃橙趺鼇 %s, 諱 粤粹贔轣 黼 癜滔 芻 "
"裃橙趺鼇 葹 瘉陜"
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "弥髢關閙苴"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "弥髢關閙苴 瘻縷阨 loopback %s"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "弥髢關閙苴 裃橙趺鼇 %s"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
#, fuzzy
msgid "Hide files"
msgstr "瘰阡焉 mkraid"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
#, fuzzy
msgid "Move files to the new partition"
msgstr "偵 靺髣繪 瘻裙 繼缸蒹髀 髀 竕 粢跚阨驛焉 轎 裃癆贖黼"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
#, fuzzy
msgid "Moving files to the new partition"
msgstr "偵 靺髣繪 瘻裙 繼缸蒹髀 髀 竕 粢跚阨驛焉 轎 裃癆贖黼"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, fuzzy, c-format
msgid "Removing %s"
msgstr "総樣鼇: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "囎鼕纒: "
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "倡葹逵 DOS 竭樓赱 籖鼕阨: %s \n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "奬竟: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "狩闌: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "荘: 闌氈 %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "杢竇蓖: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s 闌縷"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, fuzzy, c-format
msgid "Cylinder %d to %d\n"
msgstr "方謇辟髀 %d 缺 襠謇辟髀 %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "弥髢關濶芟沚闥\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "糟闡關閙苳闥\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "囎辟繖繻沚闥\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, fuzzy, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr "荘縷 loopback: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2213,27 +2233,27 @@ msgstr ""
"捕橙趺鼇 繩袿辯鼇 緕 闡蜩跫\n"
" (瘰 MS-DOS, 瘰 lilo)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "盗熕繖 %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "杢竇蓖 chunk %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "吊鼕濶 RAID %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "狩闌 瘻縷阨 loopback: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2245,7 +2265,7 @@ msgstr ""
"跚 裃橙趺鼇 粢筐, 葹 韵汾繪 韈葹逵癆\n"
"轣 芻 癘潁續 潁.\n"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2257,61 +2277,65 @@ msgstr ""
"裃橙趺鼇 竕\n"
"dual-booting 龜齡芟 黶.\n"
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "杢竇蓖: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "着跂驃: %s 襠謇辟髀, %s 裙瘠汳, %s 闌縷\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "倬苟阮闡煥: "
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "吊鼕濶 LVM %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "奬竟 鞏轣裃 裃癆贖黼: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "齡 bus %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
#, fuzzy
msgid "Filesystem encryption key"
msgstr "奬竟 齦齡溲癆闥 瘻縷: "
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, fuzzy, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
"装 齦辷芟癆蜉 縷轣 竟譚 瘰譛 (韵汾繪 轣 縷轣 阨諚蜩闕 %d "
"瘻瘧滂纈 赱襃)"
-#: ../../diskdrake/interactive.pm_.c:1180
+#: ../../diskdrake/interactive.pm_.c:1191
#, fuzzy
msgid "The encryption keys do not match"
msgstr "壤 齦辷芟癆蜉 縷轣 瘢跫蛛"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr ""
@@ -2350,7 +2374,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Username"
msgstr "庖粡褝 迴赱"
@@ -2365,23 +2389,23 @@ msgstr "倥驩阯 (domain) NIS"
msgid "Search servers"
msgstr "梼韃驟苳溟 DNS"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s 跫髢關閙苴 阨 %s 瘰沐"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "粤 釡髯 顰 轣 跫髢關濶潁 %s 黼 竟 %s"
-#: ../../fs.pm_.c:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "齧樣赱 裃 芻 瘰闢辟纉 阨 %s: %s"
@@ -2398,37 +2422,54 @@ msgstr ""
msgid "server"
msgstr "緕韃驟苳溟"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, fuzzy, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"偵 跟闡 轣 粡痰橢 闕 鞏轣裃 裃癆贖黼, 縷轣 竟譚 裃纉驕贔迴 :(\n"
+"悲 韵闢鞜葆齷 轣 齦辣燗 癘瘟髷逕癇 蜥 諱辷癈贔辣 裃癆贖黼蜥 裃 亘\n"
+" 粤粹贔轣 葹 瘉陜. 樣諛 辮蜍閭 黶 縷轣 轣 趺 辮蜚驂續 齡 \n"
+"DrakX 轣 痺窰鈬 闕 鞏轣裃 裃癆贖黼. 夬 齧樣赱 縷轣: %s\n"
+"\n"
+"囎踝辣熹 轣 粡痺驕陜 諷 濶 裃癆贖黼蜥;\n"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr ""
"偵 跟闡縷 轣 驥皷跫竟蛩黼 JFS 竕 裃癆贖黼蜥 跚襃繿纈 瘰 16MB"
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr ""
"偵 跟闡縷 轣 驥皷跫竟蛩黼 ReiserFS 竕 裃癆贖黼蜥 跚襃繿纈 瘰 "
"32MB"
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "夬 鼇跂熄 龜辟纉苒 韵汾繪 轣 鈬裼轆繪 跂 /"
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "寳橸繪 溪 裃橙趺鼇 跂 鼇跂熄 龜辟纉苒 %s\n"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "偵 跟闡縷 轣 驥皷跫竟蛩黼 跚 裃橙趺鼇 LVM 竕 韵闢橸苴 %s"
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr ""
"装 裃樣閭闥 韵汾繪 轣 鞜驕跂熏繪 齡 驩肅褝 龜齡芟 瘻縷 (root)"
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
#, fuzzy
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
@@ -2437,233 +2478,278 @@ msgstr ""
"恆繪樔纉 沚 韵痺赱蜉 龜齡芟 瘻縷 (ext2, reiserfs) 竕 癜 "
"鼇跂熄 龜辟纉苒\n"
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, fuzzy, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr "偵 跟闡縷 轣 驥皷跫竟蛩黼 跚 裃橙趺鼇 LVM 竕 韵闢橸苴 %s"
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
#, fuzzy
msgid "Not enough free space for auto-allocating"
msgstr ""
"偵 靺髣繪 瘻裙 繼缸蒹髀 髀 竕 癜赱 粢跚阨驛焉 轎 裃癆贖黼"
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr ""
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "囑樣赱 裃 橄濶竚 阨 %s 竕 繝竭癘: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:158
+#, fuzzy
+msgid "Sound configuration"
+msgstr "劑蓐蜩 L鼠"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
msgstr ""
-"假闃諳蒟裙 齧樣赱 - 粤 碌汕芒瘢 齦鼕纒汳 齡蜥 關閙纈 轣 縷轣 糒轣溷 "
-"粢跚阨驛焉 轎 齦齡芟橙 瘻縷. 倚驕裃譫 繼繝銓 謇褝 黶 竕癆芻 "
-"瘟焉 癜陜 阨 韵閧諳赱闥"
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "偵 靺髣繪 裃赧 裃橙趺鼇!"
+#: ../../harddrake/sound.pm_.c:162
+#, fuzzy
+msgid "Driver:"
+msgstr "粢笨"
+
+#: ../../harddrake/sound.pm_.c:173
+msgid "No known driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr ""
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/sound.pm_.c:177
+msgid "Unkown driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:178
+#, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
+
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "Model"
msgstr "倆逕煌"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "hard disk model"
msgstr "DMA 袍髞癇"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
#, fuzzy
msgid "Channel"
msgstr "玖髀"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:19
+#: ../../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:20
+#: ../../harddrake/ui.pm_.c:21
#, fuzzy
msgid "Module"
msgstr "倆逕煌"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "倥驩竭癘"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
#, fuzzy
msgid "Bus identification"
msgstr "倡齡關閙苴 癜苳癇"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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:31
+#: ../../harddrake/ui.pm_.c:32
#, fuzzy
msgid "Old device file"
msgstr "盗蜍沁 瘻縷"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr ""
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
#, fuzzy
msgid "New devfs device"
msgstr "囎鼕纒 顯諛"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
#, fuzzy
msgid "Number of buttons"
msgstr "蹄 韜溯髯"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:60
+#: ../../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:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_啄滓繪"
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
#, fuzzy
msgid "/_Help..."
msgstr "/_啄滓繪"
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
#, fuzzy
msgid "/_About..."
msgstr "/啄滓繪/_囓續蜉 跂..."
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
#, fuzzy
msgid "Author:"
msgstr "装赱 緕沐癈"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "桃關蜩踰 鼕諛髀 籖鼕阨"
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Detected hardware"
msgstr "假閧闍 韜苟阮闡蝙 謇褊"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:105
#, fuzzy
-msgid "Configure module"
-msgstr "劑蓐蜩 竟逕蜉蜿"
+msgid "Information"
+msgstr "假閧闍 韜苟阮闡蝙"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:108
#, fuzzy
-msgid "Informations"
-msgstr "假閧闍 韜苟阮闡蝙"
+msgid "Configure module"
+msgstr "劑蓐蜩 竟逕蜉蜿"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
#, fuzzy
msgid "Detection in progress"
msgstr "瘢蝸辣蒟裙 齡芻 顫髞 %s"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "倚驕裃譫 鞳驩贔辣"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
#, fuzzy
msgid "secondary"
msgstr "%d 粤繿諷頸"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "草闌繻瘧髟鼬沚闥 繩顆溟"
@@ -2696,16 +2782,16 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:213
#, fuzzy
-msgid "Card model :"
+msgid "Card model:"
msgstr "DMA 袍髞癇"
#: ../../harddrake/v4l.pm_.c:214
#, fuzzy
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "窓諱竈 竟 裃橙趺鼇"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
+msgid "Number of capture buffers:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:215
@@ -2714,11 +2800,11 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:217
#, fuzzy
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "弥髢關閙苴"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:218
@@ -2730,22 +2816,22 @@ msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2865,7 +2951,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2891,10 +2977,10 @@ msgstr ""
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -2929,11 +3015,11 @@ msgstr ""
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -2988,7 +3074,7 @@ msgstr ""
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -3019,24 +3105,12 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -3045,7 +3119,7 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
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"
@@ -3065,13 +3139,13 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
#, fuzzy
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
@@ -3105,7 +3179,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3138,7 +3214,9 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
"嚆 癜 鼇跂熄, 韵汾繪 轣 瘰阮癈燗續 竟 葹 繝裃癈潁續 GNU/Linux\n"
"齡闕 鼕諛髴 黶 籖鼕. 怒 縷轣 樞繪闥 縵 沚 樣謠 諷蜚阨驛蜉 "
@@ -3210,7 +3288,7 @@ msgstr ""
" 縵 袍辣 袍竟蜿 諚蓖. 代矚蝎蒹熹 釡驟 袍辣 韵陜 "
"韵阯驀黼."
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3243,7 +3321,7 @@ msgid ""
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
#, fuzzy
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
@@ -3304,7 +3382,7 @@ msgstr ""
"驥皷跫竟蛩黼 \n"
"樣諷 裃癆贖黼蜥 竕 芻 繝裃橢癈 阨 Mandrake Linux."
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
#, fuzzy
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
@@ -3321,12 +3399,12 @@ msgstr ""
"\n"
"倚驕裃譫 鞳驩贔辣 竟跫辣蜉."
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3336,7 +3414,7 @@ msgid ""
"install the selected package(s), or \"Cancel\" to abort."
msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3345,19 +3423,19 @@ msgid ""
"\"Accept\" button."
msgstr ""
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
#, fuzzy
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
@@ -3375,26 +3453,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3422,7 +3500,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3512,7 +3590,7 @@ msgstr ""
".. 50迷, 燗 芻 碌縷 驀皷趺 竕 瘰闊溯纒鼇 \n"
"纃 頤驀轣 裃 ramdisk image 竕 辮焜阨黼 裃癈橢繪."
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
#, fuzzy
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
@@ -3583,11 +3661,11 @@ msgstr ""
"Windows\n"
"( 韵闥 籖鼕闥 裃橙趺鼇 諫竇瘟 \"C:\")."
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr "倚驕裃譫 鞳驩贔辣. 装 粡痲蜉癈焉 跟闡縷 轣 靺驟 跂驩袍 諷頸."
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
@@ -3595,23 +3673,23 @@ msgid ""
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3620,11 +3698,11 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
"倚驕裃譫 辮蜍沁 \"塔裃橢癈\" 縵 粤 靺髣繪 繝裃纉芟沚 鞜諱蝨繿 "
"汪粹鼇 阨 Mandrake Linux\n"
@@ -3660,23 +3738,28 @@ msgstr ""
"韵陋竟葩阨 緕繪粡裙贔辣 竝黼蜥.\n"
" 代矚蝎蒹熹 釡驟 袍辣 韵陜 辮蜍沁續 癜滔 芻 繝裃橢癈."
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3690,7 +3773,7 @@ msgid ""
"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -3703,10 +3786,17 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
#, fuzzy
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
@@ -3715,7 +3805,7 @@ msgstr ""
"倚驕裃譫 辮蜍沁 芻 裃樣諛諛 蕘驕. 忠 鞜驅粤蜒赱,\n"
" COM1 齡 Windows 闕闌樔續瘟 ttyS0 齡 GNU/Linux."
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -3745,15 +3835,15 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -3792,8 +3882,12 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
+"options, which are reserved for the expert user."
+msgstr ""
+
+#: ../../help.pm_.c:710
+#, fuzzy
+msgid ""
"After you have configured the general bootloader parameters, the list of\n"
"boot options which will be available at boot time will be displayed.\n"
"\n"
@@ -3801,17 +3895,7 @@ msgid ""
"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
"the existing options. Select an entry and click \"Modify\" to modify or\n"
"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:713
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -3881,18 +3965,18 @@ msgstr ""
#: ../../help.pm_.c:759
#, fuzzy
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -4153,7 +4237,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -4166,7 +4252,7 @@ msgid ""
"associated with it."
msgstr ""
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
#, fuzzy
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
@@ -4177,7 +4263,7 @@ msgstr ""
"芻 轎 裃橙趺鼇 Mandrake Linux. 佰腕彷: 朱 粤粹贔轣 葹 粡痺驕陜\n"
"裃 葹 縷轣 痲轣 辮瘢癘闡 阨."
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
#, fuzzy
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
@@ -4210,7 +4296,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4236,20 +4322,29 @@ msgstr ""
"\n"
"否諷 轣 繝裃癈潁續 癜陜 阨 緕韃驟苳汳;\n"
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr "偵 跟闡 轣 驥皷跫竟蛩齷 broadcast 驃 NIS domain"
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "悼黠竇 跚 FAT 跫髢關濶芟沚 粡鼕沐 齡闕 閼艫 %s"
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr "装 粡鼕沐 粤 縷轣 跫髢關濶芟沚 FAT"
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4257,11 +4352,20 @@ msgstr ""
"忠 轣 驥皷跫竟蛩黼 癜滔 芻 瘰闊芒纒贔辯 辮蜍閭 鞜袤, 鈬裼轗齡 芻 "
"繝裃橢癈 跂 ``linux defcfg=floppy''"
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "囑樣赱 裃 芻 瘢榱逋鼇 阨 瘻縷阨 %s"
+#: ../../install_any.pm_.c:1023
+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
#, c-format
msgid ""
@@ -4296,59 +4400,59 @@ msgstr ""
"\n"
"浴 齦辣燗;"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "假汾繪 轣 泓續 跚 裃橙趺鼇 FAT mounted 齡 /boot/efi"
-#: ../../install_interactive.pm_.c:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "恆潁 繼缸蒹髀 髀"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr "偵 靺髣繪 瘻裙 繼缸蒹髀 髀 竕 粢跚阨驛焉 轎 裃癆贖黼"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr "恆潁 靺髣闕 裃癆贖黼"
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr "偵 靺髣阨 裃癆贖黼蜥 韵闥 驀鼇"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr "恆潁 裃橙趺鼇 Windows 竕 loopback"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid "Which partition do you want to use for Linux4Win?"
msgstr "倆蛔 裃橙趺鼇 葩諷 轣 驥皷跫竟蛩黼 竕 Linux4Win;"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "盗蜍沁 跂窩蒟"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "杢竇蓖 矚皷袰 裃橙趺鼇 齦齡溲癆闥 黼 MB:"
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "杢竇蓖 裃橙趺鼇 swap 黼 MB"
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr "恆潁 阨 繼缸蒹髀 髀 齡芻 裃橙趺鼇 Windows"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr "嚆 竟 裃橙趺鼇 葩諷 轣 瘠諚鈬 贔竇蓖;"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr "寳闍閭蜩踰 闡燎 齦齡溲癆闥 瘻縷 Windows"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4357,7 +4461,7 @@ msgstr ""
"偵 跟闡 轣 瘠諚銷 贔竇蓖 齡芻 裃橙趺鼇 FAT, \n"
"韵闃諳蒟裙 鞜驕袍 諚蓖: %s"
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
@@ -4366,7 +4470,7 @@ msgstr ""
" 裃橙趺鼇 Windows 縷轣 竟譚 裃瘧繿赱蜩贔辯, 鞜驕裃譫 驂銓 韵 "
" ``defrag'' "
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm_.c:140
#, fuzzy
msgid ""
"WARNING!\n"
@@ -4387,21 +4491,21 @@ msgstr ""
"悶 葹 韵汾繪 轣 襃癆潁續 瘢焜驕 癈瘠縷癇 粤粹贔逋 黶.\n"
"怒 縷齡 黯竢髀, 鞜潁 Ok."
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr "夂 髀 葩諷 轣 襃癆潁續 竕 windows 齡"
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr "裃橙趺鼇 %s"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "窓諱竈 跂窩蓖 FAT 瘰沐: %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -4409,35 +4513,35 @@ msgstr ""
"偵 靺髣阨 FAT 裃癆贖黼蜥 竕 瘠諱竈 跂窩蓖 竕 驀鼇 loopback ( "
"粤 靺髣繪 瘻裙 髀)"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "堤痺驕 闍裨苟阨 阨 籖鼕阨"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "走痿驟鼇 Windows(TM)"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
"光續 鞳驩齠繿阨 瘰 沚瘢 籖鼕阨, 黼 竟蝨 葩諷 轣 繝裃癈潁續 "
"Linux;"
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"朱纈 濶 靺髣阨黼 裃癆贖黼蜥 裃 粤粹贔轣 阨 齡闕 籖鼕 %s 葹 瘉陜"
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
msgstr "假闢瘻跫鼬沚纈 裃癆贖黼蜥 籖鼕阨"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "恆潁 fdisk"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4446,28 +4550,28 @@ msgstr ""
"矢闡縷 驕 轣 裃癆贖黼 闕 籖鼕 %s\n"
"儒瘢 繼繪黼, 趺 鈬橢續 轣 瘰闊芒缸黼 鞜逕癇 `w'"
-#: ../../install_interactive.pm_.c:227
+#: ../../install_interactive.pm_.c:229
msgid "You don't have enough free space on your Windows partition"
msgstr "偵 泓續 瘻裙 繼缸蒹髀 髀 齡芻 裃橙趺鼇 Windows"
-#: ../../install_interactive.pm_.c:243
+#: ../../install_interactive.pm_.c:245
msgid "I can't find any room for installing"
msgstr "偵 跟闡 轣 碌 瘻裙 髀 竕 繝裃橢癈"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "夬 DrakX 碌溯 蜥 鞜驕袍 譚黼蜥:"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr " 裃橙趺鼇 瘰沐: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "投袿辯鼇 粡褪阨"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "堤瘧關 諷蜚阨驛焉 粡褪阨."
@@ -4480,12 +4584,12 @@ msgstr ""
"阨 謇褊 瘰 芻 蜩闢繼焙 阨 裃癈裙癈 (瘢 泓續 韵黷癈 齡 "
"Internet).囎辣燗 跂 粡裼 黶 纒蕘辯."
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "堤韜 鼇跂熄 龜辟纉苒 %s"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -4497,12 +4601,12 @@ msgstr ""
"搭气銓 CD-ROM 黼 沚 樣謠 龜齡芟 驥皷跫竟蝙逕癇 芻 纃闍 \"rpm -qpl "
"Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "捕譫 滂葹 齡 %s"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "偵 靺髣繪 粡瘉沒蛹闥 閼艫 粡鼕沐癇"
@@ -4534,70 +4638,70 @@ msgstr "奬竟 繝裃橢癈苒"
msgid "Please choose one of the following classes of installation:"
msgstr "倚驕裃譫 繪黠竇 蜥 鞜驕袍 韜苟阮闡煥"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "盗蜍閭 闌樞 鞜袤"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr "盗蜍閭 鈬驩齡 鞜袤"
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "囎迴謇褝 贔竇蓖: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "本蓖 鞜袤"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "狩闌: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "瑚粹鼇: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "杢竇蓖: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "嚊赱黯: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"偵 跟闡縷 轣 辮蜍沁續 癜 鞜袤 粡 粤 靺髣繪 瘻裙 髀"
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr "悲 繝裃癈瘉陜 鞜驕袍 鞜袤"
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr "悲 癘瘟驟蓖 鞜驕袍 鞜袤 "
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr "偵 跟闡縷 轣 辮蜍沁續/瘰閻韈諫鈬 癜 鞜袤"
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr "装 縷轣 瘰瘟陜跂迴 鞜袤, 粤 跟闡縷 轣 瘰閻韈諷竇"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr "偵 跟闡縷 轣 瘰閻韈諫鈬 癜 鞜袤. 冬轣 溪 繝裃纉芟沚"
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -4605,74 +4709,74 @@ msgstr ""
"装 鞜袤 韵汾繪 轣 瘢痰瘉跚齡縷\n"
"冬齡 黯竢髀 葩諷 轣 瘰閻韈諫鈬;"
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr "偵 跟闡縷 轣 瘰閻韈諫鈬 癜 鞜袤. 假汾繪 轣 瘢痰瘉跚齡縷"
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr "装赱 韵閧闍 辮蜍繝贔逋 鞜袤"
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "塔裃橢癈"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
msgid "Load/Save on floppy"
msgstr "廈髞鼇/草闊溯纒鼇 黼 粡鼕沐"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
msgid "Updating package selection"
msgstr "総瘢泗鼇 辮蜍繝贔逋 鞜袤"
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
msgid "Minimal install"
msgstr "搭樸蜩 塔裃橢癈"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "盗蜍沁 鞜袤 竟 葩諷 轣 繝裃癈潁續"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "塔裃橢癈"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "投煬苴"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "桃瘰闌沚 髴迴 "
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
msgid "Please wait, preparing installation..."
msgstr "倚驕裃譫 鞳驩贔辣, 韵閻濶赱黯 繝裃橢癈苒"
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d 鞜袤"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "塔裃橢癈 鞜袤阨 %s"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "草閼阯"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "具辯鼇"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4686,17 +4790,17 @@ msgstr ""
"倚驕裃譫 繪黠竇 Cd-Rom 跂 迴赱 \"%s\" 齡闕 閼艫 黶 裃 鞜潁 .\n"
"怒 粤 泓續, 鞜潁 相髯鼇 竕 瘰阮竈 繝裃橢癈苒 瘰 癜 CdRom."
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "浴 齦辣燗;"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "假闃諳蒟裙 齧樣赱 裃 芻 瘤蜊趺鼇 鞜袤:"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr "假闃諳蒟裙 齧樣赱 裃 芻 繝裃橢癈 鞜袤:"
@@ -5017,7 +5121,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "倬芒髀譛竕"
@@ -5069,11 +5173,11 @@ msgstr "総瘢泗鼇 辮蜍繝贔逋 鞜袤"
msgid "Please choose the type of your mouse."
msgstr "倚驕裃譫 辮蜍沁 竟 竟逕蜉蜿."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "眉驕 竟逕蜉蜿"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr ""
"倚驕裃譫 辮蜍沁 黼蜻蛛袰 蕘驕 齡芻 關閙 縷轣 齦辟繖繻沚 竟逕煌 黶."
@@ -5106,45 +5210,20 @@ msgstr "劑蓐蜩 IDE"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "粤 靺髣阨 粡瘉沒蛹纈 裃癆贖黼蜥"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr "総樣鼇 裃癆贖黼 竕 韵闢粡闡蜩踰 鼇跂燎 龜辟纉苒."
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "盗蜍沁 鼇跂焉 龜辟纉苒"
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"偵 跟闡 轣 粡痰橢 闕 鞏轣裃 裃癆贖黼, 縷轣 竟譚 裃纉驕贔迴 :(\n"
-"悲 韵闢鞜葆齷 轣 齦辣燗 癘瘟髷逕癇 蜥 諱辷癈贔辣 裃癆贖黼蜥 裃 亘\n"
-" 粤粹贔轣 葹 瘉陜. 樣諛 辮蜍閭 黶 縷轣 轣 趺 辮蜚驂續 齡 \n"
-"DrakX 轣 痺窰鈬 闕 鞏轣裃 裃癆贖黼. 夬 齧樣赱 縷轣: %s\n"
-"\n"
-"囎踝辣熹 轣 粡痺驕陜 諷 濶 裃癆贖黼蜥;\n"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"夬 DiskDrake 瘰沐 轣 粡痰橢繪 齷齡 闕 鞏轣裃 裃癆贖黼.\n"
-"囎辣燗 跂 粡袰 黶 纒蕘辯!"
-
-#: ../../install_steps_interactive.pm_.c:396
-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 ""
@@ -5152,73 +5231,73 @@ msgstr ""
"瘠諚 竕 轣 鈬裼轗黼 龜齡芟 黶, 葹 驟蛛齡縷 轣 粢跚阨驛潁續 跚 "
"裃橙趺鼇 bootstrap 跂 DiskDrake"
-#: ../../install_steps_interactive.pm_.c:405
+#: ../../install_steps_interactive.pm_.c:388
msgid "No root partition found to perform an upgrade"
msgstr "偵 碌汕芒 裃橙趺鼇 root 竕 芻 韵痺赱關閙苴 苒 瘢痰樊跚鼇"
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "Root Partition (矚皷袰 裃橙趺鼇 齦齡溲癆闥)"
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "倆蛔 縷轣 矚皷袰 裃橙趺鼇 (/) 阨 齦齡溲癆 黶;"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"草瘟縷瘟 辮瘢繩袿辯鼇 竕 轣 纃繿竢竟蜃蓖 濶 瘠諱窩 齡闕 鞏轣裃 "
"裃癆贖黼"
-#: ../../install_steps_interactive.pm_.c:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "盗蜍沁 裃癆贖黼蜥 韵闥 跫髢關閙苴"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr "碁繝闥 竕 瘠癈贔轣 blocks;"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr "弥髢關閙苴 裃癆贖黼"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr "貞跚阨驛焉 裃 跫髢關閙苴 瘻縷阨 %s"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, 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:482
+#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
"偵 靺髣繪 瘻裙 swap 竕 芻 闍闃諳髯鼇 苒 繝裃橢癈苒, 鞜驕裃譫 "
"韵闢葩齡"
-#: ../../install_steps_interactive.pm_.c:489
+#: ../../install_steps_interactive.pm_.c:472
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "憇逋 竕 粡瘉沒蛹 鞜袤"
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "憇逋 竕 粡瘉沒蛹 鞜袤"
-#: ../../install_steps_interactive.pm_.c:493
+#: ../../install_steps_interactive.pm_.c:476
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "偵 跟闡縷 轣 瘰閻韈諫鈬 癜 鞜袤. 冬轣 溪 繝裃纉芟沚"
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr "假闢粡闡蜩踰 鞜袤 韵闥 瘢痰樊跚鼇"
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -5227,7 +5306,7 @@ msgstr ""
"夬 龜齡芟 黶 粤 泓繪 瘻裙 粡瘉沒蛹 髀 竕 繝裃橢癈 瘢痰樊跚鼇 (%"
"d > %d)"
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -5236,53 +5315,53 @@ msgstr ""
"粡鼕沐.\n"
" 跫髢關閙苴 縷轣 焙蛛 跂 蜥 粡鼕沐纈 癜赱苒 繝裃橢癈苒."
-#: ../../install_steps_interactive.pm_.c:553
+#: ../../install_steps_interactive.pm_.c:537
msgid "Load from floppy"
msgstr "廈髞鼇 瘰 粡鼕沐"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Loading from floppy"
msgstr "廈髞鼇 瘰 粡鼕沐"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Package selection"
msgstr "盗蜍閭 鞜袤"
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
msgid "Insert a floppy containing package selection"
msgstr "悼黠竇 粡鼕沐 竟 鞳驩泓繪 芻 辮蜍閭 鞜袤"
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "草闊溯纒鼇 黼 粡鼕沐"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr "夬 辮蜍繝贔迴 贔竇蓖 縷轣 跂竅譚繿 瘰 粡瘉沒蛹 髀"
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
msgid "Type of install"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
msgid "With X"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5292,16 +5371,16 @@ msgstr ""
"怒 粤 泓續 裃轎轣 瘰 鞜驕袍 CDs, 鞜潁 相髯鼇.\n"
"怒 粤 泓續 袍竟蛛 瘰 癜, 瘰閻韈諫銓 裃 鞜潁 Ok."
-#: ../../install_steps_interactive.pm_.c:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom 闕赱 \"%s\""
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "假閻濶赱黯 繝裃橢癈苒"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -5310,21 +5389,21 @@ msgstr ""
"塔裃橢癈 鞜袤阨 %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "剳蓐燗繪 跂 芻 繝裃橢癈"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "倚驕裃譫 繪黠竇 粡鼕沐 投袿辯鼇 齡闕 閼艫 %s"
-#: ../../install_steps_interactive.pm_.c:845
+#: ../../install_steps_interactive.pm_.c:829
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "倚驕裃譫 繪黠竇 粡鼕沐 総瘢泗鼇 荘蔡賍 齡闕 閼艫 %s"
-#: ../../install_steps_interactive.pm_.c:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5389,7 +5468,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:888
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5401,159 +5480,159 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "圄辟纉 竕 諳 鞜袤"
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr "盗蜍沁 竟 瘰 闕 關閙 葹 窰辣 諳 鞜袤"
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr "圄辟纉 竕 諳 鞜袤"
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "倆蛔 縷轣 腋辯 驕;"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
msgid "Hardware clock set to GMT"
msgstr "夬 髀譛 阨 竟謠竕齡 黶 縷轣 髟蓐蜩贔迴 黼 GMT (驕 抽驀迴)"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr "装赱闥 齦笳髀迚鼬 驕 (驀鼇 NTP)"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
msgid "NTP Server"
msgstr "梼韃驟苳溟 NTP"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr "草闌繻瘧髟鼬沚闥 緕韃驟苳溟 CUPS"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr "捕轎轣 繩顆溟"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "光續 瘠謠;"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr "倥驃諛"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "倆逕煌"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr "搗闍閭蛛袰 入辯"
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "投顆溟"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr "K橸 ISDN"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr "鞭髞 滸阨"
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr "鞭髞 TV"
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Windows Domain"
msgstr "倥驩阯 (domain) NIS"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
msgid "Local files"
msgstr "夬韈袍 瘻縷"
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "囎辷芟癆蜉 root"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "恙驃 齦辷芟癆蜉"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
"装 齦辷芟癆蜉 縷轣 竟譚 瘰譛 (韵汾繪 轣 縷轣 阨諚蜩闕 %d "
"瘻瘧滂纈 赱襃)"
-#: ../../install_steps_interactive.pm_.c:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "倡齡關閙苴 癜苳癇"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
msgid "Authentication LDAP"
msgstr "倡齡關閙苴 LDAP"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
msgid "LDAP Server"
msgstr "梼韃驟苳溟 LDAP"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
msgid "Authentication NIS"
msgstr "梼瘧驃磔鼇 NIS"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "倥驩阯 (domain) NIS"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "梼韃驟苳溟 NIS"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -5569,21 +5648,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1140
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "倡齡關閙苴 LDAP"
-#: ../../install_steps_interactive.pm_.c:1142
+#: ../../install_steps_interactive.pm_.c:1127
#, fuzzy
msgid "Domain Admin User Name"
msgstr "狩闌 粡褪阨"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -5610,19 +5689,19 @@ msgstr ""
"袍迴逕癇 纒褊譛繿 芻 辮瘢癘闡 阨 齦齡溲癆闥 跂 瘰 齒矚驀 硅樅.\n"
"否諷 轣 粢跚阨驛潁續 粡鼕沐 繩袿辯鼇;"
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "假闥 閼艫 粡鼕沐癇"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "偵繿闥 閼艫 粡鼕沐癇"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "倚驅諷蝌"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5649,7 +5728,7 @@ msgstr ""
"否諷 轣 粢跚阨驛潁續 粡鼕沐 繩袿辯鼇;\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -5658,28 +5737,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "抹靺赱, 粤 靺髣繪 粡瘉沒蛹闥 閼艫 粡鼕沐癇"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "盗蜍沁 閼艫 粡鼕沐癇 竕 粢跚阨驛焉 粡鼕沐癇 繩袿辯鼇"
-#: ../../install_steps_interactive.pm_.c:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "悼黠竇 粡鼕沐 齡闕 閼艫 %s"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "貞跚阨驛焉 籖鼕阨 繩袿辯鼇"
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "假閻濶赱黯 韵閭驅跛癆闥 繩袿辯鼇"
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5691,11 +5770,11 @@ msgstr ""
" 繝裃橢癈 葹 齦辣蜩縷, 瘠諚\n"
"葹 驟蛛齡縷 轣 驥皷跫竟蛩黼 BootX 竕 轣 鈬裼轗黼 趺橄芟 黶"
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr "否諷 轣 驥皷跫竟蛩黼 aboot;"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5704,19 +5783,19 @@ msgstr ""
"韵闢靺蒹蛛 矼砠癈贔辯 繝裃橢癈苒, 瘧赱 裃 瘢 癜 泓繪 黶 瘰阡沂纉赱 "
"芻 裃癈髀 苒 韵苒 裃橙趺鼇;"
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
#, fuzzy
msgid "Installing bootloader"
msgstr "塔. 韵. 繩袿辯鼇"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
" 繝裃橢癈 阨 韵閭驅跛癆闥 繩袿辯鼇 瘰沐. 假闃諳蒟裙 瘧謠蓖 "
"齧樣赱:"
-#: ../../install_steps_interactive.pm_.c:1274
-#, fuzzy, c-format
+#: ../../install_steps_interactive.pm_.c:1259
+#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
" enable the bootloader. If you don't see the bootloader prompt at\n"
@@ -5728,21 +5807,21 @@ msgstr ""
"矢闡縷 轣 驟蛛齡縷 轣 瘠諚鈬 芻 Open Firmware boot-齦鼕纒 齡 轣\n"
" 纃繿竢竟蛩黼 闕 bootloader. 総 齡 reboot 粤 粤熹 芻 韵阡髀鞋 阨\n"
" bootloader, 鞜潁 Command-Option-O-F 裃 reboot 裃 繪黠竇:\n"
-" setenv boot-device $of_boot,\\\\:tbxi\n"
+" setenv boot-device %s,\\\\:tbxi\n"
" 奧 顰齡: shut-down\n"
"囈芻 辮跂辯 繩袿辯鼇 葹 韵汾繪 轣 粤熹 芻 韵阡髀鞋 阨 bootloader."
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "悼黠竇 樞繪 粡鼕沐 齡闕 閼艫 %s"
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr "假閻濶赱黯 粡鼕沐癇 癜赱苒 繝裃橢癈苒"
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5752,7 +5831,7 @@ msgstr ""
"\n"
"否諷 黯竢驕 轣 繝裃瘠縷續 驕;"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5786,15 +5865,15 @@ msgstr ""
"齬續蜉\n"
"裙樣瘟 阨 辮燗芟阨 閼艫陜 驀鼇 阨 Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1347
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
msgid "Generate auto install floppy"
msgstr "假閻濶赱黯 粡鼕沐癇 癜赱苒 繝裃橢癈苒"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5808,15 +5887,15 @@ msgstr ""
"\n"
"矢闡縷 轣 韵阡蛹橙 轣 辮瘢瘠樅續 芻 繝裃橢癈.\n"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr "装赱"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr "盗瘢癘髞鼇"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
msgid "Save packages selection"
msgstr "草闊溯纒鼇 辮蜍閭溟 鞜袤"
@@ -5825,7 +5904,8 @@ msgstr "草闊溯纒鼇 辮蜍閭溟 鞜袤"
msgid "Mandrake Linux Installation %s"
msgstr "塔裃橢癈 Mandrake Linux %s"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -5844,22 +5924,22 @@ msgstr ""
msgid "Choose a file"
msgstr "盗蜍沁 韵樌"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr " 忠 假阯驥贔迴"
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- 假閾竢跂迴"
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
#, fuzzy
msgid "Next"
msgstr "盗跂迴 -"
@@ -5927,382 +6007,382 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "夾泓蜉 (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "着骭瘢蜉"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "蕪鞜迚褝"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "帷迢瘢粡褝"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "秩諡蜉"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "酪驍艫蜉"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "倆譎迚褝"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "劔皷褝"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "囂舮蜉"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "悶窖諛 托續瘢轜 (UK)"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "... (US)"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
msgid "Albanian"
msgstr "窓矚迚褝"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr "荘跂迚褝 (鞜謇)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr "荘跂迚褝 (竭癘闌范瘢)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "荘跂迚褝 (辯蜉)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr "漕繿跟癩聚 (磨蜊蜉)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "代諠蜉"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:177
#, fuzzy
msgid "Bengali"
msgstr "纃繿竢竟熈鼇"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
#, fuzzy
msgid "Bulgarian (phonetic)"
msgstr "荘跂迚褝 (辯蜉)"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
#, fuzzy
msgid "Bulgarian (BDS)"
msgstr "啄諠瘻蜉"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "托瘋蜍蛔迚褊"
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:183
#, fuzzy
msgid "Bosnian"
msgstr "涛蓖迚褝"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "妹褊髯黯癇"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "搭矼蜉 (着骭瘢蜉 粡瘻蓐蜩)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "搭矼蜉 (秩諡蜉 粡瘻蓐蜩)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "夾泓蜉 (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr "着骭瘢蜉 (驃 辣襃 韜溯驕)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "鶴迚褝"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "Dvorak (俳)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (酪驍艫蜉)"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
#, fuzzy
msgid "Dvorak (Swedish)"
msgstr "Dvorak (俳)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "涛蓖迚褝"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "着驛焉 (\"劔皷裹\" 粡瘻蓐蜩)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "着驛焉 (\"磨蜊蜉\" 粡瘻蓐蜩)"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "搭諛迚褝"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "窿驩褝"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "包閨蜉"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "蕪驕滄"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "蕪驕滄 (辯蜉)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr "舞瘢蜉"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "蕪諱辟蜉"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "部瘠蜉"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "普顆迚褝 106 韜溯髯"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
msgid "Korean keyboard"
msgstr "倣驟橙蜉 倬芒髀譛竕"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "磨蜊蜉溟 糟繿蜉溟"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:218
#, fuzzy
msgid "Laotian"
msgstr "夬竟蒹黯"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr "哩蓖瘢蜉 AZERTY (鞜謇)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr "哩蓖瘢蜉 AZERTY (轎)"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "哩蓖瘢蜉 \"number row\" QWERTY"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "哩蓖瘢蜉 \"辯蜉\" QWERTY"
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
#, fuzzy
msgid "Latvian"
msgstr "夬竟蒹黯"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr "戻裙粹迚袰"
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:227
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "漕繿跟癩聚 (褫驩諡蜉)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "諡瘢粡褝"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr "倆譎迚褝 (粡瘻蓐蜩 qwerty)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr "倆譎迚褝 (粡瘻蓐蜩 qwertz)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "倆髞閭瘠謇褝"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr "捕轣粡褝 (輔跟汪)"
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
msgid "Romanian (qwertz)"
msgstr "剌赱迚褝 (qwertz)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
msgid "Romanian (qwerty)"
msgstr "剌赱迚褝 (qwerty)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "劔皷褝 (Yawerty)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "嚥閧纃焉"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "嚥閧瘧焉 (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "嚥閧瘧焉 (QWERTY)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
#, fuzzy
msgid "Serbian (cyrillic)"
msgstr "漕繿跟癩聚 (褫驩諡蜉)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
msgstr ""
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr ""
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "Thai"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
#, fuzzy
msgid "Tajik keyboard"
msgstr "Thai"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "夬驫蜉 (鞜驕粹皷瘧 \"F\" 跫逕沂)"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "夬驫蜉 (跫逕汨迴 \"Q\" 跫逕沂)"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "襃瘢蜉"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "US 粡繹轎"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "醍續轆 \"numeric row\" QWERTY"
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
#, fuzzy
msgid "Yugoslavian (latin)"
msgstr "忠阨竓闢諱砠褝 (諱蜊蜉/褫驩諡蜉)"
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr ""
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr ""
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr ""
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr ""
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr ""
@@ -6360,11 +6440,11 @@ msgstr "着迚褊 竟 竟逕煌 PS2 跂 髀籘裼"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -6372,115 +6452,125 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+#, fuzzy
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr "1 韜溯髀"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "着迚褊 竟 跂 2 韜溯驕"
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr "悶 髀籘裼"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "黼蜻蛛褝"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "着迚褊 竟 跂 3 韜溯驕"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (黼蜻蛛褝, 鞜謇 C7 竟)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
msgid "busmouse"
msgstr "busmouse"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "蹄 韜溯髯"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "夲蝙 韜溯髯"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "裃轎轣"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "恙驃 竟逕煌"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr "倚驕裃譫 粹裼賍齡 竟逕煌"
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
msgid "To activate the mouse,"
msgstr "忠 纃繿竢竟熈鼇 竟逕蜉蜿"
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr "壁庸嘖 塹 冢珍壁!"
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+#, fuzzy
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+
+#: ../../my_gtk.pm_.c:159
msgid "Finish"
msgstr "壙謠"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "盗跂迴 -"
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr "囮齡;"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "倬苟阮闡煥"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "総樶鈑 籟逕髀"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "圄跟鈑 籟逕髀"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr "桃瘠諱竈 跂瘤 辮熕繖苒 裃 闌痲蜉溟 瘤蜊趺鼇"
@@ -6518,6 +6608,75 @@ msgstr "驀鼇 pppoe"
msgid "use pptp"
msgstr "驀鼇 pptp"
+#: ../../network/drakfirewall.pm_.c:12
+#, fuzzy
+msgid "Web Server"
+msgstr "梼韃驟苳溟"
+
+#: ../../network/drakfirewall.pm_.c:17
+#, fuzzy
+msgid "Domain Name Server"
+msgstr "狩闌 粡褪阨"
+
+#: ../../network/drakfirewall.pm_.c:32
+#, fuzzy
+msgid "Mail Server"
+msgstr "腿鼇 偵粹贔逋"
+
+#: ../../network/drakfirewall.pm_.c:37
+#, fuzzy
+msgid "POP and IMAP Server"
+msgstr "梼韃驟苳溟 LDAP"
+
+#: ../../network/drakfirewall.pm_.c:111
+#, fuzzy
+msgid "No network card"
+msgstr "粤 碌汕芒 韵闢瘻跫窩癇 粡褪阨"
+
+#: ../../network/drakfirewall.pm_.c:129
+#, fuzzy
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+"髱蓐蜩 tinyfirewall\n"
+"\n"
+"装 髟蓐煕繪 韵闢韈褝 黶 firewall 竕 癜 趺橄芟 Mandrake "
+"Linux.\n"
+"忠 跚 蜩驀 癘闢蝎贔辯 譚鼇 firewall, 鞜驕裃譫 褊蜚樌 齡芻\n"
+"繪粡裙贔辯 MandrakeSecurity Firewall 粡瘢闌."
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:164
+#, fuzzy
+msgid "Other ports"
+msgstr "弟裼贖 蔘髷"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -6534,7 +6693,7 @@ msgstr ""
"偵 碌汕芒 韵闢瘻跫窩癇 粡褪阨 Ethernet 齡 龜齡芟 黶.\n"
"偵 跟闡 轣 髟蓐燗 癜陜 阨 竟 芻 龜辟纉."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "盗蜍沁 齦鼕纒 粡褪阨"
@@ -6549,7 +6708,7 @@ msgstr ""
msgid "no network card found"
msgstr "粤 碌汕芒 韵闢瘻跫窩癇 粡褪阨"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "劑蓐蜩 粡褪阨"
@@ -6565,7 +6724,7 @@ msgstr ""
"夬 迴赱 癜 韵汾繪 轣 縷轣 沚 韜滂纈 迴赱 齦齡溲癆闥,\n"
"顆 .. ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "狩闌 齦齡溲癆闥"
@@ -6873,13 +7032,13 @@ msgstr "盗蜍沁 韵阮煖 竕 髱蓐蜩"
msgid "Use auto detection"
msgstr "恆潁 癜赱苒 瘢燉辣鼇"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "捕橢癈 假阯驥贔逋"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "桃關蜩踰 齦鼕纒..."
@@ -7046,11 +7205,11 @@ msgstr "装赱 IP"
msgid "Start at boot"
msgstr "励袿辯黶 齡芻 繩袿辯鼇 齦齡溲癆闥"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr " IP 粡缸蔘逑 韵汾繪 轣 縷轣 黼 跫髢 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7062,43 +7221,55 @@ msgstr ""
"顆 .. ``mybox.mylab.myco.com''.\n"
"矢闡縷 辮燗苒 轣 繪黠竇 裃 芻 粡缸蔘逑 IP 苒 顯諛 粡褪阨"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "梼韃驟苳溟 DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "囎鼕纒 顯諛"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "剳蓐燗繪 proxies"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr " proxy 韵汾繪 轣 縷轣 http://..."
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr " proxy 韵汾繪 轣 縷轣 ftp://..."
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr "総蝸辣芒 髱蓐蜩 firewall!"
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+"假闢阯! 総蝸辣芒 靺髣阨黶 髱蓐蜩 firewall. 朔 驟蛛齡陜 闡蜩贔辣"
+"\"繪髀袿辯纈\" 髟蓐燗繪 跂 芻 繝裃橢癈."
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "剳蓐燗繪 堤痲蜉阨 (Internet)"
@@ -7206,15 +7377,15 @@ msgstr "囎辷芟癆蜉 謠竅驩癈跫"
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "龜辟纉 瘰沐: "
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr " 繩續瘡沚 裃橙趺鼇 粤 竟齡苟煕續瘟 黼 癜 闕 竟 齦齡溲癆闥"
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
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 "
@@ -7224,21 +7395,21 @@ msgstr ""
" 跫轣粡袰 譚鼇 縷轣 轣 跂瘧蜊潁續 蜥 韵缸阨黼 裃癆贖黼蜥 黶 沐皷 "
"齡 裙逵 轣 碌繹縷 籖韜 齡芻 繩續瘡沚 裃橙趺鼇"
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr " 辮瘢癘闡 瘰 瘻縷 %s 瘰沐: %s"
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "捕纉驕贔迴 纐繖驩褝 瘻縷"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "囑樣赱 繝竭癘溟 齡 瘻縷 %s"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -7285,158 +7456,162 @@ msgstr "LPD - Line Printer Daemon"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Print, Don't Queue"
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr ""
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr ""
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr ""
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr ""
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "夬韈褝 繩顆溟"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "草闌繻瘧髟鼬沚闥 繩顆溟"
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
#, fuzzy
msgid "Printer on remote CUPS server"
msgstr "草闌繻瘧髟鼬沚闥 緕韃驟苳溟 CUPS"
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
#, fuzzy
msgid "Printer on remote lpd server"
msgstr "草闌繻瘧髟鼬沚闥 緕韃驟苳溟 lpd"
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
msgid "Network printer (TCP/Socket)"
msgstr "投顆溟 粡褪阨 (TCP/Socket)"
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
#, fuzzy
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
#, fuzzy
msgid "Printer on NetWare server"
msgstr "梼韃驟苳溟 繩顰黼"
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
#, fuzzy
msgid "Enter a printer device URI"
msgstr "囎鼕纒 繩顆 URI"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
#, fuzzy
msgid "Pipe job into a command"
msgstr "堤癈諳逋鼇 齡芻 纃闍"
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+msgid "Unknown Model"
+msgstr ""
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
#, fuzzy
msgid "Local Printers"
msgstr "夬韈褝 繩顆溟"
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
#, fuzzy
msgid "Remote Printers"
msgstr "草闌繻瘧髟鼬沚闥 繩顆溟"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ""
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ""
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ""
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, fuzzy, c-format
msgid ", printing to %s"
msgstr "囑樣赱 繝竭癘溟 齡 瘻縷 %s"
-#: ../../printer.pm_.c:544
+#: ../../printer.pm_.c:792
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ""
-#: ../../printer.pm_.c:550
+#: ../../printer.pm_.c:798
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: ../../printer.pm_.c:554
+#: ../../printer.pm_.c:802
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ""
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, fuzzy, c-format
msgid "(on %s)"
msgstr "(module %s)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr ""
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, fuzzy, c-format
msgid "On CUPS server \"%s\""
msgstr "IP 粡缸蔘逑 緕韃驟苳 CUPS:"
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr " (盗蜍閭 緕' 闡蜩跫)"
@@ -7464,12 +7639,12 @@ msgstr ""
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
#, fuzzy
msgid "CUPS configuration"
msgstr "劑蓐蜩 L鼠"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
#, fuzzy
msgid "Specify CUPS server"
msgstr "草闌繻瘧髟鼬沚闥 緕韃驟苳溟 CUPS"
@@ -7499,7 +7674,7 @@ msgstr ""
msgid "The IP address should look like 192.168.1.20"
msgstr " IP 粡缸蔘逑 韵汾繪 轣 縷轣 黼 跫髢 192.168.1.20"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
msgid "The port number should be an integer!"
msgstr " 瘻蛻踰 蕘驕 韵汾繪 轣 縷轣 瘧汨瘟闥 瘻蛻踰!"
@@ -7507,7 +7682,7 @@ msgstr " 瘻蛻踰 蕘驕 韵汾繪 轣 縷轣 瘧汨瘟闥 瘻蛻踰!"
msgid "CUPS server IP"
msgstr "IP 粡缸蔘逑 緕韃驟苳 CUPS:"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "眉驕"
@@ -7516,13 +7691,130 @@ msgstr "眉驕"
msgid "Automatic CUPS configuration"
msgstr "Boot 奬竟 劑蓐蜩"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+#, fuzzy
+msgid "Printerdrake"
+msgstr "投顆溟"
+
+#: ../../printerdrake.pm_.c:178
+#, fuzzy
+msgid "Checking your system..."
+msgstr "倆蝨 龜齡芟 繩顆鼇 葩諷 轣 驥皷跫竟蛩黼;"
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:198
+#, fuzzy
+msgid ""
+"The following printers\n"
+"\n"
+msgstr "悲 癘瘟驟蓖 鞜驕袍 鞜袤 "
+
+#: ../../printerdrake.pm_.c:199
+#, fuzzy
+msgid ""
+"The following printer\n"
+"\n"
+msgstr "悲 癘瘟驟蓖 鞜驕袍 鞜袤 "
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:210
+#, fuzzy
+msgid "directly connected to your system"
+msgstr "偵 碌汕芒 韵闢瘻跫窩癇 粡褪阨 齡 龜齡芟 黶!"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:221
+#, fuzzy
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "嚆 竟蛔 黼蜻蛛袰 顫髞 縷轣 齦辟繖繻沚 modem 黶;"
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:236
+#, fuzzy
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr "否諷 轣 繩顰黼 跚 粹裼赱齡蜉 黼諧籬;"
+
+#: ../../printerdrake.pm_.c:238
+#, fuzzy
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "否諷 轣 齦辟氤齡 裃 芻 繩袿辯鼇;"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:240
+#, 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:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
#, fuzzy
msgid "Add a new printer"
msgstr "假闢葆裹 繩顆"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7535,7 +7827,7 @@ msgid ""
"connection types."
msgstr ""
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7544,7 +7836,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -7557,7 +7849,22 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:297
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7566,7 +7873,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -7577,26 +7884,26 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:213
+#: ../../printerdrake.pm_.c:315
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "草闌繻瘧髟鼬沚闥 繩顆溟"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
#, fuzzy
msgid "Local Printer"
msgstr "夬韈褝 繩顆溟"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -7610,50 +7917,50 @@ msgid ""
"Center."
msgstr ""
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Printer auto-detection"
msgstr "恆潁 癜赱苒 瘢燉辣鼇"
-#: ../../printerdrake.pm_.c:305
+#: ../../printerdrake.pm_.c:408
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:307
+#: ../../printerdrake.pm_.c:410
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Windows 95/98/NT"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, fuzzy, c-format
msgid "Detected %s"
msgstr "瘢蝸辣蒟裙 %s"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:321
+#: ../../printerdrake.pm_.c:424
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "投顆溟 粡褪阨 (TCP/Socket)"
-#: ../../printerdrake.pm_.c:323
+#: ../../printerdrake.pm_.c:426
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Windows 95/98/NT"
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -7661,34 +7968,34 @@ msgid ""
"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
#, fuzzy
msgid "You must enter a device or file name!"
msgstr "囎鼕纒 繩顆 URI"
-#: ../../printerdrake.pm_.c:475
+#: ../../printerdrake.pm_.c:578
#, fuzzy
msgid "No printer found!"
msgstr "夬韈褝 繩顆溟"
-#: ../../printerdrake.pm_.c:485
+#: ../../printerdrake.pm_.c:588
#, fuzzy
msgid "Available printers"
msgstr "夬韈褝 繩顆溟"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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:490
+#: ../../printerdrake.pm_.c:593
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:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -7696,7 +8003,7 @@ msgid ""
"configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -7704,38 +8011,38 @@ msgid ""
"customized printer configuration, turn on \"Manual configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
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:496
+#: ../../printerdrake.pm_.c:599
#, fuzzy
msgid "Please choose the port where your printer is connected to."
msgstr "嚆 竟蛔 黼蜻蛛袰 顫髞 縷轣 齦辟繖繻沚 modem 黶;"
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
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:503
+#: ../../printerdrake.pm_.c:606
#, fuzzy
msgid "You must choose/enter a printer/device!"
msgstr "囎鼕纒 繩顆 URI"
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
#, fuzzy
msgid "Manual configuration"
msgstr "剳蓐燗繪 髯賍"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr "盗蜍閭汳 瘰闌繻瘧髟鼬沚阨 lpd 繩顆"
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
#, fuzzy
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
@@ -7746,50 +8053,50 @@ msgstr ""
"繩顰黼, 裃蕈 裃 迴赱 苒 阨驅 芻 關閙 葹 \n"
"驥皷跫竟蛩黼 黼 癜 闕 緕韃驟苳."
-#: ../../printerdrake.pm_.c:579
+#: ../../printerdrake.pm_.c:682
#, fuzzy
msgid "Remote host name"
msgstr "草闌繻瘧髟鼬沚 粡褪瘧 迴赱:"
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
#, fuzzy
msgid "Remote printer name"
msgstr "草闌繻瘧髟鼬沚闥 繩顆溟"
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
msgid "Remote host name missing!"
msgstr "草闌繻瘧髟鼬沚 粡褪瘧 迴赱 諷熕繪!"
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
#, fuzzy
msgid "Remote printer name missing!"
msgstr "草闌繻瘧髟鼬沚 粡褪瘧 迴赱 諷熕繪!"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "瘢蝸辣蒟裙 %s"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Scanning network..."
msgstr "投袿辯鼇 龜辟纉苒..."
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "堤瘧關 諷蜚阨驛焉 粡褪阨."
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "盗蜍閭汳 繩顆 SMB (Windows 9x/NT)"
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
#, fuzzy
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
@@ -7804,46 +8111,46 @@ msgstr ""
"韵黷癈, 裃蕈 裃 關濶痲溥阡 瘰瘻痿苳 韜苟阮闡焉 鞳驃 褶粡褊 \n"
"驀齡, 諫鈑 裨繪籖 裃 闌氈 闌樞癇 繿竅黯癇."
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "堤褪瘧 迴赱 SMB 緕韃驟苳:"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "IP 粡缸蔘逑 SMB 緕韃驟苳:"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "狩闌 顫髀:"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "賍籬 繿竅黯癇:"
-#: ../../printerdrake.pm_.c:746
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid "Auto-detected"
msgstr "恆潁 癜赱苒 瘢燉辣鼇"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
msgstr "冬 迴赱 阨 緕韃驟苳 IP 阨 韵汾繪 轣 粹蓖!"
-#: ../../printerdrake.pm_.c:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr "夬 迴赱 竕 芻 Samba 諷熕繪!"
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -7867,7 +8174,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -7876,7 +8183,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -7884,11 +8191,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "盗蜍閭汳 繩顆 NetWare"
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
#, fuzzy
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
@@ -7902,44 +8209,44 @@ msgstr ""
" 迴赱 阨 繩顆 齡闕 關閙 辮蛻跂熹 韵黷癈, 裃蕈 裃\n"
"關濶痲溥阡 瘰瘻痿苳 韜苟阮闡焉 鞳驃 褶粡褊 驀齡 裃 諫鈑 裨繪籖."
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "梼韃驟苳溟 繩顰黼"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr "狩闌 阨驅 繩顆"
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr "夬 迴赱 阨 緕韃驟苳 NCP 諷熕繪!"
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr "夬 迴赱 苒 NCP 阨驅 諷熕繪!"
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
#, c-format
msgid ", host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
#, c-format
msgid "Host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
#, fuzzy
msgid "TCP/Socket Printer Options"
msgstr "盗蜍閭汳 繩顆 socket"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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:978
+#: ../../printerdrake.pm_.c:1085
#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -7950,21 +8257,21 @@ msgstr ""
"忠 轣 繩顰黼 黼 沚瘢 繩顆 socket, 韵汾繪 轣 紆黼 \n"
"粡褪瘧 迴赱 阨 繩顆 裃 韵閨蜻續蜉 闕 瘻蛻踰 蕘驕."
-#: ../../printerdrake.pm_.c:983
+#: ../../printerdrake.pm_.c:1090
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "狩闌 繩顆 諷熕繪!"
-#: ../../printerdrake.pm_.c:1005
+#: ../../printerdrake.pm_.c:1112
#, fuzzy
msgid "Printer host name or IP"
msgstr "狩闌 繩顆"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr "囎鼕纒 繩顆 URI"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
#, fuzzy
msgid ""
"You can specify directly the URI to access the printer. The URI must fulfill "
@@ -7975,11 +8282,11 @@ msgstr ""
"韵汾繪 轣 苟縷 縷 蜥 CUPS 縷 蜥 Foomatic 韵閼蛛竭癘汳. 寿 顆 粤 "
"竟齡苟煕闕瘟 謠 濶 URI 竟 瘰 諱 spoolers."
-#: ../../printerdrake.pm_.c:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr "誤 齷齡 URI 韵汾繪 轣 繪黶蒹!"
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
#, fuzzy
msgid ""
"Every printer needs a name (for example \"printer\"). The Description and "
@@ -7989,30 +8296,30 @@ msgstr ""
"壤 鞳籖 倥驩竭癘 裃 夬竟蒹黯 粤 驟蛔聽瘟 轣 \n"
"齦跟諛髯蓖. 冬轣 瘰諚 齬謇 竕 阨 驀齡纈."
-#: ../../printerdrake.pm_.c:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr "狩闌 繩顆"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "夬竟蒹黯"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
#, fuzzy
msgid "Reading printer database..."
msgstr "総榱逋鼇 瞽鼇 閼艫 CUPS"
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
#, fuzzy
msgid "Preparing printer database..."
msgstr "総榱逋鼇 瞽鼇 閼艫 CUPS"
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
#, fuzzy
msgid "Your printer model"
msgstr "草闌繻瘧髟鼬沚闥 繩顆溟"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -8027,26 +8334,26 @@ msgid ""
"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
#, fuzzy
msgid "The model is correct"
msgstr "囮齡;"
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
#, fuzzy
msgid "Select model manually"
msgstr "草闌繻瘧髟鼬沚闥 繩顆溟"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
msgid "Printer model selection"
msgstr "盗蜍閭 跫逕沂阨 繩顆"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
msgid "Which printer model do you have?"
msgstr "壥 竟 繩顆 泓續;"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -8055,18 +8362,18 @@ msgid ""
"standing on a wrong model or on \"Raw printer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
#, fuzzy
msgid "OKI winprinter configuration"
msgstr "剳蓐燗繪 堤痲蜉阨 (Internet)"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -8076,12 +8383,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr "剳蓐燗繪 堤痲蜉阨 (Internet)"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -8089,20 +8396,46 @@ msgid ""
"to."
msgstr ""
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
msgstr ""
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
+
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -8112,34 +8445,34 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr "盗蜍閭 %s 韵汾繪 轣 縷轣 瘧汨瘟闥 瘻蛻踰!"
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr "盗蜍閭 %s 韵汾繪 轣 縷轣 瘻蛻踰!"
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr "盗蜍閭 %s 繩 闡熄!"
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr "否諷 轣 繩顰黼 跚 粹裼赱齡蜉 黼諧籬;"
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
#, fuzzy
msgid "Test pages"
msgstr "弟裼贖 蔘髷"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -8147,44 +8480,44 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
msgid "No test pages"
msgstr ""
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
#, fuzzy
msgid "Print"
msgstr "投顆溟"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
#, fuzzy
msgid "Standard test page"
msgstr "奕韈褝"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
#, fuzzy
msgid "Alternative test page (A4)"
msgstr "投顆鼇 粹裼赱齡蜉 黼諧糯..."
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
#, fuzzy
msgid "Photo test page"
msgstr "投顆鼇 粹裼赱齡蜉 黼諧糯..."
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
#, fuzzy
msgid "Do not print any test page"
msgstr "投顆鼇 粹裼赱齡蜉 黼諧糯..."
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "投顆鼇 粹裼赱齡蜉 黼諧糯..."
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8200,7 +8533,7 @@ msgstr ""
"\n"
"吾蜊 齷齡 繩顆鼇"
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
#, fuzzy
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8210,16 +8543,16 @@ msgstr ""
"矢闡縷 轣 鞳驅黼 袍竟蜿 髴迴 贔驩 繩顆鼇 轣 鈬裼轗黼.\n"
"吾蜊 齷齡 繩顆鼇;"
-#: ../../printerdrake.pm_.c:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
#, fuzzy
msgid "Raw printer"
msgstr "捕轎轣 繩顆溟"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -8228,15 +8561,15 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -8245,7 +8578,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -8253,41 +8586,41 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, 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:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -8297,7 +8630,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -8306,41 +8639,41 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2153
+#: ../../printerdrake.pm_.c:2343
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "堤瘧關 諷蜚阨驛焉 粡褪阨."
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, fuzzy, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "堤瘧關 諷蜚阨驛焉 粡褪阨."
-#: ../../printerdrake.pm_.c:2156
+#: ../../printerdrake.pm_.c:2346
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "堤瘧關 諷蜚阨驛焉 粡褪阨."
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "堤瘧關 諷蜚阨驛焉 粡褪阨."
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
msgstr "暮縷皷跫"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
#, fuzzy
msgid "Print option list"
msgstr "盗蜍閭汳 繩顆"
-#: ../../printerdrake.pm_.c:2182
+#: ../../printerdrake.pm_.c:2373
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -8354,7 +8687,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -8367,18 +8700,18 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
msgid "Reading printer data..."
msgstr ""
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
#, fuzzy
msgid "Transfer printer configuration"
msgstr "剳蓐燗繪 堤痲蜉阨 (Internet)"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -8388,51 +8721,51 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
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:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -8440,63 +8773,63 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"夬 迴赱 阨 繩顆 韵汾繪 轣 鞳驩泓繪 踰迴 竭樓赱, 瘻蛻跫 裃 闕 "
"瘻瘧滂 underscore"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
#, fuzzy
msgid "New printer name"
msgstr "捕轎轣 繩顆溟"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, 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:2316
+#: ../../printerdrake.pm_.c:2510
#, fuzzy
msgid "Refreshing printer data..."
msgstr "総榱逋鼇 瞽鼇 閼艫 CUPS"
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
msgid "Configuration of a remote printer"
msgstr ""
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
#, fuzzy
msgid "Starting network..."
msgstr "投袿辯鼇 龜辟纉苒..."
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
#, fuzzy
msgid "Configure the network now"
msgstr "劑蓐蜩 粡褪阨"
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
#, fuzzy
msgid "Network functionality not configured"
msgstr " 闊辯 粤 泓繪 髟蓐蜩縷 瘧趺"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -8504,12 +8837,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
#, fuzzy
msgid "Go on without configuring the network"
msgstr "劑蓐蜩 粡褪阨"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -8519,34 +8852,34 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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:2408
+#: ../../printerdrake.pm_.c:2603
#, fuzzy
msgid "Restarting printing system..."
msgstr "倆蝨 龜齡芟 繩顆鼇 葩諷 轣 驥皷跫竟蛩黼;"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
#, fuzzy
msgid "high"
msgstr "尨芫"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
#, fuzzy
msgid "paranoid"
msgstr "倚驕迴褝"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -8561,12 +8894,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr "倆蝨 龜齡芟 繩顆鼇 葩諷 轣 驥皷跫竟蛩黼;"
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -8580,77 +8913,73 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
msgid "Select Printer Spooler"
msgstr "盗蜍閭 Spooler E褪顆"
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
msgid "Which printing system (spooler) do you want to use?"
msgstr "倆蝨 龜齡芟 繩顆鼇 葩諷 轣 驥皷跫竟蛩黼;"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printerdrake.pm_.c:2895
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "劑蓐蜩 繩顆"
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
#, fuzzy
msgid "Installing Foomatic..."
msgstr "塔裃橢癈 鞜袤阨 %s"
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "盗蜍閭汳 繩顆"
-#: ../../printerdrake.pm_.c:2778
-msgid "Preparing PrinterDrake..."
-msgstr ""
+#: ../../printerdrake.pm_.c:2989
+#, fuzzy
+msgid "Preparing Printerdrake..."
+msgstr "総榱逋鼇 瞽鼇 閼艫 CUPS"
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
#, fuzzy
msgid "Configuring applications..."
msgstr "劑蓐蜩 繩顆"
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
msgid "Would you like to configure printing?"
msgstr "悲 葩諱 轣 髟蓐燗續 沚瘢 繩顆;"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:2875
-#, fuzzy
-msgid "Printerdrake"
-msgstr "投顆溟"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
"its settings; to make it the default printer; to view information about it; "
"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
+"OpenOffice.org/GIMP."
msgstr ""
"寳橸阨 濶 瘧謠蒹 阨驂 繩顆鼇.\n"
"矢闡縷 轣 韵闢葩黼 裼 樣諷 轣 瘠諚鈬 蜥 靺髣阨黼."
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -8660,137 +8989,139 @@ msgstr ""
"寳橸阨 濶 瘧謠蒹 阨驂 繩顆鼇.\n"
"矢闡縷 轣 韵闢葩黼 裼 樣諷 轣 瘠諚鈬 蜥 靺髣阨黼."
-#: ../../printerdrake.pm_.c:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
#, fuzzy
msgid "Change the printing system"
msgstr "劑蓐蜩 粡褪阨"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
msgid "Normal Mode"
msgstr "捕迴迚袰 捕橢癈"
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "否諷 轣 粹裼賍黼 蜥 髟蓐燗繪;"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
#, fuzzy
msgid "Modify printer configuration"
msgstr "剳蓐燗繪 堤痲蜉阨 (Internet)"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, fuzzy, c-format
msgid ""
"Printer %s\n"
"What do you want to modify on this printer?"
msgstr "否諷 轣 粹裼賍黼 蜥 髟蓐燗繪;"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
#, fuzzy
msgid "Printer connection type"
msgstr "圄辟纉 Internet"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
#, fuzzy
msgid "Printer name, description, location"
msgstr "盗蜍閭 跫逕沂阨 繩顆"
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
#, fuzzy
msgid "Print test pages"
msgstr "投顆鼇 粹裼赱齡蜉 黼諧糯..."
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
#, fuzzy
msgid "Know how to use this printer"
msgstr "否諷 轣 粹裼賍黼 蜥 髟蓐燗繪;"
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
#, fuzzy
msgid "Remove printer"
msgstr "草闌繻瘧髟鼬沚闥 繩顆溟"
-#: ../../printerdrake.pm_.c:3245
+#: ../../printerdrake.pm_.c:3472
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "草闌繻瘧髟鼬沚闥 繩顆溟"
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
#, fuzzy
msgid "Default printer"
msgstr "夬韈褝 繩顆溟"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "否諷 轣 辮瘢繩裼轗黼 籖褪;"
-#: ../../printerdrake.pm_.c:3297
+#: ../../printerdrake.pm_.c:3527
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "草闌繻瘧髟鼬沚闥 繩顆溟"
@@ -9213,7 +9544,7 @@ msgstr "附繿辣"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
#, fuzzy
msgid "System"
msgstr "捕橢癈 齦齡溲癆闥"
@@ -9273,191 +9604,228 @@ msgstr "捕橢癈:"
msgid "Stop"
msgstr "夬贔癇"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
"the worldwide Linux Community"
msgstr ""
-#: ../../share/advertising/01-gnu.pl_.c:9
+#: ../../share/advertising/02-community.pl_.c:9
#, fuzzy
-msgid "Join the Free Software world"
+msgid "Get involved in the Free Software world"
msgstr "寳謠蜷闥 褝鼬闥"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../share/advertising/02-internet.pl_.c:9
+#: ../../share/advertising/03-internet.pl_.c:9
#, fuzzy
-msgid "Internet and Messaging"
-msgstr "假黷癈 齡 Internet"
+msgid "Get the most from the Internet"
+msgstr "圄辟纉 齡 堤痲煌"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"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 ""
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "倆謨贔黶 - 酎癘蜉"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl_.c:11
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"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 ""
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "総樶鈑"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "倚蝸轜粡"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
#, fuzzy
msgid "Mandrake Control Center"
msgstr "保逕髀 搭气阨"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
#, fuzzy
msgid "User interfaces"
msgstr "囎鼕纒 粡褪阨"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
msgstr ""
-#: ../../share/advertising/07-server.pl_.c:9
+#: ../../share/advertising/08-development.pl_.c:9
#, fuzzy
-msgid "Server Software"
-msgstr "堤褪瘧 迴赱 SMB 緕韃驟苳:"
+msgid "Development simplified"
+msgstr "総樶鈑"
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/08-development.pl_.c:11
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
msgstr ""
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "倚蝸轜粡"
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "忠 繪粡褊"
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
+msgid ""
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
+msgstr ""
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
+#, fuzzy
+msgid "Become a MandrakeExpert"
+msgstr "忠 繪粡褊"
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
+msgid ""
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
-#: ../../standalone.pm_.c:40
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "忠 繪粡褊"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
+msgstr ""
+
+#: ../../standalone.pm_.c:41
#, fuzzy
msgid "Installing packages..."
msgstr "塔裃橢癈 鞜袤阨 %s"
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "倚驕裃譫 瘰闢辟繹縷 裃 跂 鞜潁 Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "倚驕裃譫 辮瘢癈辟繹縷 %s 竕 纃繿竢竟熈鼇 瘠諱筐"
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"偵 跟闡 轣 粡痰橢 闕 鞏轣裃 裃癆贖黼, 縷轣 竟譚 裃纉驕贔迴 :(\n"
-"悲 韵闢鞜葆齷 轣 齦辣燗 癘瘟髷逕癇 蜥 諱辷癈贔辣 裃癆贖黼蜥"
-
#: ../../standalone/drakTermServ_.c:188
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
@@ -9501,12 +9869,13 @@ msgstr "假闢葆裹 驀齡"
msgid "Add/Del Clients"
msgstr "倥諚苒 DHCP"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
#, fuzzy
msgid "Help"
msgstr "/_啄滓繪"
@@ -9666,8 +10035,8 @@ msgid ""
"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "囎笳瘻苳滂蛛!"
@@ -9692,27 +10061,31 @@ msgstr "假闢葆裹 驀齡"
msgid "Remove the last item"
msgstr "弥髢關閙苴 瘻縷阨 loopback %s"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:732
+#: ../../standalone/drakbackup_.c:726
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -9720,7 +10093,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -9728,13 +10101,20 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
#, fuzzy
msgid "Total progess"
msgstr "弟裼贖 蔘髷"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9743,16 +10123,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "恙驃 齦辷芟癆蜉"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "槍轣赧 瘢閙竚癆闥 %s: %s\n"
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -9763,63 +10168,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "捕纉驕贔迴 纐繖驩褝 瘻縷"
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
#, fuzzy
msgid "Backup User files..."
msgstr "捕纉驕贔迴 纐繖驩褝 瘻縷"
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
#, fuzzy
msgid "Backup Other files..."
msgstr "捕纉驕贔迴 纐繖驩褝 瘻縷"
-#: ../../standalone/drakbackup_.c:1266
+#: ../../standalone/drakbackup_.c:1321
#, fuzzy
msgid "No changes to backup!"
msgstr "捕纉驕贔迴 纐繖驩褝 瘻縷"
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -9827,800 +10237,923 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1324
+#: ../../standalone/drakbackup_.c:1379
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "囑樣赱 裃 芻 瘢榱逋鼇 阨 瘻縷阨 %s"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "盗蜍閭 鞜袤"
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1527
+#: ../../standalone/drakbackup_.c:1602
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "捕纉驕贔迴 纐繖驩褝 瘻縷"
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "倚驕裃譫 辮蜍沁 鞜袤 竟 葩諷 轣 繝裃癈潁續"
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "堤痺驕 阨驅"
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
#, fuzzy
msgid "Windows (FAT32)"
msgstr "走痿驟鼇 Windows(TM)"
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
#, fuzzy
msgid "Users"
msgstr "庖粡褝 迴赱"
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
#, fuzzy
msgid "Use network connection to backup"
msgstr "捕纉驕贔迴 纐繖驩褝 瘻縷"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "倚驕裃譫 粹裼賍齡 竟逕煌"
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
#, fuzzy
msgid "Please enter your login"
msgstr "倚驕裃譫 韵闢鞜葆齡 釶轆"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
#, fuzzy
msgid "Please enter your password"
msgstr "倚驕裃譫 韵闢鞜葆齡 釶轆"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
#, fuzzy
msgid "Remember this password"
msgstr "釶轣韜芒髀謠竈齡 闕 褶粡褝 韵黷癈苒"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
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:1849
+#: ../../standalone/drakbackup_.c:1923
#, fuzzy
msgid "Please choose your CD/DVD media size"
msgstr "倚驕裃譫 辮蜍沁 粡瘻蓐蜩 韜芒髀謠窰阨."
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
#, fuzzy
msgid "Please check for multisession CD"
msgstr "倚驕裃譫 袍逕 裨蜉 黼 跚 裃橙趺鼇"
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "倚驕裃譫 袍逕 裨蜉 黼 跚 裃橙趺鼇"
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "倚驕裃譫 袍逕 裨蜉 黼 跚 裃橙趺鼇"
-#: ../../standalone/drakbackup_.c:1868
+#: ../../standalone/drakbackup_.c:1942
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "倚驕裃譫 袍逕 裨蜉 黼 跚 裃橙趺鼇"
-#: ../../standalone/drakbackup_.c:1880
+#: ../../standalone/drakbackup_.c:1954
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "倚驕裃譫 袍逕 裨蜉 黼 跚 裃橙趺鼇"
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
#, fuzzy
msgid "No CD device defined!"
msgstr "盗蜍沁 瘻縷"
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
#, fuzzy
msgid "Use tape to backup"
msgstr "捕纉驕贔迴 纐繖驩褝 瘻縷"
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "倚驕裃譫 辮蜍沁 鞜袤 竟 葩諷 轣 繝裃癈潁續"
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "倚驕裃譫 辮蜍沁 鞜袤 竟 葩諷 轣 繝裃癈潁續"
-#: ../../standalone/drakbackup_.c:1995
+#: ../../standalone/drakbackup_.c:2069
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "倚驕裃譫 辮蜍沁 鞜袤 竟 葩諷 轣 繝裃癈潁續"
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "倚驕裃譫 粹裼賍齡 竟逕煌"
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
#, fuzzy
msgid "Use quota for backup files."
msgstr "捕纉驕贔迴 纐繖驩褝 瘻縷"
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
#, fuzzy
msgid "Network"
msgstr "囎鼕纒 粡褪阨"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
#, fuzzy
msgid "Tape"
msgstr "奬竟"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
#, fuzzy
msgid "Use daemon"
msgstr "庖粡褝 迴赱"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "倚驕裃譫 辮蜍沁 鞜袤 竟 葩諷 轣 繝裃癈潁續"
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "倚驕裃譫 辮蜍沁 跚 站齠."
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
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:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
msgid "What"
msgstr ""
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
#, fuzzy
msgid "Where"
msgstr "悶 髀籘裼"
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
#, fuzzy
msgid "When"
msgstr "悶 髀籘裼"
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
#, fuzzy
msgid "More Options"
msgstr "倚驅跂髀 閼艫陜"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "剳蓐燗繪 粡褪阨"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "倚驕裃譫 辮蜍沁 鞜袤 竟 葩諷 轣 繝裃癈潁續"
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "倚驕裃譫 辮蜍沁 鞜袤 竟 葩諷 轣 繝裃癈潁續"
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
#, fuzzy
msgid "Backup system"
msgstr "假閻. 齦. 瘻."
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, fuzzy, c-format
-msgid " on device : %s"
+msgid " on device: %s"
msgstr "囎鼕纒 竟逕蜉蜿: %s\n"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "盗蜍閭汳"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "嚆 竟蛔 黼蜻蛛袰 顫髞 縷轣 齦辟繖繻沚 modem 黶;"
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
#, fuzzy
msgid " Restore Configuration "
msgstr "剳蓐燗繪 粡褪阨"
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
#, fuzzy
msgid "Backup the system files before:"
msgstr "捕纉驕贔迴 纐繖驩褝 瘻縷"
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "please choose the date to restore"
msgstr "倚驕裃譫 辮蜍沁 竟 竟逕蜉蜿."
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "捕纉驕贔迴 纐繖驩褝 瘻縷"
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "倚驕裃譫 粹裼賍齡 竟逕煌"
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
#, fuzzy
msgid "FTP Connection"
msgstr "圄辟纉 LAN"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
#, fuzzy
msgid "Secure Connection"
msgstr "夲竟 龜辟纉苒 繩顆"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "盗瘢癘闡 瘰 粡鼕沐"
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
#, fuzzy
msgid "Select another media to restore from"
msgstr "倚驕裃譫 辮蜍沁 竟 竟逕蜉蜿."
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Other Media"
msgstr "矩謠"
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
#, fuzzy
msgid "Restore system"
msgstr "塔裃橢癈 齦齡溲癆闥"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
#, fuzzy
msgid "Restore Users"
msgstr "盗瘢癘闡 瘰 瘻縷"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore Other"
msgstr "盗瘢癘闡 瘰 瘻縷"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "倚驕裃譫 辮蜍沁 竟 竟逕蜉蜿."
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3394
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "堤痺驕 阨驅"
+
+#: ../../standalone/drakbackup_.c:3411
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "盗瘢癘闡 瘰 瘻縷"
+
+#: ../../standalone/drakbackup_.c:3477
+#, c-format
+msgid "Backup files not found at %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, fuzzy
+msgid "Restore From CD"
+msgstr "盗瘢癘闡 瘰 粡鼕沐"
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "俤轣裃 裃癆贖黼 粡橢鼇"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3524
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "盗瘢癘闡 瘰 瘻縷"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3525
+#, fuzzy
+msgid "Host Name"
+msgstr "狩闌 齦齡溲癆闥"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+#, fuzzy
+msgid "Password required"
+msgstr "囎辷芟癆蜉"
+
+#: ../../standalone/drakbackup_.c:3539
+#, fuzzy
+msgid "Username required"
+msgstr "庖粡褝 迴赱"
+
+#: ../../standalone/drakbackup_.c:3542
+#, fuzzy
+msgid "Hostname required"
+msgstr "狩闌 齦齡溲癆闥: "
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "盗瘢癘闡 瘰 瘻縷"
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
#, fuzzy
msgid "Custom Restore"
msgstr "假闢瘻跫鼬沚"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3865
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "俤轣裃 裃癆贖黼 粡橢鼇"
+
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "盗瘢癘闡 瘰 瘻縷"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
#, fuzzy
msgid "Previous"
msgstr "<- 假閾竢跂迴"
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "捕橢癈:"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
#, fuzzy
msgid "Build Backup"
msgstr "捕纉驕贔迴 纐繖驩褝 瘻縷"
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
#, fuzzy
msgid "Restore"
msgstr "盗瘢癘闡 瘰 瘻縷"
-#: ../../standalone/drakbackup_.c:3553
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3574
+#: ../../standalone/drakbackup_.c:4231
msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "悲 繝裃癈瘉陜 鞜驕袍 鞜袤"
-#: ../../standalone/drakbackup_.c:3621
+#: ../../standalone/drakbackup_.c:4278
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
#, fuzzy
msgid "Please select data to restore..."
msgstr "倚驕裃譫 辮蜍沁 跚 站齠."
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
#, fuzzy
msgid "Please select media for backup..."
msgstr "倚驕裃譫 辮蜍沁 跚 站齠."
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
#, fuzzy
msgid "Please select data to backup..."
msgstr "倚驕裃譫 辮蜍沁 跚 站齠."
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
#, fuzzy
msgid "Backup system files"
msgstr "捕纉驕贔迴 纐繖驩褝 瘻縷"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup user files"
msgstr "捕纉驕贔迴 纐繖驩褝 瘻縷"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup other files"
msgstr "捕纉驕贔迴 纐繖驩褝 瘻縷"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
#, fuzzy
msgid "Sending files..."
msgstr "草闊溯纒鼇 黼 瘻縷"
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "剳蓐燗繪 粡褪阨"
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
#, fuzzy
msgid "View Backup Configuration."
msgstr "剳蓐燗繪 粡褪阨"
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
#, fuzzy
msgid "Wizard Configuration"
msgstr "劑蓐蜩 L鼠"
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
#, fuzzy
msgid "Advanced Configuration"
msgstr "劑蓐蜩 L鼠"
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
#, fuzzy
msgid "Backup Now"
msgstr "假閻. 齦. 瘻."
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
msgid ""
"options description:\n"
"\n"
@@ -10652,7 +11185,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10661,7 +11194,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -10702,45 +11235,45 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -10757,7 +11290,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -10797,7 +11330,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -10808,7 +11341,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10821,7 +11354,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -10902,9 +11435,9 @@ msgstr ""
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
#, fuzzy
msgid "Standalone Tools"
msgstr "淘竅諷焉 褊逑諱"
@@ -10956,26 +11489,26 @@ msgstr "投顆溟"
msgid "Configuration Wizards"
msgstr "粢笨 劑蓐蜩苒 堤褪阨"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
#, fuzzy
msgid "Application:"
msgstr "倡齡關閙苴 癜苳癇"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
#, fuzzy
msgid "Package: "
msgstr "盗蜍閭 鞜袤"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
#, fuzzy
msgid "Release: "
msgstr "倚驕裃譫 鞳驩贔辣"
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -10987,21 +11520,21 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
#, fuzzy
msgid "Report"
msgstr "顫髞"
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
#, fuzzy
msgid "Not installed"
msgstr "護閼闥"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
#, fuzzy
msgid "No browser available! Please install one"
msgstr ""
@@ -11450,7 +11983,7 @@ msgstr "嚊跂熄 龜辟纉苒"
#: ../../standalone/drakfont_.c:909
#, fuzzy
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "盗蜍沁 裃癆贖黼蜥 韵闥 跫髢關閙苴"
#: ../../standalone/drakfont_.c:918
@@ -11532,19 +12065,19 @@ msgstr "偵 碌汕芒 韵闢瘻跫窩癇 粡褪阨 齡 龜齡芟 黶!"
msgid "Post Uninstall"
msgstr "護閼闥"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr "盗蛹繿蜩踰 龜辟纉苒 Internet"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr "盗蛹繿蜩踰 龜辟纉苒 Internet 纃繿竢竟蜃贔迴"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -11556,31 +12089,31 @@ msgstr ""
"\n"
"壥 葩諷 轣 袍辣;"
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
msgid "disable"
msgstr "瘰纃繿竢竟熈鼇"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr "櫁髀"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "reconfigure"
msgstr "辮瘢瘻蓐蜩"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
msgid "Disabling servers..."
msgstr "草纃繿竢竟熈鼇 緕韃驟苳..."
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
msgid "Internet connection sharing is now disabled."
msgstr "盗蛹繿蜩踰 龜辟纉苒 Internet 瘰纃繿竢竟蜃贔迴"
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr "盗蛹繿蜩踰 龜辟纉苒 Internet 瘰纃繿竢竟蜃贔迴"
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -11592,19 +12125,19 @@ msgstr ""
"\n"
"壥 葩諷 轣 袍辣;"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
msgid "enable"
msgstr "纃繿竢竟熈鼇"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr "桃繿竢竟熈鼇 緕韃驟苳..."
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
msgid "Internet connection sharing is now enabled."
msgstr "盗蛹繿蜩踰 龜辟纉苒 Internet 纃繿竢竟蜃贔迴"
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
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 "
@@ -11619,21 +12152,21 @@ msgstr ""
"嚊跂燎鼇: 恆繪樔纉 沚瘢 韵闢瘻跫窩 粡褪阨 沐皷 齡 轣 粢跚阨驛潁續 沚 "
"關蜉 籖褪 (LAN)."
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr "堤辮蝟橄繪 %s (驀鼇 瘻蔡赱闥 %s)"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, c-format
msgid "Interface %s"
msgstr "堤辮蝟橄繪 %s"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr "偵 碌汕芒 韵闢瘻跫窩癇 粡褪阨 齡 龜齡芟 黶!"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -11641,11 +12174,11 @@ msgstr ""
"偵 碌汕芒 韵闢瘻跫窩癇 粡褪阨 Ethernet 齡 龜齡芟 黶. 倚驕裃譫 "
"驥皷跫竟蜈燗 韵竭瘡赱 髱蓐蜩苒 謇褊."
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "囎鼕纒 粡褪阨"
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -11660,7 +12193,7 @@ msgstr ""
"\n"
"悲 髟蓐蜩縷 夬韈褝 黶 吊褪 跂 癜 闕 韵闢瘻跫窩."
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
@@ -11668,12 +12201,12 @@ msgstr ""
"倚驕裃譫 辮蜍沁 韵闢瘻跫窩癇 粡褪阨 葹 齦辟繹縷\n"
"齡 關蜉 黶 籖褪."
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:259
#, fuzzy
msgid "Network interface already configured"
msgstr " 闊辯 粤 泓繪 髟蓐蜩縷 瘧趺"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -11683,17 +12216,17 @@ msgid ""
"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
#, fuzzy
msgid "Automatic reconfiguration"
msgstr "Boot 奬竟 劑蓐蜩"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
#, fuzzy
msgid "Show current interface configuration"
msgstr "剳蓐燗繪 堤痲蜉阨 (Internet)"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -11704,7 +12237,7 @@ msgid ""
"Driver: %s"
msgstr ""
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -11716,55 +12249,43 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr ""
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
#, fuzzy
msgid "(This) DHCP Server IP"
msgstr "IP 粡缸蔘逑 緕韃驟苳 CUPS:"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr ""
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr ""
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"倡葹轗 辮瘢癡驥皷跫竟熈鼇 苒 粡缸蔘逑苒 LAN 齡芻 驂阨黶 髱蓐蜩 阨 %s!\n"
-#: ../../standalone/drakgw_.c:320
-msgid "Firewalling configuration detected!"
-msgstr "総蝸辣芒 髱蓐蜩 firewall!"
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"假闢阯! 総蝸辣芒 靺髣阨黶 髱蓐蜩 firewall. 朔 驟蛛齡陜 闡蜩贔辣"
-"\"繪髀袿辯纈\" 髟蓐燗繪 跂 芻 繝裃橢癈."
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
msgid "Configuring..."
msgstr "劑蓐蜩..."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr "劑蓐蜩, 繝裃橢癈 謠竕鼬蜉陜, 繩袿辯鼇 緕韃驟苳..."
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, c-format
msgid "Problems installing package %s"
msgstr "假硅芟 裃 芻 繝裃橢癈 阨 鞜袤阨 %s"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -11775,23 +12296,23 @@ msgstr ""
"竟謠竕齡汳 齡 關蜉 黶 籖褪, 跂 芻 驀鼇 癜赱苒 髱蓐蜩苒 粡褪阨 "
"(DHCP)."
-#: ../../standalone/drakgw_.c:566
+#: ../../standalone/drakgw_.c:504
msgid "The setup has already been done, but it's currently disabled."
msgstr " 髱蓐蜩 泓繪 溪 窰辣, 瘠諚 癜 齡蜒贖 縷轣 瘰纃繿竢竟蜃贔辯."
-#: ../../standalone/drakgw_.c:567
+#: ../../standalone/drakgw_.c:505
msgid "The setup has already been done, and it's currently enabled."
msgstr " 髱蓐蜩 泓繪 溪 窰辣, 裃 癜 齡蜒贖 縷轣 纃繿竢竟蜃贔辯."
-#: ../../standalone/drakgw_.c:568
+#: ../../standalone/drakgw_.c:506
msgid "No Internet Connection Sharing has ever been configured."
msgstr " 盗蛹繿蜩踰 龜辟纉苒 Internet 粤 泓繪 髟蓐蜩縷 竟."
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
msgid "Internet connection sharing configuration"
msgstr "劑蓐蜩 辮蛹繿蜩跫 龜辟纉苒 堤痲蜉阨 (internet)"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -11806,6 +12327,158 @@ msgstr ""
"\n"
"鞭逕 裨煌 齡 劑蓐蜩 竕 轣 鈬裼轗黼 闕 閼艫 繝裃橢癈苒."
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr "偵 齦辟汕芒"
+
+#: ../../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"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+#, fuzzy
+msgid "first step creation"
+msgstr "粢跚阨驛焉 粡鼕沐癇 繩袿辯鼇"
+
+#: ../../standalone/draksplash_.c:77
+#, fuzzy
+msgid "final resolution"
+msgstr "総樣鼇"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#, fuzzy
+msgid "choose image file"
+msgstr "盗蜍沁 韵樌"
+
+#: ../../standalone/draksplash_.c:79
+#, fuzzy
+msgid "Theme name"
+msgstr "狩闌 顫髀:"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+#, fuzzy
+msgid "go to lilosplash configuration"
+msgstr "剳蓐燗繪 跂 芻 繝裃橢癈"
+
+#: ../../standalone/draksplash_.c:83
+#, fuzzy
+msgid "quit"
+msgstr "護閼闥"
+
+#: ../../standalone/draksplash_.c:84
+#, fuzzy
+msgid "save theme"
+msgstr "塔裃橢癈 齦齡溲癆闥"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#, fuzzy
+msgid "Configure bootsplash picture"
+msgstr "劑蓐蜩 韃驟皷"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+#, fuzzy
+msgid "go back"
+msgstr "Loopback"
+
+#: ../../standalone/draksplash_.c:120
+#, fuzzy
+msgid "preview"
+msgstr "齦鼕纒"
+
+#: ../../standalone/draksplash_.c:121
+#, fuzzy
+msgid "choose color"
+msgstr "盗蜍沁 闊辯"
+
+#: ../../standalone/draksplash_.c:124
+msgid "Display logo on Console"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:436
+#, fuzzy
+msgid "ProgressBar color selection"
+msgstr "盗蜍閭 跫逕沂阨 繩顆"
+
+#: ../../standalone/draksplash_.c:454
+#, fuzzy
+msgid "You must choose an image file first!"
+msgstr "囎鼕纒 繩顆 URI"
+
+#: ../../standalone/draksplash_.c:463
+#, fuzzy
+msgid "Generating preview ..."
+msgstr "桃關蜩踰 齦鼕纒..."
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -11898,11 +12571,11 @@ msgid ""
msgstr ""
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr ""
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr ""
#: ../../standalone/drakxtv_.c:114
@@ -11978,7 +12651,7 @@ msgstr "偵 跟闡 轣 鈬裼轗齷 live upgrade!!!\n"
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
msgid "logdrake"
msgstr "logdrake"
@@ -12161,7 +12834,7 @@ msgstr "梼韃驟苳溟"
#: ../../standalone/logdrake_.c:431
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"You will receive an alert if one of the selected services is no more running"
msgstr ""
#: ../../standalone/logdrake_.c:443
@@ -12183,19 +12856,19 @@ msgstr "剳蓐燗繪 髯賍"
msgid "Please enter your email address below "
msgstr "倚驕裃譫 韵闢鞜葆齡 釶轆"
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr "草闊溯纒鼇 搨"
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "倚驕裃譫 辮蜍沁 竟 竟逕蜉蜿."
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "梼闌閙鼇 驃阨 韜溯髀;"
-#: ../../standalone/printerdrake_.c:48
+#: ../../standalone/printerdrake_.c:57
#, fuzzy
msgid "Reading printer data ..."
msgstr "総榱逋鼇 瞽鼇 閼艫 CUPS"
@@ -12209,34 +12882,45 @@ msgstr "桃關蜩踰 齦鼕纒..."
msgid "Test ports"
msgstr "弟裼贖 蔘髷"
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
msgstr ""
+#: ../../standalone/scannerdrake_.c:56
+#, fuzzy, c-format
+msgid "%s found on %s, configure it?"
+msgstr "悲 葩諱 轣 髟蓐燗續 沚瘢 繩顆;"
+
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:65
#, fuzzy
msgid "Select a scanner"
msgstr "盗蜍沁 袍髞 竭癘蜉"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr ""
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, 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:95
+#: ../../standalone/scannerdrake_.c:109
#, fuzzy
msgid "choose device"
msgstr "囎鼕纒 繩袿辯鼇"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -12244,7 +12928,7 @@ msgid ""
"section."
msgstr ""
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -12252,48 +12936,18 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
"Some devices in the %s class were added:\n"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:30
-msgid "Firewalling Configuration"
-msgstr "劑蓐蜩 Firewalling"
-
-#: ../../standalone/tinyfirewall_.c:43
-msgid "Firewalling configuration"
-msgstr "劑蓐蜩 firewalling"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Firewalling\n"
-"\n"
-"光續 溪 齡芟贔迴 沚 firewall.\n"
-"鞭逕 裨煌 齡 劑蓐蜩 竕 轣 瘠諚鈬 轣 粡痺驅續 firewall"
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Firewalling\n"
-"\n"
-"鞭逕 裨煌 齡 劑蓐蜩 竕 轣 齡潁續 沚 韈褝 firewall"
-
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "盗蜍沁 站齠"
@@ -12367,236 +13021,7 @@ msgstr "塔裃橢癈 齦齡溲癆闥"
msgid "Exit install"
msgstr "護閼闥"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"髱蓐蜩 tinyfirewall\n"
-"\n"
-"装 髟蓐煕繪 韵闢韈褝 黶 firewall 竕 癜 趺橄芟 Mandrake "
-"Linux.\n"
-"忠 跚 蜩驀 癘闢蝎贔辯 譚鼇 firewall, 鞜驕裃譫 褊蜚樌 齡芻\n"
-"繪粡裙贔辯 MandrakeSecurity Firewall 粡瘢闌."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"奩驕 葹 黶 袍迴跂 繿潁繪 竕 竟蛞 韃驟黯纈 葩諷 轣 癘潁續\n"
-"轣 齦辟沛逕瘟 齡 Internet. 倚驕裃譫 鼕纐縷 韵闢繩蜉 竕 癜汳 蜥\n"
-"繿潁繪, 裃蕈 癈樣繪 阨 竟謠竕齡 黶 縷轣 鼇赱逕蜉.\n"
-"\n"
-"倚驕裃譫, 瘢 芻 驂阨黶 齡蜒贖 粤 驥皷跫竟蜈熹 袍竟蛛 瘰 癜汳 蜥 "
-"韃驟黯纈,\n"
-"矣樣 芻 瘰 firewall. 矢闡縷 轣 瘠諚鈬 癜汳 蜥 髟蓐燗繪 "
-"關濶痲溥阡\n"
-"齡蜒贖 葩諷 釶轣驂闕癇 癜滔 芻 纐瘻跫竈!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"夲泓續 沚瘢 緕韃驟苳 web 黼 癜 趺橄芟 竟 驟蛔聽齡 轣 闕 "
-"硅汾繪\n"
-"闍裨苟 internet; 総 驂續 沚瘢 緕韵續苳 web 竟 踰迴 癜 "
-"趺橄芟\n"
-"驟蛔聽瘟 轣 闕 硅汾繪, 跟闡縷 轣 瘰瘢潁續 徂 跂 癈樣繪 繖.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"夲泓續 name 緕韃驟苳 黼 癜 趺橄芟; 総 粤 髟蓐燗癆 沚瘢\n"
-"齡 轣 籖辣 IP 裃 韜苟阮闡煥 腋辯 黼 謠 internet, 鞜驕裃譫\n"
-"瘰瘢潁 .\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping.粤 縷轣\n"
-"襃頸閭驕芟沚 -- 關 袍竟蜿 瘻瘤煥 跟闡陜 轣 裨沽阨 闕 褶粡褝\n"
-"韵黷癈苒 瘢 驥皷跫竟蜈熹. To ssh 縷轣 襃頸閭驕芟沚 裃 粤 "
-"辮蜚驂鞳 癜."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"否諷 轣 辮蜚驂續 繪黼髣跂辣 齦辟沒繪 telnet;\n"
-"装 縷轣 驕竕袍 趺 癈瘠汳, 顆 緕艫潁瘡 齡芻 韵閾竢跂辯 闊辯.\n"
-"假阡縷迴跂 轣 瘰瘢潁續 繖 裃 轣 驥皷跫竟蛩黼 ssh 齡 葩鼇 "
-"阨\n"
-"telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"夲泓續 沚瘢 FTP 緕韃驟苳 竟 驟蛔聽瘟 轣 縷轣 韵闢瞽皷跫 齡 "
-"Internet;\n"
-"刀 轣, 韵阡縷迴跂 轣 驥皷跫竟蜈熹 竕 総逡跂 跂癘闡汳. "
-"竟蜆溥阡\n"
-"褶粡褊 韵黷癈苒 齡沂迴逕瘟 瘰 FTP 跟闡陜 轣 裨瘰陜 瘰 袍竟蜿 "
-"瘻瘤煥,\n"
-"癘陜 FTP 辮燗苒 粤 驥皷跫竟蜈 襃頸閭驅苴 竕 芻 跂癘闡 褶粡襞 "
-"韵黷癈苒\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"夲泓續 沚瘢 緕韃驟苳 癡糀闌縷阨 繖; 刀 齡沂辣 \n"
-"趺逹赱 黶 贔齷 pine, mutt 樣謠 鞳諚 癡糀闌縷阨 瘰 芻 褊逑諱,\n"
-" 韈葹逵 轣 驂續. 窓謇 葹 韵汾繪 轣 鞳驩闡燗續 跂 firewall "
-"癜.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"夲泓續 沚瘢 POP IMAP 緕韃驟苳 繖; 装 驥皷跫竟蜈熹瘟\n"
-"竕 鞜髀 謠竅驩癈蹊 癡糀闌縷阨 趺 矚皷鼬沚阨 齡 web 竕 瘢蔡竟 \n"
-"贔齷 癜陜 阨 趺瘢溲癆闥.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"已熏續瘟 顆 驂續 沚瘢 2.2 頤驀轣. 怒 IP 黶\n"
-"縷轣 糒轣跚袰, 韵汾繪 轣 辮蜚驂阨跂 癜. 冬轣 癜 \n"
-" 鞳驃頸黨 黶;\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"囎笳髀轜聽瘟 驕 阨 竟謠竕齡 黶 跂 樣謠 竟謠竕齡;\n"
-"倥驩齠繿, 癜 驥皷跫竟蜈熹瘟 瘰 跂竅謠跂黶熄 闡竅迚鼬陜\n"
-"跂 Unix/Linux 竕 轣 齦笳髀轜肬逕瘟 logs 裨. 刀 粤 縷齡 贔髀\n"
-"纃 跂窖謠 竭癘縷阨 裃 粤 泓續 瘧陜黼 竕 癜, 韈葹逵 \n"
-"轣 趺 蜩繪 癜."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-" 劑蓐蜩 闍闃諛髷蒟裙. 浴 竭癘陜 癜汳 濶 瘠諱窩 齡 籖鼕;\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "槍轣赧 瘢閙竚癆闥 %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "囑樣赱 裃 橄濶竚 阨 %s 竕 繝竭癘: %s\n"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "劑蓐蜩 Firewalling"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:230
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "倚驕裃譫 鞳驩贔辣, 韵閻濶赱黯 繝裃橢癈苒"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -12726,6 +13151,10 @@ msgid "Graphical Environment"
msgstr "酎癘蜉 倥驩瞽諡闕"
#: ../../share/compssUsers:999
+msgid "Development"
+msgstr "総樶鈑"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache, Pro-ftpd"
@@ -12835,96 +13264,202 @@ msgstr "倆謨贔黶 - 塔竭癘 CD"
msgid "Scientific Workstation"
msgstr "囈瘉踰 淘竅黯癇 盗蜩芟闕蜉 纐瘻跫筐"
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
+#~ msgid "LBA (doesn't work on old BIOSes)"
+#~ msgstr "LBA (粤 諷蜚阨驛縷 跂 鞜諱蝨繿 BIOS)"
+
+#~ msgid "You don't have any partitions!"
+#~ msgstr "偵 靺髣繪 裃赧 裃橙趺鼇!"
-#, fuzzy
#~ 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."
+#~ "DiskDrake failed to read correctly the partition table.\n"
+#~ "Continue at your own risk!"
#~ msgstr ""
-#~ "装 辮熕繖 韵汾繪 轣 驥皷跫竟蜃蒹 跂 韵闢阯. 鞭辣 龜齡芟 "
-#~ "黶\n"
-#~ "韈 纒褊譛驥齡, 瘠諚 竟譚 纒痿鼈苳. 偵 韵汾繪 轣 驥皷跫竟蜃蒹 黼 "
-#~ "龜齡芟\n"
-#~ "齦辟繖繻沚 齡 Internet LAN. 偵 靺髣阨 諫鈬蜥 裨繪粡."
+#~ "夬 DiskDrake 瘰沐 轣 粡痰橢繪 齷齡 闕 鞏轣裃 裃癆贖黼.\n"
+#~ "囎辣燗 跂 粡袰 黶 纒蕘辯!"
-#, fuzzy
#~ msgid ""
-#~ "With this security level, the use of this system as a server becomes "
-#~ "possible.\n"
-#~ " The security is now high enough to use the system as a "
-#~ "server which can accept\n"
-#~ " connections from many clients. Note: if your machine is "
-#~ "only a client on the Internet, you should choose a lower level."
+#~ "I can't read your partition table, it's too corrupted for me :(\n"
+#~ "I'll try to go on blanking bad partitions"
#~ msgstr ""
-#~ "悶 癜 辮熕繖 癈瘠縷癇 縷轣 糒轣 驀鼇 阨 齦齡溲癆闥 齡 \n"
-#~ "Internet 緕韃驟苳. 癈樣繪 縷轣 瘻裙 芫 齡 轣 籟續瘟\n"
-#~ "癜髀辣 齦辟沒繪 瘰 竟諡陜 鞳諚纈."
+#~ "偵 跟闡 轣 粡痰橢 闕 鞏轣裃 裃癆贖黼, 縷轣 竟譚 裃纉驕贔迴 :(\n"
+#~ "悲 韵闢鞜葆齷 轣 齦辣燗 癘瘟髷逕癇 蜥 諱辷癈贔辣 裃癆贖黼蜥"
-#, fuzzy
-#~ msgid "Basic Options"
-#~ msgstr "盗蜍閭汳"
+#~ msgid "Firewalling Configuration"
+#~ msgstr "劑蓐蜩 Firewalling"
-#, fuzzy
-#~ msgid "Security Checks"
-#~ msgstr "蒼樣繪"
+#~ msgid "Firewalling configuration"
+#~ msgstr "劑蓐蜩 firewalling"
-#, fuzzy
-#~ msgid "Please choose your CD space"
-#~ msgstr "倚驕裃譫 辮蜍沁 粡瘻蓐蜩 韜芒髀謠窰阨."
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "You already have set up a firewall.\n"
+#~ "Click on Configure to change or remove the firewall"
+#~ msgstr ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "光續 溪 齡芟贔迴 沚 firewall.\n"
+#~ "鞭逕 裨煌 齡 劑蓐蜩 竕 轣 瘠諚鈬 轣 粡痺驅續 firewall"
-#, fuzzy
-#~ msgid "Please enter the cd writer speed"
-#~ msgstr "倚驕裃譫 粹裼賍齡 竟逕煌"
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "Click on Configure to set up a standard firewall"
+#~ msgstr ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "鞭逕 裨煌 齡 劑蓐蜩 竕 轣 齡潁續 沚 韈褝 firewall"
-#, fuzzy
-#~ msgid "Please check if you want to include install boot on your CD."
-#~ msgstr "倚驕裃譫 辮蜍沁 鞜袤 竟 葩諷 轣 繝裃癈潁續"
+#~ msgid ""
+#~ "We'll now ask you questions about which services you'd like to allow\n"
+#~ "the Internet to connect to. Please think carefully about these\n"
+#~ "questions, as your computer's security is important.\n"
+#~ "\n"
+#~ "Please, if you're not currently using one of these services, firewall\n"
+#~ "it off. You can change this configuration anytime you like by\n"
+#~ "re-running this application!"
+#~ msgstr ""
+#~ "奩驕 葹 黶 袍迴跂 繿潁繪 竕 竟蛞 韃驟黯纈 葩諷 轣 癘潁續\n"
+#~ "轣 齦辟沛逕瘟 齡 Internet. 倚驕裃譫 鼕纐縷 韵闢繩蜉 竕 癜汳 蜥\n"
+#~ "繿潁繪, 裃蕈 癈樣繪 阨 竟謠竕齡 黶 縷轣 鼇赱逕蜉.\n"
+#~ "\n"
+#~ "倚驕裃譫, 瘢 芻 驂阨黶 齡蜒贖 粤 驥皷跫竟蜈熹 袍竟蛛 瘰 癜汳 蜥 "
+#~ "韃驟黯纈,\n"
+#~ "矣樣 芻 瘰 firewall. 矢闡縷 轣 瘠諚鈬 癜汳 蜥 髟蓐燗繪 "
+#~ "關濶痲溥阡\n"
+#~ "齡蜒贖 葩諷 釶轣驂闕癇 癜滔 芻 纐瘻跫竈!"
-#~ msgid "Url should begin with 'ftp:'"
-#~ msgstr "夬 Url 韵汾繪 轣 鈬裼轆 跂'ftp:'"
+#~ msgid ""
+#~ "Are you running a web server on this machine that you need the whole\n"
+#~ "Internet to see? If you are running a webserver that only needs to be\n"
+#~ "accessed by this machine, you can safely answer NO here.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "夲泓續 沚瘢 緕韃驟苳 web 黼 癜 趺橄芟 竟 驟蛔聽齡 轣 闕 "
+#~ "硅汾繪\n"
+#~ "闍裨苟 internet; 総 驂續 沚瘢 緕韵續苳 web 竟 踰迴 癜 "
+#~ "趺橄芟\n"
+#~ "驟蛔聽瘟 轣 闕 硅汾繪, 跟闡縷 轣 瘰瘢潁續 徂 跂 癈樣繪 "
+#~ "繖.\n"
+#~ "\n"
-#, fuzzy
#~ msgid ""
-#~ "Please check if you want to include\n"
-#~ " install boot on your CD."
-#~ msgstr "倚驕裃譫 辮蜍沁 鞜袤 竟 葩諷 轣 繝裃癈潁續"
+#~ "Are you running a name server on this machine? If you didn't set one\n"
+#~ "up to give away IP and zone information to the whole Internet, please\n"
+#~ "answer no.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "夲泓續 name 緕韃驟苳 黼 癜 趺橄芟; 総 粤 髟蓐燗癆 沚瘢\n"
+#~ "齡 轣 籖辣 IP 裃 韜苟阮闡煥 腋辯 黼 謠 internet, 鞜驕裃譫\n"
+#~ "瘰瘢潁 .\n"
+#~ "\n"
-#, fuzzy
-#~ msgid "Windows PDC"
-#~ msgstr "走痿驟鼇 Windows(TM)"
+#~ msgid ""
+#~ "Do you want to allow incoming Secure Shell (ssh) connections? This\n"
+#~ "is a telnet-replacement that you might use to login. If you're using\n"
+#~ "telnet now, you should definitely switch to ssh. telnet is not\n"
+#~ "encrypted -- so some attackers can steal your password if you use\n"
+#~ "it. ssh is encrypted and doesn't allow for this eavesdropping."
+#~ msgstr ""
+#~ "Do you want to allow incoming Secure Shell (ssh) connections? This\n"
+#~ "is a telnet-replacement that you might use to login. If you're using\n"
+#~ "telnet now, you should definitely switch to ssh. telnet is not\n"
+#~ "encrypted -- so some attackers can steal your password if you use\n"
+#~ "it. ssh is encrypted and doesn't allow for this eavesdropping.粤 縷轣\n"
+#~ "襃頸閭驕芟沚 -- 關 袍竟蜿 瘻瘤煥 跟闡陜 轣 裨沽阨 闕 褶粡褝\n"
+#~ "韵黷癈苒 瘢 驥皷跫竟蜈熹. To ssh 縷轣 襃頸閭驕芟沚 裃 粤 "
+#~ "辮蜚驂鞳 癜."
-#, fuzzy
-#~ msgid "Tamil"
-#~ msgstr "俤轣裃"
+#~ msgid ""
+#~ "Do you want to allow incoming telnet connections?\n"
+#~ "This is horribly unsafe, as we explained in the previous screen. We\n"
+#~ "strongly recommend answering No here and using ssh in place of\n"
+#~ "telnet.\n"
+#~ msgstr ""
+#~ "否諷 轣 辮蜚驂續 繪黼髣跂辣 齦辟沒繪 telnet;\n"
+#~ "装 縷轣 驕竕袍 趺 癈瘠汳, 顆 緕艫潁瘡 齡芻 韵閾竢跂辯 闊辯.\n"
+#~ "假阡縷迴跂 轣 瘰瘢潁續 繖 裃 轣 驥皷跫竟蛩黼 ssh 齡 葩鼇 "
+#~ "阨\n"
+#~ "telnet.\n"
-#, fuzzy
-#~ msgid "PDC Server Name"
-#~ msgstr "梼韃驟苳溟 NTP"
+#~ msgid ""
+#~ "Are you running an FTP server here that you need accessible to the\n"
+#~ "Internet? If you are, we strongly recommend that you only use it for\n"
+#~ "Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
+#~ "attackers, since FTP also uses no encryption for transferring passwords.\n"
+#~ msgstr ""
+#~ "夲泓續 沚瘢 FTP 緕韃驟苳 竟 驟蛔聽瘟 轣 縷轣 韵闢瞽皷跫 齡 "
+#~ "Internet;\n"
+#~ "刀 轣, 韵阡縷迴跂 轣 驥皷跫竟蜈熹 竕 総逡跂 跂癘闡汳. "
+#~ "竟蜆溥阡\n"
+#~ "褶粡褊 韵黷癈苒 齡沂迴逕瘟 瘰 FTP 跟闡陜 轣 裨瘰陜 瘰 袍竟蜿 "
+#~ "瘻瘤煥,\n"
+#~ "癘陜 FTP 辮燗苒 粤 驥皷跫竟蜈 襃頸閭驅苴 竕 芻 跂癘闡 "
+#~ "褶粡襞 韵黷癈苒\n"
-#, fuzzy
-#~ msgid "Set up printer manually"
-#~ msgstr "草闌繻瘧髟鼬沚闥 繩顆溟"
+#~ msgid ""
+#~ "Are you running a mail server here? If you're sending you \n"
+#~ "messages through pine, mutt or any other text-based mail client,\n"
+#~ "you probably are. Otherwise, you should firewall this off.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "夲泓續 沚瘢 緕韃驟苳 癡糀闌縷阨 繖; 刀 齡沂辣 \n"
+#~ "趺逹赱 黶 贔齷 pine, mutt 樣謠 鞳諚 癡糀闌縷阨 瘰 芻 "
+#~ "褊逑諱,\n"
+#~ " 韈葹逵 轣 驂續. 窓謇 葹 韵汾繪 轣 鞳驩闡燗續 跂 firewall "
+#~ "癜.\n"
+#~ "\n"
-#, fuzzy
-#~ msgid "Installing HPOJ package..."
-#~ msgstr "塔裃橢癈 鞜袤阨 %s"
+#~ msgid ""
+#~ "Are you running a POP or IMAP server here? This would\n"
+#~ "be used to host non-web-based mail accounts for people via \n"
+#~ "this machine.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "夲泓續 沚瘢 POP IMAP 緕韃驟苳 繖; 装 驥皷跫竟蜈熹瘟\n"
+#~ "竕 鞜髀 謠竅驩癈蹊 癡糀闌縷阨 趺 矚皷鼬沚阨 齡 web 竕 瘢蔡竟 \n"
+#~ "贔齷 癜陜 阨 趺瘢溲癆闥.\n"
+#~ "\n"
-#, fuzzy
-#~ msgid "Installing SANE packages..."
-#~ msgstr "塔裃橢癈 鞜袤阨 %s"
+#~ msgid ""
+#~ "You appear to be running a 2.2 kernel. If your network IP\n"
+#~ "is automatically set by a computer in your home or office \n"
+#~ "(dynamically assigned), we need to allow for this. Is\n"
+#~ "this the case?\n"
+#~ msgstr ""
+#~ "已熏續瘟 顆 驂續 沚瘢 2.2 頤驀轣. 怒 IP 黶\n"
+#~ "縷轣 糒轣跚袰, 韵汾繪 轣 辮蜚驂阨跂 癜. 冬轣 癜 \n"
+#~ " 鞳驃頸黨 黶;\n"
-#, fuzzy
-#~ msgid "Installing mtools packages..."
-#~ msgstr "塔裃橢癈 鞜袤阨 %s"
+#~ msgid ""
+#~ "Is your computer getting time syncronized to another computer?\n"
+#~ "Mostly, this is used by medium-large Unix/Linux organizations\n"
+#~ "to synchronize time for logging and such. If you're not part\n"
+#~ "of a larger office and haven't heard of this, you probably \n"
+#~ "aren't."
+#~ msgstr ""
+#~ "囎笳髀轜聽瘟 驕 阨 竟謠竕齡 黶 跂 樣謠 竟謠竕齡;\n"
+#~ "倥驩齠繿, 癜 驥皷跫竟蜈熹瘟 瘰 跂竅謠跂黶熄 闡竅迚鼬陜\n"
+#~ "跂 Unix/Linux 竕 轣 齦笳髀轜肬逕瘟 logs 裨. 刀 粤 縷齡 贔髀\n"
+#~ "纃 跂窖謠 竭癘縷阨 裃 粤 泓續 瘧陜黼 竕 癜, 韈葹逵 \n"
+#~ "轣 趺 蜩繪 癜."
-#, fuzzy
-#~ msgid "Making printer port available for CUPS..."
-#~ msgstr "総榱逋鼇 瞽鼇 閼艫 CUPS"
+#~ msgid ""
+#~ "Configuration complete. May we write these changes to disk?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+#~ msgstr ""
+#~ " 劑蓐蜩 闍闃諛髷蒟裙. 浴 竭癘陜 癜汳 濶 瘠諱窩 齡 籖鼕;\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+
+#~ msgid "Can't open %s for writing: %s\n"
+#~ msgstr "囑樣赱 裃 橄濶竚 阨 %s 竕 繝竭癘: %s\n"
+
+#~ msgid "Url should begin with 'ftp:'"
+#~ msgstr "夬 Url 韵汾繪 轣 鈬裼轆 跂'ftp:'"
#~ msgid "Control Center"
#~ msgstr "保逕髀 搭气阨"
@@ -13005,9 +13540,6 @@ msgstr "囈瘉踰 淘竅黯癇 盗蜩芟闕蜉 纐瘻跫筐"
#~ msgid "Select a graphics card"
#~ msgstr "盗蜍沁 袍髞 竭癘蜉"
-#~ msgid "Warning: testing this graphics card may freeze your computer"
-#~ msgstr "假闢阯: 粹裼贖 縷轣 辮蜉熏糒辯 黼 癜 芻 袍髞 竭癘蜉"
-
#~ msgid "Standard VGA, 640x480 at 60 Hz"
#~ msgstr "Standard VGA, 640x480 齡 60 Hz"
diff --git a/perl-install/share/po/eo.po b/perl-install/share/po/eo.po
index 82e13b453..394b39761 100644
--- a/perl-install/share/po/eo.po
+++ b/perl-install/share/po/eo.po
@@ -4,8 +4,8 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: drakfloppy 0.43\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
+"Project-Id-Version: DrakX\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
"PO-Revision-Date: 2001-08-22 19:15-0500\n"
"Last-Translator: D. Dale Gulledge <dsplat@rochester.rr.com>\n"
"Language-Team: Esperanto <eo@li.org>\n"
@@ -49,45 +49,45 @@ msgstr "32 MB"
msgid "64 MB or more"
msgstr "64 MB a pli"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "Elektu X servilon"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "X servilo"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
msgstr "Plur-ekrana konfigurao"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
msgstr ""
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "Elektu memorkapaciton de via grafika karto"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "XFree Konfigurado"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "Kiun konfiguron de XFree vi deziras havi?"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr ""
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr ""
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "ISDN-a Konfiguraon"
@@ -98,13 +98,13 @@ msgstr "ISDN-a Konfiguraon"
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s kun 3D aparata akcelado"
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -113,17 +113,17 @@ msgstr ""
"Via karto povas havi 3D aparatan akceladon, sed nur kun XFree %s.\n"
"XFree %s subtenas vian karton kiu eble havas pli bonan subtenon en 2D."
-#: ../../Xconfig/card.pm_.c:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Vi povas havi 3D aparatan akceladan subtenon kun XFree %s."
-#: ../../Xconfig/card.pm_.c:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s kun EKSPERIMENTA 3D aparata akcelado"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -135,7 +135,7 @@ msgstr ""
"KOMPUTILON.\n"
"XFree %s subtenas vian karton kiu eble havas pli bonan subtenon en 2D."
-#: ../../Xconfig/card.pm_.c:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -144,53 +144,54 @@ msgstr ""
"Via karto povas havi 3D aparatan akceladon, sed nur kun XFree %s.\n"
"NOTU KE I TIO ESTAS EKSPERIMENTA SUBTENO KAJ EBLE SVENIGOS VIAN KOMPUTILON."
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr ""
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "Akomodata"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
#, fuzzy
msgid "Graphic Card"
msgstr "Grafika karto"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "Ekrano"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "Distingivo"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opcioj"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "Jeso"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "esu"
@@ -207,28 +208,28 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "Elektu ekranon"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "Genera"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
#, fuzzy
msgid "Vendor"
msgstr "Malfaru"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -250,11 +251,11 @@ msgstr ""
"sinkronamplekson kiu estas preter la kapabloj de via ekrano: vi eble\n"
"difektus vian ekranon. Se vi dubas, elektu zorgeman opcion."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "Horizontala sinkronrapido (horizontal sync rate)"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "Vertikala refreigrapido (vertical refresh rate)"
@@ -291,36 +292,41 @@ msgstr "Elektu distingivon kaj kolorprofundon"
msgid "Graphics card: %s"
msgstr "Grafika karto: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "Nuligu"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "Provu konfiguraon"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "u vi deziras provi la konfiguraon?"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "Provu konfiguraon"
+#: ../../Xconfig/test.pm_.c:31
+#, fuzzy
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Averto: provado de i tiu grafika karto eble svenigos vian komputilon"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -456,26 +462,22 @@ msgstr ""
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "Startargilo efaj opcioj"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "Startargilo por uzi"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "Startargila instalado"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "Starta aparato"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (ne funkcias kun malnovaj BIOSoj)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "Kompakta"
@@ -492,16 +494,17 @@ msgstr "Grafika reimo"
msgid "Delay before booting default image"
msgstr "Prokrastoperiodo anta starti defaltan sistemon"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Pasvorto"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "Pasvorto (denove)"
@@ -535,14 +538,14 @@ msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Opcio ``Limigu komandliniajn opciojn'' ne estas utila sen pasvorto"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "Bonvole provu denove"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "La pasvortoj ne egalas"
@@ -587,16 +590,16 @@ msgstr ""
"Jen la diversaj enskriboj.\n"
"Vi povas aldoni pli a ani la ekzistantajn."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Aldonu"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "Finata"
@@ -608,7 +611,7 @@ msgstr "anu"
msgid "Which type of entry do you want to add?"
msgstr "Kiun specon de enskribo vi deziras aldoni"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linukso"
@@ -703,13 +706,13 @@ msgstr "u vi havas alian?"
msgid "Do you have any %s interfaces?"
msgstr "u vi havas iun %s interfacon?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Ne"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Jes"
@@ -807,38 +810,46 @@ msgstr ""
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+msgid "access to network tools"
+msgstr ""
+
+#: ../../any.pm_.c:755
+msgid "access to compilation tools"
+msgstr ""
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(jam aldonis %s)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "i tiu pasvorto estas tro simpla"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "Bonvole donu salutnomon"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Salutnomo devas enhavi nur minusklojn, ciferojn, `-' kaj `_'"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:768
#, fuzzy
msgid "The user name is too long"
msgstr "i tiu salutnomo estas jam aldonita"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "i tiu salutnomo estas jam aldonita"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "Aldonu uzanto"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -847,32 +858,32 @@ msgstr ""
"Enigu uzanton\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "Akceptu uzanto"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "Vera nomo"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Salutnomo"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "elo"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "Piktogramo"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "Atomata-enregistrado"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -881,20 +892,20 @@ msgstr ""
"Mi povas konfiguri vian komputilon por atomate enregistri unu uzulon kiam\n"
"i startas. Se vi ne deziras uzi i tion, alklaku la `Nuligu' butonon."
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "Elektu la defaltan uzulon:"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "Elektu la fenestro-administrilon por lani:"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
#, fuzzy
msgid "Please choose a language to use."
msgstr "Bonvole, elektu lingvon por uzi."
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -902,39 +913,39 @@ msgid ""
msgstr ""
"Vi povas elektu aliajn lingvojn kiujn estos uzeblaj malanta la instalado"
-#: ../../any.pm_.c:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "iuj"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
#, fuzzy
msgid "Allow all users"
msgstr "Aldonu uzulon"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
#, fuzzy
msgid "No sharing"
msgstr "CUPS startas"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
"i tiu pakao devus esti promociata.\n"
"u vi certas ke vi deziras malelekti in?"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -943,42 +954,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
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:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "Bonvenon Al Rompistoj"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "Malbona"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Lanorma"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "Alta"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
#, fuzzy
msgid "Higher"
msgstr "Alta"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "Paranoja"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
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"
@@ -988,7 +999,7 @@ msgstr ""
"por uzi, sed delikatega: vi devus neniam uzi i surrete.\n"
"i ne havas pasvortojn."
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -996,7 +1007,7 @@ msgstr ""
"Pasvortoj nun estas ebligataj, sed uzado kiel reta komputilo estas ankora\n"
"ne rekomendita."
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1005,13 +1016,13 @@ msgstr ""
"i tiu estas la normala sekureco rekomendata por komputilo kiu estos uzata\n"
"por konekti al la Interreto kiel kliento. Nun estas sekurecaj kontroloj."
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1025,7 +1036,7 @@ msgstr ""
"La sekureco nun estas sufie alta por uzi la sistemon kiel servilo kiu\n"
"akceptas konektojn de multaj klientoj."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1034,32 +1045,32 @@ msgstr ""
"Ni uzas aspektojn de la kvara nivelo, sed nun la komputilo estas tute\n"
"malfermita. Sekurecaj aspektoj estas e iliaj maksimumoj."
-#: ../../any.pm_.c:1091
+#: ../../any.pm_.c:1094
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Opcioj"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Elektu sekurnivelon?"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
#, fuzzy
msgid "Security level"
msgstr "Elektas sekurnivelon"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
#, fuzzy
msgid "Use libsafe for servers"
msgstr "Elektu opciojn por servilo"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr ""
@@ -1088,20 +1099,20 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:935
+#: ../../bootloader.pm_.c:932
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Bonvenon al GRUB la elektilo por mastrumaj sistemoj!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:935
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Uzu la %c kaj %c klavoj por elekti kiun enskribon estas emfazata."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:938
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr ""
"Premu la enenklavon por starti la elektatan mastruman sistemon, 'e' por\n"
@@ -1109,38 +1120,38 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:941
msgid "commands before booting, or 'c' for a command-line."
msgstr "ordonoj antaux startado, aux 'c' por uzi komandan linion."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:944
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "La emfazata enskribo startos auxtomate post %d sekundoj."
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:948
msgid "not enough room in /boot"
msgstr "mankas sufie da spaco en /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "Start Menu"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Kie vi deziras instali la startargilon?"
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr ""
@@ -1149,8 +1160,8 @@ msgstr ""
msgid "Boot Style Configuration"
msgstr "Post-instala konfigurado"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Dosiero"
@@ -1160,7 +1171,7 @@ msgstr "/_Dosiero"
msgid "/File/_Quit"
msgstr "/Dosiero/_Foriru"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<stir>F"
@@ -1202,117 +1213,123 @@ msgstr "Instalu sistemon"
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+#, fuzzy
+msgid "Create new theme"
+msgstr "Kreu novan subdiskon"
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr ""
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "Eraro"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
#, fuzzy
msgid "Notice"
msgstr "agrabla(j)"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
#, fuzzy
msgid "Theme installation failed!"
msgstr "Elektu instalklason"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, fuzzy, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
"Click on Configure to launch the setup wizard."
msgstr "Disdividado de Interreta Konekto"
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Konfiguru"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
#, fuzzy
msgid "Splash selection"
msgstr "Elektado de individuaj pakaoj"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1321,44 +1338,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr "Sistema modalo"
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr ""
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr ""
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr "Jes"
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr ""
@@ -1465,49 +1482,54 @@ msgstr "seria"
msgid "United States"
msgstr ""
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-msgid "Unknown Model"
-msgstr ""
-
#: ../../diskdrake/dav.pm_.c:23
#, fuzzy
msgid "New"
msgstr "nova"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "Malmuntu"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "Muntu"
+
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "Servilo"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Surmetingo"
-#: ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/dav.pm_.c:81
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Bonvole, provu la muson"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
#, fuzzy
msgid "The URL must begin with http:// or https://"
msgstr "Prokura servilo devus esti http://..."
-#: ../../diskdrake/dav.pm_.c:92
+#: ../../diskdrake/dav.pm_.c:105
#, fuzzy
msgid "Server: "
msgstr "Servilo"
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Surmetingo: "
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Opcioj: %s"
@@ -1516,8 +1538,9 @@ msgstr "Opcioj: %s"
msgid "Please make a backup of your data first"
msgstr "Bonvolu fari rezervan kopion de via dateno antae"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "Legu zorge"
@@ -1556,10 +1579,15 @@ msgid "Please click on a partition"
msgstr "Bonvolu klaki sur subdiskon"
#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "Detaloj"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+#, fuzzy
+msgid "No hard drives found"
+msgstr "Loka printilo"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "2a Etendata (Ext2)"
@@ -1585,13 +1613,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "Interana"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "Malplena"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "Alia"
@@ -1599,12 +1627,12 @@ msgstr "Alia"
msgid "Filesystem types:"
msgstr "Specoj de dosiersistemoj:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "Kreu"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "Tipo"
@@ -1614,7 +1642,7 @@ msgstr "Tipo"
msgid "Use ``%s'' instead"
msgstr "Uzu ``%s'' anstatae"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "Forigu"
@@ -1622,7 +1650,7 @@ msgstr "Forigu"
msgid "Use ``Unmount'' first"
msgstr "Uzu ``Malmuntu'' antae"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1631,77 +1659,77 @@ msgstr ""
"estos\n"
"perdata"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
#, fuzzy
msgid "Choose a partition"
msgstr "Elektu agon"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
#, fuzzy
msgid "Choose another partition"
msgstr "Kreu novan subdiskon"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
#, fuzzy
msgid "Exit"
msgstr "2a Etendata (Ext2)"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "anu al Spertula reimo"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "anu al Normala reimo"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "Malfaru"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "u mi devus dari malgrae?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "u eliru sen konservi"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "u eliru sen skribi la subdisktabelon?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
#, fuzzy
msgid "Do you want to save /etc/fstab modifications"
msgstr "u vi deziras provi la konfiguraon?"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "Atomate disponigu"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "Forviu ion"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "Plu"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
#, fuzzy
msgid "Hard drive information"
msgstr "Detektado de fiksdisko(j)"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "iuj el la subdiskoj estas uzata"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "Mi ne povas aldoni plu da subdiskoj"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1709,35 +1737,35 @@ msgstr ""
"Por havi plu da subdiskoj, bonvole forigu unu por povi krei etendigitan\n"
"subdiskon"
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
#, fuzzy
msgid "Save partition table"
msgstr "Skribu subdiskotabelon"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
#, fuzzy
msgid "Restore partition table"
msgstr "Sava subdiskotabelo"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "Sava subdiskotabelo"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
#, fuzzy
msgid "Reload partition table"
msgstr "Sava subdiskotabelo"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
#, fuzzy
msgid "Removable media automounting"
msgstr "Atomata muntado de demetebla medio"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "Elektu dosieron"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1745,11 +1773,11 @@ msgstr ""
"La rezerva subdisktabelo ne estas la sama grandeco\n"
"u daras tamen?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "Averto"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1757,114 +1785,106 @@ msgstr ""
"Enovu disketon en drajvo\n"
"iuj datenoj sur tiu disketo estos perdata"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "Provas savi subdisktabelon"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
#, fuzzy
msgid "Detailed information"
msgstr "Montru informon"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "Regrandecigu"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "Movu"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "Formatu"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Muntu"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "Aldonu al RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "Aldonu al LVM (Redundanca Aro de Malmultekostaj Diskoj)"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Malmuntu"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "Forigu de RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "Forigu de LVM (Redundanca Aro de Malmultekostaj Diskoj)"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "anu RAID (Redundanca Aro de Malmultekostaj Diskoj)"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "Uzu por retrokonektado"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "Kreu novan subdiskon"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "Komenca sektoro: "
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "Grandeco en MB: "
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "Speco de dosiersistemo: "
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "Prefero: "
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
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:494
+#: ../../diskdrake/interactive.pm_.c:499
#, fuzzy
msgid "Remove the loopback file?"
msgstr "Formatas retrokonektan dosieron %s"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "anu subdiskspecon"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Kiun dosierosistemo vi deziras uzi?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Kie vi deziras munti retrokonektan dosieron %s?"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Kie vi deziras munti aparato %s?"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1872,144 +1892,144 @@ msgstr ""
"Ne povas malfiksi surmetingon ar i tiu subdisko estas uzata por\n"
"retrokonektado. Unue forigu la retrokonektadon."
-#: ../../diskdrake/interactive.pm_.c:584
+#: ../../diskdrake/interactive.pm_.c:594
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "Kie vi deziras munti aparato %s?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "Kalkulas FAT dosiersistemajn limojn"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "Regrandecigas"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr "i tiu subdisko ne estas regrandecigebla"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr "iuj datenoj en i tiu subdisko devus esti rezervata"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Post vi regrandecigas subdiskon %s, iuj datenoj en i tiu subdisko estos\n"
"perdata"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "Elektu la novan grandecon"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
#, fuzzy
msgid "New size in MB: "
msgstr "Grandeco en MB: "
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "Al kiu disko vi deziras movi?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "Sektoro"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "Al kiu sektoro vi deziras movi?"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "Movante"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "Movas subdisko..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "nova"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr ""
"Elektu ekzistantan RAID (Redundanca Aro de Malmultekostaj Diskoj) por\n"
"aldoni al"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "Vi ne povas uzi i tiun subdiskon por retrokonektado"
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "Retrokonektado"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "Retrokonekta dosieronomo: "
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
#, fuzzy
msgid "Give a file name"
msgstr "Vera nomo"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr "Alia retrokonektado jam uzas tiun dosieron, elektu alian"
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr "Dosiero jam ekzistas. u vi deziras uzi in?"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
#, fuzzy
msgid "Mount options"
msgstr "Modulaj opcioj:"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "aparato"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "nivelo"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "grandeco de pecoj"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr "Zorgu: i tiu operacio estas danera."
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "Kiun specon de subdiskado?"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr ""
"i tiu pakao devus esti promociata.\n"
"u vi certas ke vi deziras malelekti in?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2021,7 +2041,7 @@ msgstr ""
"A vi uzos LILO kaj i ne funkcios, a vi ne uzos LILO kaj vi ne bezonas\n"
"/boot."
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2033,7 +2053,7 @@ msgstr ""
"subdiskon. Se vi intencas uzi la LILO startadministranto, zorgu aldoni\n"
"/boot subdiskon."
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2043,139 +2063,139 @@ msgstr ""
"Neniu startargilo povas trakti tiun sen /boot subdisko.\n"
"Do zorgu aldoni /boot subdiskon."
-#: ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "La subdisktabelo de drajvo %s estos skribata al disko!"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr "Vi bezonos restarti anta ol la ano povas efektivii"
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Post vi formatas la subdiskon %s, iuj datenoj en i tiu subdisko estos\n"
"perdata"
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "Formatas"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formatas retrokonektan dosieron %s"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "Formatas subdiskon %s"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
#, fuzzy
msgid "Hide files"
msgstr "mkraid malsukcesis"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
#, fuzzy
msgid "Move files to the new partition"
msgstr "Mankas sufian da libera spaco por disponigi novajn subdiskojn"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
#, fuzzy
msgid "Moving files to the new partition"
msgstr "Mankas sufian da libera spaco por disponigi novajn subdiskojn"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, fuzzy, c-format
msgid "Removing %s"
msgstr "Distingivo: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "Aparato: "
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS-a diskingolitero: %s (nur konjekto)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "Speco: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "Nomo: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "Komenco: sektoro %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "Grandeco: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s sektoroj"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, fuzzy, c-format
msgid "Cylinder %d to %d\n"
msgstr "De cilindro %d al cilindro %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "Formatita\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "Ne formatita\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "Muntita\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID (Redundanca Aro de Malmultekostaj Diskoj) md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, fuzzy, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr "Retrokonekta(j) dosiero(j): %s\n"
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2183,27 +2203,27 @@ msgstr ""
"Subdisko startata defalte\n"
" (por MS-DOS starto, ne por \"lilo\")\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "Nivelo %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "Grandeco de pecoj %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-aj (Redundanca Aro de Malmultekostaj Diskoj) diskoj %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "Retrokonekta dosieronomo: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2211,7 +2231,7 @@ msgid ""
"probably leave it alone.\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2219,60 +2239,64 @@ msgid ""
"dual-booting your system.\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "Grandeco: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometrio: %s cilindroj, %s kapoj, %s sektoroj\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "Informo: "
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-aj (Redundanca Aro de Malmultekostaj Diskoj) diskoj %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "Subdiskotabelospeco: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "e buso %d identigao %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
#, fuzzy
msgid "Filesystem encryption key"
msgstr "Speco de dosiersistemo: "
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, fuzzy, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
"i tiu pasvorto ests tro simpla (i devas esti almena %d signoj longa)"
-#: ../../diskdrake/interactive.pm_.c:1180
+#: ../../diskdrake/interactive.pm_.c:1191
#, fuzzy
msgid "The encryption keys do not match"
msgstr "La pasvortoj ne egalas"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr ""
@@ -2311,7 +2335,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Username"
msgstr "Salutnomo"
@@ -2326,23 +2350,23 @@ msgstr "NIS Domajno"
msgid "Search servers"
msgstr "DNA servilo"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatado de %s malsukcesis"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "ne scias kiel formati %s kiel speco %s"
-#: ../../fs.pm_.c:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "eraro dum malmunti %s: %s"
@@ -2359,265 +2383,327 @@ msgstr ""
msgid "server"
msgstr "servilo"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, fuzzy, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"Mi ne povas legi vian subdisktabelon, i estas tro difektita por mi :(\n"
+"Mi povas peni dari per blankigi difektitajn subdiskojn (IOM DA DATUMO\n"
+"pereos!). La alia solvo estas malpermesi al DrakX ani la subdisktabelon.\n"
+"(la eraro estas %s)\n"
+"\n"
+"u vi konsentas perdi iujn subdiskojn?\n"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "Vi ne povas uzi JFS por subdisko pli malgranda ol 16MB"
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Vi ne povas uzi ReiserFS por subdisko pli malgranda ol 32MB"
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "Surmetingoj devas komenci kun antaa /"
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Jam estas subdisko kun surmetingo e %s\n"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr ""
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr "i tiu dosierujo devus resti interne de la radika dosierosistemo (/)"
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
#, fuzzy
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
"point\n"
msgstr "Vi bezonas veran dosiersistemon (ext2, reiserfs) por tiu surmetingo\n"
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, fuzzy, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr "Vi bezonas veran dosiersistemon (ext2, reiserfs) por tiu surmetingo\n"
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
#, fuzzy
msgid "Not enough free space for auto-allocating"
msgstr "Mankas sufian da libera spaco por disponigi novajn subdiskojn"
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr ""
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Eraro dum malfermado de %s por skribi: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:158
+#, fuzzy
+msgid "Sound configuration"
+msgstr "LAN Konfigurao"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:162
+#, fuzzy
+msgid "Driver:"
+msgstr "Pelilo"
+
+#: ../../harddrake/sound.pm_.c:173
+msgid "No known driver"
msgstr ""
-"Eraro okazis - neniuj validaj aparatoj estis trovata sur kiuj vi povas krei "
-"novajn dosiersistemojn. Bonvolu kontroli vian ekipaon por la kazo de i "
-"tiu problemo."
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "Vi ne havas iujn ajn subdiskojn!"
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:177
+msgid "Unkown driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:178
+#, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "Model"
msgstr "Muso"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "hard disk model"
msgstr "Memoro de Karto (DMA)"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
#, fuzzy
msgid "Channel"
msgstr "Nuligu"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:19
+#: ../../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:20
+#: ../../harddrake/ui.pm_.c:21
#, fuzzy
msgid "Module"
msgstr "Muso"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "Priskribo"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
#, fuzzy
msgid "Bus identification"
msgstr "Atentikigado"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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:31
+#: ../../harddrake/ui.pm_.c:32
#, fuzzy
msgid "Old device file"
msgstr "Elektu dosieron"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr ""
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
#, fuzzy
msgid "New devfs device"
msgstr "Prokura kluzaparato"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
#, fuzzy
msgid "Number of buttons"
msgstr "2 butonoj"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:60
+#: ../../harddrake/ui.pm_.c:38
+#, fuzzy
+msgid "Alternative drivers"
+msgstr "Printas provpao(j)n..."
+
+#: ../../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 "esu"
-#: ../../harddrake/ui.pm_.c:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Helpo"
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
#, fuzzy
msgid "/_Help..."
msgstr "/_Helpo"
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
#, fuzzy
msgid "/_About..."
msgstr "/Helpo/_Pri..."
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
#, fuzzy
msgid "Author:"
msgstr "Atomate esploru"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Detektado de fiksdisko(j)"
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Detected hardware"
msgstr "Vidu hardvaran informon"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:105
#, fuzzy
-msgid "Configure module"
-msgstr "Konfiguru muson"
+msgid "Information"
+msgstr "Montru informon"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:108
#, fuzzy
-msgid "Informations"
-msgstr "Montru informon"
+msgid "Configure module"
+msgstr "Konfiguru muson"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
#, fuzzy
msgid "Detection in progress"
msgstr "Duobla surmetingo %s"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "Bonvole atendu"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
#, fuzzy
msgid "secondary"
msgstr "%d sekundoj"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Legas datumbason de CUPS peliloj..."
@@ -2650,16 +2736,16 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:213
#, fuzzy
-msgid "Card model :"
+msgid "Card model:"
msgstr "Memoro de Karto (DMA)"
#: ../../harddrake/v4l.pm_.c:214
#, fuzzy
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "anu subdiskspecon"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
+msgid "Number of capture buffers:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:215
@@ -2668,11 +2754,11 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:217
#, fuzzy
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "Formatas"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:218
@@ -2684,22 +2770,22 @@ msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2778,7 +2864,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2804,10 +2890,10 @@ msgstr ""
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -2842,11 +2928,11 @@ msgstr ""
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -2894,7 +2980,7 @@ msgstr ""
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -2925,24 +3011,12 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2951,7 +3025,7 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
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"
@@ -2971,13 +3045,13 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
"Linux operating system on your hard drive. If your hard drive is empty or\n"
@@ -3010,7 +3084,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3043,10 +3119,12 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3079,7 +3157,7 @@ msgid ""
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
"(formatting means creating a filesystem).\n"
@@ -3107,7 +3185,7 @@ msgid ""
"for bad blocks on the disk."
msgstr ""
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -3117,12 +3195,12 @@ msgid ""
"Please be patient."
msgstr ""
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3132,7 +3210,7 @@ msgid ""
"install the selected package(s), or \"Cancel\" to abort."
msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3141,19 +3219,19 @@ msgid ""
"\"Accept\" button."
msgstr ""
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3170,26 +3248,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3217,7 +3295,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3226,7 +3304,7 @@ msgid ""
"emergency boot situations."
msgstr ""
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
"Please choose the one you want to resize in order to install your new\n"
@@ -3259,34 +3337,34 @@ msgid ""
"disk or partition is called \"C:\")."
msgstr ""
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr ""
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
"installation or if you want to have greater control (\"Expert\"). You can\n"
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3295,30 +3373,35 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3332,7 +3415,7 @@ msgid ""
"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -3345,10 +3428,17 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
#, fuzzy
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
@@ -3357,7 +3447,7 @@ msgstr ""
"Bonvolu elekti la ustan pordon. Ekzemple, la COM1-a\n"
"pordo sub MS Vindozo estas nomata ttyS0 sub GNU/Linukso."
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -3387,15 +3477,15 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -3434,8 +3524,12 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
+"options, which are reserved for the expert user."
+msgstr ""
+
+#: ../../help.pm_.c:710
+#, fuzzy
+msgid ""
"After you have configured the general bootloader parameters, the list of\n"
"boot options which will be available at boot time will be displayed.\n"
"\n"
@@ -3443,17 +3537,7 @@ msgid ""
"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
"the existing options. Select an entry and click \"Modify\" to modify or\n"
"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:713
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -3519,18 +3603,18 @@ msgstr ""
#: ../../help.pm_.c:759
#, fuzzy
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -3667,7 +3751,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -3680,14 +3766,14 @@ msgid ""
"associated with it."
msgstr ""
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
"and will not be recoverable!"
msgstr ""
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -3711,7 +3797,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3726,30 +3812,48 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr ""
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, fuzzy, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Enovu disketon en drajvo %s"
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Eraro legante dosiero %s"
+#: ../../install_any.pm_.c:1023
+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 ""
+"Eraro okazis - neniuj validaj aparatoj estis trovata sur kiuj vi povas krei "
+"novajn dosiersistemojn. Bonvolu kontroli vian ekipaon por la kazo de i "
+"tiu problemo."
+
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3784,61 +3888,61 @@ msgstr ""
"\n"
"u vi deziras dari tamen?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
#, fuzzy
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Vi devas havi interanan subdiskon"
-#: ../../install_interactive.pm_.c:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "Uzu liberan spacon"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr "Mankas sufian da libera spaco por disponigi novajn subdiskojn"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr "Uzu ekzistantajn subdiskojn"
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr "Ne ekzistas subdiskojn por uzi"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr "Uzu la Vindoza subdiskon por retrokonektado"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
#, fuzzy
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Kiun subdiskon vi deziras uzi por meti Linux4Win?"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "Elektu la grandecojn"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "Radikosubdiska grandeco en MB: "
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "Interana subdiska grandeco en MB: "
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr "Uzu la liberan spacon sur la Vindoza subdisko"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr "Kiun subdiskon vi deziras regrandecigi?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr "Kalkulas Vindozajn dosiersistemajn limojn"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3847,7 +3951,7 @@ msgstr ""
"La regrandecigilo por la FAT (Dosiero-Atingo-Tablo) ne povas trakti\n"
"vian subdiskon, la sekvanta eraro okazis: %s"
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
@@ -3855,7 +3959,7 @@ msgid ""
msgstr ""
"Via Vindoza subdisko estas tro fragmentigata, bonvole uzu ``defrag'' antae"
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm_.c:140
#, fuzzy
msgid ""
"WARNING!\n"
@@ -3877,21 +3981,21 @@ msgstr ""
"instaladon. Anka vi devus fari rezervan kopion de via dateno.\n"
"Kiam vi estas certa, klaku \"Jeso\"."
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr "Kiun grandecon vi deziras teni por Vindozo?"
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr "subdisko: %s"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Regrandecio de FAT malsukcesis: %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -3899,34 +4003,34 @@ msgstr ""
"Ne ekzistas FAT-ajn (Dosiero-Atingo-Tablo) subdiskojn por regrandecigi\n"
"a uzi kiel retrokonektaj subdiskoj (a ne estas sufia da spaco)"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "Forviu la tutan diskon"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "Forigu Vindozon"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Vi havas pli ol unu fiksdisko, sur kiu vi deziras instali Linukson?"
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"iuj ekzistantaj subdiskoj kaj iliaj datenoj estos perdata sur drajvo %s"
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
#, fuzzy
msgid "Custom disk partitioning"
msgstr "Uzu ekzistantajn subdiskojn"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "Uzu fdisk"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -3935,30 +4039,30 @@ msgstr ""
"Nun vi povas dispartigi %s.\n"
"Kiam vi finios, ne forgesu savi kun `w'."
-#: ../../install_interactive.pm_.c:227
+#: ../../install_interactive.pm_.c:229
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Uzu la liberan spacon sur la Vindoza subdisko"
-#: ../../install_interactive.pm_.c:243
+#: ../../install_interactive.pm_.c:245
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Mi ne povas aldoni plu da subdiskoj"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "La Dispartigsorilo de DrakX trovis i tiujn solvojn:"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr "Dispartigado malsukcesis: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "Startado de la reto"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "Haltas de la reto"
@@ -3970,12 +4074,12 @@ msgstr ""
"Eraro okazis, sed mi ne scias kiel trakti in bone.\n"
"Dari je via propra risko."
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "Duobla surmetingo %s"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3987,12 +4091,12 @@ msgstr ""
"Kontrolu la KDROM sur instalata komputilo per\n"
"\"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "Bonvenon al %s"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "Neniu disketilo havebla"
@@ -4023,71 +4127,71 @@ msgstr "Instalklaso"
msgid "Please choose one of the following classes of installation:"
msgstr "Bonvole, elektu unu el la sekvantaj specoj de instalado:"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "Elektado de Pakaaj Grupoj"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr "Elektado de individuaj pakaoj"
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Tuta grandeco: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "Malbona pakao"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "Nomo: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "Versio: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "Grandeco: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "Graveco: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"Vi ne povas elekti i tiun pakaon ar ne estas sufie da spaco por instali\n"
"in."
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr "La sekvaj pakaoj estos instalataj"
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr "La sekvaj pakaoj estos malinstalataj"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr "Vi ne povas elektu/malelektu i tiun pakaon"
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr "i tiu estas deviga pakao, vi ne povas malelekti in"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr "Vi ne povas malelekti i tiun pakaon. i estas jam instalita."
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -4095,77 +4199,77 @@ msgstr ""
"i tiu pakao devus esti promociata.\n"
"u vi certas ke vi deziras malelekti in?"
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr "Vi ne povas malelekti i tiun pakaon. i devus esti promociata."
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "Instalu"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
msgid "Load/Save on floppy"
msgstr "argu/Konservu sur disketo"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
#, fuzzy
msgid "Updating package selection"
msgstr "Elektado de individuaj pakaoj"
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
#, fuzzy
msgid "Minimal install"
msgstr "Eliru instalprogramon"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "Elektu la pakaojn kiuj vi deziras instali"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "Instalanta"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "Taksas"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "Tempo restanta "
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
#, fuzzy
msgid "Please wait, preparing installation..."
msgstr "Preparas instaladon"
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d pakaoj"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "Instalanta pakao %s"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Akceptu"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "Malakceptu"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4181,17 +4285,17 @@ msgstr ""
"kiam vi finos.\n"
"Se vi ne havas in, klaku \"Nuligu\" por eviti la instaladon de i tiu KDROM."
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "u vi deziras dari tamen?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "Estis eraro ordigi pakaojn:"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr "Estis eraro dum instalado de pakaoj:"
@@ -4366,7 +4470,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Klavaro"
@@ -4418,11 +4522,11 @@ msgstr "Elektado de individuaj pakaoj"
msgid "Please choose the type of your mouse."
msgstr "Bonvole, elektu la specon de via muso."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "Muspordo"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Bonvole, elektu al kiu seria pordo estas via muso konektata."
@@ -4454,113 +4558,88 @@ msgstr "Konfiguras IDE"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "neniuj haveblaj subdiskoj"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "Elektu surmetingojn"
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Mi ne povas legi vian subdisktabelon, i estas tro difektita por mi :(\n"
-"Mi povas peni dari per blankigi difektitajn subdiskojn (IOM DA DATUMO\n"
-"pereos!). La alia solvo estas malpermesi al DrakX ani la subdisktabelon.\n"
-"(la eraro estas %s)\n"
-"\n"
-"u vi konsentas perdi iujn subdiskojn?\n"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake malsukcesis uste legi la subdisktabelon.\n"
-"Dari je via propra risko!"
-
-#: ../../install_steps_interactive.pm_.c:396
-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:405
+#: ../../install_steps_interactive.pm_.c:388
#, fuzzy
msgid "No root partition found to perform an upgrade"
msgstr "Elektu la subdiskoj kiuj vi deziras formati"
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "Radikosubdisko"
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "Kiu estas la radikosubdisko (/) e via sistemo?"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
msgid "You need to reboot for the partition table modifications to take place"
msgstr "Vi bezonas restarti por la anoj al la subdisktabelo efektivigi"
-#: ../../install_steps_interactive.pm_.c:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "Elektu la subdiskoj kiuj vi deziras formati"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr "u kontrolas malbonajn blokojn?"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr "Formatas subdiskojn"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr "Kreas kaj formatas dosieron %s"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, 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:482
+#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "Nesufia interanospaco por plenumi instalado, bonvolu aldoni iom"
-#: ../../install_steps_interactive.pm_.c:489
+#: ../../install_steps_interactive.pm_.c:472
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Seras haveblajn pakaojn"
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "Seras haveblajn pakaojn"
-#: ../../install_steps_interactive.pm_.c:493
+#: ../../install_steps_interactive.pm_.c:476
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "Vi ne povas malelekti i tiun pakaon. i estas jam instalita."
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr "Trovadas pakaojn por promocii"
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -4568,60 +4647,60 @@ msgid ""
msgstr ""
"Via komputilo ne havas sufie da spaco por instalado a promocio (%d > %d)."
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
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:553
+#: ../../install_steps_interactive.pm_.c:537
msgid "Load from floppy"
msgstr "argu de disketo"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Loading from floppy"
msgstr "argas de disketo"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Package selection"
msgstr "Elektado de Pakaoj"
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
#, fuzzy
msgid "Insert a floppy containing package selection"
msgstr "Enovu disketon en drajvo %s"
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "Konservu sur disketo"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
msgid "Type of install"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
msgid "With X"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4632,16 +4711,16 @@ msgstr ""
"Se vi mankas nur iujn de la KDROM-oj, malelektu ilin, kaj poste klaku \"Jes"
"\"."
-#: ../../install_steps_interactive.pm_.c:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "KDROM etikedata \"%s\""
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "Preparas instaladon"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -4650,21 +4729,21 @@ msgstr ""
"Instalas pakao %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "Post-instala konfigurado"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Enovu disketon en drajvo %s"
-#: ../../install_steps_interactive.pm_.c:845
+#: ../../install_steps_interactive.pm_.c:829
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Enovu malplenan disketon en drajvo %s"
-#: ../../install_steps_interactive.pm_.c:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -4731,7 +4810,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:888
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -4743,159 +4822,159 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "Kontaktu la spegulon por havigi la liston de havebla pakaoj"
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr "Elektu spegulon de kiu havigi la pakaojn"
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Kontaktu la spegulon por havigi la liston de havebla pakaoj"
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "kio estas vian horzonon?"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "u via hardvara horloo estas ustigata en GMT?"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
msgid "NTP Server"
msgstr "NTP Servilo"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr "Malproksima CUPS-a servilo"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr "Neniu printilo"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "u vi havas alian?"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "Muso"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Printilo"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr "ISDN-karto"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr "Sonkarto"
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Windows Domain"
msgstr "NIS Domajno"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
msgid "Local files"
msgstr "Lokaj dosieroj"
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Difinu pasvorton de root"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "Neniu pasvorto"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
"i tiu pasvorto ests tro simpla (i devas esti almena %d signoj longa)"
-#: ../../install_steps_interactive.pm_.c:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Atentikigado"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
msgid "Authentication LDAP"
msgstr "Atentikiga LDAP"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
msgid "LDAP Server"
msgstr "LDAP Servilo"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
msgid "Authentication NIS"
msgstr "Atentikiga NIS"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "NIS Domajno"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "NIS Servilo"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -4911,21 +4990,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1140
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Atentikiga LDAP"
-#: ../../install_steps_interactive.pm_.c:1142
+#: ../../install_steps_interactive.pm_.c:1127
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Domajna nomo"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -4953,19 +5032,19 @@ msgstr ""
"Se vi deziras krei startdisketon por via sistemo, enovu disketon en la\n"
"unua drajvo kaj klaku \"JES\"."
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "Unua disketa drajvo"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "Dua disketa drajvo"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Ellasu"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -4989,7 +5068,7 @@ msgstr ""
"sistemaj paneoj. u vi deziras krei startdisketo por via sistemo?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -4998,28 +5077,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "Bedarinde, neniu disketdrajvo havebla"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Elektu la disketdrajvo vi deziras uzi por krei la startdisketon"
-#: ../../install_steps_interactive.pm_.c:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "Enovu disketon en drajvo %s"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "Kreas startdisketon"
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "Preparas startargilon"
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5027,11 +5106,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr "u vi deziras uzi aboot-on?"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5039,16 +5118,16 @@ msgstr ""
"Eraro dare mi instalis \"aboot\",\n"
"u mi devus provi perforte instali e se tio detruas la unuan subdiskon?"
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
#, fuzzy
msgid "Installing bootloader"
msgstr "Instalu restart-argilon"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Instalado de startargilo malsukcesis. La sekvanta eraro okazis:"
-#: ../../install_steps_interactive.pm_.c:1274
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5059,24 +5138,24 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Enovu malplenan disketon en drajvo %s"
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr "Kreas atoinstalan disketon"
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5095,15 +5174,15 @@ msgid ""
"install chapter of the Official Mandrake Linux User's Guide."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1347
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
msgid "Generate auto install floppy"
msgstr "Kreu atoinstalan disketon"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5112,15 +5191,15 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr "Atomata"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr "Reludu"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
#, fuzzy
msgid "Save packages selection"
msgstr "Elektado de individuaj pakaoj"
@@ -5130,7 +5209,8 @@ msgstr "Elektado de individuaj pakaoj"
msgid "Mandrake Linux Installation %s"
msgstr "Linuks-Mandrejka Instalado %s"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr " <Tabo>/<Alt-Tabo> inter eroj | <Spaco> elektas | <F12> sekva ekrano "
@@ -5148,22 +5228,22 @@ msgstr ""
msgid "Choose a file"
msgstr "Elektu agon"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr ""
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Antaa"
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
#, fuzzy
msgid "Next"
msgstr "Sekvanta ->"
@@ -5231,382 +5311,382 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "ea (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "Germana"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "Dvorak-a"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "Hispana"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "Finna"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "Franca"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "Norvega"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "Pola"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "Rusa"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "Sveda"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "Unuiinta Regna klavaro"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "Usona klavaro"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
msgid "Albanian"
msgstr "Albana"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr "Armena (malnova)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr "Armena (skribmaina)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "Armena (fonetika)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr "Azerbajana (latina)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "Belga"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:177
#, fuzzy
msgid "Bengali"
msgstr "ebligu"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
#, fuzzy
msgid "Bulgarian (phonetic)"
msgstr "Armena (fonetika)"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
#, fuzzy
msgid "Bulgarian (BDS)"
msgstr "Bulgara"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "Brazila (ABNT-2)"
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:183
#, fuzzy
msgid "Bosnian"
msgstr "Estona"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "Belarusa"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "Svisa (germana arano)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "Svisa (franca arano)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "ea (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr "Germana (neniom da mortaj klavoj)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "Dana"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "Dvorak-a (US)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "Dvorak-a (Norvega)"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
#, fuzzy
msgid "Dvorak (Swedish)"
msgstr "Dvorak-a (US)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "Estona"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "Kartvela (\"Rusa\" arano)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "Kartvela (\"Latina\" arano)"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "Greka"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "Hungara"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "Kroata"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "Israela"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "Israela (fonetika)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr "Irana"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "Islanda"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "Itala"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "Japana 106 klavoj"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
msgid "Korean keyboard"
msgstr "Korea klavaro"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "Latinamerika"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:218
#, fuzzy
msgid "Laotian"
msgstr "Loko"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr "Litova AZERTY-a (malnova)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr "Litova AZERTY-a (nova)"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Litova \"numero-vica\" QWERTY-a"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Litova \"fonetika\" QWERTY-a"
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
#, fuzzy
msgid "Latvian"
msgstr "Loko"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr "Macedona"
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:227
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "Azerbajana (cirila)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "Nederlanda"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr "Pola (qwerty arano)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr "Pola (qwertz arano)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "Portugala"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr "Kanada (Kebeka)"
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
msgid "Romanian (qwertz)"
msgstr "Rumana (qwertz-a)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
msgid "Romanian (qwerty)"
msgstr "Rumana (qwerty-a)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "Rusa (Yawerty-a)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "Slovena"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "Slovaka (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "Slovaka (QWERTY)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
#, fuzzy
msgid "Serbian (cyrillic)"
msgstr "Azerbajana (cirila)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
msgstr ""
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr ""
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "Taja klavaro"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
#, fuzzy
msgid "Tajik keyboard"
msgstr "Taja klavaro"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "Turka (tradicia \"F\" modelo)"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "Turka (moderna \"Q\" modelo)"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "Ukrajna"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "Usona klavaro (internacia)"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vjetnama \"numero-vica\" QWERTY-a"
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
#, fuzzy
msgid "Yugoslavian (latin)"
msgstr "Jugoslava (latina/cirila)"
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr ""
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr ""
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr ""
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr ""
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr ""
@@ -5664,11 +5744,11 @@ msgstr "Nespecifa PS2 RadoMuso"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -5676,117 +5756,126 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+#, fuzzy
+msgid "Microsoft Explorer"
+msgstr "Mikrosofta IntelliMouse"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr "1 butona"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "Nespecifa 2 Butona Muso"
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr "Rado"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "seria"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "Nespecifa 3 Butona Muso"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Mikrosofta IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Loiteka MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Loiteka CC serio"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Loiteka MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Serio"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Loiteka Muso (seria, malnova C7 speco)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
#, fuzzy
msgid "busmouse"
msgstr "Neniu Muso"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "2 butonoj"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "3 butonoj"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "neniu"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "Neniu Muso"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr "Bonvole, provu la muson"
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
#, fuzzy
msgid "To activate the mouse,"
msgstr "Bonvole, provu la muson"
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr "MOVU VIAN RADON!"
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr ""
+
+#: ../../my_gtk.pm_.c:159
msgid "Finish"
msgstr "Finu"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "Sekvanta ->"
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr "u tio i pravas?"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "Informo"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "Etendu Arbon"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "Maletendu Arbon"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr "anu inter ebena kaj ordigita je grupoj"
@@ -5825,6 +5914,68 @@ msgstr "uzu pppoe"
msgid "use pptp"
msgstr "uzu pptp"
+#: ../../network/drakfirewall.pm_.c:12
+#, fuzzy
+msgid "Web Server"
+msgstr "Servilo"
+
+#: ../../network/drakfirewall.pm_.c:17
+#, fuzzy
+msgid "Domain Name Server"
+msgstr "Domajna nomo"
+
+#: ../../network/drakfirewall.pm_.c:32
+#, fuzzy
+msgid "Mail Server"
+msgstr "Datumbazoj"
+
+#: ../../network/drakfirewall.pm_.c:37
+#, fuzzy
+msgid "POP and IMAP Server"
+msgstr "LDAP Servilo"
+
+#: ../../network/drakfirewall.pm_.c:111
+#, fuzzy
+msgid "No network card"
+msgstr "neniu retkarto trovita"
+
+#: ../../network/drakfirewall.pm_.c:129
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:164
+#, fuzzy
+msgid "Other ports"
+msgstr "Provu pordojn"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -5842,7 +5993,7 @@ msgstr ""
"Mi ne detektas eterretan retadaptilom sur via sistemo. Bonvole lanu la\n"
"aparatokonfigurilon."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "Elektu la retan interfacon"
@@ -5856,7 +6007,7 @@ msgstr ""
msgid "no network card found"
msgstr "neniu retkarto trovita"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "Konfiguras reto"
@@ -5872,7 +6023,7 @@ msgstr ""
"Via potejo devus esti plene specifita potejo,\n"
"ekzemple ``miakomputilo.mialaborejo.miafirmao.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "Potejo"
@@ -6164,13 +6315,13 @@ msgstr "Elektu la defaltan uzulon:"
msgid "Use auto detection"
msgstr ""
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Spertuloreimo"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Detektas aparatojn..."
@@ -6334,11 +6485,11 @@ msgstr "Atomata IP"
msgid "Start at boot"
msgstr "Kreu praargdisketon"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6350,43 +6501,55 @@ msgstr ""
"ekzemple ``miakomputilo.mialaborejo.miafirmao.com''.\n"
"Vi anka povas enigi la IP-adreson de la prokura kluzo se via havas unu."
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "DNA servilo"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "Prokura kluzaparato"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "Konfigurado de prokuraj serviloj"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "HTTP prokura servilo"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "FTP prokura servilo"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr "Prokura servilo devus esti http://..."
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr "Prokura servilo devus esti ftp://..."
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr "Konfigurao de barilo detektata!"
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+"Averto. Ekzistanta konfigurao de barilo detektata. Vi eble devas permane\n"
+"fiksi in poste de la instalado."
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "Interreta Konfigurado"
@@ -6496,15 +6659,15 @@ msgstr "Konta Pasvorto"
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "muntado malsukcesis: "
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr "i tiu platformo ne subtenas etendatajn subdiskojn"
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
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 "
@@ -6514,21 +6677,21 @@ msgstr ""
"La sola solvo estas movi viajn efajn subdiskojn por situigi la truon\n"
"apud la etendataj subdiskoj."
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Restaris el dosiero %s malsukcesis: %s"
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "Malbona rezerva dosiero"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "Eraro skribante al dosiero %s"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -6571,157 +6734,161 @@ msgstr ""
msgid "PDQ - Print, Don't Queue"
msgstr ""
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr ""
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr ""
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr ""
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr ""
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "Loka printilo"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "Malproksima printilo"
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
#, fuzzy
msgid "Printer on remote CUPS server"
msgstr "Malproksima CUPS-a servilo"
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
#, fuzzy
msgid "Printer on remote lpd server"
msgstr "Malproksimaj lpd servilo"
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
msgid "Network printer (TCP/Socket)"
msgstr "Reta Printilo (TCP/ingo)"
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
#, fuzzy
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Vindozo 95/98/NT"
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
#, fuzzy
msgid "Printer on NetWare server"
msgstr "Printservilo"
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
#, fuzzy
msgid "Enter a printer device URI"
msgstr "Printila Aparato URI"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr ""
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+msgid "Unknown Model"
+msgstr ""
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
#, fuzzy
msgid "Local Printers"
msgstr "Loka printilo"
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
#, fuzzy
msgid "Remote Printers"
msgstr "Malproksima printilo"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ""
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ""
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ""
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, fuzzy, c-format
msgid ", printing to %s"
msgstr "Eraro skribante al dosiero %s"
-#: ../../printer.pm_.c:544
+#: ../../printer.pm_.c:792
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ""
-#: ../../printer.pm_.c:550
+#: ../../printer.pm_.c:798
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: ../../printer.pm_.c:554
+#: ../../printer.pm_.c:802
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ""
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, fuzzy, c-format
msgid "(on %s)"
msgstr "(modulo %s)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr ""
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, fuzzy, c-format
msgid "On CUPS server \"%s\""
msgstr "IP de SMB servilo"
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr " (Defalta)"
@@ -6748,12 +6915,12 @@ msgstr ""
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
#, fuzzy
msgid "CUPS configuration"
msgstr "LAN Konfigurao"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
#, fuzzy
msgid "Specify CUPS server"
msgstr "Malproksima CUPS-a servilo"
@@ -6784,7 +6951,7 @@ msgstr ""
msgid "The IP address should look like 192.168.1.20"
msgstr "IP-adreso devus esti en la notacio 1.2.3.4"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
msgid "The port number should be an integer!"
msgstr ""
@@ -6793,7 +6960,7 @@ msgstr ""
msgid "CUPS server IP"
msgstr "IP de SMB servilo"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "Pordo"
@@ -6802,13 +6969,130 @@ msgstr "Pordo"
msgid "Automatic CUPS configuration"
msgstr "Post-instala konfigurado"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+#, fuzzy
+msgid "Printerdrake"
+msgstr "Printilo"
+
+#: ../../printerdrake.pm_.c:178
+#, fuzzy
+msgid "Checking your system..."
+msgstr "Kiun printsistemo vi deziras uzi?"
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:198
+#, fuzzy
+msgid ""
+"The following printers\n"
+"\n"
+msgstr "La sekvaj pakaoj estos malinstalataj"
+
+#: ../../printerdrake.pm_.c:199
+#, fuzzy
+msgid ""
+"The following printer\n"
+"\n"
+msgstr "La sekvaj pakaoj estos malinstalataj"
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:210
+#, fuzzy
+msgid "directly connected to your system"
+msgstr "Via komputilo ne havas retadaptilon!"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:221
+#, fuzzy
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:236
+#, fuzzy
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr "u vi deziras provi printado?"
+
+#: ../../printerdrake.pm_.c:238
+#, fuzzy
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "u vi deziras starti vian konektaon je startado de la sistemo?"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:240
+#, 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:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
#, fuzzy
msgid "Add a new printer"
msgstr "Neniu printilo"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6821,7 +7105,7 @@ msgid ""
"connection types."
msgstr ""
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6830,7 +7114,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -6843,7 +7127,22 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:297
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6852,7 +7151,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -6863,26 +7162,26 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:213
+#: ../../printerdrake.pm_.c:315
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "Malproksima printilo"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
#, fuzzy
msgid "Local Printer"
msgstr "Loka printilo"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -6896,50 +7195,50 @@ msgid ""
"Center."
msgstr ""
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Printer auto-detection"
msgstr "Malproksima printilo"
-#: ../../printerdrake.pm_.c:305
+#: ../../printerdrake.pm_.c:408
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:307
+#: ../../printerdrake.pm_.c:410
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Vindozo 95/98/NT"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, fuzzy, c-format
msgid "Detected %s"
msgstr "Duobla surmetingo %s"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:321
+#: ../../printerdrake.pm_.c:424
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Reta Printilo (TCP/ingo)"
-#: ../../printerdrake.pm_.c:323
+#: ../../printerdrake.pm_.c:426
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Vindozo 95/98/NT"
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -6947,34 +7246,34 @@ msgid ""
"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
#, fuzzy
msgid "You must enter a device or file name!"
msgstr "Printila Aparato URI"
-#: ../../printerdrake.pm_.c:475
+#: ../../printerdrake.pm_.c:578
#, fuzzy
msgid "No printer found!"
msgstr "Loka printilo"
-#: ../../printerdrake.pm_.c:485
+#: ../../printerdrake.pm_.c:588
#, fuzzy
msgid "Available printers"
msgstr "Loka printilo"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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:490
+#: ../../printerdrake.pm_.c:593
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:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -6982,7 +7281,7 @@ msgid ""
"configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -6990,38 +7289,38 @@ msgid ""
"customized printer configuration, turn on \"Manual configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
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:496
+#: ../../printerdrake.pm_.c:599
#, fuzzy
msgid "Please choose the port where your printer is connected to."
msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
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:503
+#: ../../printerdrake.pm_.c:606
#, fuzzy
msgid "You must choose/enter a printer/device!"
msgstr "Printila Aparato URI"
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
#, fuzzy
msgid "Manual configuration"
msgstr "Interreta Konfigurado"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr "Malproksimaj lpd Printilaj Opcioj"
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
#, fuzzy
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
@@ -7031,51 +7330,51 @@ msgstr ""
"printservilo kaj la printviconomon e tiu servilo en kiun taskoj devus\n"
"esti metata."
-#: ../../printerdrake.pm_.c:579
+#: ../../printerdrake.pm_.c:682
#, fuzzy
msgid "Remote host name"
msgstr "Malproksima potejo"
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
#, fuzzy
msgid "Remote printer name"
msgstr "Malproksima printilo"
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
#, fuzzy
msgid "Remote host name missing!"
msgstr "Malproksima potejo"
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
#, fuzzy
msgid "Remote printer name missing!"
msgstr "Malproksima potejo"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "Duobla surmetingo %s"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Scanning network..."
msgstr "Startas vian konektaon..."
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Haltas de la reto"
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "SMB (Vindozo 9x/NT) Printilaj Opcioj"
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
#, fuzzy
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
@@ -7090,46 +7389,46 @@ msgstr ""
"aldone al la opuzan nomon de la printilo vi deziras atingi kaj iun ajn\n"
"tagan salutnomon, pasvorton, kaj laborgrupan informon."
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "Potejo de SMB servilo"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "IP de SMB servilo"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "Opuza nomo"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "Laborgrupo"
-#: ../../printerdrake.pm_.c:746
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid "Auto-detected"
msgstr "Malproksima printilo"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printerdrake.pm_.c:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -7153,7 +7452,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -7162,7 +7461,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -7170,11 +7469,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "NetWare Printilaj Opcioj"
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
#, fuzzy
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
@@ -7187,44 +7486,44 @@ msgstr ""
"printvican nomon por la printilo vi deziras atingi kaj iun ajn tagan\n"
"salutnomon kaj pasvorton."
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "Printservilo"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr "Printvica Nomo"
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
#, c-format
msgid ", host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
#, c-format
msgid "Host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
#, fuzzy
msgid "TCP/Socket Printer Options"
msgstr "Ing-Printilaj Opcioj"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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:978
+#: ../../printerdrake.pm_.c:1085
#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -7235,61 +7534,61 @@ msgstr ""
"Por printi al inga printilo, vi bezonas provizi la\n"
"potejon de la printilo kaj opcie la pordnumeron."
-#: ../../printerdrake.pm_.c:983
+#: ../../printerdrake.pm_.c:1090
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "Printilaj Potejo"
-#: ../../printerdrake.pm_.c:1005
+#: ../../printerdrake.pm_.c:1112
#, fuzzy
msgid "Printer host name or IP"
msgstr "Printilaj Potejo"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr "Printila Aparato URI"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr ""
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
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:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr "Nomo de printilo"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "Loko"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
#, fuzzy
msgid "Reading printer database..."
msgstr "Legas datumbason de CUPS peliloj..."
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
#, fuzzy
msgid "Preparing printer database..."
msgstr "Legas datumbason de CUPS peliloj..."
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
#, fuzzy
msgid "Your printer model"
msgstr "Malproksima printilo"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -7304,28 +7603,28 @@ msgid ""
"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
#, fuzzy
msgid "The model is correct"
msgstr "u tio i pravas?"
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
#, fuzzy
msgid "Select model manually"
msgstr "Malproksima printilo"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
#, fuzzy
msgid "Printer model selection"
msgstr "Printilan Konekton"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
#, fuzzy
msgid "Which printer model do you have?"
msgstr "Kiun specon de printilo vi havas?"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -7334,18 +7633,18 @@ msgid ""
"standing on a wrong model or on \"Raw printer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
#, fuzzy
msgid "OKI winprinter configuration"
msgstr "Interreta Konfigurado"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -7355,12 +7654,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr "Interreta Konfigurado"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -7368,20 +7667,46 @@ msgid ""
"to."
msgstr ""
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -7391,34 +7716,34 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr "u vi deziras provi printado?"
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
#, fuzzy
msgid "Test pages"
msgstr "Provu pordojn"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -7426,45 +7751,45 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
#, fuzzy
msgid "No test pages"
msgstr "Jes, printu amba de la provpaojn"
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
#, fuzzy
msgid "Print"
msgstr "Printilo"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
#, fuzzy
msgid "Standard test page"
msgstr "Lanorma"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
#, fuzzy
msgid "Alternative test page (A4)"
msgstr "Printas provpao(j)n..."
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
#, fuzzy
msgid "Photo test page"
msgstr "Printas provpao(j)n..."
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
#, fuzzy
msgid "Do not print any test page"
msgstr "Printas provpao(j)n..."
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "Printas provpao(j)n..."
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -7480,7 +7805,7 @@ msgstr ""
"\n"
"u i uste funkcias?"
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
#, fuzzy
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -7490,16 +7815,16 @@ msgstr ""
"i tiu eble postulas iom da tempo anta ol la printilo komencas.\n"
"u i uste funkcias?"
-#: ../../printerdrake.pm_.c:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
#, fuzzy
msgid "Raw printer"
msgstr "Neniu printilo"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -7508,15 +7833,15 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -7525,7 +7850,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -7533,41 +7858,41 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, 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:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -7577,7 +7902,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -7586,41 +7911,41 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2153
+#: ../../printerdrake.pm_.c:2343
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Haltas de la reto"
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, fuzzy, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Haltas de la reto"
-#: ../../printerdrake.pm_.c:2156
+#: ../../printerdrake.pm_.c:2346
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Haltas de la reto"
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "Haltas de la reto"
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
msgstr "Malfermu"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
#, fuzzy
msgid "Print option list"
msgstr "Printilaj opcioj"
-#: ../../printerdrake.pm_.c:2182
+#: ../../printerdrake.pm_.c:2373
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -7634,7 +7959,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -7647,19 +7972,19 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
#, fuzzy
msgid "Reading printer data..."
msgstr "Legas datumbason de CUPS peliloj..."
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
#, fuzzy
msgid "Transfer printer configuration"
msgstr "Interreta Konfigurado"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -7669,51 +7994,51 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
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:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -7721,61 +8046,61 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
#, fuzzy
msgid "New printer name"
msgstr "Neniu printilo"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, 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:2316
+#: ../../printerdrake.pm_.c:2510
#, fuzzy
msgid "Refreshing printer data..."
msgstr "Legas datumbason de CUPS peliloj..."
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
msgid "Configuration of a remote printer"
msgstr ""
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
#, fuzzy
msgid "Starting network..."
msgstr "Startas vian konektaon..."
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
#, fuzzy
msgid "Configure the network now"
msgstr "Konfiguru retumon"
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
#, fuzzy
msgid "Network functionality not configured"
msgstr "Ekrano ne estas konfigurata"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -7783,12 +8108,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
#, fuzzy
msgid "Go on without configuring the network"
msgstr "Konfiguras reto"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -7798,34 +8123,34 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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:2408
+#: ../../printerdrake.pm_.c:2603
#, fuzzy
msgid "Restarting printing system..."
msgstr "Kiun printsistemo vi deziras uzi?"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
#, fuzzy
msgid "high"
msgstr "Alta"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
#, fuzzy
msgid "paranoid"
msgstr "Paranoja"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -7840,12 +8165,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr "Kiun printsistemo vi deziras uzi?"
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -7859,81 +8184,76 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
#, fuzzy
msgid "Select Printer Spooler"
msgstr "Elektu Printilan Konekton"
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
#, fuzzy
msgid "Which printing system (spooler) do you want to use?"
msgstr "Kiun printsistemo vi deziras uzi?"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printerdrake.pm_.c:2895
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Konfiguru Printilon"
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
#, fuzzy
msgid "Installing Foomatic..."
msgstr "Instalanta pakao %s"
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "Printilaj opcioj"
-#: ../../printerdrake.pm_.c:2778
+#: ../../printerdrake.pm_.c:2989
#, fuzzy
-msgid "Preparing PrinterDrake..."
+msgid "Preparing Printerdrake..."
msgstr "Legas datumbason de CUPS peliloj..."
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
#, fuzzy
msgid "Configuring applications..."
msgstr "Konfiguru Printilon"
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
#, fuzzy
msgid "Would you like to configure printing?"
msgstr "u vi deziras konfiguri printilon?"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:2875
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Printilo"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
"its settings; to make it the default printer; to view information about it; "
"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
+"OpenOffice.org/GIMP."
msgstr ""
"Jen la sekvantaj printvicoj.\n"
"Vi povas aldoni pli a ani la ekzistantajn."
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -7943,137 +8263,139 @@ msgstr ""
"Jen la sekvantaj printvicoj.\n"
"Vi povas aldoni pli a ani la ekzistantajn."
-#: ../../printerdrake.pm_.c:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
#, fuzzy
msgid "Change the printing system"
msgstr "Konfiguru retumon"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
msgid "Normal Mode"
msgstr "Normala Modalo"
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "u vi deziras provi la konfiguraon?"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
#, fuzzy
msgid "Modify printer configuration"
msgstr "Interreta Konfigurado"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, fuzzy, c-format
msgid ""
"Printer %s\n"
"What do you want to modify on this printer?"
msgstr "u vi deziras provi la konfiguraon?"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
#, fuzzy
msgid "Printer connection type"
msgstr "Disdividado de Interreta Konekto"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
#, fuzzy
msgid "Printer name, description, location"
msgstr "Printilan Konekton"
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
#, fuzzy
msgid "Print test pages"
msgstr "Printas provpao(j)n..."
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
#, fuzzy
msgid "Know how to use this printer"
msgstr "u vi deziras provi la konfiguraon?"
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
#, fuzzy
msgid "Remove printer"
msgstr "Malproksima printilo"
-#: ../../printerdrake.pm_.c:3245
+#: ../../printerdrake.pm_.c:3472
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Legas datumbason de CUPS peliloj..."
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
#, fuzzy
msgid "Default printer"
msgstr "Loka printilo"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "u vi deziras provi la konfiguraon?"
-#: ../../printerdrake.pm_.c:3297
+#: ../../printerdrake.pm_.c:3527
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "Legas datumbason de CUPS peliloj..."
@@ -8468,7 +8790,7 @@ msgstr "Interreto"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
#, fuzzy
msgid "System"
msgstr "Sistema modalo"
@@ -8528,193 +8850,229 @@ msgstr "Stato:"
msgid "Stop"
msgstr "Sektoro"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
"the worldwide Linux Community"
msgstr ""
-#: ../../share/advertising/01-gnu.pl_.c:9
+#: ../../share/advertising/02-community.pl_.c:9
#, fuzzy
-msgid "Join the Free Software world"
+msgid "Get involved in the Free Software world"
msgstr "La cetero de la mondo"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../share/advertising/02-internet.pl_.c:9
+#: ../../share/advertising/03-internet.pl_.c:9
#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Interreto"
+msgid "Get the most from the Internet"
+msgstr "Konektu al la Interreto"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"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 ""
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Plurmedia - Grafiko"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:11
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"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 ""
-#: ../../share/advertising/04-develop.pl_.c:9
-#, fuzzy
-msgid "Development"
-msgstr "Programisto"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "Ludoj"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
#, fuzzy
msgid "Mandrake Control Center"
msgstr "Konekti al la interreto"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
#, fuzzy
msgid "User interfaces"
msgstr "Reta interfaco"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
msgstr ""
-#: ../../share/advertising/07-server.pl_.c:9
+#: ../../share/advertising/08-development.pl_.c:9
#, fuzzy
-msgid "Server Software"
-msgstr "Potejo de SMB servilo"
+msgid "Development simplified"
+msgstr "Programisto"
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
+
+#: ../../share/advertising/08-development.pl_.c:11
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
msgstr ""
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Ludoj"
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "Spertulo"
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
+msgid ""
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
+msgstr ""
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
+#, fuzzy
+msgid "Become a MandrakeExpert"
+msgstr "Spertulo"
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
+msgid ""
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "Spertulo"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
msgstr ""
-#: ../../standalone.pm_.c:40
+#: ../../standalone.pm_.c:41
#, fuzzy
msgid "Installing packages..."
msgstr "Instalanta pakao %s"
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr ""
"Bonvole adiau kaj sekve uzu Kontrol-Alt-Retropao (Ctrl-Alt-Backspace)."
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Bonvolu resaluti en %s-n por aktivigi la anojn."
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Mi ne povas legi vian subdisktabelon, i estas tro difektita por mi :(\n"
-"Mi penos dari per blankigi difektitajn subdiskojn"
-
#: ../../standalone/drakTermServ_.c:188
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
@@ -8757,12 +9115,13 @@ msgstr "Aldonu uzanto"
msgid "Add/Del Clients"
msgstr ""
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
#, fuzzy
msgid "Help"
msgstr "/_Helpo"
@@ -8922,8 +9281,8 @@ msgid ""
"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "Gratulojn!"
@@ -8948,27 +9307,31 @@ msgstr "Aldonu uzulon"
msgid "Remove the last item"
msgstr "Formatas retrokonektan dosieron %s"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:732
+#: ../../standalone/drakbackup_.c:726
#, fuzzy
msgid "FATAL"
msgstr "Dosierlokigtabelo (FAT)"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -8976,7 +9339,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -8984,13 +9347,20 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
#, fuzzy
msgid "Total progess"
msgstr "Provu pordojn"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -8999,16 +9369,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Neniu pasvorto"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "Ne povis malfermi %s por skribi: %s\n"
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -9019,63 +9414,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
#, fuzzy
msgid "Backup User files..."
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
#, fuzzy
msgid "Backup Other files..."
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:1266
+#: ../../standalone/drakbackup_.c:1321
#, fuzzy
msgid "No changes to backup!"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -9083,800 +9483,923 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1324
+#: ../../standalone/drakbackup_.c:1379
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "Eraro legante dosiero %s"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "Elektado de Pakaoj"
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1527
+#: ../../standalone/drakbackup_.c:1602
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "Bonvole, elektu la pakaojn kiujn vi deziras instali."
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "Malinstalu printvicon"
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
#, fuzzy
msgid "Windows (FAT32)"
msgstr "Forigu Vindozon"
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
#, fuzzy
msgid "Users"
msgstr "Salutnomo"
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
#, fuzzy
msgid "Use network connection to backup"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Bonvole, provu la muson"
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
#, fuzzy
msgid "Please enter your login"
msgstr "Bonvole provu denove"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
#, fuzzy
msgid "Please enter your password"
msgstr "Bonvole provu denove"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
#, fuzzy
msgid "Remember this password"
msgstr "Neniu pasvorto"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
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:1849
+#: ../../standalone/drakbackup_.c:1923
#, fuzzy
msgid "Please choose your CD/DVD media size"
msgstr "Bonvole, elektu vian klavaran aranon."
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Bonvolu klaki sur subdiskon"
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Bonvolu klaki sur subdiskon"
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Bonvolu klaki sur subdiskon"
-#: ../../standalone/drakbackup_.c:1868
+#: ../../standalone/drakbackup_.c:1942
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Bonvolu klaki sur subdiskon"
-#: ../../standalone/drakbackup_.c:1880
+#: ../../standalone/drakbackup_.c:1954
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Bonvolu klaki sur subdiskon"
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
#, fuzzy
msgid "No CD device defined!"
msgstr "Elektu dosieron"
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
#, fuzzy
msgid "Use tape to backup"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Bonvole, elektu la pakaojn kiujn vi deziras instali."
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Bonvole, elektu la pakaojn kiujn vi deziras instali."
-#: ../../standalone/drakbackup_.c:1995
+#: ../../standalone/drakbackup_.c:2069
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Bonvole, elektu la pakaojn kiujn vi deziras instali."
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Bonvole, provu la muson"
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
#, fuzzy
msgid "Use quota for backup files."
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
#, fuzzy
msgid "Network"
msgstr "Reta interfaco"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
#, fuzzy
msgid "Tape"
msgstr "Tipo"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
#, fuzzy
msgid "Use daemon"
msgstr "Salutnomo"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Bonvole, elektu la pakaojn kiujn vi deziras instali."
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Bonvole, elektu lingvon por uzi."
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
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:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
msgid "What"
msgstr ""
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
#, fuzzy
msgid "Where"
msgstr "Rado"
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
#, fuzzy
msgid "When"
msgstr "Rado"
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
#, fuzzy
msgid "More Options"
msgstr "Modulaj opcioj:"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "Reta Konfigurao"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "Bonvole, elektu la pakaojn kiujn vi deziras instali."
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Bonvole, elektu la pakaojn kiujn vi deziras instali."
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
#, fuzzy
msgid "Backup system"
msgstr "Dosiersistemo konfiguro"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, fuzzy, c-format
-msgid " on device : %s"
+msgid " on device: %s"
msgstr "Musaparato: %s\n"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Opcioj"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "Bonvole, elektu al kiu seria pordo estas via modemo konektata?"
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
#, fuzzy
msgid " Restore Configuration "
msgstr "Reta Konfigurao"
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
#, fuzzy
msgid "Backup the system files before:"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "please choose the date to restore"
msgstr "Bonvole, elektu la specon de via muso."
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Bonvole, provu la muson"
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
#, fuzzy
msgid "FTP Connection"
msgstr "LAN Konfigurao"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
#, fuzzy
msgid "Secure Connection"
msgstr "Elektu Printilan Konekton"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Restaru de disketo"
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
#, fuzzy
msgid "Select another media to restore from"
msgstr "Bonvole, elektu la specon de via muso."
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Other Media"
msgstr "Alia"
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
#, fuzzy
msgid "Restore system"
msgstr "Instalu sistemon"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
#, fuzzy
msgid "Restore Users"
msgstr "Restaru de dosiero"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore Other"
msgstr "Restaru de dosiero"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "Bonvole, elektu la specon de via muso."
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3394
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Malinstalu printvicon"
+
+#: ../../standalone/drakbackup_.c:3411
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "Restaru de dosiero"
+
+#: ../../standalone/drakbackup_.c:3477
+#, c-format
+msgid "Backup files not found at %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, fuzzy
+msgid "Restore From CD"
+msgstr "Restaru de disketo"
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "Sava subdiskotabelo"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3524
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "Restaru de dosiero"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3525
+#, fuzzy
+msgid "Host Name"
+msgstr "Potejo"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+#, fuzzy
+msgid "Password required"
+msgstr "Pasvorto"
+
+#: ../../standalone/drakbackup_.c:3539
+#, fuzzy
+msgid "Username required"
+msgstr "Salutnomo"
+
+#: ../../standalone/drakbackup_.c:3542
+#, fuzzy
+msgid "Hostname required"
+msgstr "Potejo: "
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "Restaru de dosiero"
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
#, fuzzy
msgid "Custom Restore"
msgstr "Akomodata"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3865
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "Sava subdiskotabelo"
+
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "Restaru de dosiero"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
#, fuzzy
msgid "Previous"
msgstr "<- Antaa"
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "Stato:"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
#, fuzzy
msgid "Build Backup"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
#, fuzzy
msgid "Restore"
msgstr "Restaru de dosiero"
-#: ../../standalone/drakbackup_.c:3553
+#: ../../standalone/drakbackup_.c:4231
msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3574
-msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "La sekvaj pakaoj estos instalataj"
-#: ../../standalone/drakbackup_.c:3621
+#: ../../standalone/drakbackup_.c:4278
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
#, fuzzy
msgid "Please select data to restore..."
msgstr "Bonvole, elektu lingvon por uzi."
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
#, fuzzy
msgid "Please select media for backup..."
msgstr "Bonvole, elektu lingvon por uzi."
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
#, fuzzy
msgid "Please select data to backup..."
msgstr "Bonvole, elektu lingvon por uzi."
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
#, fuzzy
msgid "Backup system files"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup user files"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup other files"
msgstr "Malbona rezerva dosiero"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
#, fuzzy
msgid "Sending files..."
msgstr "Konservu en dosiero"
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "Reta Konfigurao"
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
#, fuzzy
msgid "View Backup Configuration."
msgstr "Reta Konfigurao"
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
#, fuzzy
msgid "Wizard Configuration"
msgstr "LAN Konfigurao"
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
#, fuzzy
msgid "Advanced Configuration"
msgstr "LAN Konfigurao"
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
#, fuzzy
msgid "Backup Now"
msgstr "Dosiersistemo konfiguro"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
msgid ""
"options description:\n"
"\n"
@@ -9908,7 +10431,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -9917,7 +10440,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -9958,45 +10481,45 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -10013,7 +10536,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -10053,7 +10576,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -10064,7 +10587,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10077,7 +10600,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -10158,9 +10681,9 @@ msgstr ""
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
msgid "Standalone Tools"
msgstr ""
@@ -10211,26 +10734,26 @@ msgstr "Printilo"
msgid "Configuration Wizards"
msgstr "ISDN-a Konfiguraon"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
#, fuzzy
msgid "Application:"
msgstr "Atentikigado"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
#, fuzzy
msgid "Package: "
msgstr "Elektado de Pakaoj"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
#, fuzzy
msgid "Release: "
msgstr "Bonvole atendu"
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -10242,21 +10765,21 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
#, fuzzy
msgid "Report"
msgstr "porto"
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
#, fuzzy
msgid "Not installed"
msgstr "Eliru instalprogramon"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
#, fuzzy
msgid "No browser available! Please install one"
msgstr ""
@@ -10711,7 +11234,7 @@ msgstr "Surmetingo"
#: ../../standalone/drakfont_.c:909
#, fuzzy
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "Elektu la subdiskoj kiuj vi deziras formati"
#: ../../standalone/drakfont_.c:918
@@ -10792,19 +11315,19 @@ msgstr "Via komputilo ne havas retadaptilon!"
msgid "Post Uninstall"
msgstr "Eliru instalprogramon"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr "Disdividado de Interreta Konekto"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr "Disdividado de Interreta Konekto nuntempe kapabligata"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
#, fuzzy
msgid ""
"The setup of Internet connection sharing has already been done.\n"
@@ -10814,33 +11337,33 @@ msgid ""
msgstr ""
"La konfigurado de la disdividado de la Interreta konekto jam estas farita.\n"
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
msgid "disable"
msgstr "malebligu"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr "forsendu"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "reconfigure"
msgstr "rekonfiguru"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
#, fuzzy
msgid "Disabling servers..."
msgstr "Detektas aparatojn..."
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
#, fuzzy
msgid "Internet connection sharing is now disabled."
msgstr "Disdividado de Interreta Konekto nuntempe malkapabligata"
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr "Disdividado de Interreta Konekto nuntempe malkapabligata"
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
#, fuzzy
msgid ""
"The setup of Internet connection sharing has already been done.\n"
@@ -10850,20 +11373,20 @@ msgid ""
msgstr ""
"La konfigurado de la disdividado de la Interreta konekto jam estas farita.\n"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
msgid "enable"
msgstr "ebligu"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
#, fuzzy
msgid "Internet connection sharing is now enabled."
msgstr "Disdividado de Interreta Konekto nuntempe kapabligata"
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
#, fuzzy
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
@@ -10879,21 +11402,21 @@ msgstr ""
"\n"
"u vi deziras konfiguri Disdividadon de Interreta Konekto?\n"
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr ""
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, c-format
msgid "Interface %s"
msgstr "Interfaco %s"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr "Via komputilo ne havas retadaptilon!"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -10901,11 +11424,11 @@ msgstr ""
"Mi ne detektas eterretan retadaptilom sur via sistemo. Bonvole lanu la\n"
"aparatokonfigurilon."
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "Reta interfaco"
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -10920,19 +11443,19 @@ msgstr ""
"\n"
"u vi deziras konfiguri vian Lokan Reton (LAN) kun i tiu adaptilo?"
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
"Bonvole elektu kiun retadaptilon estos konektata al via Loka Reto (LAN)."
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:259
#, fuzzy
msgid "Network interface already configured"
msgstr "Ekrano ne estas konfigurata"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -10942,17 +11465,17 @@ msgid ""
"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
#, fuzzy
msgid "Automatic reconfiguration"
msgstr "Post-instala konfigurado"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
#, fuzzy
msgid "Show current interface configuration"
msgstr "Interreta Konfigurado"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -10963,7 +11486,7 @@ msgid ""
"Driver: %s"
msgstr ""
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -10975,84 +11498,72 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr ""
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
#, fuzzy
msgid "(This) DHCP Server IP"
msgstr "IP de SMB servilo"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr ""
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr ""
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr "Ebla konflikto pri Loka-Reta adreso trovata en nuna konfiguro de %s!\n"
-#: ../../standalone/drakgw_.c:320
-msgid "Firewalling configuration detected!"
-msgstr "Konfigurao de barilo detektata!"
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Averto. Ekzistanta konfigurao de barilo detektata. Vi eble devas permane\n"
-"fiksi in poste de la instalado."
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
msgid "Configuring..."
msgstr "Mi konfiguras..."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
"Mi konfiguras komandodosierojn, instalas programojn, startas servilojn..."
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, c-format
msgid "Problems installing package %s"
msgstr "Problemoj instalante pakaon %s"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
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:566
+#: ../../standalone/drakgw_.c:504
#, fuzzy
msgid "The setup has already been done, but it's currently disabled."
msgstr ""
"La konfigurado de la disdividado de la Interreta konekto jam estas farita.\n"
-#: ../../standalone/drakgw_.c:567
+#: ../../standalone/drakgw_.c:505
#, fuzzy
msgid "The setup has already been done, and it's currently enabled."
msgstr ""
"La konfigurado de la disdividado de la Interreta konekto jam estas farita.\n"
-#: ../../standalone/drakgw_.c:568
+#: ../../standalone/drakgw_.c:506
#, fuzzy
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Disdividado de Interreta Konekto nuntempe kapabligata"
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
#, fuzzy
msgid "Internet connection sharing configuration"
msgstr "Interreta konektao kaj konfiguro"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, fuzzy, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -11062,6 +11573,158 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr "Disdividado de Interreta Konekto"
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr "Ne konektita"
+
+#: ../../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"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+#, fuzzy
+msgid "first step creation"
+msgstr "Startdiskokreado"
+
+#: ../../standalone/draksplash_.c:77
+#, fuzzy
+msgid "final resolution"
+msgstr "Distingivo"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#, fuzzy
+msgid "choose image file"
+msgstr "Elektu agon"
+
+#: ../../standalone/draksplash_.c:79
+#, fuzzy
+msgid "Theme name"
+msgstr "Opuza nomo"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+#, fuzzy
+msgid "go to lilosplash configuration"
+msgstr "Post-instala konfigurado"
+
+#: ../../standalone/draksplash_.c:83
+#, fuzzy
+msgid "quit"
+msgstr "esu"
+
+#: ../../standalone/draksplash_.c:84
+#, fuzzy
+msgid "save theme"
+msgstr "Instalu sistemon"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#, fuzzy
+msgid "Configure bootsplash picture"
+msgstr "Konfiguru servojn"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+#, fuzzy
+msgid "go back"
+msgstr "Retrokonektado"
+
+#: ../../standalone/draksplash_.c:120
+#, fuzzy
+msgid "preview"
+msgstr "aparato"
+
+#: ../../standalone/draksplash_.c:121
+#, fuzzy
+msgid "choose color"
+msgstr "Elektu ekranon"
+
+#: ../../standalone/draksplash_.c:124
+msgid "Display logo on Console"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:436
+#, fuzzy
+msgid "ProgressBar color selection"
+msgstr "Printilan Konekton"
+
+#: ../../standalone/draksplash_.c:454
+#, fuzzy
+msgid "You must choose an image file first!"
+msgstr "Printila Aparato URI"
+
+#: ../../standalone/draksplash_.c:463
+#, fuzzy
+msgid "Generating preview ..."
+msgstr "Detektas aparatojn..."
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -11154,11 +11817,11 @@ msgid ""
msgstr ""
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr ""
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr ""
#: ../../standalone/drakxtv_.c:114
@@ -11239,7 +11902,7 @@ msgstr ""
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
msgid "logdrake"
msgstr "logdrake"
@@ -11418,7 +12081,7 @@ msgstr "Servilo"
#: ../../standalone/logdrake_.c:431
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"You will receive an alert if one of the selected services is no more running"
msgstr ""
#: ../../standalone/logdrake_.c:443
@@ -11440,19 +12103,19 @@ msgstr "Interreta Konfigurado"
msgid "Please enter your email address below "
msgstr "Bonvole provu denove"
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr "Savu Kiel..."
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "Bonvole, elektu la specon de via muso."
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "u vi deziras emuli trian musbutonon?"
-#: ../../standalone/printerdrake_.c:48
+#: ../../standalone/printerdrake_.c:57
#, fuzzy
msgid "Reading printer data ..."
msgstr "Legas datumbason de CUPS peliloj..."
@@ -11466,34 +12129,45 @@ msgstr "Detektas aparatojn..."
msgid "Test ports"
msgstr "Provu pordojn"
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
msgstr ""
+#: ../../standalone/scannerdrake_.c:56
+#, fuzzy, c-format
+msgid "%s found on %s, configure it?"
+msgstr "u vi deziras konfiguri printilon?"
+
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:65
#, fuzzy
msgid "Select a scanner"
msgstr "Elektu grafikan karton"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr ""
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, 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:95
+#: ../../standalone/scannerdrake_.c:109
#, fuzzy
msgid "choose device"
msgstr "Starta aparato"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -11501,7 +12175,7 @@ msgid ""
"section."
msgstr ""
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -11509,41 +12183,18 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
"Some devices in the %s class were added:\n"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:30
-msgid "Firewalling Configuration"
-msgstr "Konfigurao de barilo"
-
-#: ../../standalone/tinyfirewall_.c:43
-msgid "Firewalling configuration"
-msgstr "Konfigurao de barilo"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "Elektu vian lingvon"
@@ -11617,169 +12268,7 @@ msgstr "Instalu sistemon"
msgid "Exit install"
msgstr "Eliru instalprogramon"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Ne povis malfermi %s por skribi: %s\n"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Konfigurao de barilo"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:230
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Preparas instaladon"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
@@ -11914,6 +12403,11 @@ msgid "Graphical Environment"
msgstr ""
#: ../../share/compssUsers:999
+#, fuzzy
+msgid "Development"
+msgstr "Programisto"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr ""
@@ -12026,99 +12520,31 @@ msgstr "Plurmedia - KD-ROM Kreado"
msgid "Scientific Workstation"
msgstr "Laborstacio"
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
+#~ msgid "LBA (doesn't work on old BIOSes)"
+#~ msgstr "LBA (ne funkcias kun malnovaj BIOSoj)"
-#, fuzzy
-#~ 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 ""
-#~ "vi devus uzi i tiun nivelon zorge. i faras vian komputilon pli facila\n"
-#~ "por uzi, sed delikatega: vi devus neniam uzi i surrete.\n"
-#~ "i ne havas pasvortojn."
+#~ msgid "You don't have any partitions!"
+#~ msgstr "Vi ne havas iujn ajn subdiskojn!"
-#, fuzzy
#~ msgid ""
-#~ "With this security level, the use of this system as a server becomes "
-#~ "possible.\n"
-#~ " The security is now high enough to use the system as a "
-#~ "server which can accept\n"
-#~ " connections from many clients. Note: if your machine is "
-#~ "only a client on the Internet, you should choose a lower level."
+#~ "DiskDrake failed to read correctly the partition table.\n"
+#~ "Continue at your own risk!"
#~ msgstr ""
-#~ "Kun i tiu sekurnivelo, uzado de i tiu komputilo kiel servilo eblias.\n"
-#~ "La sekureco nun estas sufie alta por uzi la sistemon kiel servilo kiu\n"
-#~ "akceptas konektojn de multaj klientoj."
-
-#, fuzzy
-#~ msgid "Basic Options"
-#~ msgstr "Opcioj"
+#~ "DiskDrake malsukcesis uste legi la subdisktabelon.\n"
+#~ "Dari je via propra risko!"
-#, fuzzy
-#~ msgid "Security Checks"
-#~ msgstr "Elektas sekurnivelon"
-
-#, fuzzy
-#~ msgid "Please choose your CD space"
-#~ msgstr "Bonvole, elektu vian klavaran aranon."
-
-#, fuzzy
-#~ msgid "Please enter the cd writer speed"
-#~ msgstr "Bonvole, provu la muson"
-
-#, fuzzy
-#~ msgid "Please check if you want to include install boot on your CD."
-#~ msgstr "Bonvole, elektu la pakaojn kiujn vi deziras instali."
-
-#, fuzzy
-#~ msgid "Url should begin with 'ftp:'"
-#~ msgstr "Prokura servilo devus esti ftp://..."
-
-#, fuzzy
#~ msgid ""
-#~ "Please check if you want to include\n"
-#~ " install boot on your CD."
-#~ msgstr "Bonvole, elektu la pakaojn kiujn vi deziras instali."
-
-#, fuzzy
-#~ msgid "Windows PDC"
-#~ msgstr "Forigu Vindozon"
-
-#, fuzzy
-#~ msgid "Tamil"
-#~ msgstr "Tabelo"
-
-#, fuzzy
-#~ msgid "PDC Server Name"
-#~ msgstr "NTP Servilo"
-
-#, fuzzy
-#~ msgid "Set up printer manually"
-#~ msgstr "Malproksima printilo"
-
-#, fuzzy
-#~ msgid "Installing HPOJ package..."
-#~ msgstr "Instalanta pakao %s"
-
-#, fuzzy
-#~ msgid "Installing SANE packages..."
-#~ msgstr "Instalanta pakao %s"
+#~ "I can't read your partition table, it's too corrupted for me :(\n"
+#~ "I'll try to go on blanking bad partitions"
+#~ msgstr ""
+#~ "Mi ne povas legi vian subdisktabelon, i estas tro difektita por mi :(\n"
+#~ "Mi penos dari per blankigi difektitajn subdiskojn"
-#, fuzzy
-#~ msgid "Installing mtools packages..."
-#~ msgstr "Instalanta pakao %s"
+#~ msgid "Firewalling Configuration"
+#~ msgstr "Konfigurao de barilo"
-#, fuzzy
-#~ msgid "Making printer port available for CUPS..."
-#~ msgstr "Legas datumbason de CUPS peliloj..."
-
-#, fuzzy
-#~ msgid "Control Center"
-#~ msgstr "Konekti al la interreto"
+#~ msgid "Firewalling configuration"
+#~ msgstr "Konfigurao de barilo"
#~ msgid "Choose the tool you want to use"
#~ msgstr "Elektu la ilon kiun vi deziras instali"
@@ -12193,10 +12619,6 @@ msgstr "Laborstacio"
#~ msgid "Select a graphics card"
#~ msgstr "Elektu grafikan karton"
-#~ msgid "Warning: testing this graphics card may freeze your computer"
-#~ msgstr ""
-#~ "Averto: provado de i tiu grafika karto eble svenigos vian komputilon"
-
#~ msgid "Standard VGA, 640x480 at 60 Hz"
#~ msgstr "Normala VGA, 640x480 e 60 hercoj (Hz)"
diff --git a/perl-install/share/po/es.po b/perl-install/share/po/es.po
index 3cd1e2a93..9aea0b46b 100644
--- a/perl-install/share/po/es.po
+++ b/perl-install/share/po/es.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
-"PO-Revision-Date: 2002-08-21 12:50-0300\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
+"PO-Revision-Date: 2002-09-01 18:06-0300\n"
"Last-Translator: Fabian Mandelbaum <fabman@mandrakesoft.com>\n"
"Language-Team: SPANISH <es@li.org>\n"
"MIME-Version: 1.0\n"
@@ -49,19 +49,19 @@ msgstr "32 MB"
msgid "64 MB or more"
msgstr "64 MB o m叩s"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "Elija un servidor X"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "Servidor X"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
msgstr "Configuraci坦n multi-monitor"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -69,27 +69,27 @@ msgstr ""
"Su sistema soporta configuraci坦n multi-monitor.\n"
"多Qu辿 desea hacer?"
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "Seleccione la cantidad de memoria de su tarjeta gr叩fica"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "Configuraci坦n de XFree"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "多Qu辿 tipo de configuraci坦n de XFree desea tener?"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr "Configurar los monitores independientemente"
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr "Usar extensi坦n Xinerama"
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Configurar s坦lo la tarjeta \"%s\"%s"
@@ -100,13 +100,13 @@ msgstr "Configurar s坦lo la tarjeta \"%s\"%s"
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s con aceleraci坦n 3D por hardware"
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -115,17 +115,17 @@ msgstr ""
"Su tarjeta puede admitir aceleraci坦n 3D pero s坦lo con XFree %s.\n"
"XFree %s admite su tarjeta y puede tener mejor comportamiento en 2D."
-#: ../../Xconfig/card.pm_.c:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Su tarjeta puede admitir aceleraci坦n 3D por hardware con XFree %s."
-#: ../../Xconfig/card.pm_.c:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s con aceleraci坦n 3D EXPERIMENTAL por hardware"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -136,7 +136,7 @@ msgstr ""
"ADVIERTA QUE ESTO ES EXPERIMENTAL Y PUEDE COLGAR SU ORDENADOR.\n"
"XFree %s admite su tarjeta y puede tener un mejor comportamiento en 2D."
-#: ../../Xconfig/card.pm_.c:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -145,52 +145,53 @@ msgstr ""
"Su tarjeta puede admitir aceleraci坦n 3D por hardware con XFree %s,\n"
"ADVIERTA QUE ESTO ES EXPERIMENTAL Y PUEDE COLGAR SU ORDENADOR."
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (instalaci坦n del controlador de la pantalla)"
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "Personalizada"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
msgid "Graphic Card"
msgstr "Tarjeta gr叩fica"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "Resoluci坦n"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr "Probar"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opciones"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "Aceptar"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Salir"
@@ -207,27 +208,27 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "Elija un monitor"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr "Plug'n Play"
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "Gen辿rico"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
msgid "Vendor"
msgstr "Fabricante"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr "Fall坦 la prueba Plug'n Play. Por favor, elija un monitor espec鱈fico"
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -251,11 +252,11 @@ msgstr ""
"puede da単ar su monitor.\n"
" En caso de duda, elija una configuraci坦n conservadora."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "Frecuencia de barrido horizontal"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "Frecuencia de barrido vertical"
@@ -292,36 +293,40 @@ msgstr "Elija la resoluci坦n y la profundidad de colores"
msgid "Graphics card: %s"
msgstr "Tarjeta gr叩fica: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "Cancelar"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "Probar la configuraci坦n"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "多Desea probar la configuraci坦n?"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "Probar la configuraci坦n"
+#: ../../Xconfig/test.pm_.c:31
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Advertencia: probar esta tarjeta de v鱈deo puede colgar su computadora"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -464,26 +469,22 @@ msgstr "Arrancar desde DOS/Windows (loadlin)"
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "Opciones principales del cargador de arranque"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "Cargador de arranque a usar"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "Instalaci坦n del cargador de arranque"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "Dispositivo de arranque"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (no funciona con BIOS antiguos)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "Compacto"
@@ -500,16 +501,17 @@ msgstr "Modo de v鱈deo"
msgid "Delay before booting default image"
msgstr "Demora antes de arrancar la imagen predeterminada"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Contrase単a"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "Contrase単a (de nuevo)"
@@ -545,14 +547,14 @@ msgstr ""
"La opci坦n \"Restringir las opciones de la l鱈nea de comandos\"\n"
"no tiene sentido sin contrase単a"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "Vuelva a intentarlo, por favor"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "Las contrase単as no coinciden"
@@ -602,16 +604,16 @@ msgstr ""
"Aqu鱈 est叩n las diferentes entradas.\n"
"Puede a単adir otras o cambiar las que ya existen."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Agregar"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "Hecho"
@@ -623,7 +625,7 @@ msgstr "Modificar"
msgid "Which type of entry do you want to add?"
msgstr "多Qu辿 tipo de entrada desea a単adir?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linux"
@@ -717,13 +719,13 @@ msgstr "多Tiene alguna otra?"
msgid "Do you have any %s interfaces?"
msgstr "多Tiene alguna interfaz %s?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "No"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "S鱈"
@@ -825,38 +827,46 @@ msgstr "permitir \"su\""
msgid "access to administrative files"
msgstr "acceso a archivos administrativos"
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+msgid "access to network tools"
+msgstr "acceso a herramientas de red"
+
+#: ../../any.pm_.c:755
+msgid "access to compilation tools"
+msgstr "acceso a herramientas de compilaci坦n"
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(%s ya fue a単adido)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "Esta contrase単a es demasiado sencilla"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "Introduzca el nombre de usuario"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"El nombre de usuario (login) s坦lo debe contener letras, n炭meros, `-' y `_'"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:768
msgid "The user name is too long"
msgstr "El nombre de usuario es muy largo"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "Este nombre de usuario ya fue a単adido"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "A単adir un usuario"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -865,32 +875,32 @@ msgstr ""
"Introduzca un usuario\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "Aceptar el usuario"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "Nombre y apellidos"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Nombre del usuario"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "Icono"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "Entrada autom叩tica"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -898,19 +908,19 @@ msgstr ""
"Puede configurar su computadora para que entre autom叩ticamente\n"
"en sesi坦n con un usuario dado al arrancar. 多Desea esa funcionalidad?"
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "Elija el usuario predeterminado:"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "Elija el gestor de ventanas a ejecutar:"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
msgid "Please choose a language to use."
msgstr "Por favor, elija el idioma a usar."
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -918,35 +928,35 @@ msgid ""
msgstr ""
"Puede elegir otros idiomas, que estar叩n disponibles despu辿s de la instalaci坦n"
-#: ../../any.pm_.c:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Todo"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "Allow all users"
msgstr "Permitir a todos los usuarios"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "No sharing"
msgstr "No compartir"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Se necesita instalar el paquete %s. 多Quiere instalarlo?"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "Puede exportar usando NFS o Samba. 多Cu叩l elige"
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Falta el paquete obligatorio %s"
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
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,11 +970,11 @@ msgstr ""
"\n"
"\"Personalizar\" permite una granularidad por usuario.\n"
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr "Lanzar userdrake"
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -972,31 +982,31 @@ msgstr ""
"La compartici坦n por usuario utiliza el grupo \"fileshare\". \n"
"Puede utilizar userdrake para a単adir un usuario a este grupo."
-#: ../../any.pm_.c:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "Bienvenidos, crackers"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "Pobre"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Est叩ndar"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "Alta"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
msgid "Higher"
msgstr "M叩s alta"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "Paranoica"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
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 +1016,7 @@ msgstr ""
"usar, pero tambi辿n mucho m叩s vulnerable: no debe usarse para una m叩quina\n"
"conectada en red con otras o a Internet. No hay contrase単as de acceso."
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1014,7 +1024,7 @@ msgstr ""
"Las contrase単as est叩n activadas, pero tampoco se recomienda usar este\n"
"nivel para un ordenador conectado a una red."
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1022,7 +1032,7 @@ msgstr ""
"ste es el nivel de seguridad est叩ndar recomendado para una m叩quina que se\n"
"utilizar叩 para conectarse a la Internet como cliente."
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1030,7 +1040,7 @@ msgstr ""
"Ya hay algunas restricciones, y todas las noches se corren m叩s "
"verificaciones autom叩ticas."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1045,7 +1055,7 @@ msgstr ""
"servidor que acepte conexiones de m炭ltiples clientes. Nota: si su m叩quina "
"s坦lo es un cliente en la Internet, mejor deber鱈a elegir un nivel inferior."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1053,30 +1063,30 @@ msgstr ""
"Basado en el nivel anterior, pero el sistema est叩 completamente cerrado.\n"
"Las caracter鱈sticas de seguridad est叩n al m叩ximo."
-#: ../../any.pm_.c:1091
+#: ../../any.pm_.c:1094
msgid "DrakSec Basic Options"
msgstr "Opciones b叩sicas de DrakSec"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
msgid "Please choose the desired security level"
msgstr "Por favor, elija el nivel de seguridad deseado"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
msgid "Security level"
msgstr "Nivel de seguridad"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
msgid "Use libsafe for servers"
msgstr "Utilizar libsafe para los servidores"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Una biblioteca que le defiende ante ataques de desbordamiento de b炭fer y "
"ataques con cadenas de formato."
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr "Administrador de la seguridad (login o correo electr坦nico)"
@@ -1108,57 +1118,57 @@ 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:935
+#: ../../bootloader.pm_.c:932
msgid "Welcome to GRUB the operating system chooser!"
msgstr "臓Bienvenido a GRUB, el selector de SO de arranque!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:935
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Use las teclas %c y %c para seleccionar una entrada."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:938
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Pulse intro para iniciar el SO elegido, pulse 'e' para editar"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:941
msgid "commands before booting, or 'c' for a command-line."
msgstr "los comandos antes de iniciar, o pulse 'c' para una linea de comandos."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:944
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Se va a iniciar la entrada resaltada en %d segundos."
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:948
msgid "not enough room in /boot"
msgstr "no hay espacio suficiente en /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "Escritorio"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "Men炭 inicio"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "No puede instalar el cargador de arranque en una partici坦n %s\n"
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr "todav鱈a no est叩 implementada la ayuda.\n"
@@ -1166,8 +1176,8 @@ msgstr "todav鱈a no est叩 implementada la ayuda.\n"
msgid "Boot Style Configuration"
msgstr "Configuraci坦n del estilo de arranque"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Archivo"
@@ -1177,7 +1187,7 @@ msgstr "/_Archivo"
msgid "/File/_Quit"
msgstr "/Archivo/_Salir"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>S"
@@ -1218,54 +1228,59 @@ msgstr "Instalar temas"
msgid "Display theme under console"
msgstr "Mostrar tema bajo la consola"
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+msgid "Create new theme"
+msgstr "Crear un tema nuevo"
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr "No se puede crear previsualizaci坦n de Bootsplash"
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "Error"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr "Copiar %s a %s.old"
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
msgstr "no se puede hacer copia de respaldo del mensaje de LiLo"
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, c-format
msgid "Copy %s to %s"
msgstr "Copiar %s a %s"
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr "no se puede cambiar el mensaje de LiLo"
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr "no se encuentra el mensaje de LiLo"
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr "No se puede escribir /etc/sysconfig/bootsplash."
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, c-format
msgid "Write %s"
msgstr "Escribir %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
@@ -1273,17 +1288,17 @@ msgstr ""
"No se puede escribir /etc/sysconfig/bootsplash\n"
"No se encuentra el archivo."
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr "No se puede ejecutar mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr "Construir initrd mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
@@ -1292,23 +1307,24 @@ msgstr ""
"Ejecute \"lilo\" como root en la l鱈nea de comandos para completar la "
"instalaci坦n del tema de LiLo."
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr "Volver a ejecutar 'lilo'"
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
msgid "Notice"
msgstr "Nota"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr "Instalaci坦n satisfactoria de LiLo y temas de Bootsplash"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "Theme installation failed!"
msgstr "臓Fall坦 la instalaci坦n de los temas!"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1317,22 +1333,21 @@ msgstr ""
"En este momento est叩 usando %s como gestor de arranque.\n"
"Haga click sobre configurar para lanzar el asistente de configuraci坦n."
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Configurar"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
msgid "Splash selection"
msgstr "Selecci坦n de Splash"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
msgid "Themes"
msgstr "Temas"
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1346,44 +1361,44 @@ msgstr ""
"puede elegirlos\n"
"por separado"
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr "Pantalla de LiLo"
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr "Bootsplash"
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr "Modo del sistema"
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr "Lanzar el sistema X-Window al comenzar"
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr "No, no deseo entrada autom叩tica"
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "S鱈, deseo entrada autom叩tica con este (usuario, escritorio)"
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr "Aceptar"
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "臓no se puede abrir /etc/inittab para lectura: %s !"
@@ -1482,45 +1497,50 @@ msgstr "Austria"
msgid "United States"
msgstr "Estados Unidos"
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-msgid "Unknown Model"
-msgstr "Modelo desconocido"
-
#: ../../diskdrake/dav.pm_.c:23
msgid "New"
msgstr "Nuevo"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "Desmontar"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "Montar"
+
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "Servidor"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Punto de montaje"
-#: ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/dav.pm_.c:81
msgid "Please enter the WebDAV server URL"
msgstr "Por favor, ingrese la URL del servidor WebDAV"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
msgid "The URL must begin with http:// or https://"
msgstr "La URL deber鱈a empezar con http:// o https://"
-#: ../../diskdrake/dav.pm_.c:92
+#: ../../diskdrake/dav.pm_.c:105
msgid "Server: "
msgstr "Servidor: "
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Punto de montaje: "
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Opciones: %s"
@@ -1529,8 +1549,9 @@ msgstr "Opciones: %s"
msgid "Please make a backup of your data first"
msgstr "Por favor, haga primero una copia de seguridad de sus datos"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "臓Lea con cuidado!"
@@ -1568,10 +1589,14 @@ msgid "Please click on a partition"
msgstr "Por favor, haga clic sobre una partici坦n"
#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "Detalles"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+msgid "No hard drives found"
+msgstr "臓No se encontraron discos r鱈gidos!"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1596,13 +1621,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "Intercambio"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "Vac鱈o"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "Otros"
@@ -1610,12 +1635,12 @@ msgstr "Otros"
msgid "Filesystem types:"
msgstr "Tipos de sistemas de archivos:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "Crear"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "Tipo"
@@ -1625,7 +1650,7 @@ msgstr "Tipo"
msgid "Use ``%s'' instead"
msgstr "Use \"%s\" en su lugar"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "Borrar"
@@ -1633,79 +1658,79 @@ msgstr "Borrar"
msgid "Use ``Unmount'' first"
msgstr "Use \"Desmontar\" primero"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"Se perder叩n todos los datos de la partici坦n %s despu辿s de cambiar su tipo"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose a partition"
msgstr "Elija una partici坦n"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose another partition"
msgstr "Elija otra partici坦n"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
msgid "Exit"
msgstr "Salir"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "Cambiar al modo experto"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "Cambiar al modo normal"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "Deshacer"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "多Seguir adelante?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "Salir sin grabar"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "多Salir del programa sin grabar la tabla de particiones?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
msgid "Do you want to save /etc/fstab modifications"
msgstr "多Desea guardar las modificaciones en /etc/fstab?"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "Asignaci坦n autom叩tica"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "Borrar todas"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "M叩s"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
msgid "Hard drive information"
msgstr "Informaci坦n del disco r鱈gido"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "Todas las particiones primarias est叩n usadas"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "No se pueden agregar m叩s particiones"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1713,31 +1738,31 @@ msgstr ""
"Por favor, para tener m叩s particiones borre alguna para poder crear una "
"partici坦n extendida"
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
msgid "Save partition table"
msgstr "Guardar la tabla de particiones"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
msgid "Restore partition table"
msgstr "Restaurar la tabla de particiones"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "Rescatar la tabla de particiones"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
msgid "Reload partition table"
msgstr "Volver a cargar la tabla de particiones"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
msgid "Removable media automounting"
msgstr "Montaje autom叩tico de dispositivos extra鱈bles"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "Elija un archivo"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1745,11 +1770,11 @@ msgstr ""
"La tabla de particiones de respaldo no tiene\n"
"el mismo tama単o. 多Desea continuar de todas formas?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "Advertencia"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1757,79 +1782,71 @@ msgstr ""
"Inserte un disquete en la unidad\n"
"Se perder叩n todos los datos del disquete"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "Tratando de rescatar la tabla de particiones"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
msgid "Detailed information"
msgstr "Informaci坦n detallada"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "Redimensionar"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "Desplazar"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "Formatear"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Montar"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "A単adir al RAID"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "A単adir al LVM"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Desmontar"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "Quitar del RAID"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "Quitar del LVM"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "Modificar el RAID"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "Usar para loopback"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "Crear una partici坦n nueva"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "Sector de comienzo: "
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "Tama単o en MB: "
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "Tipo de sistema de. archivos: "
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "Preferencia: "
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
msgid ""
"You can't create a new partition\n"
"(since you reached the maximal number of primary partitions).\n"
@@ -1839,33 +1856,33 @@ msgstr ""
"(debido a que alcanz坦 la cantidad m叩xima de particiones primarias).\n"
"Primero debe quitar una partici坦n primaria y crear una partici坦n extendida."
-#: ../../diskdrake/interactive.pm_.c:494
+#: ../../diskdrake/interactive.pm_.c:499
msgid "Remove the loopback file?"
msgstr "多Borrar el archivo de loopback?"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "Cambiar el tipo de partici坦n"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "多Qu辿 sistema de archivos desea?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr "Cambiando de ext2 a ext3"
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "多Donde desea montar el archivo de loopback %s?"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "多D坦nde desea montar el dispositivo %s?"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1874,138 +1891,138 @@ msgstr ""
"se usa para un montaje en loopback.\n"
"Quite el montaje de loopback primero"
-#: ../../diskdrake/interactive.pm_.c:584
+#: ../../diskdrake/interactive.pm_.c:594
#, c-format
msgid "Where do you want to mount %s?"
msgstr "多D坦nde desea montar a %s?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "Calculando los l鱈mites del sistema de archivos FAT"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "Redimensionando"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr "Esta partici坦n no es redimensionable"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr ""
"Deber鱈a hacer una copia de seguridad de todos los datos de esta partici坦n"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Se perder叩n todos los datos de la partici坦n %s tras cambiar su tama単o"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "Eligiendo el tama単o nuevo"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
msgid "New size in MB: "
msgstr "Tama単o nuevo en MB: "
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "多A qu辿 disco desea desplazarla?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "Sector"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "多A qu辿 sector desea desplazarla?"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "Desplazando"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "Desplazando una partici坦n..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "Elegir un RAID existente al que a単adir"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "nuevo"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "Elegir un LVM existente al que a単adir"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr "多nombre de LVM?"
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "Esta partici坦n no puede usarse para el loopback"
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "Nombre del archivo de loopback: "
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
msgid "Give a file name"
msgstr "Indique el nombre de un archivo"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr ""
"El archivo ya lo utiliza otro dispositivo loopback.\n"
"Elija otro archivo, por favor"
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr "El archivo ya existe. 多Desea usarlo?"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
msgid "Mount options"
msgstr "Opciones de montaje"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr "Varios"
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "dispositivo"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "nivel"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "tama単o de los bloques"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr "Cuidado: esta operaci坦n es peligrosa."
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "多Qu辿 tipo de particionamiento?"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, c-format
msgid "The package %s is needed. Install it?"
msgstr "Se necesita el paquete %s. 多Desea instalarlo?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2017,7 +2034,7 @@ msgstr ""
"que\n"
"no funcione), o bien no utiliza LILO (y entonces no necesita /boot)"
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2029,7 +2046,7 @@ msgstr ""
"Si piensa usar el cargador de arranque LILO, tenga en cuenta que tiene\n"
"que a単adir una partici坦n /boot"
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2039,44 +2056,44 @@ msgstr ""
"Ning炭n cargador de arranque es capaz de manejarlo sin una partici坦n /boot.\n"
"As鱈 que tenga en cuenta que tiene que a単adir una partici坦n /boot."
-#: ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "臓Se escribir叩 al disco la tabla de particiones de la unidad %s!"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr "Necesita reiniciar el equipo para que la modificaci坦n tenga efecto"
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Se perder叩n todos los datos de la partici坦n %s despu辿s de formatearla"
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "Formateando"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formateando el archivo de loopback %s"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "Formateando la partici坦n %s"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Hide files"
msgstr "Ocultar archivos"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Move files to the new partition"
msgstr "Mover los archivos a la nueva partici坦n"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2085,83 +2102,83 @@ msgstr ""
"El directorio %s ya tiene algunos datos\n"
"(%s)"
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
msgid "Moving files to the new partition"
msgstr "Moviendo los archivos a la nueva partici坦n"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr "Copiando %s"
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, c-format
msgid "Removing %s"
msgstr "Borrando %s"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr "la partici坦n %s ahora se conoce como %s"
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "Dispositivo: "
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "Letra DOS: %s (simplemente una adivinanza)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "Tipo: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "Nombre: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "Comienzo: sector %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "Tama単o: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s sectores"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "Cilindros %d a %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "Formateado\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "No formateado\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "Montado\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -2170,7 +2187,7 @@ msgstr ""
"Archivo(s) de loopback:\n"
" %s\n"
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2178,27 +2195,27 @@ msgstr ""
"Partici坦n predeterminada de arranque\n"
" (para arranque de MS-DOS, no para lilo)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "Nivel %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "Tama単o de los bloques %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "Discos-RAID %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "Nombre del archivo de loopback: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2210,7 +2227,7 @@ msgstr ""
"una partici坦n de Controlador, probablemente\n"
"deber鱈a dejarla como est叩.\n"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2222,59 +2239,63 @@ msgstr ""
"es para el arranque\n"
"dual de su sistema.\n"
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr "S坦lo lectura"
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "Tama単o: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometr鱈a: %s cilindros, %s cabezas, %s sectores\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "Info: "
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "Discos-LVM %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "Tipo de la tabla de particiones: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, c-format
msgid "on channel %d id %d\n"
msgstr "en el canal %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
msgid "Filesystem encryption key"
msgstr "Clave de cifrado del sistema de archivos"
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr "Elija la clave de cifrado de su sistema de archivos"
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
"Esta clave de cifrado es demasiado simple\n"
"(tiene que tener por lo menos una longitud de %d caracteres)"
-#: ../../diskdrake/interactive.pm_.c:1180
+#: ../../diskdrake/interactive.pm_.c:1191
msgid "The encryption keys do not match"
msgstr "Las claves de cifrado no coinciden"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr "Clave de cifrado"
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr "Clave de cifrado (otra vez)"
@@ -2312,7 +2333,7 @@ msgstr ""
"Por favor, ingrese su nombre de usuario, contrase単a y nombre de dominio para "
"acceder a este host."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
msgid "Username"
msgstr "Nombre de usuario"
@@ -2324,23 +2345,23 @@ msgstr "Dominio"
msgid "Search servers"
msgstr "Buscar servidores"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formateo de %s fall坦"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "No s辿 c坦mo formatear %s en el tipo %s"
-#: ../../fs.pm_.c:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "fall坦 el montaje de la partici坦n %s en el directorio %s"
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "error desmontando %s: %s"
@@ -2357,33 +2378,52 @@ msgstr "con /usr"
msgid "server"
msgstr "servidor"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"No se puede leer la tabla de particiones de %s, est叩 demasiado corrupta :(\n"
+"Se puede seguir, borrando las particiones malas (臓perder叩 TODOS LOS "
+"DATOS!).\n"
+"La otra soluci坦n es no permitir que DrakX modifique la tabla de "
+"particiones.\n"
+"(el error es %s)\n"
+"\n"
+"多Est叩 de acuerdo en perder todas las particiones?\n"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "No se puede usar JFS para particiones menores de 32MB"
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "No se puede usar ReiserFS para particiones menores de 32MB"
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "Los puntos de montaje deben comenzar con una /"
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Ya existe una partici坦n con el punto de montaje %s\n"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "No puede usar un Volumen L坦gico LVM para el punto de montaje %s"
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr "Este directorio deber鱈a permanecer dentro del sistema de archivos ra鱈z"
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
"point\n"
@@ -2391,106 +2431,149 @@ msgstr ""
"Necesita un sistema de archivos verdadero (ext2/ext3, reiserfs, xfs o jfs) "
"para este punto de montaje\n"
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr ""
"No puede usar un sistema de archivos cifrado para el punto de montaje %s"
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
msgid "Not enough free space for auto-allocating"
msgstr "No hay espacio libre suficiente para la asignaci坦n autom叩tica"
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr "Nada para hacer"
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Error al abrir %s para escribir: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr "No hay controlador alternativo"
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+"No hay contrlador alternativo OSS/ALSA conocido para su tarjeta de sonido (%"
+"s)"
+
+#: ../../harddrake/sound.pm_.c:158
+msgid "Sound configuration"
+msgstr "Configuraci坦n de sonido"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
msgstr ""
-"Ocurri坦 un error - no se encontr坦 ning炭n dispositivo v叩lido para crear los "
-"nuevos sistemas de archivos. Por favor, verifique su equipo para saber la "
-"raz坦n de este fallo"
+"Aqu鱈 puede seleccionar un controlador alternativo (OSS o ALSA) para su "
+"tarjeta de sonido (%s)"
+
+#: ../../harddrake/sound.pm_.c:162
+msgid "Driver:"
+msgstr "Controlador:"
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "臓No tiene ninguna partici坦n!"
+#: ../../harddrake/sound.pm_.c:173
+msgid "No known driver"
+msgstr "No hay controlador conocido"
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr "No hay un controlador conocido para su tarjeta de sonido (%s)"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/sound.pm_.c:177
+msgid "Unkown driver"
+msgstr "Controlador desconocido"
+
+#: ../../harddrake/sound.pm_.c:178
+#, fuzzy, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
+"No est叩 listado el contrlador \"%s\" para su tarjeta de sonido\n"
+"\n"
+"Por favor, env鱈e la salida del comando \"lspcidrake -v\" a\n"
+"Thierry Vignaud <tvignaud at mandrakesoft dot com>\n"
+"con el tema: unlisted sound driver"
+
+#: ../../harddrake/ui.pm_.c:16
msgid "Model"
msgstr "Modelo"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
msgid "hard disk model"
msgstr "modelo de disco r鱈gido"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "Channel"
msgstr "Canal"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr "canal EIDE/SCSI"
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr "Bus"
-#: ../../harddrake/ui.pm_.c:19
+#: ../../harddrake/ui.pm_.c:20
msgid ""
"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
msgstr ""
"esto es el bus f鱈sico sobre el cual se conecta el dispositivo (ej.: PCI, "
"USB, ...)"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "Module"
msgstr "M坦dulo"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr "el m坦dulo del n炭cleo GNU/Linux que maneja ese dispositivo"
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr "Clase de medio"
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr "clase de dispositivo de hardware"
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "Descripci坦n"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr "este campo describe al dispositivo"
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
msgid "Bus identification"
msgstr "Identificaci坦n del bus"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
"- Dispositivos PCI y USB : esto lista el fabricante, dispositivo, "
"subfabricante e id de subdispositivo PCI/USB"
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr "Ubicaci坦n en el bus"
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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"
@@ -2500,49 +2583,61 @@ msgstr ""
"- dispositivos EIDE: el dispositivo es o bien uno maestro o uno esclavo\n"
"- dispositivos SCSI: el bus SCSI y los id de dispositivo SCSI"
-#: ../../harddrake/ui.pm_.c:31
+#: ../../harddrake/ui.pm_.c:32
msgid "Old device file"
msgstr "Archivo de dispositivo antiguo"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr "nombre antiguo de dispositivo est叩tico utilizado en el paquete dev"
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
msgid "New devfs device"
msgstr "Dispositivo devfs nuevo"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
"dispositivo din叩mico nuevo generado por el devfs incorporado del n炭cleo"
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
msgid "Number of buttons"
msgstr "Cantidad de botones"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr "el nombre del fabricante del dispositivo"
-#: ../../harddrake/ui.pm_.c:60
+#: ../../harddrake/ui.pm_.c:38
+#, fuzzy
+msgid "Alternative drivers"
+msgstr "No hay controlador alternativo"
+
+#: ../../harddrake/ui.pm_.c:39
+#, fuzzy
+msgid "the list of alternative drivers for this sound card"
+msgstr ""
+"No hay contrlador alternativo OSS/ALSA conocido para su tarjeta de sonido (%"
+"s)"
+
+#: ../../harddrake/ui.pm_.c:63
msgid "/_Quit"
msgstr "/_Salir"
-#: ../../harddrake/ui.pm_.c:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/A_yuda"
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
msgid "/_Help..."
msgstr "/A_yuda..."
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr "Ayuda de Harddrake"
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
@@ -2550,15 +2645,15 @@ msgstr ""
"Descripci坦n de los campos:\n"
"\n"
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
msgid "/_About..."
msgstr "/_Acerca..."
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr "Acerca de Harddrake"
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
@@ -2567,51 +2662,51 @@ msgstr ""
"Mandrake.\n"
"Versi坦n:"
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
msgid "Author:"
msgstr "Autor:"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr "Harddrake2 versi坦n"
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
msgid "Detected hardware"
msgstr "Hardware detectado"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:105
+msgid "Information"
+msgstr "Informaci坦n"
+
+#: ../../harddrake/ui.pm_.c:108
msgid "Configure module"
msgstr "Configurar m坦dulo"
-#: ../../harddrake/ui.pm_.c:92
-msgid "Informations"
-msgstr "Informaci坦n"
-
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr "Ejecutar herramienta de configuraci坦n"
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
msgid "Detection in progress"
msgstr "Detecci坦n en progreso"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "Espere, por favor"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr "primario"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "secondary"
msgstr "secundario"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr "Aqu鱈 puede configurar cada par叩metro del m坦dulo."
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, c-format
msgid "Running \"%s\" ..."
msgstr "Ejecutando \"%s\" ..."
@@ -2646,15 +2741,15 @@ msgstr ""
"su tarjeta de TV si lo necesita."
#: ../../harddrake/v4l.pm_.c:213
-msgid "Card model :"
+msgid "Card model:"
msgstr "Modelo de la tarjeta :"
#: ../../harddrake/v4l.pm_.c:214
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "Tipo de sintonizador :"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
+msgid "Number of capture buffers:"
msgstr "Cantidad de b炭feres de captura :"
#: ../../harddrake/v4l.pm_.c:215
@@ -2662,11 +2757,11 @@ msgid "number of capture buffers for mmap'ed capture"
msgstr "Cantidad de b炭feres de captura para la captura con mmap"
#: ../../harddrake/v4l.pm_.c:217
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "Configuraci坦n del PLL :"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr "Soporte para radio :"
#: ../../harddrake/v4l.pm_.c:218
@@ -2674,28 +2769,28 @@ msgid "enable radio support"
msgstr "habilitar el soporte para radio"
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
#: ../../help.pm_.c:13
msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2711,7 +2806,7 @@ msgstr ""
"aqu鱈 no podr叩n cambiar nada excepto su configuraci坦n y sus archivos\n"
"propios. Tendr叩 que crear al menos un usuario no privilegiado para Usted\n"
"mismo. Esa cuenta es donde deber鱈a conectarse para el uso diario. Aunque es\n"
-"muy pr叩ctico ingresar como \"root\" diariamente, 臓tambien puede ser muy\n"
+"muy pr叩ctico ingresar como \"root\" diariamente, 臓tambi辿n puede ser muy\n"
"peligroso! El error m叩s leve podr鱈a significar que su sistema deje de\n"
"funcionar. Si comete un error serio como usuario no privilegiado, s坦lo\n"
"puede llegar a perder algo de informaci坦n, pero no todo el sistema.\n"
@@ -2723,7 +2818,7 @@ msgstr ""
"ingresar al sistema. Lo puede cambiar. Luego tendr叩 que ingresar una\n"
"contrase単a aqu鱈. La contrase単a de un usuario no privilegiado (regular) no\n"
"es tan crucial como la de \"root\" desde el punto de vista de la seguridad,\n"
-"pero esto no es raz坦n alguna para obviarla - despues de todo, son sus\n"
+"pero esto no es raz坦n alguna para obviarla: despu辿s de todo, son sus\n"
"archivos los que est叩n en riesgo.\n"
"\n"
"Si hace clic sobre \"Aceptar usuario\", entonces puede agregar tantos como\n"
@@ -2735,7 +2830,7 @@ msgstr ""
"predeterminado para ese usuario (bash por defecto)."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
#: ../../help.pm_.c:41
msgid ""
"Listed above are the existing Linux partitions detected on your hard drive.\n"
@@ -2773,7 +2868,7 @@ msgstr ""
"mismas son buenas para las instalaciones m叩s comunes. Si hace cambios, al\n"
"menos debe definir una partici坦n ra鱈z (\"/\"). No elija una partici坦n muy\n"
"peque単a o no podr叩 instalar software suficiente. Si desea almacenar sus\n"
-"datos en una partici坦n separada, tambien puede necesitar crear una\n"
+"datos en una partici坦n separada, tambi辿n puede necesitar crear una\n"
"partici坦n para \"/home\" (s坦lo es posible si tiene m叩s de una partici坦n\n"
"Linux disponible).\n"
"\n"
@@ -2804,19 +2899,19 @@ msgstr ""
"significa \"segunda SCSI ID menor\", etc."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
#: ../../help.pm_.c:72
msgid ""
"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
"knows if a selected package is located on another CD-ROM and will eject the\n"
"current CD and ask you to insert a different one as required."
msgstr ""
-"La instalaci坦n Mandrake Linux se divide en varios CD-ROMs. DrakX sabe si un\n"
-"paquete seleccionado se encuentra en otro CD y expulsar叩 el CD corriente y\n"
-"le pedir叩 que inserte uno diferente cuando sea necesario."
+"La instalaci坦n de Mandrake Linux se divide en varios CD-ROMs. DrakX sabe si\n"
+"un paquete seleccionado se encuentra en otro CD y expulsar叩 el CD corriente\n"
+"y le pedir叩 que inserte uno diferente cuando sea necesario."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
#: ../../help.pm_.c:77
msgid ""
"It is now time to specify which programs you wish to install on your\n"
@@ -2846,7 +2941,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2877,7 +2972,7 @@ msgstr ""
"pedir叩 que especifique los CDs que tiene (s坦lo en modo Experto). Verifique\n"
"las etiquetas de los CDs y marque las casillas que corresponden a los que\n"
"tiene disponibles para la instalaci坦n. Haga clic sobre \"Aceptar\" cuando\n"
-"este listo para continuar.\n"
+"est辿 listo para continuar.\n"
"\n"
"Los paquetes se ordenan en grupos que corresponden a un uso particular de\n"
"su m叩quina. Los grupos en s鱈 mismos est叩n clasificados en cuatro secciones:\n"
@@ -2921,13 +3016,13 @@ msgstr ""
"para reparar o actualizar un sistema existente."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -2972,7 +3067,7 @@ msgstr ""
"se deben instalar, el proceso puede tardar un rato en completarse. En la\n"
"pantalla se muestra una estimaci坦n del tiempo necesario para completar la\n"
"instalaci坦n para ayudarlo a considerar si tiene tiempo suficiente par\n"
-"disfrutar una taza de cafe.\n"
+"disfrutar una taza de caf辿.\n"
"\n"
"!! Si ha sido seleccionado un paquete de servidor ya sea intencionalmente o\n"
"porque era parte de un grupo completo, se le pedir叩 que confirme que\n"
@@ -2999,14 +3094,14 @@ msgstr ""
"informaci坦n sobre como crear dicho disquete."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -3027,7 +3122,7 @@ msgstr ""
"conectar su computadora a la Internet o a una red de 叩rea local, haga clic\n"
"sobre \"Aceptar\". Se lanzar叩 la detecci坦n autom叩tica de dispositivos de\n"
"red y m坦dems. Si esta detecci坦n falla, quite la marca de la casilla \"Usar\n"
-"detecci坦n autom叩tica\" la pr坦xima vez. Tambien puede elegir no configurar\n"
+"detecci坦n autom叩tica\" la pr坦xima vez. Tambi辿n puede elegir no configurar\n"
"la red, o hacerlo m叩s tarde; en ese caso simplemente haga clic sobre el\n"
"bot坦n \"Cancelar\".\n"
"\n"
@@ -3041,14 +3136,14 @@ msgstr ""
"\n"
"Puede consultar el cap鱈tulo de \"Gu鱈a del Usuario\" sobre las conexiones a\n"
"la Internet para detalles acerca de la configuraci坦n, o simplemente esperar\n"
-"hasta que su sistema este instalado y usar el programa que se describe aqu鱈\n"
+"hasta que su sistema est辿 instalado y usar el programa que se describe aqu鱈\n"
"para configurar su conexi坦n.\n"
"\n"
"Si desea configurar la red m叩s tarde, luego de la instalaci坦n, o si ha\n"
"finalizado de configurar su conexi坦n de red, haga clic sobre \"Cancelar\"."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
#: ../../help.pm_.c:186
msgid ""
"You may now choose which services you wish to start at boot time.\n"
@@ -3085,12 +3180,12 @@ msgstr ""
"realmente necesita. !!"
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
#: ../../help.pm_.c:203
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -3117,7 +3212,7 @@ msgstr ""
"red local."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
#: ../../help.pm_.c:217
msgid ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
@@ -3137,7 +3232,9 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
"X (por X Window System) es el coraz坦n de la interfaz gr叩fica de GNU/Linux\n"
"en el que se apoyan todos los entornos gr叩ficos (KDE, GNOME, AfterStep,\n"
@@ -3153,42 +3250,14 @@ msgstr ""
"asistente de configuraci坦n de X. Para m叩s informaci坦n sobre este asistente\n"
"vea la secci坦n correspondiente del manual.\n"
"\n"
-"Si puede ver el mensaje y responde \"S鱈\", entonces DrakX continuar叩 con el\n"
-"paso siguiente. Si no puede ver el mensaje, simplemente significa que la\n"
-"configuraci坦n no era la correcta y la prueba terminar叩 autom叩ticamente\n"
-"luego de 10 segundos, restaurando la pantalla."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"La primera vez que intenta la configuraci坦n de X Usted puede no estar muy\n"
-"satisfecho con el resultado (la pantalla es muy peque単a, est叩 corrida hacia\n"
-"la izquierda o hacia la derecha...). Es por esto que, incluso si X arranca\n"
-"correctamente, DrakX le preguntar叩 si la configuraci坦n le conviene. Tambien\n"
-"propondr叩 cambiarla mostrando una lista de modos v叩lidos que pudo\n"
-"encontrar, y le pedir叩 que seleccione alguno.\n"
-"\n"
-"Como 炭ltimo recurso, si todav鱈a no puede hacer que X funcione, elija\n"
-"\"Cambiar la tarjeta gr叩fica\", seleccione \"Tarjeta no listada\", y cuando\n"
-"se le pregunte acerca de que servidor desea elija \"FBDev\". Esta es una\n"
-"opci坦n a prueba de fallos que funciona con cualquier tarjeta gr叩fica\n"
-"moderna. Luego elija \"Probar nuevamente\" para estar seguro que funciona."
+"Si puede ver el mensaje durante la prueba, y responde \"S鱈\", entonces\n"
+"DrakX continuar叩 con el paso siguiente. Si no puede ver el mensaje,\n"
+"simplemente significa que la configuraci坦n no era la correcta y la prueba\n"
+"terminar叩 autom叩ticamente luego de 10 segundos, restaurando la pantalla.\n"
+"Consulte la secci坦n de configuraci坦n de v鱈deo de la gu鱈a del usuario para\n"
+"m叩s informaci坦n sobre como configurar su pantalla."
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -3196,15 +3265,10 @@ msgid ""
"act as a server, or if you were not successful in getting the display\n"
"configured."
msgstr ""
-"Finalmente, se le preguntar叩 si desea ver la interfaz gr叩fica en el\n"
-"arranque. Note que esta pregunta se le formula incluso si eligi坦 no probar\n"
-"la configuraci坦n. Obviamente, querr叩 responder \"No\" si su m叩quina va a\n"
-"actuar como un servidor, o si no tuvo exito con la configuraci坦n de la\n"
-"pantalla."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:256
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:246
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"
@@ -3224,10 +3288,10 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
"El CD-ROM de Mandrake Linux tiene un modo de rescate incorporado. Usted\n"
"puede acceder al mismo arrancando desde el CD-ROM, presionando la tecla\n"
@@ -3236,7 +3300,7 @@ msgstr ""
"recurrir a este paso al menos en dos situaciones:\n"
"\n"
" * cuando instala el cargador de arranque, DrakX sobreescribir叩 el sector\n"
-"de arranque (MBR) de su disco principal (a menos que este utilizando otro\n"
+"de arranque (MBR) de su disco principal (a menos que est辿 utilizando otro\n"
"administrador de arranque) de forma tal que pueda iniciar o bien Windows o\n"
"bien GNU/Linux (asumiendo que tiene Windows en su sistema). Si necesita\n"
"volver a instalar Windows, el proceso de instalaci坦n de Microsoft\n"
@@ -3249,14 +3313,14 @@ msgstr ""
"sistema que colaps坦 debido a una falla de energ鱈a, un error de tecleo\n"
"infortunado, un error en una contrase単a, o cualquier otro motivo.\n"
"\n"
-"Cuando haga clic sobre este paso se le pedir叩 que inserte un disquete\n"
-"dentro de la disquetera. El disquete que insertar叩 debe estar vac鱈o o\n"
-"contener datos que no necesite. No tendr叩 que formatearlo ya que DrakX\n"
-"sobreescribir叩 el disquete por completo."
+"Si dice \"S鱈\", se le pedir叩 que inserte un disquete dentro de la\n"
+"disquetera. El disquete que inserte debe estar vac鱈o o contener datos que\n"
+"no necesite. No tendr叩 que formatearlo ya que DrakX sobreescribir叩 el\n"
+"disquete por completo."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:280
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:270
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
"Linux operating system on your hard drive. If your hard drive is empty or\n"
@@ -3289,7 +3353,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3322,7 +3388,9 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
"Ahora necesita elegir el lugar de su disco r鱈gido donde se instalar叩 su\n"
"sistema operativo Mandrake Linux. Si su disco r鱈gido est叩 vac鱈o o si un\n"
@@ -3357,7 +3425,9 @@ msgstr ""
"\n"
" * \"Usar partici坦n existente\": el asistente ha detectado una o m叩s\n"
"particiones Linux existentes en su disco r鱈gido. Si desea utilizarlas,\n"
-"elija esta opci坦n.\n"
+"elija esta opci坦n. Si lo hace se le pedir叩 que elija los puntos de montaje\n"
+"asociados a cada una de las particiones. Los puntos de montaje legados se\n"
+"seleccionan autom叩ticamente, y por lo general deber鱈a mantenerlos.\n"
"\n"
" * \"Usar el espacio libre en la partici坦n Windows\": si Microsoft Windows\n"
"est叩 instalado en su disco r鱈gido y ocupa todo el espacio disponible en el\n"
@@ -3365,12 +3435,12 @@ msgstr ""
"hacerlo, puede borrar su partici坦n y datos Microsoft Windows (vea las\n"
"soluciones \"Borrar el disco completo\" o \"Modo experto\") o cambie el\n"
"tama単o de su partici坦n Windows. El cambio de tama単o se puede realizar sin\n"
-"la perdida de datos, siempre y cuando Usted ha desfragmentado con\n"
-"anterioridad la partici坦n Windows. Tambien se recomienda hacer una copia de\n"
+"la p辿rdida de datos, siempre y cuando Usted ha desfragmentado con\n"
+"anterioridad la partici坦n Windows. Tambi辿n se recomienda hacer una copia de\n"
"respaldo de sus datos.. Se recomienda esta soluci坦n si desea utilizar tanto\n"
"Mandrake Linux como Microsoft Windows en la misma computadora.\n"
"\n"
-" Antes de elegir esta opci坦n, por favor comprenda que despues de este\n"
+" Antes de elegir esta opci坦n, por favor comprenda que despu辿s de este\n"
"procedimiento, el tama単o de su partici坦n Microsoft Windows ser叩 m叩s peque単o\n"
"que ahora. Tendr叩 menos espacio bajo Microsoft Windows para almacenar sus\n"
"datos o instalar software nuevo.\n"
@@ -3378,7 +3448,7 @@ msgstr ""
" * \"Borrar el disco entero\": si desea borrar todos los datos y todas las\n"
"particiones presentes en su disco r鱈gido y reemplazarlas con su nuevo\n"
"sistema Mandrake Linux, elija esta opci坦n. Tenga cuidado con esta soluci坦n\n"
-"ya que no podr叩 revertir su elecci坦n despues de confirmarla.\n"
+"ya que no podr叩 revertir su elecci坦n despu辿s de confirmarla.\n"
"\n"
" !! Si elige esta opci坦n, se perder叩n todos los datos en su disco. !!\n"
"\n"
@@ -3391,11 +3461,13 @@ msgstr ""
" * \"Modo experto\": elija esta opci坦n si desea particionar manualmente su\n"
"disco r鱈gido. Tenga cuidado - esta es una elecci坦n potente pero peligrosa.\n"
"Puede perder todos sus datos con facilidad. Por lo tanto, no elija esta\n"
-"opci坦n a menos que sepa lo que est叩 haciendo."
+"opci坦n a menos que sepa lo que est叩 haciendo. Para saber como utilizar el\n"
+"utilitario DiskDrake que se utiliza aqu鱈, consulte la secci坦n \"Administrar\n"
+"sus particiones\" de la \"\"Gu鱈a del Usuario\"\"."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:347
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3427,7 +3499,7 @@ msgid ""
"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
"\"mformat a:\")"
msgstr ""
-"Aqu鱈 tiene. Ahora la instalaci坦n est叩 completa y su sistema GNU/Linux est叩\n"
+"Ya est叩. Ahora la instalaci坦n est叩 completa y su sistema GNU/Linux est叩\n"
"listo para ser utilizado. Simplemente haga clic sobre \"Aceptar\" para\n"
"volver a arrancar el sistema. Puede iniciar GNU/Linux o Windows, cualquiera\n"
"que prefiera (si est叩 usando el arranque dual) tan pronto como su m叩quina\n"
@@ -3439,9 +3511,9 @@ msgstr ""
" * \"Generar un disquete de instalaci坦n autom叩tica\": para crear un\n"
"disquete de instalaci坦n que realizar叩 una instalaci坦n completa sin la\n"
"asistencia de un operador, similar a la instalaci坦n que ha configurado\n"
-"recien.\n"
+"reci辿n.\n"
"\n"
-" Note que hay dos opciones diferentes disponibles despues de hacer clic\n"
+" Note que hay dos opciones diferentes disponibles despu辿s de hacer clic\n"
"sobre el bot坦n:\n"
"\n"
" * \"Reproducir\" . Esta es una instalaci坦n parcialmente automatizada ya\n"
@@ -3451,7 +3523,7 @@ msgstr ""
"r鱈gido se sobreescribe por completo, y se pierden todos los datos.\n"
"\n"
" Esta caracter鱈stica es muy 炭til cuando se instala una cantidad grande de\n"
-"m叩quinas similares. Vea la secci坦n Auto install (en ingles) en nuestro\n"
+"m叩quinas similares. Vea la secci坦n Auto install (en ingl辿s) en nuestro\n"
"sitio web.\n"
"\n"
" * \"Guardar selecci坦n de paquetes\"(*): guarda la selecci坦n de paquetes\n"
@@ -3463,8 +3535,8 @@ msgstr ""
"teclee \"mformat a:\")"
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:378
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:372
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
"(formatting means creating a filesystem).\n"
@@ -3496,7 +3568,7 @@ msgstr ""
"\n"
"Puede desear volver a formatear algunas particiones ya existentes para\n"
"borrar cualquier dato que pudieran contener. Si as鱈 lo desea, por favor\n"
-"seleccione tambien dichas particiones.\n"
+"seleccione tambi辿n dichas particiones.\n"
"\n"
"Por favor note que no es necesario volver a formatear todas las particiones\n"
"pre-existentes. Debe volver a formatear las particiones que contienen el\n"
@@ -3504,11 +3576,11 @@ msgstr ""
"volver a formatear particiones que contienen datos que desea preservar\n"
"(t鱈picamente \"/home\").\n"
"\n"
-"Tenga sumo cuidado cuando selecciona las particiones. Despues de formatear,\n"
+"Tenga sumo cuidado cuando selecciona las particiones. Despu辿s de formatear,\n"
"se borrar叩n todos los datos en las particiones seleccionadas y no podr叩\n"
"recuperarlos en absoluto.\n"
"\n"
-"Haga clic sobre \"Aceptar\" cuando este listo para formatear las\n"
+"Haga clic sobre \"Aceptar\" cuando est辿 listo para formatear las\n"
"particiones.\n"
"\n"
"Haga clic sobre \"Cancelar\" si desea elegir otra partici坦n para la\n"
@@ -3518,8 +3590,8 @@ msgstr ""
"que se buscar叩n bloques defectuosos en el disco."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:404
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:398
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -3536,13 +3608,13 @@ msgstr ""
"Por favor, tenga paciencia."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:412
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3551,13 +3623,13 @@ msgid ""
"appears: review the selection, and press \"Install\" to retrieve and\n"
"install the selected package(s), or \"Cancel\" to abort."
msgstr ""
-"Puede ser que cuando est叩 instalando Mandrake Linux algunos paquetes se\n"
-"hayan actualizado desde la publicaci坦n inicial. Se pueden haber corregido\n"
-"algunos errores, y solucionado problemas de seguridad. Para permitir que\n"
-"Usted se beneficie de estas actualizaciones, ahora se le propone\n"
-"transferirlas desde la Internet. Elija \"S鱈\" si tiene funcionando una\n"
-"conexi坦n con la Internet, o \"No\" si prefiere instalar los paquetes\n"
-"actualizados m叩s tarde.\n"
+"Es probable que cuando instale Mandrake Linux algunos paquetes se hayan\n"
+"actualizado desde la publicaci坦n inicial. Se pueden haber corregido algunos\n"
+"errores, y solucionado problemas de seguridad. Para permitir que Usted se\n"
+"beneficie de estas actualizaciones, ahora se le propone transferirlas desde\n"
+"la Internet. Elija \"S鱈\" si tiene funcionando una conexi坦n con la\n"
+"Internet, o \"No\" si prefiere instalar los paquetes actualizados m叩s\n"
+"tarde.\n"
"\n"
"Si elije \"S鱈\" se muestra una lista de lugares desde los que se pueden\n"
"obtener las actualizaciones. Elija el m叩s cercano a Usted. Luego aparece un\n"
@@ -3566,8 +3638,8 @@ msgstr ""
"abortar."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:425
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3575,22 +3647,22 @@ msgid ""
"terminate the installation. To continue with the installation, click on the\n"
"\"Accept\" button."
msgstr ""
-"Antes de continuar, deber鱈a leer cuidadosamente los terminos de la\n"
-"licencia. Los mismos cubren a toda la distribuci坦n Mandrake Linux, y si\n"
-"Usted no est叩 de acuerdo con todos los terminos en la misma, haga clic\n"
-"sobre el bot坦n \"Rechazar\". Esto terminar叩 la instalaci坦n inmediatamente.\n"
-"Para continuar con la instalaci坦n, haga clic sobre el bot坦n \"Aceptar\"."
+"Antes de continuar, deber鱈a leer cuidadosamente los t辿rminos de la\n"
+"licencia. La misma cubre a toda la distribuci坦n Mandrake Linux, y si Usted\n"
+"no est叩 de acuerdo con todos los t辿rminos en ella, haga clic sobre el bot坦n\n"
+"\"Rechazar\". Esto terminar叩 la instalaci坦n de inmediato. Para continuar\n"
+"con la instalaci坦n, haga clic sobre el bot坦n \"Aceptar\"."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:432
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
@@ -3605,8 +3677,8 @@ msgstr ""
"Si no sabe que elegir, mantenga la opci坦n predeterminada."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:442
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:436
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3623,26 +3695,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3670,7 +3742,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3678,10 +3750,10 @@ msgid ""
"may find it a useful place to store a spare kernel and ramdisk images for\n"
"emergency boot situations."
msgstr ""
-"Ahora necesita elegir que particiones se utilizar叩n para la instalaci坦n de\n"
+"Ahora necesita elegir qu辿 particiones se utilizar叩n para la instalaci坦n de\n"
"su sistema Mandrake Linux. Si las particiones ya han sido definidas, ya sea\n"
"por una instalaci坦n previa de GNU/Linux o con otra herramienta de\n"
-"particionado, puede utilizarlas. En caso contrario se deben definir\n"
+"particionado, puede utilizarlas. De lo contrario, se deben definir\n"
"particiones en el disco r鱈gido.\n"
"\n"
"Para crear particiones, primero debe seleccionar un disco r鱈gido. Puede\n"
@@ -3695,12 +3767,8 @@ msgstr ""
" * \"Borrar todo\": esta opci坦n borra todas las particiones sobre el disco\n"
"seleccionado.\n"
"\n"
-" * \"Asignaci坦n autom叩tica\": esta opci坦n le permite crear particiones\n"
-"\"Ext2\" y swap autom叩ticamente en el espacio libre de su disco r鱈gido.\n"
-"\n"
-" * \"Rescatar tabla de particiones\": si su tabla de particiones est叩\n"
-"da単ada, puede intentar recuperarla usando esta opci坦n. Por favor, tenga\n"
-"cuidado y recuerde que puede fallar.\n"
+" * \"Asignaci坦n autom叩tica\": esta opci坦n le permite crear particiones ext3\n"
+"y swap autom叩ticamente en el espacio libre de su disco r鱈gido.\n"
"\n"
" * \"M叩s\": le da acceso a caracter鱈sticas adicionales:\n"
"\n"
@@ -3735,7 +3803,7 @@ msgstr ""
"guardar叩 sus cambios en el disco.\n"
"\n"
"Nota: todas las opciones son accesibles por medio del teclado. Navegue a\n"
-"traves de las particiones usando [Tab] y las flechas [Arriba/Abajo].\n"
+"trav辿s de las particiones usando [Tab] y las flechas [Arriba/Abajo].\n"
"\n"
"Cuando se selecciona una partici坦n, puede utilizar:\n"
"\n"
@@ -3747,7 +3815,7 @@ msgstr ""
" * Ctrl-m para configurar el punto de montaje.\n"
"\n"
"Para obtener informaci坦n sobre los distintos tipos de sistemas de archivos\n"
-"disponibles, por favor lea el cap鱈tulo acerca de ext2fs del \"Manual de\n"
+"disponibles, por favor lea el cap鱈tulo acerca de ext2FS del \"Manual de\n"
"Referencia\".\n"
"\n"
"Si est叩 instalando en una m叩quina PPC, querr叩 crear una peque単a partici坦n\n"
@@ -3757,8 +3825,8 @@ msgstr ""
"alternativos para arrancar en situaciones de emergencia."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:513
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:507
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
"Please choose the one you want to resize in order to install your new\n"
@@ -3825,37 +3893,37 @@ msgstr ""
"primer disco o partici坦n se denomina \"C:\")."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:544
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr "Por favor, tenga paciencia. Esta operaci坦n puede tomar varios minutos."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:547
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:541
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
"installation or if you want to have greater control (\"Expert\"). You can\n"
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3864,79 +3932,95 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
"DrakX ahora necesita saber si desea realizar una instalaci坦n por defecto\n"
-"(\"Recomendada\") o si desea tener un control mayor (\"Experto\"). Tambien\n"
+"(\"Recomendada\") o si desea tener un control mayor (\"Experto\"). Tambi辿n\n"
"puede elegir realizar una instalaci坦n nueva o una actualizaci坦n de un\n"
"sistema Mandrake Linux existente:\n"
"\n"
-" * \"Instalar\": el sistema anterior se borrar叩 por completo. De hecho,\n"
+" * \"Instalar\": el sistema anterior se borrar叩 por completo, sin embargo,\n"
"dependiendo de lo que su m叩quina contiene actualmente, podr叩 mantener\n"
"algunas particiones antiguas (Linux u otras) sin cambios;\n"
"\n"
" * \"Actualizaci坦n\": esta clase de instalaci坦n le permite simplemente\n"
"actualizar los paquetes que en este momento est叩n instalados en su sistema\n"
"Mandrake Linux. La misma mantiene las particiones corrientes de sus discos\n"
-"as鱈 como tambien las configuraciones de usuarios. Todos los otros pasos de\n"
-"instalaci坦n permanecen disponibles con respecto a la instalaci坦n simple;\n"
+"as鱈 como tambi辿n las configuraciones de usuarios. Todos los otros pasos de\n"
+"instalaci坦n permanecen disponibles, de manera similar a lo que ocurre con\n"
+"una instalaci坦n normal;\n"
"\n"
-" * \"S坦lo actualizar paquetes\": esta clase completamente nueva le permite\n"
-"actualizar un sistema Mandrake Linux existente a la vez que mantiene todas\n"
-"las configuraciones del sistema sin cambios. Tambien es posible a単adir\n"
+" * \"S坦lo actualizar paquetes\": esta clase nueva de instalaci坦n le permite\n"
+"actualizar un sistema Mandrake Linux existente a la vez que mantiene sin\n"
+"cambios todas las configuraciones del sistema. Tambi辿n es posible a単adir\n"
"paquetes nuevos a la instalaci坦n corriente.\n"
"\n"
"Las actualizaciones deber鱈an funcionar sin problemas para los sistemas\n"
-"Mandrake Linux comenzando desde la versi坦n \"8.1\".\n"
+"Mandrake Linux que contienen la versi坦n \"8.1\" o una posterior.\n"
"\n"
-"Dependiendo de su conocimiento de GNU/Linux, por favor elija una de los\n"
-"opciones siguientes:\n"
+"Dependiendo de su conocimiento de GNU/Linux, elija una de las opciones\n"
+"siguientes:\n"
"\n"
" * Recomendada: elija esta si nunca ha instalado un sistema operativo\n"
"GNU/Linux. La instalaci坦n ser叩 muy f叩cil y s坦lo se le formular叩n unas pocas\n"
"preguntas;\n"
"\n"
-" * Experto: si tiene un conocimiento bueno de GNU/Linux, puede elegir esta\n"
-"clase de instalaci坦n. La instalaci坦n experta le permitir叩 realizar una\n"
-"instalaci坦n altamente personalizada. Contestar a algunas de las preguntas\n"
-"puede ser dif鱈cil si no tiene un buen conocimiento de GNU/Linux, entonces\n"
-"no elija esto a menos que sepa lo que est叩 haciendo."
+" * Experto: si tiene un conocimiento bueno de GNU/Linux, puede que desee\n"
+"realizar una instalaci坦n altamente personalizada. Algunas de las decisiones\n"
+"que tendr叩 que realizar pueden resultar dif鱈ciles si no tiene un buen\n"
+"conocimiento de GNU/Linux, por lo tanto, no se recomienda que aquellos sin\n"
+"una cantidad importante de experiencia elijan esta clase de instalaci坦n.\n"
+"\n"
+"Este manual documentar叩 la instalaci坦n completa de tipo \"Experto\" Si\n"
+"elige la clase de instalaci坦n \"Recomendada\", simplemente ignore los pasos\n"
+"que se presentan aqu鱈 que s坦lo se aplican a la clase de instalaci坦n\n"
+"\"Experto\"."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:584
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
"Normalmente, DrakX selecciona el teclado adecuado para Usted (dependiendo\n"
"del idioma que eligi坦) y Usted ni siquiera ver叩 este paso. Sin embargo,\n"
"podr鱈a no tener un teclado que se corresponde exactamente con su idioma:\n"
-"por ejemplo, si Usted es una persona hispano-parlante que est叩 en Argentina\n"
-"o Mejico, su teclado ser叩 un teclado Latinoamericano, pero si est叩 en\n"
-"Espa単a ser叩 uno Espa単ol. En ambos casos, Usted tendr叩 que volver a este\n"
-"paso de la instalaci坦n y elegir un teclado apropiado de la lista.\n"
+"por ejemplo, si Usted es un argentino que habla ingl辿s, todav鱈a podr鱈a\n"
+"desear que su teclado sea un teclado Latinoamericano. O si habla castellano\n"
+"pero est叩 en Inglaterra puede estar en la misma situaci坦n. En ambos casos,\n"
+"Usted tendr叩 que volver a este paso de la instalaci坦n y elegir un teclado\n"
+"apropiado de la lista.\n"
"\n"
"Haga clic sobre el bot坦n \"M叩s\" para que se le presente la lista completa\n"
-"de los teclados soportados."
+"de los teclados soportados.\n"
+"\n"
+"Si eligi坦 una distribuci坦n de teclado basada en un alfabeto no latino, en\n"
+"el pr坦ximo di叩logo se le pedir叩 que elija la combinaci坦n de teclas que\n"
+"cambiar叩 la distribuci坦n del teclado entre la latina y la no latina."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:597
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3949,6 +4033,9 @@ msgid ""
"Note that multiple languages may be installed. Once you have selected any\n"
"additional locales, click the \"OK\" button to continue."
msgstr ""
+"El primer paso es elegir el idioma de instalaci坦n. En el ejemplo se elige\n"
+"\"Spanish (Argentina)\"(*).\n"
+"\n"
"Por favor, elija su idioma preferido para la instalaci坦n y el uso del\n"
"sistema.\n"
"\n"
@@ -3958,15 +4045,17 @@ msgstr ""
"aplicaciones. Por ejemplo, si albergar叩 a gente de Francia en su m叩quina,\n"
"seleccione Espa単ol como idioma principal en la vista de 叩rbol y en la\n"
"secci坦n avanzada haga clic sobre la estrella gris que corresponde a\n"
-"\"Frances|Francia\".\n"
+"\"Franc辿s|Francia\".\n"
"\n"
"Note que se pueden instalar m炭ltiples idiomas. Una vez que ha seleccionado\n"
"cualquier idioma adicional haga clic sobre el bot坦n \"Aceptar\" para\n"
-"continuar."
+"continuar.\n"
+"\n"
+"(*) Ya que de ah鱈 viene el traductor [:-)]"
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:610
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -3979,7 +4068,14 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
"DrakX generalmente detecta la cantidad de botones que tiene su rat坦n. Si\n"
"no, asume que Usted tiene un rat坦n de dos botones y lo configurar叩 para que\n"
@@ -3992,11 +4088,18 @@ msgstr ""
"Si elije un rat坦n distinto al predeterminado, se le presentar叩 una pantalla\n"
"de prueba. Use los botones y la rueda para verificar que la configuraci坦n\n"
"es correcta. Si el rat坦n no est叩 funcionando correctamente, presione la\n"
-"barra espaciadora o [Intro] para \"Cancelar\" y vuelva a elegir."
+"barra espaciadora o [Intro] para \"Cancelar\" y vuelva a elegir.\n"
+"\n"
+"Los ratones con rueda a veces no se detectan autom叩ticamente. Necesitar叩\n"
+"seleccionarlo manualemente en la lista. Debe asegurarse de seleccionar el\n"
+"correspondiente en el puerto correcto al cual est叩 conectado. Luego que ha\n"
+"presionado el bot坦n \"Aceptar\", se muestra una imagen de un rat坦n. Debe\n"
+"mover la rueda de su rat坦n para activarlo correctamente. Luego, pruebe\n"
+"todos los botones y que el movimiento es correcto en todas direcciones."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:624
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:630
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
"Windows is named \"ttyS0\" under GNU/Linux."
@@ -4005,8 +4108,8 @@ msgstr ""
"bajo Windows se denomina \"ttyS0\" bajo GNU/Linux."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:628
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -4036,9 +4139,9 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
@@ -4058,7 +4161,7 @@ msgstr ""
"accediendo a las mismas sin el cuidado suficiente. Es por esto que es\n"
"importante que sea dif鱈cil convertirse en \"root\".\n"
"\n"
-"La contrase単a deber鱈a ser una mezcla de caracteres alfanumericos y tener al\n"
+"La contrase単a deber鱈a ser una mezcla de caracteres alfanum辿ricos y tener al\n"
"menos una longitud de 8 caracteres. Nunca escriba la contrase単a de \"root\"\n"
"- eso hace que sea muy f叩cil comprometer a un sistema.\n"
"\n"
@@ -4074,16 +4177,16 @@ msgstr ""
"En modo experto, se le preguntar叩 si se conectar叩 a un servidor de\n"
"autenticaci坦n, por ejemplo NIS o LDAP.\n"
"\n"
-"Si su red usa el protocolo LDAP (o NIS) para la autenticaci坦n, seleccione\n"
-"\"LDAP\" (o \"NIS\") como autenticaci坦n. Si no sabe, pregunte al\n"
-"administrador de su red.\n"
+"Si su red usa los protocolos LDAP, NIS, o PDC Dominio de Windows para la\n"
+"autenticaci坦n, seleccione el bot坦n apropiado como \"autenticaci坦n\". Si no\n"
+"sabe, pregunte al administrador de su red.\n"
"\n"
"Si su computadora no est叩 conectada a alguna red administrada, querr叩\n"
"elegir \"Archivos locales\" para la autenticaci坦n."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:664
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -4122,16 +4225,7 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
+"options, which are reserved for the expert user."
msgstr ""
"LILO y grub son cargadores de arranque para GNU/Linux. Normalmente, esta\n"
"etapa est叩 completamente automatizada. De hecho, DrakX analiza el sector de\n"
@@ -4144,7 +4238,7 @@ msgstr ""
" * si encuentra un sector de arranque de grub o LILO, lo reemplazar叩 con\n"
"uno nuevo;\n"
"\n"
-"En caso de duda, DrakX mostrar叩 un di叩logo con varias opciones.\n"
+"En caso de duda, DrakX mostrar叩 un di叩logo con varias opciones:\n"
"\n"
" * \"Cargador de arranque a usar\": tiene tres opciones:\n"
"\n"
@@ -4168,12 +4262,29 @@ msgstr ""
"\n"
"!! Tenga presente que si no elige instalar un cargador de arranque\n"
"(seleccionando \"Cancelar\"), 臓Debe asegurarse que tiene una forma de\n"
-"arrancar a su sistema Mandrake Linux! Tambien debe asegurarse que sabe lo\n"
+"arrancar a su sistema Mandrake Linux! Tambi辿n debe asegurarse que sabe lo\n"
"que hace antes de cambiar cualquier opci坦n. !!\n"
"\n"
"Haciendo clic sobre el bot坦n \"Avanzadas\" en este di叩logo se le ofrecer叩n\n"
-"muchas opciones avanzadas que est叩n reservadas para el usuario experto.\n"
+"muchas opciones avanzadas que est叩n reservadas para el usuario experto."
+
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:710
+msgid ""
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
"\n"
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step.\n"
+"\n"
+"You may also not want to give access to these other operating systems to\n"
+"anyone. In which case, you can delete the corresponding entries. But then,\n"
+"you will need a boot disk in order to boot those other operating systems!"
+msgstr ""
"Luego que haya configurado los par叩metros generales del cargador de\n"
"arranque se mostrar叩 la lista de opciones de arranque que estar叩n\n"
"disponibles al momento de arrancar.\n"
@@ -4182,35 +4293,15 @@ msgstr ""
"autom叩ticamente al men炭 de arranque. Aqu鱈 puede elegir ajustar las opciones\n"
"existentes. Seleccione una entrada y haga clic sobre \"Modificar\" para\n"
"cambiar los par叩metros de la misma o quitarla; \"A単adir\" crea una entrada\n"
-"nueva; y \"Hecho\" va al paso de instalaci坦n siguiente."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:713
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"nueva; y \"Hecho\" avanza al paso de instalaci坦n siguiente.\n"
"\n"
-"You may also not want to give access to these other operating systems to\n"
-"anyone. In which case, you can delete the corresponding entries. But then,\n"
-"you will need a boot disk in order to boot those other operating systems!"
-msgstr ""
-"LILO (el LInux LOader) y grub son cargadores de arranque: permiten arrancar\n"
-"ya sea GNU/Linux como cualquier otro sistema operativo presente en su\n"
-"computadora. Normalmente, estos otros sistemas operativos se detectan e\n"
-"instalan correctamente. Si este no es el caso, puede a単adir una entrada a\n"
-"mano en esta pantalla. Tenga cuidado de elegir los par叩metros correctos.\n"
-"\n"
-"Tambien puede no desear dar acceso a estos otros sistemas operativos a\n"
-"cualquiera. En ese caso, puede borrar las entradas correspondientes. Pero\n"
-"entonces, 臓necesitar叩 un disquete de arranque para poder arrancar esos\n"
+"Tambi辿n, puede ser que no desee dar acceso a los otros sistemas operativos\n"
+"a terceros. En este caso, puede borrar las entradas correspondientes. 臓Pero\n"
+"entonces, Usted necesitar叩 un disquete de arranque para poder arrancar esos\n"
"otros sistemas operativos!"
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
#: ../../help.pm_.c:724
msgid ""
"You must indicate where you wish to place the information required to boot\n"
@@ -4226,7 +4317,7 @@ msgstr ""
"del disco (MBR)\"."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
#: ../../help.pm_.c:731
msgid ""
"Here, we select a printing system for your computer. Other OSs may offer\n"
@@ -4264,12 +4355,12 @@ msgstr ""
"elecci坦n si Usted tiene una conexi坦n directa a su impresora y desea evitar\n"
"el p叩nico de los papeles trabados, y no tiene impresora en red alguna.\n"
"Manejar叩 s坦lo casos de red muy simples y es algo lento para las redes.\n"
-"Elija \"pdq\" si esta es su luna de miel con GNU/Linux. Despues de la\n"
+"Elija \"pdq\" si esta es su luna de miel con GNU/Linux. Despu辿s de la\n"
"instalaci坦n puede cambiar sus elecciones ejecutando PrinterDrake desde el\n"
"Centro de Control Mandrake y eligiendo el modo experto.\n"
"\n"
" * \"CUPS\" - \"Common Unix Printing System\" (Sistema de Impresi坦n Com炭n\n"
-"de Unix) es excelente imprimiendo en su impresora local y tambien en la\n"
+"de Unix) es excelente imprimiendo en su impresora local y tambi辿n en la\n"
"otra punta del planeta. Es simple y puede actuar como servidor o cliente\n"
"para el sistema de impresi坦n antiguo \"lpd\", por lo que es compatible con\n"
"los sistemas anteriores. Puede hacer muchas cosas, pero la configuraci坦n\n"
@@ -4287,21 +4378,21 @@ msgstr ""
"redes."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
#: ../../help.pm_.c:759
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -4317,7 +4408,7 @@ msgid ""
"Windows on your system)."
msgstr ""
"DrakX ahora detecta cualquier dispositivo IDE presente en su computadora.\n"
-"Tambien buscar叩 una o m叩s tarjetas SCSI PCI en su sistema. Si se encuentra\n"
+"Tambi辿n buscar叩 una o m叩s tarjetas SCSI PCI en su sistema. Si se encuentra\n"
"una tarjeta SCSI DrakX instalar叩 el controlador apropiado autom叩ticamente.\n"
"\n"
"Debido a que la detecci坦n de hardware a veces no detectar叩 alguna pieza de\n"
@@ -4344,7 +4435,7 @@ msgstr ""
"(si utilizaba este hardware con Windows en su sistema)."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
#: ../../help.pm_.c:786
msgid ""
"You can add additional entries for yaboot, either for other operating\n"
@@ -4416,13 +4507,13 @@ msgstr ""
"botones 2do y 3ro del rat坦n que por lo general no tienen los ratones\n"
"est叩ndar de Apple. Algunos ejemplos son los siguientes:\n"
"\n"
-" video=aty128fb:vmode:17,cmode:32,mclk:71 adb_buttons=103,111\n"
+" 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"
+" video=atyfb:vmode:12,cmode:24 adb_buttons=103,111\n"
"\n"
" * Initrd: esta opci坦n se puede usar o bien para cargar los m坦dulos\n"
-"iniciales, antes que este disponible el dispositivo de arranque, o bien\n"
+"iniciales, antes que est辿 disponible el dispositivo de arranque, o bien\n"
"cargar una imagen de ramdisk para una situaci坦n de arranque de emergencia.\n"
"\n"
" * Tama単o de Initrd: generalmente el tama単o por defecto del ramdisk es 4096\n"
@@ -4439,11 +4530,11 @@ msgstr ""
"\n"
" * Predeterminada: selecciona a esta entrada como la opci坦n Linux por\n"
"defecto, que se puede elegir simplemente presionando [Intro] en el prompt\n"
-"de Yaboot. Esta entrada tambien se marcar叩 con un \"*\", si presiona [Tab]\n"
+"de Yaboot. Esta entrada tambi辿n se marcar叩 con un \"*\", si presiona [Tab]\n"
"para ver las selecciones del arranque."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
#: ../../help.pm_.c:833
msgid ""
"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
@@ -4497,7 +4588,7 @@ msgstr ""
"entre CD, arranque OF, MacOS o Linux.\n"
"\n"
" * Demora de arranque del n炭cleo: esta demora es similar a la demora de\n"
-"arranque de LILO. Luego de seleccionar Linux, tendr叩 esta demora en decimas\n"
+"arranque de LILO. Luego de seleccionar Linux, tendr叩 esta demora en d辿cimas\n"
"de segundo antes que se seleccione su descripci坦n del n炭cleo\n"
"predeterminada.\n"
"\n"
@@ -4507,11 +4598,11 @@ msgstr ""
" * 多Habilitar arranque OF?: marcando esta opci坦n Usted puede elegir \"N\"\n"
"para Open Firmware en el primer prompt de arranque.\n"
"\n"
-" * SO predeterminado: puede seleccionar que sistema operativo arrancar叩 por\n"
+" * SO predeterminado: puede seleccionar qu辿 sistema operativo arrancar叩 por\n"
"defecto cuando expira la demora de Open Firmware."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
#: ../../help.pm_.c:865
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
@@ -4530,7 +4621,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -4560,7 +4653,10 @@ msgstr ""
"horario en el que se encuentre.\n"
"\n"
" * \"Impresora\": al hacer clic sobre el bot坦n \"Sin impresora\" se abrir叩\n"
-"el asistente de configuraci坦n de la impresora.\n"
+"el asistente de configuraci坦n de la impresora. Consulte el cap鱈tulo\n"
+"correspondiente de la \"Gu鱈a del Usuario\" para m叩s informaci坦n sobre como\n"
+"configurar una impresora nueva. La interfaz presentada all鱈 es similar a la\n"
+"utilizada durante la instalaci坦n.\n"
"\n"
" * \"Tarjeta de sonido\": si se detecta una tarjeta de sonido en su\n"
"sistema, la misma se muestra aqu鱈. Durante la instalaci坦n no es posible\n"
@@ -4575,8 +4671,8 @@ msgstr ""
"par叩metros asociados a la misma."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:894
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:896
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
@@ -4587,8 +4683,8 @@ msgstr ""
"misma y no se podr叩n recuperar!."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/es/drakx-help.xml
-#: ../../help.pm_.c:899
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/es/drakx-chapter.xml
+#: ../../help.pm_.c:901
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -4623,7 +4719,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "T炭 tambi辿n debes formatear %s"
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4648,20 +4744,33 @@ msgstr ""
"\n"
"多Realmente desea instalar estos servidores?\n"
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+"Se quitar叩n los paquetes siguientes para permitir actualizar su sistema: %s\n"
+"\n"
+"\n"
+"多Realmente desea quitar estos paquetes?\n"
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr "No se puede usar difusi坦n sin un dominio NIS"
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Inserte un disquete formateado con FAT en la disquetera %s"
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr "Este disquete no est叩 formateado con FAT"
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4669,11 +4778,20 @@ msgstr ""
"Para utilizar esta selecci坦n de paquetes salvada, arranque la instalaci坦n "
"con \"linux defcfg=floppy\""
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Error al leer el archivo %s"
+#: ../../install_any.pm_.c:1023
+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 ""
+"Ocurri坦 un error - no se encontr坦 ning炭n dispositivo v叩lido para crear los "
+"nuevos sistemas de archivos. Por favor, verifique su equipo para saber la "
+"raz坦n de este fallo"
+
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -4708,59 +4826,59 @@ msgstr ""
"\n"
"多Desea continuar de todas formas?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Debe tener una partici坦n FAT montada en /boot/efi"
-#: ../../install_interactive.pm_.c:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "Usar el espacio libre"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr "No hay espacio libre suficiente para asignar las particiones nuevas"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr "Usar la partici坦n existente"
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr "No hay ninguna partici坦n existente para usar"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr "Usar la partici坦n de Windows para loopback"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid "Which partition do you want to use for Linux4Win?"
msgstr "多Qu辿 partici坦n desea usar para Linux4Win?"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "Elija los tama単os"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "Tama単o de la partici坦n ra鱈z en MB: "
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "Tama単o de la partici坦n de intercambio en MB: "
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr "Usar el espacio libre de la partici坦n Windows"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr "多A qu辿 partici坦n desea cambiarle el tama単o?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr "Calculando los l鱈mites del sistema de archivos Windows"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4769,7 +4887,7 @@ msgstr ""
"El redimensionador de tama単o de la FAT no puede gestionar su partici坦n, \n"
"ocurri坦 el error siguiente: %s"
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
@@ -4778,7 +4896,7 @@ msgstr ""
"Su partici坦n Windows est叩 muy fragmentada, por favor primero ejecute \"defrag"
"\""
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm_.c:140
msgid ""
"WARNING!\n"
"\n"
@@ -4800,21 +4918,21 @@ msgstr ""
" seguridad de sus datos.\n"
"Cuando est辿 seguro, pulse sobre Aceptar."
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr "多Qu辿 tama単o desea conservar para windows en la"
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr "partici坦n %s"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Fall坦 el redimensionado de la FAT: %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -4822,32 +4940,32 @@ msgstr ""
"No hay particiones FAT para redimensionar o para usar como loopback (o no "
"queda espacio suficiente)"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "Borrar el disco entero"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "Quitar Windows(TM)"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Tiene m叩s de un disco r鱈gido, 多sobre cu叩l desea instalar Linux?"
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Se perder叩n TODAS las particiones y sus datos en la unidad %s"
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
msgstr "Particionamiento de disco personalizado"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "Usar fdisk"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4856,29 +4974,29 @@ msgstr ""
"Ahora puede particionar %s.\n"
"Cuando haya terminado, no se olvide de guardar usando 'w'"
-#: ../../install_interactive.pm_.c:227
+#: ../../install_interactive.pm_.c:229
msgid "You don't have enough free space on your Windows partition"
msgstr "No queda espacio libre suficiente en la partici坦n de Windows"
-#: ../../install_interactive.pm_.c:243
+#: ../../install_interactive.pm_.c:245
msgid "I can't find any room for installing"
msgstr "No se puede encontrar nada de espacio para instalar"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
"El asistente de particionamiento de DrakX encontr坦 las siguientes soluciones:"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr "Fall坦 el particionamiento: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "Levantando la red"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "Bajando la red"
@@ -4890,12 +5008,12 @@ msgstr ""
"Ocurri坦 un error y no se puede gestionar de forma adecuada.\n"
"Contin炭e bajo su propio riesgo."
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "Punto de montaje %s duplicado"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -4907,12 +5025,12 @@ msgstr ""
"Compruebe el CD de instalaci坦n en un sistema ya existente con el comando:\n"
" rpm -qpl Mandrake/RPMS/*.rpm\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "Bienvenido a %s"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "Ninguna disquetera disponible"
@@ -4941,71 +5059,71 @@ msgstr "Tipo de instalaci坦n"
msgid "Please choose one of the following classes of installation:"
msgstr "Por favor, elija uno de los siguentes tipos de instalaci坦n:"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "Selecci坦n de grupos de paquetes"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr "Selecci坦n de paquetes individuales"
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Tama単o total: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "Paquete incorrecto"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "Nombre: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "Versi坦n: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "Tama単o: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "Importancia: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"No puede seleccionar este paquete porque no hay espacio suficiente para "
"instalarlo"
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr "Se van a instalar los siguientes paquetes"
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr "Se van a quitar los siguientes paquetes"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr "No puede seleccionar/deseleccionar este paquete"
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr "Este es un paquete obligatorio, no puede desmarcarlo"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr "No puede desmarcar este paquete. Ya est叩 instalado"
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -5013,74 +5131,74 @@ msgstr ""
"Se debe actualizar este paquete\n"
"多Est叩 seguro que quiere desmarcarlo?"
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr "No puede desmarcar este paquete. Debe ser actualizado"
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr "Mostrar los paquetes seleccionados autom叩ticamente"
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "Instalar"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
msgid "Load/Save on floppy"
msgstr "Cargar/Guardar en un disquete"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
msgid "Updating package selection"
msgstr "Actualizando la selecci坦n de paquetes"
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
msgid "Minimal install"
msgstr "Instalaci坦n m鱈nima"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "Elija los paquetes que desea instalar"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "Instalando"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "Estimando"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "Tiempo restante "
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
msgid "Please wait, preparing installation..."
msgstr "Preparando la instalaci坦n. Espere, por favor"
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d paquetes"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "Instalando el paquete %s"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Aceptar"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "Rechazar"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5096,17 +5214,17 @@ msgstr ""
"Si no lo posee, pulse Cancelar para cancelar la instalaci坦n desde este CD-"
"ROM."
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "多Seguir adelante?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "Hubo un error al ordenar los paquetes:"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr "Hubo un error al instalar los paquetes:"
@@ -5428,7 +5546,7 @@ msgid "Are you sure you refuse the licence?"
msgstr "多Est叩 seguro que desea rechazar la licencia?"
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Teclado"
@@ -5476,11 +5594,11 @@ msgstr "S坦lo actualizar los paquetes."
msgid "Please choose the type of your mouse."
msgstr "Por favor, seleccione el tipo de su rat坦n."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "Puerto del rat坦n"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Seleccione el puerto serie al que est叩 conectado el rat坦n, por favor."
@@ -5512,89 +5630,62 @@ msgstr "Configurando dispositivos IDE"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "no hay particiones disponibles"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr "Rastreando las particiones para encontrar los puntos de montaje"
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "Seleccione los puntos de montaje"
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"No se puede leer su tabla de particiones, est叩 demasiado deteriorada :(\n"
-"Se intentar叩 seguir y vaciar las particiones malas (臓se perder叩n TODOS LOS "
-"DATOS!).\n"
-"La otra soluci坦n es no permitir que DrakX modifique la tabla de "
-"particiones.\n"
-"(el error es %s)\n"
-"\n"
-"多Est叩 de acuerdo en perder todas las particiones?\n"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake no pudo leer correctamente la tabla de particiones.\n"
-"臓Contin炭e bajo su propio riesgo!"
-
-#: ../../install_steps_interactive.pm_.c:396
-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 hay 1MB de espacio para bootstrap! La instalaci坦n continuar叩, pero para "
"arrancar su sistema, necesitar叩 crear la partici坦n bootstrap en DiskDrake"
-#: ../../install_steps_interactive.pm_.c:405
+#: ../../install_steps_interactive.pm_.c:388
msgid "No root partition found to perform an upgrade"
msgstr "No se encontr坦 partici坦n ra鱈z para efectuar la actualizaci坦n"
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "Partici坦n ra鱈z"
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "多Cual es la partici坦n ra鱈z (/) de su sistema?"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"Necesita reiniciar el equipo para que se efect炭e la modificaci坦n de la tabla "
"de particiones"
-#: ../../install_steps_interactive.pm_.c:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "Elija las particiones que desea formatear"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr "多Verificar el disco en busca de bloques malos?"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr "Formateando las particiones"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr "Creando y formateando el archivo %s"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
@@ -5603,30 +5694,30 @@ msgstr ""
"Fall坦 la verificaci坦n del sistema de archivos %s. 多Desea reparar los "
"errores? (cuidado, puede perder datos)"
-#: ../../install_steps_interactive.pm_.c:482
+#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
"Espacio de intercambio insuficiente para completar la instalaci坦n, a単ada un "
"poco m叩s"
-#: ../../install_steps_interactive.pm_.c:489
+#: ../../install_steps_interactive.pm_.c:472
msgid "Looking for available packages and rebuilding rpm database..."
msgstr ""
"Buscando los paquetes disponibles y reconstruyendo la base de datos de RPM..."
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "Buscando los paquetes disponibles..."
-#: ../../install_steps_interactive.pm_.c:493
+#: ../../install_steps_interactive.pm_.c:476
msgid "Looking at packages already installed..."
msgstr "Buscando paquetes ya instalados..."
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr "Encontrando los paquetes a actualizar..."
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -5634,7 +5725,7 @@ msgid ""
msgstr ""
"Su sistema no tiene espacio suficiente para instalar o actualizar (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -5644,35 +5735,35 @@ msgstr ""
"El formato es el mismo que los disquetes generados para la instalaci坦n "
"autom叩tica."
-#: ../../install_steps_interactive.pm_.c:553
+#: ../../install_steps_interactive.pm_.c:537
msgid "Load from floppy"
msgstr "Cargar desde un disquete"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Loading from floppy"
msgstr "Cargando desde un disquete"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Package selection"
msgstr "Selecci坦n de paquetes"
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
msgid "Insert a floppy containing package selection"
msgstr "Introduzca un disquete que contenga la selecci坦n de paquetes"
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "Guardar en un disquete"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr "El tama単o seleccionado es mayor que el disponible"
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
msgid "Type of install"
msgstr "Tipo de instalaci坦n."
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5680,19 +5771,19 @@ msgstr ""
"No ha seleccionado ning炭n grupo de paquetes\n"
"Elija por favor la m鱈nima instalaci坦n que quiera."
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
msgid "With X"
msgstr "Con X"
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr "Con documentaci坦n b叩sica (臓recomendado!)"
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr "Instalaci坦n m鱈nima \"en serio\" (especialmente sin urpmi)"
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5702,16 +5793,16 @@ msgstr ""
"Si no tiene ning炭n CD, haga clic sobre \"Cancelar\".\n"
"Si s坦lo le faltan algunos CDs, desm叩rquelos y haga clic sobre \"Aceptar\"."
-#: ../../install_steps_interactive.pm_.c:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD-ROM etiquetado como \"%s\""
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "Preparando la instalaci坦n"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -5720,21 +5811,21 @@ msgstr ""
"Instalando el paquete %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "Configuraci坦n posterior a la instalaci坦n"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Por favor, inserte el disquete de arranque en la unidad %s"
-#: ../../install_steps_interactive.pm_.c:845
+#: ../../install_steps_interactive.pm_.c:829
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Por favor, inserte el disquete de m坦dulos actualizados en la unidad %s"
-#: ../../install_steps_interactive.pm_.c:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5809,7 +5900,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:888
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5829,163 +5920,163 @@ msgstr ""
"\n"
"多Desea instalar las actualizaciones?"
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Contactando con el sitio web de Mandrake Linux para obtener la lista de las "
"r辿plicas disponibles"
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr "Elija un sitio de r辿plica del cual obtener los paquetes"
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr ""
"Contactando con el sitio de r辿plica para obtener la lista de los paquetes "
"disponibles..."
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "多Cu叩l es su huso horario?"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
msgid "Hardware clock set to GMT"
msgstr "Reloj interno puesto a GMT"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr "Sincronizaci坦n autom叩tica de hora (usando NTP)"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
msgid "NTP Server"
msgstr "Servidor NTP"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr "Servidor CUPS remoto"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr "Sin impresora"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Do you have an ISA sound card?"
msgstr "多Tiene una tarjeta de sonido ISA?"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
"Use \"sndconfig\" luego de la instalaci坦n para configurar su tarjeta de "
"sonido"
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"No se detect坦 tarjeta de sonido. Pruebe \"harddrake\" luego de la instalaci坦n"
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Resumen"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "Rat坦n"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr "Huso horario"
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Impresora"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr "Tarjeta RDSI"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr "Tarjeta de sonido"
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr "Tarjeta de TV"
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Windows Domain"
msgstr "Dominio Windows"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
msgid "Local files"
msgstr "Archivos locales"
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Contrase単a de root"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "Sin contrase単a"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
"Esta contrase単a es demasiado simple\n"
"(tiene que tener por lo menos una longitud de %d caracteres)"
-#: ../../install_steps_interactive.pm_.c:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentificaci坦n"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
msgid "Authentication LDAP"
msgstr "Autentificaci坦n LDAP"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
msgid "LDAP Server"
msgstr "Servidor LDAP"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
msgid "Authentication NIS"
msgstr "Autentificaci坦n NIS"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "Dominio NIS"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "Servidor NIS"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -6013,19 +6104,19 @@ msgstr ""
"del arranque del sistema.\n"
"El comando 'wbinfo -t' probar叩 si sus secretos de autenticaci坦n son buenos."
-#: ../../install_steps_interactive.pm_.c:1140
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Authentication Windows Domain"
msgstr "Dominio de Autenticaci坦n de Windows"
-#: ../../install_steps_interactive.pm_.c:1142
+#: ../../install_steps_interactive.pm_.c:1127
msgid "Domain Admin User Name"
msgstr "Nombre de usuario del Administrador del Dominio"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
msgstr "Contrase単a del Administrador del Dominio"
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -6056,19 +6147,19 @@ msgstr ""
"Si desea crear un disquete de arranque para su sistema, inserte un disquete\n"
"en la primer disquetera y presione \"Aceptar\"."
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "Primera disquetera"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "Segunda disquetera"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Omitir"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6095,7 +6186,7 @@ msgstr ""
"grave del sistema. 多Desea crear un disquete de arranque para su sistema?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -6110,28 +6201,28 @@ msgstr ""
"fallar\n"
"porque XFS necesita un controlador muy grande)."
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "Disculpe, pero no hay ninguna disquetera disponible"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Elija la disquetera que desea usar para crear el disco de arranque"
-#: ../../install_steps_interactive.pm_.c:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, c-format
msgid "Insert a floppy in %s"
msgstr "Inserte un disquete en %s"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "Creando el disquete de arranque"
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "Preparando el cargador de arranque"
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6143,11 +6234,11 @@ msgstr ""
"La instalaci坦n continuar叩, pero necesitar叩\n"
"utilizar BootX para arrancar su m叩quina."
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr "多Desea usar aboot?"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6156,16 +6247,16 @@ msgstr ""
"多desea forzar la instalaci坦n incluso si ello implicara la destrucci坦n de la "
"primera partici坦n?"
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
msgid "Installing bootloader"
msgstr "Instalando cargador de arranque"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"Fall坦 la instalaci坦n del cargador de arranque. Ocurri坦 el siguiente error:"
-#: ../../install_steps_interactive.pm_.c:1274
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6183,17 +6274,17 @@ msgstr ""
" Luego escriba: shut-down\n"
"La pr坦xima vez que arranque deber鱈a ver el prompt del cargador de arranque."
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Inserte un disquete en blanco en la unidad %s"
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr "Creando el disquete de instalaci坦n autom叩tica"
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6203,7 +6294,7 @@ msgstr ""
"\n"
"多Realmente desea salir ahora?"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6235,15 +6326,15 @@ msgstr ""
"configuraci坦n tras la instalaci坦n de la gu鱈a de usuario oficial de Mandrake "
"Linux."
-#: ../../install_steps_interactive.pm_.c:1347
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
msgid "Generate auto install floppy"
msgstr "Generar un disquete de instalaci坦n autom叩tica"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6257,15 +6348,15 @@ msgstr ""
"\n"
"Puede preferir reproducir la instalaci坦n.\n"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr "Automatizada"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr "Reproducir"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
msgid "Save packages selection"
msgstr "Guardar la selecci坦n de paquetes"
@@ -6274,7 +6365,8 @@ msgstr "Guardar la selecci坦n de paquetes"
msgid "Mandrake Linux Installation %s"
msgstr "Instalaci坦n %s de Mandrake Linux"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -6293,22 +6385,22 @@ msgstr "falta \"consolehelper\""
msgid "Choose a file"
msgstr "Elija un archivo"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr "Avanzada"
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr "B叩sico"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Anterior"
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
msgid "Next"
msgstr "Siguiente"
@@ -6381,372 +6473,371 @@ msgstr ""
msgid "Re-submit"
msgstr "Reenviar"
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "Checo (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "Alem叩n"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "Espa単ol"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "Finland辿s"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "Franc辿s"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "Noruego"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "Polaco"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "Ruso"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "Sueco"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "Brit叩nico"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "Estadounidense"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
msgid "Albanian"
msgstr "Albano"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr "Armenio (antiguo)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr "Armenio (nuevo)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "Armenio (fon辿tico)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr "Azerbadj叩n (lat鱈n)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "Belga"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:177
msgid "Bengali"
msgstr "Indio (Bengal鱈)"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
msgid "Bulgarian (phonetic)"
msgstr "B炭lgaro (fon辿tico)"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
msgid "Bulgarian (BDS)"
msgstr "B炭lgaro (BDS)"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "Brasile単o (ABNT-2)"
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:183
msgid "Bosnian"
msgstr "Bosnio"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "Bielorruso"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "Suizo (germ叩nico)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "Suizo (franc辿s)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "Checo (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr "Alem叩n (sin teclas muertas)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
-msgstr "Indio (Devanagari)"
+msgstr "Indio (Devanagari)"
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "Dan辿s"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Noruego)"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Swedish)"
msgstr "Dvorak (Sueco)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "Estonio"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgiano (estilo \"ruso\")"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgiano (estilo \"lat鱈n\")"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "Griego"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
msgstr "Indio (Gujarati)"
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
msgstr "Indio (Gurmukhi)"
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "H炭ngaro"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "Croata"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "Israel鱈"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "Israel鱈 (fon辿tico)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr "Iran鱈"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "Island辿s"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "Italiano"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
msgstr "Inuktitut"
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "Japon辿s de 106 teclas"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
msgid "Korean keyboard"
msgstr "Coreano"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "Latinoamericano"
-#: ../../keyboard.pm_.c:239
-#, fuzzy
+#: ../../keyboard.pm_.c:218
msgid "Laotian"
-msgstr "Let坦n"
+msgstr "Laosiano"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr "Lituano AZERTY (antiguo)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr "Lituano AZERTY (nuevo)"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituano \"num辿rico\" QWERTY"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituano \"fon辿tico\" QWERTY"
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
msgid "Latvian"
msgstr "Let坦n"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr "Macedonio"
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
-msgstr ""
+msgstr "Myanmar (Birmano)"
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:227
msgid "Mongolian (cyrillic)"
msgstr "Mongol (cir鱈lico)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
-msgstr ""
+msgstr "Malt辿s (Reino Unido)"
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
-msgstr ""
+msgstr "Malt辿s (EE.UU.)"
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "Holand辿s"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr "Polaco (distribuci坦n qwerty)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr "Polaco (distribuci坦n qwertz)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "Portugu辿s"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr "Canadiense (Quebec)"
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
msgid "Romanian (qwertz)"
msgstr "Rumano (qwertz)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
msgid "Romanian (qwerty)"
msgstr "Rumano (qwerty)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "Ruso (Yawerty)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "Esloveno"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "Eslovaco (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "Eslovaco (QWERTY)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
msgid "Serbian (cyrillic)"
msgstr "Serbio (cir鱈lico)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
msgstr "Tamil (Unicode)"
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr "Tamil (TSCII)"
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "Teclado tailand辿s"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
msgid "Tajik keyboard"
msgstr "Teclado tajik"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "Turco (modelo \"F\" tradicional)"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "Turco (modelo \"Q\" moderno)"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "Ucraniano"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "Estadounidense (internacional)"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamita \"num辿rico\" QWERTY"
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
msgid "Yugoslavian (latin)"
msgstr "Yugoslavo (lat鱈n)"
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr "Tecla Alt derecha"
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr "Ambas teclas Shift simult叩neamente"
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr "Las teclas Control y Shift simult叩neamente"
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr "Tecla CapsLock"
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr "Las teclas Ctrl y Alt simult叩neamente"
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr "Las teclas Alt y Shift simult叩neamente"
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr "La tecla \"Men炭\""
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr "Tecla \"Windows\" de la izquierda"
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr "Tecla \"Windows\" de la derecha"
@@ -6804,11 +6895,11 @@ msgstr "Rat坦n gen辿rico PS2 con rueda"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -6816,115 +6907,123 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+msgid "Microsoft Explorer"
+msgstr "Microsoft Explorer"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr "1 bot坦n"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "Rat坦n de 2 botones gen辿rico"
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr "Rueda"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "serie"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "Rat坦n de 3 botones gen辿rico"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Rat坦n Logitech (serie, antiguo tipo C7)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
msgid "busmouse"
msgstr "rat坦n bus"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "2 botones"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "3 botones"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "ninguno"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "Sin rat坦n"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr "Pruebe su rat坦n, por favor."
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
msgid "To activate the mouse,"
msgstr "Para activar el rat坦n,"
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr "臓MUEVA SU RUEDA!"
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+
+#: ../../my_gtk.pm_.c:159
msgid "Finish"
msgstr "Finalizar"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "Siguiente ->"
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr "多Es correcto?"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "Info"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "Expandir el 叩rbol"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "Contraer el 叩rbol"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr "Cambiar entre vista plana y ordenada por grupos"
@@ -6962,6 +7061,75 @@ msgstr "usar pppoe"
msgid "use pptp"
msgstr "usar pptp"
+#: ../../network/drakfirewall.pm_.c:12
+msgid "Web Server"
+msgstr "Servidor web"
+
+#: ../../network/drakfirewall.pm_.c:17
+msgid "Domain Name Server"
+msgstr "Servidor de nombres de dominio"
+
+#: ../../network/drakfirewall.pm_.c:32
+msgid "Mail Server"
+msgstr "Servidor de correo"
+
+#: ../../network/drakfirewall.pm_.c:37
+msgid "POP and IMAP Server"
+msgstr "Servidor POP e IMAP"
+
+#: ../../network/drakfirewall.pm_.c:111
+msgid "No network card"
+msgstr "Sin tarjeta de red"
+
+#: ../../network/drakfirewall.pm_.c:129
+#, fuzzy
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+"configurador de tinyfirewall\n"
+"\n"
+"Esto configura un cortafuegos personal para esta m叩quina Mandrake Linux.\n"
+"Para una soluci坦n potente de cortafuegos dedicada, por favor eche un "
+"vistazo\n"
+"a la distribuci坦n especializada MandrakeSecurity Firewall."
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr "多A qu辿 servicios desear鱈a permitir conectarse desde la Internet?"
+
+#: ../../network/drakfirewall.pm_.c:148
+msgid ""
+"You can enter miscellaneous ports. \n"
+"Valid examples are: 139/tcp 139/udp.\n"
+"Have a look at /etc/services for information."
+msgstr ""
+"Puede ingresar otros puertos. \n"
+"Por ejemplo: 139/tcp 139/udp.\n"
+"Consulte /etc/services para m叩s informaci坦n."
+
+#: ../../network/drakfirewall.pm_.c:154
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+"Puerto no v叩lido: %s.\n"
+"El formato adecuado es \"puerto/tcp\" o \"puerto/udp\", \n"
+"donde puerto es un n炭mero entre 1 y 65535."
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr "Todo (sin cortafuegos)"
+
+#: ../../network/drakfirewall.pm_.c:164
+msgid "Other ports"
+msgstr "Otros puertos"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -6978,7 +7146,7 @@ msgstr ""
"No se ha detectado ning炭n adaptador de red ethernet en su sistema.\n"
"No se puede configurar este tipo de conexi坦n."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "Elija la interfaz de red"
@@ -6993,7 +7161,7 @@ msgstr ""
msgid "no network card found"
msgstr "no se encontr坦 ninguna tarjeta de red"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "Configurando la red"
@@ -7010,7 +7178,7 @@ msgstr ""
"completamente,\n"
"como \"mimaquina.milabo.micompa.com\"."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "Nombre de la m叩quina"
@@ -7316,13 +7484,13 @@ msgstr "Elija el perfil a configurar"
msgid "Use auto detection"
msgstr "Usar detecci坦n autom叩tica"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Modo experto"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Detectando los dispositivos..."
@@ -7491,11 +7659,11 @@ msgstr "Direcci坦n IP autom叩tica"
msgid "Start at boot"
msgstr "Iniciar al arrancar"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "Las direcciones IP deben estar en el formato 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7508,43 +7676,55 @@ msgstr ""
"como \"mimaquina.milabo.micompa.com\".Tambi辿n puede introducir la direcci坦n "
"IP de la pasarela si tiene una"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "Servidor DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Pasarela de red (ej %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "Dispositivo de pasarela de red"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "Configuraci坦n de los proxies"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "Proxy HTTP"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "Proxy FTP"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr "Id tarjeta de red (炭til para port叩tiles)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr "El nombre del proxy debe ser http://..."
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr "El nombre del proxy debe ser ftp://..."
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr "臓Se detect坦 la configuraci坦n del cortafuegos!"
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+"臓Atenci坦n! Se ha detectado la configuraci坦n del cortafuegos existente. Puede "
+"que necesite alg炭n ajuste manual tras la instalaci坦n."
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "Configuraci坦n de Internet"
@@ -7650,15 +7830,15 @@ msgstr "Contrase単a de la cuenta"
msgid "United Kingdom"
msgstr "Reino Unido"
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "mount fall坦: "
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr "La partici坦n extendida no est叩 disponible en esta plataforma"
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
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 "
@@ -7668,21 +7848,21 @@ msgstr ""
"La 炭nica soluci坦n es desplazar sus particiones primarias para que el hueco "
"est辿 despu辿s de las particiones extendidas"
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Fall坦 la restauraci坦n a partir del archivo %s: %s"
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "Archivo de respaldo incorrecto"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "Error al escribir en el archivo %s"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -7730,150 +7910,154 @@ msgstr "LPD - Line Printer Daemon (Demonio de impresora de l鱈neas)"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Print, Don't Queue (Imprimir, no encolar)"
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr "CUPS"
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr "LPRng"
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr "LPD"
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr "PDQ"
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "Impresora local"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "Impresora remota"
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
msgid "Printer on remote CUPS server"
msgstr "Impresora en un servidor CUPS remoto"
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
msgid "Printer on remote lpd server"
msgstr "Impresora en un servidor lpd remoto"
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
msgid "Network printer (TCP/Socket)"
msgstr "Impresora de red (TCP/Socket)"
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Impresora en un servidor SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
msgid "Printer on NetWare server"
msgstr "Impresora en un servidor NetWare"
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
msgid "Enter a printer device URI"
msgstr "Introduzca el URI del dispositivo de impresi坦n"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr "Filtrar el trabajo en un comando"
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+msgid "Unknown Model"
+msgstr "Modelo desconocido"
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr "Modelo desconocido"
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
msgid "Local Printers"
msgstr "Impresoras locales"
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
msgid "Remote Printers"
msgstr "Impresoras remotas"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr " en el puerto paralelo \\/*%s"
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ", impresora USB \\/*%s"
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ", dispositivo multifunci坦n en puerto paralelo \\/*%s"
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ", dispositivo multi-funci坦n en USB"
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ", dispositivo multifunci坦n en HP JetDirect"
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ", dispositivo multifunci坦n"
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, c-format
msgid ", printing to %s"
msgstr ", imprimiendo en %s"
-#: ../../printer.pm_.c:544
+#: ../../printer.pm_.c:792
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr " en servidor LPD \"%s\", impresora \"%s\""
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ", host TCP/IP \"%s\", puerto %s"
-#: ../../printer.pm_.c:550
+#: ../../printer.pm_.c:798
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr " en servidor SMB/Windows \"%s\", compartida como \"%s\""
-#: ../../printer.pm_.c:554
+#: ../../printer.pm_.c:802
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr " en servidor Novell \"%s\", impresora \"%s\""
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ", usando comando %s"
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr "Impresora \"en crudo\" (sin controlador)"
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, c-format
msgid "(on %s)"
msgstr "(en %s)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr "(en esta m叩quina)"
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, c-format
msgid "On CUPS server \"%s\""
msgstr "En servidor CUPS \"%s\""
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr " (Por defecto)"
@@ -7900,11 +8084,11 @@ msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
"Detecci坦n autom叩tica de impresora (Impresoras locales, TCP/Socket, y SMB)"
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
msgid "CUPS configuration"
msgstr "Configuraci坦n de CUPS"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
msgid "Specify CUPS server"
msgstr "Especificar servidor CUPS"
@@ -7948,7 +8132,7 @@ msgstr ""
msgid "The IP address should look like 192.168.1.20"
msgstr "Las direcciones IP deber鱈an parecerse a 192.168.1.20"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
msgid "The port number should be an integer!"
msgstr "臓El n炭mero de puerto debe ser un n炭mero entero!"
@@ -7956,7 +8140,7 @@ msgstr "臓El n炭mero de puerto debe ser un n炭mero entero!"
msgid "CUPS server IP"
msgstr "IP del servidor CUPS"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "Puerto"
@@ -7964,12 +8148,142 @@ msgstr "Puerto"
msgid "Automatic CUPS configuration"
msgstr "Configuraci坦n autom叩tica de CUPS"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printerdrake.pm_.c:178
+msgid "Checking your system..."
+msgstr "Verificando su sistema..."
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr "No se encontraron impresoras conectadas directamente a su m叩quina"
+
+#: ../../printerdrake.pm_.c:198
+msgid ""
+"The following printers\n"
+"\n"
+msgstr ""
+"Las impresoras siguientes\n"
+"\n"
+
+#: ../../printerdrake.pm_.c:199
+msgid ""
+"The following printer\n"
+"\n"
+msgstr ""
+"La impresora siguiente\n"
+"\n"
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+"\n"
+"y una impresora desconocida est叩n "
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+"\n"
+"y %d impresoras desconocidas est叩n "
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+"\n"
+"est叩n "
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+"\n"
+"est叩 "
+
+#: ../../printerdrake.pm_.c:210
+msgid "directly connected to your system"
+msgstr "conectada directamente a su sistema"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+"\n"
+"Hay una impresaora desconocida conectada directamente a su sistema"
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+"\n"
+"Hay %d impresoras desconocidas conectadas directamente a su sistema"
+
+#: ../../printerdrake.pm_.c:221
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr ""
+"(Debe asegurarse que todas sus impresoras est叩n conectadas y encendidas).\n"
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+"多Desea habilitar la impresi坦n en las impresoras mencionadas arriba o en las "
+"impresoras en la red local?\n"
+
+#: ../../printerdrake.pm_.c:236
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr "多Desea habilitar la impresi坦n en las impresoras en la red local?\n"
+
+#: ../../printerdrake.pm_.c:238
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "多Desea habilitar la impresi坦n en las impresoras mencionadas arriba?\n"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr "多Est叩 seguro que desea configurar la impresi坦n en esta m叩quina?\n"
+
+#: ../../printerdrake.pm_.c:240
+#, 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: Dependiendo del modelo de la impresora y del sistema de impresi坦n, se "
+"instalar叩n hasta %d MB de software adicional."
+
+#: ../../printerdrake.pm_.c:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
msgid "Add a new printer"
msgstr "A単adir una impresora nueva"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7991,7 +8305,7 @@ msgstr ""
"darle acceso a los controladores de todas las impresoras disponibles, "
"opciones del controlador y tipos de conexi坦n de impresoras."
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8000,7 +8314,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -8031,7 +8345,34 @@ msgstr ""
"Haga clic sobre \"Siguiente\" cuando est辿 listo, o sobre \"Cancelar\" si "
"Usted no desea configurar sus impresoras ahora."
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+"\n"
+"Bienvenido al Asistente de configuraci坦n de Impresoras\n"
+"\n"
+"Este asistente lo ayudar叩 a instalar sus impresoras conectadas a esta "
+"computadora o conectadas directamente a esta computadora.\n"
+"\n"
+"Si tiene impresoras conectadas a esta m叩quina, por favor enci辿ndalas para "
+"que se puedan detectar autom叩ticamnte. Tambi辿n deber鱈an estar conectadas y "
+"encendidas sus impresoras de red.\n"
+"\n"
+"Haga clic sobre \"Siguiente\" cuando est辿 listo, o sobre \"Cancelar\" si "
+"Usted no desea configurar sus impresoras ahora."
+
+#: ../../printerdrake.pm_.c:297
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8040,7 +8381,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -8068,28 +8409,28 @@ msgstr ""
"Haga clic sobre \"Siguiente\" cuando est辿 listo, o sobre \"Cancelar\" si "
"Usted no desea configurar sus impresoras ahora."
-#: ../../printerdrake.pm_.c:213
+#: ../../printerdrake.pm_.c:315
msgid "Auto-detect printers connected to this machine"
msgstr "Detectar autom叩ticamente las impresoras conectadas a esta m叩quina"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
"Detectar autom叩ticamente las impresoras conectadas directamente a la red "
"local"
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
"Detectar autom叩ticamente las impersoras conectadas a m叩quinas que corren "
"Microsoft Windows"
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
msgid "Local Printer"
msgstr "Impresora local"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -8113,49 +8454,49 @@ msgstr ""
"de impresi坦n, ...), seleccione \"Impresora\" en la secci坦n de \"Hardware\" "
"del Centro de control de Mandrake."
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
msgid "Printer auto-detection"
msgstr "Detecci坦n autom叩tica de impresoras"
-#: ../../printerdrake.pm_.c:305
+#: ../../printerdrake.pm_.c:408
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ", impresora de red \"%s\", puerto %s"
-#: ../../printerdrake.pm_.c:307
+#: ../../printerdrake.pm_.c:410
#, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr ", impresora \"%s\" en el servidor SMB/Windows \"%s\""
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, c-format
msgid "Detected %s"
msgstr "Detectada %s"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr "Impresora en puerto paralelo \\/*%s"
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr "Impresora USB \\/*%s"
-#: ../../printerdrake.pm_.c:321
+#: ../../printerdrake.pm_.c:424
#, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Impresora de red \"%s\", puerto %s"
-#: ../../printerdrake.pm_.c:323
+#: ../../printerdrake.pm_.c:426
#, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Impresora \"%s\" en el servidor SMB/Windows \"%s\""
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -8167,19 +8508,19 @@ msgstr ""
"(Puertos paralelos: /dev/lp0, /dev/lp1, ..., equivalen a LPT1:, LPT2, ..., "
"1捉 impresora USB: /dev/usb/lp0, 2捉 impresora USB: /dev/usb/lp1, ...)."
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
msgid "You must enter a device or file name!"
msgstr "Debe introducir un dispositivo un un nombre de archivo"
-#: ../../printerdrake.pm_.c:475
+#: ../../printerdrake.pm_.c:578
msgid "No printer found!"
msgstr "臓No se encontr坦 impresora alguna!"
-#: ../../printerdrake.pm_.c:485
+#: ../../printerdrake.pm_.c:588
msgid "Available printers"
msgstr "Impresoras disponibles"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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"
@@ -8188,7 +8529,7 @@ msgstr ""
"quiere configurar, introduzca en la l鱈nea de entrada un nombre de "
"dispositivo/nombre de archivo en la l鱈nea de entrada"
-#: ../../printerdrake.pm_.c:490
+#: ../../printerdrake.pm_.c:593
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"
@@ -8197,7 +8538,7 @@ msgstr ""
"favor, seleccione la impresora que quiere configurar o introduzca un nombre "
"de dispositivo/nombre de archivo en la l鱈nea de entrada"
-#: ../../printerdrake.pm_.c:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -8209,7 +8550,7 @@ msgstr ""
"detect坦 correctamente o si prefiere una configuraci坦n personalizada, active "
"la \"Configuraci坦n manual\"."
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -8222,7 +8563,7 @@ msgstr ""
"detect坦 correctamente o si prefiere una configuraci坦n personalizada, active "
"la \"Configuraci坦n manual\"."
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
msgid ""
"Please choose the port where your printer is connected to or enter a device "
"name/file name in the input line"
@@ -8230,11 +8571,11 @@ msgstr ""
"Por favor, elija el puerto donde est叩 conectada su impresora o ingrese el "
"nombre de un dispositivo o archivo en la l鱈nea de entrada"
-#: ../../printerdrake.pm_.c:496
+#: ../../printerdrake.pm_.c:599
msgid "Please choose the port where your printer is connected to."
msgstr "Por favor, elija el puerto al que est叩 conectado su impresora."
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
@@ -8242,19 +8583,19 @@ msgstr ""
"(Puertos paralelo: /dev/lp0, /dev/lp1, ..., equivalen a LPT1:, LPT2, ..., "
"1er impresora USB: /dev/usb/lp0, 2da impresora USB: /dev/usb/lp1, ...) "
-#: ../../printerdrake.pm_.c:503
+#: ../../printerdrake.pm_.c:606
msgid "You must choose/enter a printer/device!"
msgstr "臓Debe elegir/ingresar una impresora o un dispositivo!"
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
msgid "Manual configuration"
msgstr "Configuraci坦n manual"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr "Opciones de la impresora remota lpd"
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
"server and the printer name on that server."
@@ -8262,46 +8603,46 @@ msgstr ""
"Para utilizar impresora LPD remota, necesita proporcionar el nombre de host "
"del servidor de impresi坦n y el nombre de la impresora en ese servidor."
-#: ../../printerdrake.pm_.c:579
+#: ../../printerdrake.pm_.c:682
msgid "Remote host name"
msgstr "Nombre de host del servidor remoto"
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
msgid "Remote printer name"
msgstr "Nombre de la impresora remota"
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
msgid "Remote host name missing!"
msgstr "臓Falta el nombre del host remoto!"
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
msgid "Remote printer name missing!"
msgstr "臓Falta el nombre de la impresora remota!"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
#, c-format
msgid "Detected model: %s %s"
msgstr "Modelo detectado: %s %s"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
msgid "Scanning network..."
msgstr "Buscando en la red ..."
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ", impresora \"%s\" en el servidor \"%s\""
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
#, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Impresora \"%s\" en el servidor \"%s\""
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Opciones de la impresora SMB (Windows 9x/NT)"
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
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 "
@@ -8315,7 +8656,7 @@ msgstr ""
"cualquier otra informaci坦n del nombre de usuario, contrase単a y grupo de "
"trabajo que haga falta."
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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."
@@ -8324,39 +8665,39 @@ msgstr ""
"la lista y luego agregue el nombre de usuario, contrase単a, y/o grupo de "
"trabajo si es necesario."
-#: ../../printerdrake.pm_.c:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "M叩quina del servidor SMB"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "IP del servidor SMB"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "Nombre del recurso compartido"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "Grupo de trabajo"
-#: ../../printerdrake.pm_.c:746
+#: ../../printerdrake.pm_.c:853
msgid "Auto-detected"
msgstr "Detectada autom叩ticamente"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
msgstr "臓Debe indicar el nombre o la direcci坦n IP del servidor!"
-#: ../../printerdrake.pm_.c:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr "臓No se encuentra el nombre del recurso compartido de Samba!"
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr "臓ADVERTENCIA DE SEGURIDAD!"
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -8400,7 +8741,7 @@ msgstr ""
"conexi坦n \"%s\" en PrinterDrake.\n"
"\n"
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -8413,7 +8754,7 @@ msgstr ""
"conexi坦n \"%s\" en PrinterDrake.\n"
"\n"
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -8425,11 +8766,11 @@ msgstr ""
"\n"
"多Realmente desea continuar configurando esta impresora como lo est叩 haciendo?"
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "Opciones de la impresora NetWare"
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
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 "
@@ -8441,37 +8782,37 @@ msgstr ""
"de la m叩quina en TCP/IP) as鱈 como el nombre de la cola de impresi坦n que "
"desea usar y el nombre de usuario y la contrase単a apropiados."
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "Servidor de impresi坦n"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr "Nombre de la cola de impresi坦n"
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr "臓No se encuentra el nombre del servidor NCP!"
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr "臓No se encuentra la cola del servidor NCP!"
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
#, c-format
msgid ", host \"%s\", port %s"
msgstr ", host \"%s\", puerto %s"
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
#, c-format
msgid "Host \"%s\", port %s"
msgstr "Host \"%s\", puerto %s"
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
msgid "TCP/Socket Printer Options"
msgstr "Opciones de la impresora por socket/TCP"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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."
@@ -8480,7 +8821,7 @@ msgstr ""
"el nombre del host o la IP y el n炭mero de puerto opcional (9100, por "
"defecto) en los campos."
-#: ../../printerdrake.pm_.c:978
+#: ../../printerdrake.pm_.c:1085
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 "
@@ -8493,19 +8834,19 @@ msgstr ""
"por lo general es 9100, en otros servidores puede variar. Consulte el manual "
"de su hardware."
-#: ../../printerdrake.pm_.c:983
+#: ../../printerdrake.pm_.c:1090
msgid "Printer host name or IP missing!"
msgstr "臓Falta el nombre de host o la IP de la impresora!"
-#: ../../printerdrake.pm_.c:1005
+#: ../../printerdrake.pm_.c:1112
msgid "Printer host name or IP"
msgstr "Nombre de host o IP de la impresora"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr "URI del dispositivo de impresi坦n"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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 "
@@ -8515,11 +8856,11 @@ msgstr ""
"debe cumplir con las especificaciones Foomatic o CUPS. Recuerde que no todos "
"los sistemas de impresi坦n admiten URIs."
-#: ../../printerdrake.pm_.c:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr "臓Debe introducir un URI v叩lido!"
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
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."
@@ -8528,27 +8869,27 @@ msgstr ""
"qu辿 rellenar los campos Descripci坦n ni Ubicaci坦n. Son comentarios para los "
"usuarios."
-#: ../../printerdrake.pm_.c:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr "Nombre de la impresora"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "Ubicaci坦n"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
msgid "Reading printer database..."
msgstr "Leyendo base de datos de impresoras ..."
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
msgid "Preparing printer database..."
msgstr "Preparando base de datos de impresoras ..."
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
msgid "Your printer model"
msgstr "El modelo de su impresora"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -8575,24 +8916,24 @@ msgstr ""
"\n"
"%s"
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
msgid "The model is correct"
msgstr "El modelo es correcto"
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
msgid "Select model manually"
msgstr "Seleccionar el modelo manualmente"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
msgid "Printer model selection"
msgstr "Selecci坦n del modelo de impresora"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
msgid "Which printer model do you have?"
msgstr "多Qu辿 modelo de impresora tiene?"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -8607,7 +8948,7 @@ msgstr ""
"si el cursor est叩 sobre un modelo equivocado o si est叩 en \"Impresora en "
"crudo\"."
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
@@ -8615,11 +8956,11 @@ msgstr ""
"Si no se lista su impresora, elija una compatible (vea el manual de la "
"misma) o una simliar."
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
msgid "OKI winprinter configuration"
msgstr "Configuraci坦n de impresora de windows OKI"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -8636,11 +8977,11 @@ msgstr ""
"impresora no funcionar叩. El controlador ignorar叩 la configuraci坦n del tipo "
"de conexi坦n."
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
msgid "Lexmark inkjet configuration"
msgstr "Configuraci坦n de impresora de inyecci坦n de tinta Lexmark"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -8652,17 +8993,17 @@ msgstr ""
"de impresi坦n. Por favor, conecte su impresora a un puerto local o "
"config炭relo en la m叩quina a la que est叩 conectada."
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
+#, fuzzy
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
msgstr ""
"Para permitir imprimir con su impresora de inyecci坦n de tinta Lexmark y esta "
"configuraci坦n, necesita los controladores de impresoras de inyecci坦n de "
@@ -8675,7 +9016,34 @@ msgstr ""
"p叩ginas alineadas con la cabeza de impresi坦n \"lexmarkmaintain\" y ajuste la "
"configuraci坦n de la alineaci坦n de la cabeza con este programa."
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
+
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -8692,22 +9060,22 @@ msgstr ""
"configurados correctamente. Note que una calidad de impresi坦n o resoluci坦n "
"extremadamente alta puede ser bastante lenta."
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr "臓La opci坦n %s debe ser un n炭mero entero!"
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr "臓La opci坦n %s debe ser un n炭mero!"
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr "臓La opci坦n %s est叩 fuera de rango"
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -8716,11 +9084,11 @@ msgstr ""
"多Quiere configurar esta impresora (\"%s\")\n"
"como la impresora predeterminada?"
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
msgid "Test pages"
msgstr "P叩ginas de prueba"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -8732,39 +9100,39 @@ msgstr ""
"incluso en impresoras l叩ser con muy poca memoria puede que no salga. En la "
"mayor鱈a de los casos, basta con imprimir la p叩gina de prueba est叩ndar."
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
msgid "No test pages"
msgstr "No hay p叩ginas de prueba"
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
msgid "Print"
msgstr "Imprimir"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
msgid "Standard test page"
msgstr "P叩gina de prueba est叩ndar"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr "P叩gina de prueba alternativa (Letter)"
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
msgid "Alternative test page (A4)"
msgstr "P叩gina de prueba alternativa (A4)"
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
msgid "Photo test page"
msgstr "P叩gina de prueba de foto"
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
msgid "Do not print any test page"
msgstr "No imprimir ninguna p叩gina de prueba"
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "Imprimir la(s) p叩gina(s) de prueba..."
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8779,7 +9147,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -8787,15 +9155,15 @@ msgstr ""
"La(s) p叩gina(s) de prueba se enviaron al demonio de impresi坦n.\n"
"Puede que pase algo de tiempo antes de que comience la impresi坦n.\n"
-#: ../../printerdrake.pm_.c:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr "多Funcion坦 adecuadamente?"
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
msgid "Raw printer"
msgstr "Impresora en crudo"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -8809,7 +9177,7 @@ msgstr ""
"permiten seleccionar la impresora y modificar las opciones de configuraci坦n "
"f叩cilmente.\n"
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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 "
@@ -8820,8 +9188,8 @@ msgstr ""
"nombre del archivo porque el archivo a imprimir lo proporciona la "
"aplicaci坦n.\n"
-#: ../../printerdrake.pm_.c:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -8835,7 +9203,7 @@ msgstr ""
"configuraciones deseadas a la l鱈nea de comando, por ejemplo \"%s <archivo>"
"\". "
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -8846,7 +9214,7 @@ msgstr ""
"lista que se muestra debajo o haga clic sobre el bot坦n \"Imprimir lista de "
"opciones\".%s%s\n"
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
@@ -8854,7 +9222,7 @@ msgstr ""
"Aqu鱈 tiene una lista de las opciones disponibles para la impresora actual:\n"
"\n"
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8863,8 +9231,8 @@ msgstr ""
"Para imprimir un archivo desde la l鱈nea de comando (ventana de terminal) use "
"el comando \"%s <archivo>\".\n"
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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 "
@@ -8875,7 +9243,7 @@ msgstr ""
"del archivo porque el nombre del archivo a imprimir lo proporciona la "
"aplicaci坦n.\n"
-#: ../../printerdrake.pm_.c:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
@@ -8883,7 +9251,7 @@ msgstr ""
"Para obtener una lista de las opciones disponibles para la impresora actual, "
"haga clic en el bot坦n \"Imprimir lista de opciones\"."
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8892,7 +9260,7 @@ msgstr ""
"Para imprimir un archivo desde la l鱈nea de comando (ventana de terminal) use "
"el comando \"%s <archivo>\" o \"%s <archivo>\".\n"
-#: ../../printerdrake.pm_.c:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -8908,7 +9276,7 @@ msgstr ""
"detiene todos los trabajos de impresi坦n inmediatamente cuando hace clic en "
"辿l. Esto es 炭til, por ejemplo, para atascos de papel.\n"
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -8921,40 +9289,40 @@ msgstr ""
"configuraci坦n para un trabajo de impresi坦n particular. Simplemente a単ada las "
"opciones deseadas a la l鱈nea de comando, por ejemplo \"%s <archivo>\".\n"
-#: ../../printerdrake.pm_.c:2153
+#: ../../printerdrake.pm_.c:2343
#, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Tarjetas de Impresora/Escaner/Foto en \"%s\""
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Imprimiendo/Escaneando en \"%s\""
-#: ../../printerdrake.pm_.c:2156
+#: ../../printerdrake.pm_.c:2346
#, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Acceso de tarjetas de Impresora/Foto en \"%s\""
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Imprimiendo en la impresora \"%s\""
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
msgstr "Cerrar"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
msgid "Print option list"
msgstr "Imprimir lista de opciones"
-#: ../../printerdrake.pm_.c:2182
+#: ../../printerdrake.pm_.c:2373
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -8977,7 +9345,7 @@ msgstr ""
"\n"
"臓No utilice \"scannerdrake\" para este dispositivo!"
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -9000,17 +9368,17 @@ msgstr ""
"cambiar entre las letras de unidad con el campo en la esquina superior "
"derecha de la lista de archivos."
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
msgid "Reading printer data..."
msgstr "Leyendo los datos de la impresora ..."
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
msgid "Transfer printer configuration"
msgstr "Transferir configuraci坦n de la impresora"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -9026,7 +9394,7 @@ msgstr ""
"transfieren.\n"
"Debido a las siguientes razones no todas las colas se pueden transferir:\n"
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
@@ -9034,7 +9402,7 @@ msgstr ""
"CUPS no soporta impresoras en servidores Novell o impresoras que env鱈an los "
"datos en un comando formado libremente.\n"
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
@@ -9042,11 +9410,11 @@ msgstr ""
"PDQ s坦lo soporta impresoras locales, impresoras LPD remotas, e impresoras "
"Socket/TCP.\n"
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD y LPRng no soportan impresoras IPP.\n"
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
@@ -9054,7 +9422,7 @@ msgstr ""
"Adem叩s, las colas no creadas con este programa o con \"foomatic-configure\" "
"no se pueden transferir."
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
msgid ""
"\n"
"Also printers configured with the PPD files provided by their manufacturers "
@@ -9064,7 +9432,7 @@ msgstr ""
"Tampoco se pueden transferir las impresoras configuradas con los archivos "
"PPD provistos por sus fabricantes o con controladores CUPS nativos."
-#: ../../printerdrake.pm_.c:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
@@ -9074,15 +9442,15 @@ msgstr ""
"Marque las impresoras que desea transferir y haga clic \n"
"sobre \"Transferir\"."
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr "No transferir impresoras"
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr "Transferir"
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -9093,13 +9461,13 @@ msgstr ""
"Haga clic sobre \"Transferir\" para sobre-escribirla.\n"
"Tambi辿n puede ingresar un nombre nuevo o saltear esta impresora."
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"El nombre de la impresora s坦lo deber鱈a contener letras, n炭meros y el gui坦n "
"bajo"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -9108,16 +9476,16 @@ msgstr ""
"La impresora \"%s\" ya existe,\n"
"多realmente desea sobre-escribir la configuraci坦n de la misma?"
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
msgid "New printer name"
msgstr "Nuevo nombre de la impresora"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr "Transfiriendo %s ..."
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -9126,29 +9494,29 @@ msgstr ""
"Ha transferido su impresora por defecto anterior (\"%s\"), 多Deber鱈a ser "
"tambi辿n la impresora por defecto bajo el nuevo sistema de impresi坦n %s?"
-#: ../../printerdrake.pm_.c:2316
+#: ../../printerdrake.pm_.c:2510
msgid "Refreshing printer data..."
msgstr "Refrescando datos de impresora ..."
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
msgid "Configuration of a remote printer"
msgstr "Configuraci坦n de una impresora remota"
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
msgid "Starting network..."
msgstr "Iniciando la red ..."
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
msgid "Configure the network now"
msgstr "Configurar la red ahora"
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
msgid "Network functionality not configured"
msgstr "Funcionalidad de red no configurada"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -9160,11 +9528,11 @@ msgstr ""
"configuraci坦n de red, no podr叩 utilizar la impresoara que est叩 configurando "
"ahora. 多C坦mo desea proceder?"
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
msgid "Go on without configuring the network"
msgstr "Continuar sin configurar la red"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -9180,7 +9548,7 @@ msgstr ""
"impresora, tambi辿n utilizando el Centro de Control de Mandrake, secci坦n "
"\"Hardware\"/\"Impresora\"."
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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 "
@@ -9190,24 +9558,24 @@ msgstr ""
"verifique su configuraci坦n y su hardware. Luego, intente configurar su "
"impresora remota de nuevo."
-#: ../../printerdrake.pm_.c:2408
+#: ../../printerdrake.pm_.c:2603
msgid "Restarting printing system..."
msgstr "Reiniciando el sistema de impresi坦n ..."
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "high"
msgstr "Alta"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "paranoid"
msgstr "Paranoica"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Instalando un sistema de impresi坦n en el nivel de seguridad %s"
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -9232,11 +9600,11 @@ msgstr ""
"\n"
"多Seguro que desea configurar la impresi坦n para esta m叩quina?"
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
msgid "Starting the printing system at boot time"
msgstr "Iniciar el sistema de impresi坦n al arrancar"
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -9259,75 +9627,71 @@ msgstr ""
"多Desea volver a activar el inicio autom叩tico de la impresi坦n cuando el "
"sistema se vuelva a encender?"
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr "Verificando software instalado..."
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr "Quitando LPRng..."
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr "Quitando LPD..."
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
msgid "Select Printer Spooler"
msgstr "Seleccione sistema de impresi坦n (spooler)"
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
msgid "Which printing system (spooler) do you want to use?"
msgstr "多Qu辿 sistema de impresi坦n (spooler) desea usar?"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printerdrake.pm_.c:2895
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Configurando la impresora \"%s\" ..."
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
msgid "Installing Foomatic..."
msgstr "Instalando Foomatic ..."
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "Opciones de la impresora"
-#: ../../printerdrake.pm_.c:2778
-msgid "Preparing PrinterDrake..."
-msgstr "Preparando PrinterDrake ..."
+#: ../../printerdrake.pm_.c:2989
+msgid "Preparing Printerdrake..."
+msgstr "Preparando a Printerdrake ..."
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
msgid "Configuring applications..."
msgstr "Configurando las aplicaciones..."
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
msgid "Would you like to configure printing?"
msgstr "多Desea configurar la impresi坦n?"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr "Sistema de impresi坦n: "
-#: ../../printerdrake.pm_.c:2875
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
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."
+"OpenOffice.org/GIMP."
msgstr ""
"Est叩n configuradas las impresoras siguientes. Haga doble clic sobre una para "
"cambiar sus par叩metros; para hacerla la predeterminada; para ver informaci坦n "
"acerca de la misma o para hacer que una impresora en un servidor CUPS remoto "
-"est辿 disponible para Star Office/OpenOffice.org."
+"est辿 disponible para Star Office/OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
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 "
@@ -9337,30 +9701,30 @@ msgstr ""
"ellas para modificarla, para configurarla como predeterminada, o para "
"obtener informaci坦n sobre la misma."
-#: ../../printerdrake.pm_.c:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Refrescar la lista de impresoras (para visualizar todas las impresoras CUPS "
"remotas)"
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
msgid "Change the printing system"
msgstr "Cambiar el sistema de impresi坦n"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
msgid "Normal Mode"
msgstr "Modo normal"
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
msgid "Do you want to configure another printer?"
msgstr "多Desea configurar otra impresora?"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
msgid "Modify printer configuration"
msgstr "Modificar configuraci坦n de la impresora"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, c-format
msgid ""
"Printer %s\n"
@@ -9369,104 +9733,108 @@ msgstr ""
"Impresora %s\n"
"多Qu辿 desea modificar de esta impresora?"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr "臓Hacerlo!"
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
msgid "Printer connection type"
msgstr "Tipo de conexi坦n de la impresora"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
msgid "Printer name, description, location"
msgstr "Nombre de la impresora, descripci坦n, ubicaci坦n"
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr "Fabricante de la impresora, modelo, controlador"
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr "Fabricante de la impresora, modelo"
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr "Poner esta impresora como predeterminada"
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Agregar esta impresora a Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Agregar esta impresora a Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Quitar esta impresora de Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Quitar esta impresora de Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
msgid "Print test pages"
msgstr "Imprimir la(s) p叩gina(s) de prueba"
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
msgid "Know how to use this printer"
msgstr "Se sabe c坦mo usar esta impresora"
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
msgid "Remove printer"
msgstr "Borrar impresora"
-#: ../../printerdrake.pm_.c:3245
+#: ../../printerdrake.pm_.c:3472
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Quitando la impresora antigua \"%s\" ..."
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
msgid "Default printer"
msgstr "Impresora predeterminada"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "La impresora \"%s\" ahora es la impresora predeterminada."
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Agregando impresora a Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Agregando impresora a Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
"La impresora \"%s\" se agreg坦 satisfactoriamente a Star Office/OpenOffice."
"org."
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr "No se pudo agregar la impresora \"%s\" a Star Office/OpenOffice.org."
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgstr ""
+"No se pudo agregar la impresora \"%s\" a Star Office/OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "Quitando la impresora de Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Quitando la impresora de Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
"La impresora \"%s\" se quit坦 satisfactoriamnete de Star Office/OpenOffice."
"org."
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr "No se pudo quitar la impresora \"%s\" de Star Office/OpenOffice.org."
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
+msgstr ""
+"No se pudo quitar la impresora \"%s\" de Star Office/OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "多Seguro que quiere borrar la impresora \"%s\"?"
-#: ../../printerdrake.pm_.c:3297
+#: ../../printerdrake.pm_.c:3527
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Quitando la impresora \"%s\" ..."
@@ -9890,7 +10258,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Compartir archivos"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
msgid "System"
msgstr "Sistema"
@@ -9943,15 +10311,17 @@ msgstr "Iniciar"
msgid "Stop"
msgstr "Parar"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Gracias por elegir Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
+msgstr "Gracias por elegir Mandrake Linux 9.0"
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
+#, fuzzy
msgid "Welcome to the Open Source world"
msgstr "Bienvenido al mundo del C坦digo Abierto (Open Source)"
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
+#, fuzzy
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
@@ -9961,209 +10331,258 @@ msgstr ""
"sistema operativo es el resultado del trabajo colaborativo de parte de la "
"Comunidad Linux mundial"
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
+#: ../../share/advertising/02-community.pl_.c:9
+#, fuzzy
+msgid "Get involved in the Free Software world"
msgstr "nase al mundo del Software Libre"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr "多Desea saber m叩s acerca de la comunidad de C坦digo Abierto?"
+
+#: ../../share/advertising/02-community.pl_.c:11
+#, fuzzy
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
"Conozca a la comunidad Open Source y sea un miembro. Aprenda, ense単e, y "
"ayude a otros uni辿ndose a los foros de discusi坦n que encontrar叩 en nuestras "
"p叩ginas web para la \"Comunidad\""
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet y Mensajer鱈a"
+#: ../../share/advertising/03-internet.pl_.c:9
+msgid "Get the most from the Internet"
+msgstr "Aprovechar al m叩ximo la Internet"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"view animations with Mozilla and Konqueror, or read your mail and handle "
+"your personal information with Evolution and Kmail"
msgstr ""
-"Mandrake Linux 8.2 le brinda la mejor selecci坦n de software para acceder a "
+"Mandrake Linux 9.0 le brinda la mejor selecci坦n de software para acceder a "
"todo lo que tiene para ofrecer la Internet: Navegue la web y vea animaciones "
"con Mozilla y Konqueror, intercambie correo-e y organice su informaci坦n "
"personal con Evolution y KMail, y mucho m叩s"
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimedios y Gr叩ficos"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+#, fuzzy
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr "臓Descubra las herramientas gr叩ficas y multimedios m叩s actualizadas!"
+
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr "臓Lleve los multimedios al l鱈mite!"
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:11
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"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 le permitir叩 llevar a su computadora multimedios al "
-"l鱈mite! Use el 炭ltimo software para reproducir m炭sica y archivos de audio, "
-"edite y organice sus im叩genes y fotos, mire TV y reproduzca v鱈deos, y mucho "
-"m叩s"
+"Mandrake Linux 9.0 le permite utilizar el 炭ltimo software para reproducir "
+"archivos de audio, editar y organizar sus im叩genes o fotos, y reproduzcir "
+"v鱈deos."
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Desarrollo"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "Juegos"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-"Mandrake Linux 8.2 es la plataforma de desarrollo definitiva. Descubra el "
-"poder del compilador GNU gcc as鱈 como tambi辿n los mejores entornos de "
-"desarrollo de C坦digo Abierto"
+"Mandrake Linux 9.0 brinda lo mejor en juegos de C坦digo Abierto - arcade, "
+"acci坦n, naipes, deportes, estrategia, ..."
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
msgid "Mandrake Control Center"
msgstr "Centro de control de Mandrake"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-"El Centro de Control de Mandrake Linux 8.2 es un lugar 炭nico para "
-"personalizar y configurar su sistema Mandrake por completo"
+"Mandrake Linux 9.0 brinda una herramienta potente para personalizar y "
+"configurar su m叩quina por completo."
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
msgid "User interfaces"
msgstr "Interfaces de usuario"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
msgstr ""
-"Mandrake Linux 8.2 brinda 11 entornos de escritorio gr叩ficos y "
-"administradores de ventanas distintos para elegir, incluyendo a GNOME 1.4, "
-"KDE 2.2.2, Window Maker 0.8, y otros"
+"Mandrake Linux 9.0 brinda 11 interfaces de usuario que se pueden modificar "
+"por completo: KDE3, Gnome 2, WindowMaker..."
+
+#: ../../share/advertising/08-development.pl_.c:9
+msgid "Development simplified"
+msgstr "Desarrollo simplificado"
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Software de servidor"
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr "Mandrake Linux 9.0 es la mejor plataforma de desarrollo."
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/08-development.pl_.c:11
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
+msgstr ""
+"Utilice el poder del compilador GNU gcc 3 as鱈 como tambi辿n los mejores "
+"entornos de desarrollo de C坦digo Abierto."
+
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr "Convierta su m叩quina en un servidor confiable."
+
+#: ../../share/advertising/09-server.pl_.c:10
+msgid ""
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
"Transforme su m叩quina en un servidor potente con unos pocos clic del rat坦n: "
"servidor web, de correo, cortafuegos, router, servidor de archivos e "
"impresoras, ..."
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Juegos"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
+msgstr "Optimice su seguridad"
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-"Mandrake Linux 8.2 brinda lo mejor en juegos de C坦digo Abierto - arcade, "
-"acci坦n, naipes, deportes, estrategia, ..."
+"MandrakeSecurity ofrece un rango que incluye el producto Multi Network "
+"Firewall (M.N.F.)."
+
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
+msgstr ""
+"Este producto cortafuegos incluye caracter鱈sticas de red que le permiten "
+"satisfacer todas sus necesidades de seguridad"
+
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr "Este producto est叩 disponible en el sitio web MandrakeStore"
+
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr "La tienda oficial de MandrakeSoft"
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
+#: ../../share/advertising/11-mdkstore.pl_.c:10
+msgid ""
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+"Nuestro rango completo de soluciones Linux, as鱈 como tambi辿n ofertas "
+"especiales sobre productos y 'cositas', est叩n disponibles en l鱈nea en "
+"nuestra tienda electr坦nica."
+
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
+msgstr "Socios estrat辿gicos"
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-"多Desea aprender Linux de manera simple, r叩pida, y gratis? MandrakeSoft le "
-"proporciona entrenamiento libre en Linux, as鱈 como tambi辿n una manera de "
-"probar su progreso, en MandrakeCampus -- nuestro centro de entrenamiento en "
-"l鱈nea"
+"MandrakeSoft trabaja junto a una selecci坦n de compa単鱈as que ofrecen "
+"soluciones profesionales compatibles con Mandrake Linux. En MandrakeStore "
+"est叩 disponible una lista de dichos socios."
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr "Descubra el cat叩logo Linux-Campus de entrenamiento de MandrakeSoft"
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
msgstr ""
-"El soporte de calidad de la Comunidad Linux, y de MandrakeSoft, est叩 "
-"simplemente a la vuelta de la esquina. y si ya es un veterano de Linux, "
-"convi辿rtase en \"Experto\" y comparta su conocimiento en nuestro sitio web "
-"de soporte"
+"El programa de entrenamiento ha sido creado para responder a las necesidades "
+"tanto de los usuarios como de los expertos (Administraci坦n de sistemas y "
+"redes)"
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
+msgstr "Certif鱈quese en Linux."
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
msgstr ""
-"Nuestros consultores est叩n listos para analizar sus necesidades y ofrecerle "
-"una soluci坦n persoanlizada para todos sus proyectos de IT. Aproveche la "
-"vasta experiencia de MandrakeSoft como productor de Linux para brindar una "
-"alternativa IT verdadera para su organizaci坦n de negocios"
+"Ya sea si elige ense単arse a s鱈 mismo en l鱈nea o a trav辿s de nuestra red de "
+"socios de entrenamiento, el cat叩logo Linux-Campus lo prepara para el "
+"reconocido programa de certificaci坦n LPT (certificaci坦n t辿cnica profesional "
+"a nivel mundial)."
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
+msgid "Become a MandrakeExpert"
+msgstr "Convi辿rtase en un MandrakeExpert"
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-"En nuestra tienda electr坦nica en l鱈nea est叩n disponibles el rango completo "
-"de soluciones Linux, as鱈 como tambi辿n ofertas especiales sobre los productos "
-"y otras \"cositas\""
+"Encuentre las soluciones a sus problemas por medio de la plataforma de "
+"soporte en l鱈nea de MandrakeSoft."
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
+#, fuzzy
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
+msgstr ""
+"unase a los equipos de soporte de Mandrakesoft y de la Comunidad Linux en "
+"l鱈nea para compartir su conocimiento y ayudar a otros convirti辿ndose en un "
+"Experto reconocido en el sitio web de soporte t辿cnico en l鱈nea:"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+msgid "MandrakeExpert Corporate"
+msgstr "MandrakeExpert Corporativo"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
msgstr ""
-"Para m叩s informaci坦n sobre los Servicios Profesionales de MandrakeSoft y las "
-"ofertas comerciales, por favor vea la p叩gina web siguiente:"
+"Una plataforma en l鱈nea para responder a las necesidades espec鱈ficas de "
+"soporte de la compa単鱈a."
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
+msgstr ""
+"Todos los incidentes estar叩n seguidos por un 炭nico experto t辿cnico "
+"calificado de MandrakeSoft."
-#: ../../standalone.pm_.c:40
+#: ../../standalone.pm_.c:41
msgid "Installing packages..."
msgstr "Instalando paquetes..."
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Por favor salga de la sesi坦n y luego pulse Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Abra de nuevo una sesi坦n %s para activar los cambios"
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"No se puede leer su tabla de particiones, est叩 demasiado deteriorada :-(\n"
-"Se intentar叩 ir poniendo en blanco las particiones malas"
-
#: ../../standalone/drakTermServ_.c:188
msgid "Mandrake Terminal Server Configuration"
msgstr "Configuraci坦n del Servidor de Terminales de Mandrake"
@@ -10200,12 +10619,13 @@ msgstr "A単adir/Quitar usuarios"
msgid "Add/Del Clients"
msgstr "A単adir/Quitar clientes"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
msgid "Help"
msgstr "Ayuda"
@@ -10371,8 +10791,8 @@ msgstr ""
"Los par叩metros de la instalaci坦n autom叩ticas est叩n disponibles en las "
"secciones de la izquierda"
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "臓Felicidades!"
@@ -10396,20 +10816,23 @@ msgstr "A単adir un elemento"
msgid "Remove the last item"
msgstr "Borrar el 炭ltimo elemento"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
-msgstr ""
+msgstr "Cron todav鱈a no est叩 disponible como no-root"
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
msgstr "ATENCIN"
-#: ../../standalone/drakbackup_.c:732
-#, fuzzy
+#: ../../standalone/drakbackup_.c:726
msgid "FATAL"
-msgstr "FAT"
+msgstr "FATAL"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr "INFO"
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
@@ -10419,7 +10842,7 @@ msgstr ""
" Reporte de DrakBackup \n"
"\n"
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -10431,7 +10854,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -10443,12 +10866,22 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
msgid "Total progess"
msgstr "Progreso total"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+"Lo siento, no est叩 instalado/habilitado perl-Expect. Para usar\n"
+"esta caracter鱈stica, instale perl-Expect y comente las l鱈neas 772-774,\n"
+" as鱈 como tambi辿n 788,789. Luego quite el comentario a la l鱈nea 787."
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10461,16 +10894,41 @@ msgstr ""
"Advertencia: Si ya realiz坦 este proceso probablemente deba\n"
" purgar la entrada de authorized_keys en el servidor."
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr "La generaci坦n de claves puede tardar unos momentos."
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr "ERROR: No se puede lanzar %s."
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr "Sin pedido de contrase単a en %s en el puerto %s"
+
+#: ../../standalone/drakbackup_.c:851
+#, c-format
+msgid "Bad password on %s"
+msgstr "Contrase単a incorrecta en %s"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr "Permiso denegado transfiriendo %s a %s"
+
+#: ../../standalone/drakbackup_.c:853
+#, c-format
+msgid "Can't find %s on %s"
+msgstr "No puedo encontrar %s en %s"
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr "%s no responde"
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -10487,60 +10945,64 @@ msgstr ""
"\n"
"sin que se le pida una contrase単a."
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
-msgstr ""
+msgstr "臓El sitio WebDAV remoto ya est叩 sincronizado!"
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
-msgstr ""
+msgstr "臓Fall坦 la transferencia WebDAV!"
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
-msgstr ""
+msgstr "臓No hay CDR/DVDR en la unidad!"
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
-msgstr ""
+msgstr "臓No parece ser un soporte grabable!"
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
-msgstr ""
+msgstr "臓No es un soporte borrable!"
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr "Borrar el soporte puede tardar unos momentos."
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
-msgstr ""
+msgstr "Problema de permisos al acceder al CD."
+
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr "臓No hay cinta en %s!"
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr "Respaldar archivos del sistema..."
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
msgid "Hard Disk Backup files..."
msgstr "Respaldar archivos del disco r鱈gido..."
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
msgid "Backup User files..."
msgstr "Respaldar archivos de usuario..."
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr "Progreso de respaldo del disco r鱈gido..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
msgid "Backup Other files..."
msgstr "Respaldar otros archivos..."
-#: ../../standalone/drakbackup_.c:1266
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1321
msgid "No changes to backup!"
-msgstr "Usar cinta para realizar respaldo"
+msgstr "臓No hay cambios para realizar respaldo!"
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -10551,16 +11013,16 @@ msgstr ""
"Actividades de Drakbackup por medio de %s:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr ""
"lista de archivos env鱈ada por FTP: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
@@ -10570,7 +11032,7 @@ msgstr ""
" Problema en la conexi坦n FTP: No fue posible enviar sus archivos de copia de "
"respaldo por FTP.\n"
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
@@ -10580,7 +11042,7 @@ msgstr ""
"Actividades de Drakbackup por medio de CD:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
@@ -10590,24 +11052,24 @@ msgstr ""
"Actividades de Drakbackup por medio de cinta:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1324
+#: ../../standalone/drakbackup_.c:1379
msgid " Error during mail sending. \n"
msgstr " Error durante el env鱈o de correo. \n"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
-msgstr ""
+msgstr "臓No se puede crear cat叩logo!"
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Selecci坦n de archivos."
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr "Seleccione los archivos o directorios y haga clic sobre 'Agregar'"
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10615,26 +11077,26 @@ msgstr ""
"\n"
"Por favor, marque todas las opciones que necesita.\n"
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Estas opciones pueden respaldar y restaurar todos los archivos en el "
"directorio /etc.\n"
-#: ../../standalone/drakbackup_.c:1527
+#: ../../standalone/drakbackup_.c:1602
msgid "Backup your System files. (/etc directory)"
msgstr "Respaldar sus archivos del sistema. (directorio /etc)"
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr "Usar repaldo incremental (no reemplazar respaldos antiguos)"
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "No incluir archivos cr鱈ticos (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10642,41 +11104,45 @@ msgstr ""
"Con esta opci坦n podr叩 restaurar cualquier versi坦n de su\n"
"directorio /etc."
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
msgid "Please check all users that you want to include in your backup."
msgstr ""
"Por favor, marque a todos los usuarios que desa incluir en la copia de "
"respaldo"
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr "No incluir el cache del navegador"
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Usar respaldos incrementales (no reemplazar respaldos antiguos)"
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Quitar los seleccionados."
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
msgid "Users"
msgstr "Usuarios"
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
msgid "Use network connection to backup"
msgstr "Usar conexi坦n de red para realizar copia de respaldo"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr "M辿todo de red:"
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr "Usar Expect para SSH"
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
@@ -10684,7 +11150,7 @@ msgstr ""
"Crear/Transferir\n"
"claves de respaldo para SSH"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
msgid ""
" Transfer \n"
"Now"
@@ -10692,15 +11158,15 @@ msgstr ""
"Transferir \n"
"Ahora"
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr "Las claves ya est叩n en su lugar"
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
msgid "Please enter the host name or IP."
msgstr "Por favor, ingrese el nombre o la IP del host"
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
@@ -10708,27 +11174,27 @@ msgstr ""
"Por favor, ingrese el directorio (o m坦dulo) para\n"
" poner la copia de respaldo en este host."
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
msgid "Please enter your login"
msgstr "Por favor, ingrese su nombre de usuario (login)"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
msgid "Please enter your password"
msgstr "Por favor, ingrese su contrase単a"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
msgid "Remember this password"
msgstr "Recordar esta contrase単a"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
msgid "Need hostname, username and password!"
msgstr "臓Necesita el nombre del host, el nombre de usuario y la contrase単a!"
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr "Usar CD/DVDROM para la copia de respaldo"
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
@@ -10739,35 +11205,35 @@ msgstr ""
"Este campo no es necesario, s坦lo una herramienta para completar el "
"formulario.)"
-#: ../../standalone/drakbackup_.c:1849
+#: ../../standalone/drakbackup_.c:1923
msgid "Please choose your CD/DVD media size"
msgstr "Por favor, elija el tama単o de su CD/DVD"
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
msgid "Please check for multisession CD"
msgstr "Por favor, marque para CD multi-sesi坦n"
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
msgid "Please check if you are using CDRW media"
msgstr "Por favor, marque si est叩 utilizando un soporte CDRW"
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Por favor, marque si desea borrar su soporte regrabable (1er. sesi坦n)"
-#: ../../standalone/drakbackup_.c:1868
+#: ../../standalone/drakbackup_.c:1942
msgid " Erase Now "
msgstr " Borrar Ahora "
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
msgid "Please check if you are using a DVDR device"
msgstr "Por favor, marque si est叩 utilizando un dispositivo DVDR"
-#: ../../standalone/drakbackup_.c:1880
+#: ../../standalone/drakbackup_.c:1954
msgid "Please check if you are using a DVDRAM device"
msgstr "Por favor, marque si est叩 utilizando un dispositivo DVDRAM"
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -10775,34 +11241,34 @@ msgstr ""
"Por favor, ingrese el nombre del dispositivo de\n"
" su grabadora de CD, ej: 0,1,0"
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
msgid "No CD device defined!"
msgstr "臓No se defini坦 dispositivo de CD!"
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
msgid "Use tape to backup"
msgstr "Usar cinta para realizar respaldo"
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr ""
"Por favor, ingrese el nombre del dispositivo a utilizar para el respaldo"
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
msgid "Please check if you want to use the non-rewinding device."
msgstr "Por favor, marque si desea utilizar un dispositivo que no rebobina."
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
msgid "Please check if you want to erase your tape before the backup."
msgstr "Por favor, marque si primero desea borrar su cinta."
-#: ../../standalone/drakbackup_.c:1995
+#: ../../standalone/drakbackup_.c:2069
msgid "Please check if you want to eject your tape after the backup."
msgstr ""
"Por favor, marque si desea expulsar su cinta luego de la copia de seguridad."
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -10810,55 +11276,55 @@ msgstr ""
"Por favor, ingrese el tama単o m叩ximo\n"
" permitido para Drakbackup"
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
msgid "Please enter the directory to save to:"
msgstr "Por favor, ingrese el directorio donde guardar:"
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
msgid "Use quota for backup files."
msgstr "Usar cuota para archivos de respaldo"
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
msgid "Network"
msgstr "Red"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr "Disco r鱈gido / NFS"
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
msgid "Tape"
msgstr "Cinta"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr "cada hora"
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr "cada d鱈a"
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr "cada semana"
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr "cada mes"
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
msgid "Use daemon"
msgstr "Usar servidor"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -10866,7 +11332,7 @@ msgstr ""
"Por favor, elija el intervalo de\n"
" tiempo entre cada copia de respaldo"
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
msgid ""
"Please choose the\n"
"media for backup."
@@ -10874,7 +11340,7 @@ msgstr ""
"Por favor, elija el soporte\n"
"para la copia de respaldo."
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
@@ -10885,71 +11351,71 @@ msgstr ""
"\n"
"Note que, por ahora, todos los soportes de \"red\" tambi辿n utilizan el disco."
-#: ../../standalone/drakbackup_.c:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr "Enviar reporte por correo-e luego de cada respaldo a :"
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr "Borrar los archivos tar del disco luego de respaldar a otro soporte."
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
msgid "What"
msgstr "Qu辿"
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
msgid "Where"
msgstr "D坦nde"
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
msgid "When"
msgstr "Cu叩ndo"
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
msgid "More Options"
msgstr "M叩s opciones"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
msgid "Drakbackup Configuration"
msgstr "Configuraci坦n de Drakbackup"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
msgid "Please choose where you want to backup"
msgstr "Por favor, elija d坦nde desea realizar la copia de respaldo"
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr "en disco r鱈gido"
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
msgid "across Network"
msgstr "a trav辿s de la red"
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr "en CDROM"
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
msgid "on Tape Device"
msgstr "en Dispositivo de Cinta"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
msgid "Please choose what you want to backup"
msgstr "Por favor, elija qu辿 desea respaldar"
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
msgid "Backup system"
msgstr "Respaldar el sistema"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr "Respaldar usuarios"
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr "Seleccionar manualmente el usuario"
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
@@ -10957,7 +11423,7 @@ msgstr ""
"\n"
"Fuentes de respaldo: \n"
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
@@ -10965,7 +11431,7 @@ msgstr ""
"\n"
"- Archivos del sistema:\n"
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
@@ -10973,7 +11439,7 @@ msgstr ""
"\n"
"- Archivos de usuario:\n"
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
@@ -10981,16 +11447,16 @@ msgstr ""
"\n"
"- Otros archivos:\n"
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
"\n"
-"- Guardar en el disco en la ruta : %s\n"
+"- Guardar en el disco en la ruta: %s\n"
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
@@ -10998,7 +11464,7 @@ msgstr ""
"\n"
"- Borrar los archivos tar del disco luego de la copia de respaldo.\n"
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
@@ -11006,43 +11472,43 @@ msgstr ""
"\n"
"- Grabar en CD"
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr "RW"
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, c-format
-msgid " on device : %s"
+msgid " on device: %s"
msgstr " en el dispositivo: %s"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr " (multi-sesi坦n)"
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
"\n"
"- Guardar en cinta en el dispositivo: %s"
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr "\t\tErase=%s"
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
"\n"
-"- Guardar usando %s en el host : %s\n"
+"- Guardar usando %s en el host: %s\n"
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -11051,7 +11517,7 @@ msgstr ""
"\t\t nombre de usuario: %s\n"
"\t\t en ruta: %s \n"
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
msgid ""
"\n"
"- Options:\n"
@@ -11059,61 +11525,61 @@ msgstr ""
"\n"
"- Opciones:\n"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr "\tNo incluir archivos del sistema\n"
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr "\tRespaldar usando tar y bzip2\n"
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr "\tRespaldar usando tar y gzip\n"
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
"\n"
"- Servidor (%s) incluye :\n"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr "\t-Disco r鱈gido.\n"
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr "\t-Tape \n"
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr "\t-Red por FTP.\n"
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr "\t-Red por SSH.\n"
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by rsync.\n"
msgstr "\t-Red por rsync.\n"
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by webdav.\n"
msgstr "\t-Red por webdav.\n"
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
"Sin configuraci坦n, por favor haga clic sobre el Asistente o Avanzado.\n"
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
@@ -11121,7 +11587,7 @@ msgstr ""
"Lista de datos a restaurar:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
@@ -11129,151 +11595,266 @@ msgstr ""
"Lista de datos corruptos:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
msgid "Please uncheck or remove it on next time."
msgstr "Por favor, desmarque o qu鱈telo la pr坦xima vez."
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr "Los archivos de respaldo est叩n corruptos"
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
msgid " All of your selected data have been "
msgstr " Todos los datos seleccionados han sido "
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr " Recuperados satisfactoriamente en %s"
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
msgid " Restore Configuration "
msgstr " Configuraci坦n de la restauraci坦n"
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr "Se pueden restaurar los otros archivos."
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Lista de usuarios a restaurar (s坦lo importa la fecha m叩s reciente por "
"usuario)"
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
msgid "Backup the system files before:"
msgstr "Respaldar los archivos del sistema anteriores a:"
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
msgid "please choose the date to restore"
msgstr "Por favor, elija la fecha para restaurar"
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
msgid "Use Hard Disk to backup"
msgstr "Usar el disco r鱈gido para copia de respaldo"
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
msgid "Please enter the directory to save:"
msgstr "Por favor, ingrese el directorio a guardar:"
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
msgid "FTP Connection"
msgstr "Conexi坦n FTP"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
msgid "Secure Connection"
msgstr "Conexi坦n segura"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
msgid "Restore from Hard Disk."
msgstr "Restaurar desde el disco r鱈gido."
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr ""
"Por favor, ingrese el directorio donde se almacenan las copias de respaldo"
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
msgid "Select another media to restore from"
msgstr "Elija otro soporte desde el cual restaurar"
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
msgid "Other Media"
msgstr "Otros soportes"
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
msgid "Restore system"
msgstr "Restaurar archivos del sistema"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
msgid "Restore Users"
msgstr "Restaurar usuarios"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore Other"
msgstr "Restaurar otros"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
msgid "select path to restore (instead of /)"
msgstr "seleccione la ruta para restaurar (en vez de /)"
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
"Realizar respaldo nuevo antes de restaurar (s坦lo para respaldos "
"incrementales)"
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr "Borrar directorios de los usuarios antes de restaurar."
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+"Restaurar entrada\n"
+"del Cat叩logo seleccionada"
+
+#: ../../standalone/drakbackup_.c:3394
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr ""
+"Restaurar los archivos\n"
+"seleccionados"
+
+#: ../../standalone/drakbackup_.c:3411
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr ""
+"Cambiar la\n"
+"ruta de restauraci坦n"
+
+#: ../../standalone/drakbackup_.c:3477
+#, c-format
+msgid "Backup files not found at %s."
+msgstr "Copiar archivos no encontrados en %s."
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+"Inserte el CD con la etiqueta de volumen %s\n"
+" en la unidad de CD bajo el punto de montaje /mnt/cdrom"
+
+#: ../../standalone/drakbackup_.c:3490
+msgid "Restore From CD"
+msgstr "Restaurar desde CD"
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr "No es el CD correcto. El disco est叩 etiquetado %s."
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+"Inserte la cinta con la etiqueta de volumen %s\n"
+" en la unidad de cinta %s"
+
+#: ../../standalone/drakbackup_.c:3502
+msgid "Restore From Tape"
+msgstr "Restaurar desde cinta"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr "No es la cinta adecuada. La cinta est叩 etiquetada %s."
+
+#: ../../standalone/drakbackup_.c:3524
+msgid "Restore Via Network"
+msgstr "Restaurar por medio de la red"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr "Restaurar por medio del protocolo de red: %s"
+
+#: ../../standalone/drakbackup_.c:3525
+msgid "Host Name"
+msgstr "Nombre del host"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr "Ruta del host o m坦dulo"
+
+#: ../../standalone/drakbackup_.c:3533
+msgid "Password required"
+msgstr "Se necesita contrase単a"
+
+#: ../../standalone/drakbackup_.c:3539
+msgid "Username required"
+msgstr "Se necesita nombre de usuario"
+
+#: ../../standalone/drakbackup_.c:3542
+msgid "Hostname required"
+msgstr "Se necesita nombre del host"
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr "Se necesita Ruta o M坦dulo"
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr "Archivos restaurados..."
+
+#: ../../standalone/drakbackup_.c:3563
+msgid "Restore Failed..."
+msgstr "Fall坦 la restauraci坦n..."
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr "Restaurar todas las copias de respaldo"
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
msgid "Custom Restore"
msgstr "Restauraci坦n personalizada"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr "CD en su lugar - continuar."
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr "Examinar un repositorio de restauraci坦n nuevo."
+
+#: ../../standalone/drakbackup_.c:3865
+msgid "Restore From Catalog"
+msgstr "Restaurar desde Cat叩logo"
+
+#: ../../standalone/drakbackup_.c:3893
+msgid "Restore Progress"
+msgstr "Progreso de restauraci坦n"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
msgid "Previous"
msgstr "Anterior"
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Guardar"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
msgid "Build Backup"
msgstr "Realizar copia de respaldo"
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
msgid "Restore"
msgstr "Restaurar"
-#: ../../standalone/drakbackup_.c:3553
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Por favor, realize la copia de respaldo antes de restaurarla...\n"
-" o verifique que la ruta para almacenar es correcta."
-
-#: ../../standalone/drakbackup_.c:3574
+#: ../../standalone/drakbackup_.c:4231
msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-"Error enviando correo con sendmail\n"
-" su correo-e de reporte no se envi坦\n"
+"Error enviando correo con sendmail.\n"
+" Su correo-e de reporte no se envi坦.\n"
" Por favor, configure a sendmail"
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
@@ -11281,7 +11862,7 @@ msgstr ""
"Deben estar instalados los paquetes siguientes:\n"
" @list_of_rpm_to_install"
-#: ../../standalone/drakbackup_.c:3621
+#: ../../standalone/drakbackup_.c:4278
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
@@ -11289,19 +11870,19 @@ msgstr ""
"Error enviando el archivo por FTP.\n"
" Por favor, corrija su configuraci坦n de FTP."
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
msgid "Please select data to restore..."
msgstr "Por favor, seleccione los datos a restaurar..."
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
msgid "Please select media for backup..."
msgstr "Por favor, seleccione el soporte para la copia de respaldo..."
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
msgid "Please select data to backup..."
msgstr "Por favor, elija los datos a respaldar..."
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11309,59 +11890,59 @@ msgstr ""
"No se econtr坦 el archivo de configuraci坦n,\n"
" por favor haga clic sobre Asistente o Avanzado."
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr "En desarrollo ... por favor, espere."
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
msgid "Backup system files"
msgstr "Respaldar archivos del sistema"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup user files"
msgstr "Respaldar archivos de usuarios"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup other files"
msgstr "Respaldar otros archivos"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr "Progreso total"
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr "Env鱈o de archivos por FTP"
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
msgid "Sending files..."
msgstr "Enviando archivos..."
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
msgid "Backup Now from configuration file"
msgstr "Respaldar Ahora desde archivo de configuraci坦n"
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
msgid "View Backup Configuration."
msgstr "Ver configuraci坦n del respaldo"
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
msgid "Wizard Configuration"
msgstr "Configuraci坦n del Asistente"
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
msgid "Advanced Configuration"
msgstr "Configuraci坦n avanzada"
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
msgid "Backup Now"
msgstr "Respaldar Ahora"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
msgid ""
"options description:\n"
"\n"
@@ -11421,7 +12002,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11435,7 +12016,7 @@ msgstr ""
" que configurar myhostname o mydomain en /etc/postfix/main.cf\n"
"\n"
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -11512,28 +12093,28 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
@@ -11541,11 +12122,11 @@ msgid ""
msgstr ""
"descripci坦n de la restauraci坦n:\n"
" \n"
-"S坦lo se utilizar叩 la fecha m叩s reciente, ya que con respaldos\n"
-"incrementales s坦lo es necesario restaurar de uno de los antiguos.\n"
+"S坦lo se utilizar叩 la fecha m叩s reciente, ya que con respaldos \n"
+"incrementales s坦lo es necesario restaurar uno a uno los antiguos.\n"
"\n"
"Por lo tanto, si no desea restaurar un usuario, por favor desmarque\n"
-"su casilla.\n"
+"todas las casillas de los mismos.\n"
"\n"
"En caso contrario, s坦lo puede seleccionar alguno de 辿stos\n"
"\n"
@@ -11562,20 +12143,20 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft por DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
" actualizaciones 2002 MandrakeSoft por Stew Benedict <sbenedict"
"\\@mandrakesoft.com>"
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -11605,7 +12186,7 @@ msgstr ""
" along with this program; if not, write to the Free Software\n"
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -11699,7 +12280,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -11717,7 +12298,7 @@ msgstr ""
"antes de enviarlo al servidor.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11739,7 +12320,7 @@ msgstr ""
"Es importante ser cuidadoso y no modificar los archivos de\n"
"datos de respaldo a mano.\n"
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -11868,9 +12449,9 @@ msgstr "Aisstente Inicial"
msgid "Synchronization tool"
msgstr "Herramienta de sincronizaci坦n"
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
msgid "Standalone Tools"
msgstr "Herramientas 'standalone'"
@@ -11914,23 +12495,23 @@ msgstr "Userdrake"
msgid "Configuration Wizards"
msgstr "Asistentes de configuraci坦n"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
msgid "Application:"
msgstr "Aplicaci坦n:"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
msgid "Package: "
msgstr "Paquete:"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr "N炭cleo:"
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
msgid "Release: "
msgstr "Versi坦n:"
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -11949,19 +12530,19 @@ msgstr ""
"muestra arriba ser叩 transferida a ese servidor\n"
"\n"
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
msgid "Report"
msgstr "Reporte"
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
msgid "Not installed"
msgstr "No instalado"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr "conectando con el asistente Bugzilla..."
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
msgid "No browser available! Please install one"
msgstr "臓No hay un navegador disponible! Por favor, instale uno"
@@ -12410,7 +12991,7 @@ msgid "Font List"
msgstr "Lista de tipograf鱈as"
#: ../../standalone/drakfont_.c:909
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "Elija las aplicaciones que soportar叩n las tipograf鱈as:"
#: ../../standalone/drakfont_.c:918
@@ -12482,19 +13063,19 @@ msgstr "Quitar tipograf鱈as de su sistema"
msgid "Post Uninstall"
msgstr "Post-desinstalaci坦n"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr "Compartir la conexi坦n a Internet"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr "Lo siento, s坦lo se soportan los n炭cleos 2.4."
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr "Ahora, la conexi坦n compartida a Internet est叩 activada ahora"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -12506,31 +13087,31 @@ msgstr ""
"\n"
"多Qu辿 desea hacer?"
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
msgid "disable"
msgstr "desactivar"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr "rechazar"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "reconfigure"
msgstr "reconfigurar"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
msgid "Disabling servers..."
msgstr "Desactivando los servidores..."
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
msgid "Internet connection sharing is now disabled."
msgstr "Ahora, la conexi坦n compartida a Internet est叩 inactiva."
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr "Ahora, la conexi坦n compartida a Internet est叩 desactivada"
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -12542,19 +13123,19 @@ msgstr ""
"\n"
"多Qu辿 desea hacer?"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
msgid "enable"
msgstr "activar"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr "Activando los servidores..."
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
msgid "Internet connection sharing is now enabled."
msgstr "Ahora, la conexi坦n compartida a Internet est叩 activa."
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
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 "
@@ -12570,21 +13151,21 @@ msgstr ""
"Aviso: necesita un adaptador de red dedicado para configurar una red de 叩rea "
"local (LAN)."
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Interfaz %s (usando el m坦dulo %s)"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, c-format
msgid "Interface %s"
msgstr "Interfaz %s"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr "臓No hay ning炭n adaptador de red en su sistema!"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -12592,11 +13173,11 @@ msgstr ""
"No se ha detectado ning炭n adaptador de red en su sistema. Por favor, ejecute "
"la herramienta de configuraci坦n del hardware."
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "Interfaz de red"
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -12611,7 +13192,7 @@ msgstr ""
"\n"
"Se va a configurar su red de 叩rea local con ese adaptador."
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
@@ -12619,11 +13200,11 @@ msgstr ""
"Por favor, elija qu辿 adaptador de red estar叩 conectado a su red de 叩rea "
"local."
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:259
msgid "Network interface already configured"
msgstr "Interfaz de red ya configurada"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -12638,15 +13219,15 @@ msgstr ""
"\n"
"Puede hacerlo manualmente pero necesita saber lo que est叩 haciendo."
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
msgid "Automatic reconfiguration"
msgstr "Volver a configurar autom叩ticamente"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
msgid "Show current interface configuration"
msgstr "Mostrar la configuraci坦n corriente de la interfaz"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -12663,7 +13244,7 @@ msgstr ""
"Atributo IP: %s\n"
"Controlador: %s"
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -12683,56 +13264,44 @@ msgstr ""
"un servidor DHCP por Ud.\n"
"\n"
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr "Red Local Clase C"
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
msgid "(This) DHCP Server IP"
msgstr "IP de (este) servidor DHCP"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr "Volver a configurar la interfaz y el servidor DHCP"
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr "La red local no finaliz坦 con `.0', saliendo."
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"臓Se encontr坦 un conflicto potencial de direcciones LAN en la configuraci坦n "
"de %s!\n"
-#: ../../standalone/drakgw_.c:320
-msgid "Firewalling configuration detected!"
-msgstr "臓Se detect坦 la configuraci坦n del cortafuegos!"
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"臓Atenci坦n! Se ha detectado la configuraci坦n del cortafuegos existente. Puede "
-"que necesite alg炭n ajuste manual tras la instalaci坦n."
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
msgid "Configuring..."
msgstr "Configurando..."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
"Configurando los scripts, instalando el software, iniciando los servidores..."
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, c-format
msgid "Problems installing package %s"
msgstr "Problemas al instalar el paquete %s"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -12742,23 +13311,23 @@ msgstr ""
"Ahora puede compartir su conexi坦n a Internet con otros ordenadores de su red "
"de 叩rea local, usando la configuraci坦n autom叩tica de la red (DHCP)."
-#: ../../standalone/drakgw_.c:566
+#: ../../standalone/drakgw_.c:504
msgid "The setup has already been done, but it's currently disabled."
msgstr "La configuraci坦n ya se ha hecho, pero ahora est叩 desactivada."
-#: ../../standalone/drakgw_.c:567
+#: ../../standalone/drakgw_.c:505
msgid "The setup has already been done, and it's currently enabled."
msgstr "La configuraci坦n ya se ha hecho, y ahora est叩 activada."
-#: ../../standalone/drakgw_.c:568
+#: ../../standalone/drakgw_.c:506
msgid "No Internet Connection Sharing has ever been configured."
msgstr "No se ha configurado la conexi坦n compartida a Internet."
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
msgid "Internet connection sharing configuration"
msgstr "Configuraci坦n de la conexi坦n compartida a Internet"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -12773,6 +13342,151 @@ msgstr ""
"\n"
"Haga click sobre Configurar para lanzar el asistente de configuraci坦n."
+#: ../../standalone/draksound_.c:46
+msgid "No Sound Card detected!"
+msgstr "臓No se detect坦 tarjeta de sonido!"
+
+#: ../../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"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+"No se detect坦 tarjeta de sonido en su m叩quina. Por favor, verifique que "
+"tiene conectada correctamente una tarjeta de sonido soportada por Linux.\n"
+"\n"
+"\n"
+"Puede visitar nuestra base de datos de hardware en:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr "se necesita el paquete ImageMagick para un funcionamiento correcto"
+
+#: ../../standalone/draksplash_.c:76
+msgid "first step creation"
+msgstr "primer paso de creaci坦n"
+
+#: ../../standalone/draksplash_.c:77
+msgid "final resolution"
+msgstr "resoluci坦n final"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+msgid "choose image file"
+msgstr "elija un archivo de imagen"
+
+#: ../../standalone/draksplash_.c:79
+msgid "Theme name"
+msgstr "Nombre del tema"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr "paso 2, make bootsplash"
+
+#: ../../standalone/draksplash_.c:82
+msgid "go to lilosplash configuration"
+msgstr "ir a la configuraci坦n lilosplash"
+
+#: ../../standalone/draksplash_.c:83
+msgid "quit"
+msgstr "salir"
+
+#: ../../standalone/draksplash_.c:84
+msgid "save theme"
+msgstr "guardar tema"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr "examinar"
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+msgid "Configure bootsplash picture"
+msgstr "Configurar foto de bootsplash"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr "coordenada x del cuadro de texto en cantidad de caracteres"
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr "coordenada y del cuadro de texto en cantidad de caracteres"
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr "ancho del texto"
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr "altura del cuadro de texto"
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr "coordenada x del 叩ngulo superior izquierdo de la barra de progreso"
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr "coordenada y del 叩ngulo superior izquierdo de la barra de progreso"
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr "el ancho de la barra de progreso"
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr "la altura de la barra de progreso"
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr "el color de la barra de progreso"
+
+#: ../../standalone/draksplash_.c:119
+msgid "go back"
+msgstr "volver"
+
+#: ../../standalone/draksplash_.c:120
+msgid "preview"
+msgstr "previsualizar"
+
+#: ../../standalone/draksplash_.c:121
+msgid "choose color"
+msgstr "elija color"
+
+#: ../../standalone/draksplash_.c:124
+msgid "Display logo on Console"
+msgstr "Mostrar logo en la consola"
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr "Predeterminadamente el mensaje del n炭cleo es \"silencioso\""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr "臓Todav鱈a este tema no tiene un bootsplash en %s!"
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr "guardando tema de Bootsplash..."
+
+#: ../../standalone/draksplash_.c:436
+msgid "ProgressBar color selection"
+msgstr "selecci坦n del color de la barra de progreso"
+
+#: ../../standalone/draksplash_.c:454
+msgid "You must choose an image file first!"
+msgstr "臓Primero debe elegir un archivo de imagen!"
+
+#: ../../standalone/draksplash_.c:463
+msgid "Generating preview ..."
+msgstr "Generando previsualizaci坦n..."
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12870,11 +13584,11 @@ msgstr ""
"teclee su norma de tv y pa鱈s"
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr "Norma de TV:"
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr "rea:"
#: ../../standalone/drakxtv_.c:114
@@ -12958,7 +13672,7 @@ msgstr "臓臓臓 No se puede iniciar la actualizaci坦n en vivo !!!\n"
msgid "The change is done, but to be effective you must logout"
msgstr "Se ha realizado el cambio, pero no se har叩 efectivo hasta que salga"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
msgid "logdrake"
msgstr "logdrake"
@@ -13127,7 +13841,7 @@ msgstr "configuraci坦n del servicio"
#: ../../standalone/logdrake_.c:431
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"You will receive an alert if one of the selected services is no more running"
msgstr ""
"Recibir叩 una alerta si se detiene la ejecuci坦n de uno de los servicios "
"seleccionados"
@@ -13148,19 +13862,19 @@ msgstr "configuraci坦n de alerta"
msgid "Please enter your email address below "
msgstr "Por favor, ingrese su direcci坦n de correo electr坦nico debajo "
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr "Guardar como..."
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "Seleccione el tipo de su rat坦n, por favor."
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "多Emular el tercer bot坦n?"
-#: ../../standalone/printerdrake_.c:48
+#: ../../standalone/printerdrake_.c:57
msgid "Reading printer data ..."
msgstr "Leyendo los datos de la impresora ..."
@@ -13172,21 +13886,33 @@ msgstr "Detectando dispositivos..."
msgid "Test ports"
msgstr "Probar puertos"
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr "El %s no est叩 soportado por esta versi坦n de Mandrake Linux."
+
+#: ../../standalone/scannerdrake_.c:56
+#, c-format
+msgid "%s found on %s, configure it?"
msgstr "se encontr坦 %s en %s, 多configurarlo?"
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+"%s no est叩 en la base de datos de esc叩neres, 多configurarlo manualmente?"
+
+#: ../../standalone/scannerdrake_.c:65
msgid "Select a scanner"
msgstr "Seleccione un esc叩ner."
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr "El esc叩ner %s no est叩 soportado"
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, c-format
msgid ""
"Scannerdrake was not able to detect your %s scanner.\n"
@@ -13195,11 +13921,11 @@ msgstr ""
"Scannerdrake no pudo detectar su esc叩ner %s.\n"
"Por favor, seleccione el dispositivo donde est叩 conectado su esc叩ner"
-#: ../../standalone/scannerdrake_.c:95
+#: ../../standalone/scannerdrake_.c:109
msgid "choose device"
msgstr "elija el dispositivo"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -13210,7 +13936,7 @@ msgstr ""
"Puede lanzar printerdrake desde el Centro de control de Mandrake en la "
"secci坦n Hardware."
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -13221,12 +13947,12 @@ msgstr ""
"Ahora puede escanear documentos usando \"XSane\" en el men炭 Multimedios/"
"Gr叩ficos."
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr "Se quitaron algunos dispositivos en la clase de hardware \"%s\":\n"
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
@@ -13235,36 +13961,6 @@ msgstr ""
"\n"
"Se agregaron algunos dispositivos en la clase %s:\n"
-#: ../../standalone/tinyfirewall_.c:30
-msgid "Firewalling Configuration"
-msgstr "Configuraci坦n del cortafuegos"
-
-#: ../../standalone/tinyfirewall_.c:43
-msgid "Firewalling configuration"
-msgstr "Configuraci坦n del cortafuegos"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Cortafuegos\n"
-"\n"
-"Ya tiene configurado un cortafuegos.\n"
-"Haga clic sobre Configurar para cambiar o quitar el cortafuegos"
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Cortafuegos\n"
-"\n"
-"Haga clic sobre Configurar para configurar un cortafuegos est叩ndar"
-
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "Elija su idioma"
@@ -13337,226 +14033,7 @@ msgstr "Actualiz. del sistema"
msgid "Exit install"
msgstr "Salir de la instalaci坦n"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"configurador de tinyfirewall\n"
-"\n"
-"Esto configura un cortafuegos personal para esta m叩quina Mandrake Linux.\n"
-"Para una soluci坦n potente de cortafuegos dedicada, por favor eche un "
-"vistazo\n"
-"a la distribuci坦n especializada MandrakeSecurity Firewall."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Ahora le preguntaremos a qu辿 servicios quiere permitir conectarse desde\n"
-"Internet. Por favor, piense cuidadosamente las respuestas, ya que la\n"
-"seguridad de su ordenador es importante.\n"
-"Por favor, si en este momento no est叩 usando alguno de estos servicios,\n"
-"prot辿jalos. 臓Puede cambiar esta configuraci坦n cuando quiera\n"
-"volviendo a ejecutar esta aplicaci坦n!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"多Est叩 corriendo un servidor web en esta m叩quina que quiere que vea toda\n"
-"Internet? Si est叩 corriendo un servidor web al que s坦lo necesita acceder\n"
-"desde esta m叩quina, aqu鱈 puede responder con seguridad NO.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"多Est叩 corriendo un servidor de nombres en esta m叩quina? Si no configur坦 uno\n"
-"para entregar informaci坦n de IP y de la zona a toda Internet, por favor\n"
-"responda no.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"多Desea permitir conexiones de entrada de Secure Shell (ssh)? Este es un\n"
-"reemplazo de telnet que puede usar para la entrada al sistema. Si ahora est叩 "
-"usando\n"
-"telnet, definitivamente deber鱈a cambiar a ssh. telnet no est叩 cifrado, por\n"
-"lo tanto algunos atacantes pueden robarle su contrase単a si lo usa. ssh est叩\n"
-"cifrado y no permite este tipo de ataque."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"多Desea permitir conexiones entrantes por telnet?\n"
-"Esto es terriblemente inseguro, como explicamos en la pantalla anterior. Es\n"
-"altamente recomendable responder No aqu鱈 y usar ssh en lugar de\n"
-"telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"多Est叩 corriendo un servidor FTP que debe ser accesible desde Internet?\n"
-"En ese caso, es altamente recomendable que s坦lo lo use para transferencias\n"
-"an坦nimas. Algunos atacantes pueden robar cualquier contrase単a enviada por "
-"FTP,\n"
-"ya que FTP tampoco usa cifrado para transferir las contrase単as.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"多Est叩 corriendo un servidor de correo? Si env鱈a sus mensajes con pine, "
-"mutt \n"
-"o cualquier otro cliente de correo de modo texto, probablemente s鱈.\n"
-"En caso contrario, deber鱈a proteger esto con el cortafuegos.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"多Est叩 corriendo un servidor POP o IMAP? Estos deber鱈an ser\n"
-"usados para almacenar cuentas de correo no basadas en web para las\n"
-"personas en esta m叩quina.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Parece que est叩 ejecutando un n炭cleo 2.2. Si una computadora en su casa\n"
-"o en la oficina configura su direcci坦n IP de red autom叩ticamente\n"
-"(asignaci坦n din叩mica), debemos permitir esto. 多Es este el caso?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"多El reloj de su computadora est叩 sincronizado al reloj de otra computadora?\n"
-"Mayormente, esto es lo que usan las organizaciones con servidores Unix/"
-"Linux\n"
-"medianamente grandes para sincronizar los tiempos de conexi坦n y cosas as鱈.\n"
-"Si no es parte de una oficina grande y nunca escuch坦 nada acerca de esto,\n"
-"probablemente no sea su situaci坦n."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Configuraci坦n completa. 多Se pueden escribir estos cambios al disco?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "No se puede abrir %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "No se puede abrir %s para escribir: %s\n"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr "No, no necesito DHCP"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr "S鱈, necesito DHCP"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr "No, no necesito NTP"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr "S鱈, necesito NTP"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr "No grabar"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr "Grabar y Salir"
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-msgid "Firewall Configuration Wizard"
-msgstr "Asistente para la configuraci坦n del Cortafuegos"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr "No (proteger esto de la Internet detr叩s del cortafuegos)"
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr "S鱈 (permitir esto a trav辿s del cortafuegos)"
-
-#: ../../tinyfirewall.pm_.c:230
-msgid "Please Wait... Verifying installed packages"
-msgstr "Espere por favor... Verificando los paquetes instalados"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Fallo instalando los paquetes necesarios: %s y Bastille.\n"
-" Intente instalarlos a mano."
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -13691,6 +14168,10 @@ msgid "Graphical Environment"
msgstr "Entorno gr叩fico"
#: ../../share/compssUsers:999
+msgid "Development"
+msgstr "Desarrollo"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache y Pro-ftpd"
@@ -13802,576 +14283,5 @@ msgstr "Multimedios - Grabaci坦n de CD"
msgid "Scientific Workstation"
msgstr "Estaci坦n de trabajo Cient鱈fica"
-#~ msgid ""
-#~ "Which ISDN configuration do you prefer?\n"
-#~ "\n"
-#~ "* The Old configuration uses isdn4net. It contains powerfull\n"
-#~ " tools, but is tricky to configure, and not standard.\n"
-#~ "\n"
-#~ "* The New configuration is easier to understand, more\n"
-#~ " standard, but with less tools.\n"
-#~ "\n"
-#~ "We recommand the light configuration.\n"
-#~ msgstr ""
-#~ "多Qu辿 configuraci坦n de RDSI prefiere?\n"
-#~ "\n"
-#~ "* La configuraci坦n antigua utiliza isdn4net. Tiene herramientas\n"
-#~ " poderosas, pero es algo complicada de configurar para un reci辿n \n"
-#~ " llegado, y no es est叩ndar.\n"
-#~ "* La configuraci坦n nueva es m叩s f叩cil de entender, m叩s est叩ndar,\n"
-#~ " pero con menos herramientas.\n"
-#~ "\n"
-#~ "Le recomendamos la configuraci坦n ligera (esto es, la nueva).\n"
-
-#~ msgid ""
-#~ "Error durind sendmail\n"
-#~ " your report mail was not sent\n"
-#~ " Please configure sendmail"
-#~ msgstr ""
-#~ "Error enviando correo con sendmail\n"
-#~ " su correo-e de reporte no se envi坦\n"
-#~ " Por favor, configure a sendmail"
-
-#~ msgid ""
-#~ "options description:\n"
-#~ "\n"
-#~ " - Backup system files:\n"
-#~ " \n"
-#~ "\tThis option allows you to backup your /etc directory,\n"
-#~ "\twhich contains all configuration files. Please be\n"
-#~ "\tcareful during the restore step to not overwrite:\n"
-#~ "\t\t/etc/passwd \n"
-#~ "\t\t/etc/group \n"
-#~ "\t\t/etc/fstab\n"
-#~ "\n"
-#~ " - Backup User files: \n"
-#~ "\n"
-#~ "\tThis option allows you select all users that you want \n"
-#~ "\tto backup.\n"
-#~ "\tTo preserve disk space, it is recommended that you \n"
-#~ "\tdo not include web browser's cache.\n"
-#~ "\n"
-#~ " - Backup Other files: \n"
-#~ "\n"
-#~ "\tThis option allows you to add more data to save.\n"
-#~ "\tWith the other backup it's not possible at the \n"
-#~ "\tmoment to select select incremental backup.\t\t\n"
-#~ " \n"
-#~ " - Incremental Backups:\n"
-#~ "\n"
-#~ "\tThe incremental backup is the most powerful \n"
-#~ "\toption for backup. This option allows you \n"
-#~ "\tto backup all your data the first time, and \n"
-#~ "\tonly the changed afterward.\n"
-#~ "\tThen you will be able, during the restore\n"
-#~ "\tstep, to restore your data from a specified\n"
-#~ "\tdate.\n"
-#~ "\tIf you have not selected this option all\n"
-#~ "\told backups are deleted before each backup. \n"
-#~ "\n"
-#~ "\n"
-#~ msgstr ""
-#~ "descripci坦n de las opciones:\n"
-#~ "\n"
-#~ " - Respladar archivos del sistema:\n"
-#~ " \n"
-#~ "\tEsta opci坦n permite respaldar su directorio /etc, que\n"
-#~ "\tcontiene todos los archivos de configuraci坦n. Por favor\n"
-#~ "\ttenga cuidado durante la restauraci坦n de no sobre-escribir:\n"
-#~ "\t\t/etc/passwd \n"
-#~ "\t\t/etc/group \n"
-#~ "\t\t/etc/fstab\n"
-#~ "\n"
-#~ " - Respaldar archivos de usuario:\n"
-#~ "\n"
-#~ "\tEsta opci坦n permite seleccionar todos los usuarios que\n"
-#~ "\tdesea respaldar.\n"
-#~ "\tPara preservar espacio, se recomienda no incluir el\n"
-#~ "\tcache del navegador web.\n"
-#~ "\n"
-#~ " - Respaldar otros archivos:\n"
-#~ "\n"
-#~ "\tEsta opci坦n permite a単adir m叩s datos a guardar.\n"
-#~ "\tCon el otro respaldo no es posible, por ahora,\n"
-#~ "\tseleccionar el respaldo incremental.\t\t\n"
-#~ " \n"
-#~ " - Respaldo incremental:\n"
-#~ "\n"
-#~ "\tEl respaldo incremental es la opci坦n m叩s potente.\n"
-#~ "\tLe permite respaldar todos sus datos la primera\n"
-#~ "\tvez, y luego s坦lo aquellos que cambiaron.\n"
-#~ "\tLuego, podr叩, durante la etapa de restauraci坦n,n\trestaurar sus datos "
-#~ "desde una fecha especificada.\n"
-#~ "\t\n"
-#~ "\tSi no ha seleccionado esta opci坦n todos los\n"
-#~ "\trespaldos antiguos se borran antes de volver a respaldar.\n"
-#~ "\n"
-#~ "\n"
-
-#~ msgid ""
-#~ "restore description:\n"
-#~ " \n"
-#~ "Only the most recent date will be used ,because with incremental \n"
-#~ "backups it is necesarry to restore one by one each older backups.\n"
-#~ "\n"
-#~ "So if you don't like to restore an user please unselect all his\n"
-#~ "check box.\n"
-#~ "\n"
-#~ "Otherwise, you are able to select only one of this\n"
-#~ "\n"
-#~ " - Incremental Backups:\n"
-#~ "\n"
-#~ "\tThe incremental backup is the most powerfull \n"
-#~ "\toption to use backup, this option allow you \n"
-#~ "\tto backup all your data the first time, and \n"
-#~ "\tonly the changed after.\n"
-#~ "\tSo you will be able during the restore\n"
-#~ "\tstep, to restore your data from a specified\n"
-#~ "\tdate.\n"
-#~ "\tIf you have not selected this options all\n"
-#~ "\told backups are deleted before each backup. \n"
-#~ "\n"
-#~ "\n"
-#~ "\n"
-#~ msgstr ""
-#~ "descripci坦n de la restauraci坦n:\n"
-#~ " \n"
-#~ "S坦lo se utilizar叩 la fecha m叩s reciente, ya que con respaldos\n"
-#~ "incrementales s坦lo es necesario restaurar de uno de los antiguos.\n"
-#~ "\n"
-#~ "Por lo tanto, si no desea restaurar un usuario, por favor desmarque\n"
-#~ "su casilla.\n"
-#~ "\n"
-#~ "En caso contrario, s坦lo puede seleccionar alguno de 辿stos\n"
-#~ "\n"
-#~ " - Respaldos incrementales:\n"
-#~ "\n"
-#~ "\tEl respaldo incremental es la opci坦n m叩s potente.\n"
-#~ "\tLe permite respaldar todos sus datos la primera\n"
-#~ "\tvez, y luego s坦lo aquellos que cambiaron.\n"
-#~ "\tLuego, podr叩, durante la etapa de restauraci坦n,\n"
-#~ "\trestaurar sus datos desde una fecha especificada.\n"
-#~ "\tSi no ha seleccionado esta opci坦n todos los\n"
-#~ "\trespaldos antiguos se borran antes de volver a respaldar...\n"
-#~ "\n"
-#~ "\n"
-#~ "\n"
-
-#~ msgid ""
-#~ "This level is to be used with care. It makes your system more easy to "
-#~ "use,\n"
-#~ " but very sensitive: it must not be used for a machine "
-#~ "connected to others\n"
-#~ " or to the Internet. There is no password access."
-#~ msgstr ""
-#~ "Este nivel se debe usar con mucho cuidado. Hace su sistema m叩s simple de\n"
-#~ " usar, pero muy sensible: no se debe utilizar en una m叩quina\n"
-#~ " conectada a otras o a la Internet. No hay contrase単as de acceso."
-
-#~ msgid ""
-#~ "With this security level, the use of this system as a server becomes "
-#~ "possible.\n"
-#~ " The security is now high enough to use the system as a "
-#~ "server which can accept\n"
-#~ " connections from many clients. Note: if your machine is "
-#~ "only a client on the Internet, you should choose a lower level."
-#~ msgstr ""
-#~ "Con este nivel de seguridad, es posible utilizar el sistema como un "
-#~ "servidor.\n"
-#~ " La seguridad es lo suficientemente alta como para usar el sistema\n"
-#~ " como servidor que acepta conexiones de m炭ltiples clientes.\n"
-#~ " Nota: si su m叩quina s坦lo es un cliente en la Internet, deber鱈a elegir "
-#~ "un nivel inferior."
-
-#~ msgid "Basic Options"
-#~ msgstr "Opciones b叩sicas"
-
-#~ msgid "Security Checks"
-#~ msgstr "Verificaciones de seguridad"
-
-
-#~ msgid "Data list to include on CDROM."
-#~ msgstr "Lista de datos a incluir en el CDROM."
-
-#~ msgid "Please choose your CD space"
-#~ msgstr "Por favor, elija el espacio de su CD"
-
-#~ msgid "Please enter the cd writer speed"
-#~ msgstr "Por favor, ingrese la velocidad de la grabadora de CDs"
-
-#~ msgid "Please check if you want to erase your CDRW before"
-#~ msgstr "Por favor, marque si desea borrar su CDRW primero"
-
-#~ msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-#~ msgstr ""
-#~ "Por favor, ingrese el nombre del dispositivo de su grabadora de CDs (ej: "
-#~ "0,1,0)"
-
-#~ msgid "Please check if you want to include install boot on your CD."
-#~ msgstr "Por favor, marque si desea hacer que su CD arranque."
-
-#~ msgid "Url should begin with 'ftp:'"
-#~ msgstr "La Url deber鱈a empezar por 'ftp:'"
-
-#~ msgid ""
-#~ "Please check if you want to include\n"
-#~ " install boot on your CD."
-#~ msgstr ""
-#~ "Por favor verifique si desea hacer que su\n"
-#~ " CD arranque."
-
-#~ msgid "Windows PDC"
-#~ msgstr "Windows PDC"
-
-#~ msgid ""
-#~ "\n"
-#~ "Welcome to the Printer Setup Wizard\n"
-#~ "\n"
-#~ "This wizard will help you to install your printer(s) connected to this "
-#~ "computer.\n"
-#~ "\n"
-#~ "Please plug in your printer(s) on this computer and turn it/them on. "
-#~ "Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-#~ "want to set up your printer(s) now.\n"
-#~ "\n"
-#~ "Note that some computers can crash during the printer auto-detection, "
-#~ "turn off \"Auto-detect printers\" to do a printer installation without "
-#~ "auto-detection. Use the \"Expert Mode\" of printerdrake when you want to "
-#~ "set up printing on a remote printer if printerdrake does not list it "
-#~ "automatically."
-#~ msgstr ""
-#~ "\n"
-#~ "Bienvenido al asistente de configuraci坦n de la impresora\n"
-#~ "\n"
-#~ "Este asistente le ayudar叩 a instalar su(s) impresora(s) conectada(s) a "
-#~ "esta computadora.\n"
-#~ "\n"
-#~ "Por favor, conecte su(s) impresora(s) a este ordenador y enci辿ndala(s). "
-#~ "Haga clic en \"Siguiente\" cuando est辿 listo, y en \"Cancelar\" si no "
-#~ "quiere configurar ahora su(s) impresora(s).\n"
-#~ "\n"
-#~ "F鱈jese en que algunas computadoras pueden colgarse durante la detecci坦n "
-#~ "autom叩tica de la impresora. En este caso, desactive \"Detectar las "
-#~ "impresoras autom叩ticamente\" para hacer una instalaci坦n sin detecci坦n "
-#~ "autom叩tica. Use el \"Modo experto\" de printerdrake si quiere configurar "
-#~ "la impresi坦n en una impresora remota si printerdrake no la lista "
-#~ "autom叩ticamente."
-
-#~ msgid "Auto-Detection of Printers"
-#~ msgstr "Autodetecci坦n de impresoras."
-
-#~ msgid ""
-#~ "Printerdrake is able to auto-detect your locally connected parallel and "
-#~ "USB printers for you, but note that on some systems the auto-detection "
-#~ "CAN FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do "
-#~ "it ON YOUR OWN RISK!\n"
-#~ "\n"
-#~ "Do you really want to get your printers auto-detected?"
-#~ msgstr ""
-#~ "Printerdrake puede detectar autom叩ticamente sus impresoras de puerto "
-#~ "paralelo y USB conectadas localmente, pero f鱈jese en que en algunos "
-#~ "sistemas esto PUEDE COLGAR EL SISTEMA E INCLUSO CORROMPER SUS SITEMAS DE "
-#~ "ARCHIVOS. Entonces, HGALO BAJO SU PROPIO RIESGO.\n"
-#~ "\n"
-#~ "多Seguro que desea detectar autom叩ticamente sus impresoras?"
-
-#~ msgid "Set up printer manually"
-#~ msgstr "Configurar la impresora manualmente"
-
-#~ msgid ""
-#~ "Network printers can only be installed after the installation. Choose "
-#~ "\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-#~ msgstr ""
-#~ "Las impresoras en red s坦lo se pueden instalar tras la inslaci坦n. "
-#~ "Seleccione \"Hardware\" y luego \"Impresora\" en el Centro de control de "
-#~ "Mandrake."
-
-#~ msgid ""
-#~ "To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-#~ "\", and click \"Add a new printer\" again."
-#~ msgstr ""
-#~ "Para instalar impresoras en red, haga clic en \"Cancelar\", cambie al "
-#~ "\"Modo experto\", y haga clic en \"A単adir una nueva impresora\" de nuevo."
-
-#~ msgid "Installing HPOJ package..."
-#~ msgstr "Instalando el paquete HPOJ..."
-
-#~ msgid "Checking device and configuring HPOJ..."
-#~ msgstr "Verificando el dispositivo y configurando HPOJ ..."
-
-#~ msgid "Scanning on your HP multi-function device"
-#~ msgstr "Escaneando en su dispositivo multifunci坦n de HP"
-
-#~ msgid "Making printer port available for CUPS..."
-#~ msgstr "Haciendo que el puerto de impresora est辿 disponible para CUPS ..."
-
-#~ msgid "Control Center"
-#~ msgstr "Centro de control"
-
-#~ msgid "Choose the tool you want to use"
-#~ msgstr "Elija la herramienta que desea usar"
-
-#~ msgid "Configure the way the system will alert you"
-#~ msgstr "Configura la forma en que el sistema le alertar叩"
-
-#~ msgid "no serial_usb found\n"
-#~ msgstr "no se encontr坦 ning炭n usb_serie\n"
-
-#~ msgid "fsck failed with exit code %d or signal %d"
-#~ msgstr "fsck fall坦 con c坦digo de salida %d o se単al %d"
-
-#~ msgid "Graphics card identification: %s\n"
-#~ msgstr "Identificaci坦n de la tarjeta gr叩fica: %s\n"
-
-#~ msgid "Choose options for server"
-#~ msgstr "Elija las opciones para el servidor"
-
-#~ msgid "Monitor not configured"
-#~ msgstr "El monitor no est叩 configurado"
-
-#~ msgid "Graphics card not configured yet"
-#~ msgstr "La tarjeta gr叩fica todav鱈a no est叩 configurada"
-
-#~ msgid "Resolutions not chosen yet"
-#~ msgstr "A炭n no ha elegido las resoluciones"
-
-#~ msgid ""
-#~ "\n"
-#~ "try to change some parameters"
-#~ msgstr ""
-#~ "\n"
-#~ "intente cambiar algunos par叩metros"
-
-#~ msgid "An error occurred:"
-#~ msgstr "Ocurri坦 un error:"
-
-#~ msgid "Leaving in %d seconds"
-#~ msgstr "Saliendo en %d segundos"
-
-#~ msgid "Is this the correct setting?"
-#~ msgstr "多Es 辿sta la configuraci坦n correcta?"
-
-#~ msgid "An error occurred, try to change some parameters"
-#~ msgstr "Ocurri坦 un error, intente cambiar algunos par叩metros"
-
-#~ msgid "XFree86 server: %s"
-#~ msgstr "Servidor XFree86: %s"
-
-#~ msgid "Show all"
-#~ msgstr "Mostrar todo"
-
-#~ msgid "Preparing X-Window configuration"
-#~ msgstr "Preparando la configuraci坦n de X-Window"
-
-#~ msgid "What do you want to do?"
-#~ msgstr "多Qu辿 desea hacer?"
-
-#~ msgid "Change Monitor"
-#~ msgstr "Cambiar el monitor"
-
-#~ msgid "Change Graphics card"
-#~ msgstr "Cambiar la tarjeta gr叩fica"
-
-#~ msgid "Change Server options"
-#~ msgstr "Cambiar las opciones del servidor X"
-
-#~ msgid "Change Resolution"
-#~ msgstr "Cambiar la resoluci坦n"
-
-#~ msgid "Show information"
-#~ msgstr "Mostrar informaci坦n"
-
-#~ msgid "Test again"
-#~ msgstr "Probar de nuevo"
-
-#~ msgid ""
-#~ "Your HP multi-function device was configured automatically to be able to "
-#~ "scan. Now you can scan from the command line with \"ptal-hp %s scan ..."
-#~ "\". Scanning via a graphical interface or from the GIMP is not supported "
-#~ "yet for your device. More information you will find in the \"/usr/share/"
-#~ "doc/hpoj-0.8/ptal-hp-scan.html\" file on your system. If you have an HP "
-#~ "LaserJet 1100 or 1200 you can only scan when you have the scanner option "
-#~ "installed.\n"
-#~ "\n"
-#~ "Do not use \"scannerdrake\" for this device!"
-#~ msgstr ""
-#~ "Su dispositivo multifunci坦n HP se configur坦 autom叩ticamente para ser "
-#~ "capaz de escanear. Ahora puede escanear desde la l鱈nea comandos con "
-#~ "\"ptal-hp %s scan ...\". No se soporta a炭n el escaneo por medio de un "
-#~ "interfaz gr叩fico e desde el GIMP para su dispositivo. Encontrar叩 m叩s "
-#~ "informaci坦n en el archivo de su sistema \"/usr/share/doc/hpoj-0.8/ptal-hp-"
-#~ "scan.html\". Si tiene una HP LaserJet 1100 o 1200 puede escanear cuando "
-#~ "tenga la opci坦n del esc叩ner instalada.\n"
-#~ "No use \"scannerdrake\" para este dispositivo."
-
-#~ msgid "Use Hard Drive with daemon"
-#~ msgstr "Usar el disco r鱈gido con servidor"
-
-#~ msgid "Use FTP with daemon"
-#~ msgstr "Usar FTP con servidor"
-
-#~ msgid "Package List to Install"
-#~ msgstr "Lista de paquetes a instalar"
-
-#~ msgid "proftpd"
-#~ msgstr "proftpd"
-
-#~ msgid "sshd"
-#~ msgstr "sshd"
-
-#~ msgid "webmin"
-#~ msgstr "webmin"
-
-#~ msgid "xinetd"
-#~ msgstr "xinetd"
-
-#~ msgid "Setting security level"
-#~ msgstr "Definiendo el nivel de seguridad"
-
-#~ msgid "Select a graphics card"
-#~ msgstr "Seleccione una tarjeta gr叩fica"
-
-#~ msgid "Choose a X driver"
-#~ msgstr "Elija un controlador X"
-
-#~ msgid "X driver"
-#~ msgstr "Controlador X"
-
-#~ msgid "Warning: testing this graphics card may freeze your computer"
-#~ msgstr ""
-#~ "Advertencia: probar con esta tarjeta de v鱈deo puede colgar su ordenador"
-
-#~ msgid "Standard VGA, 640x480 at 60 Hz"
-#~ msgstr "VGA est叩ndar, 640x480 a 60 Hz"
-
-#~ msgid "Super VGA, 800x600 at 56 Hz"
-#~ msgstr "Super VGA, 800x600 a 56 Hz"
-
-#~ msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-#~ msgstr "Compatible 8514, 1024x768 a 87 Hz entrelazado (sin 800x600)"
-
-#~ msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-#~ msgstr "Super VGA, 1024x768 a 87 Hz entrelazado, 800x600 a 56 Hz"
-
-#~ msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-#~ msgstr "Super VGA extendido, 800x600 a 60 Hz, 640x480 a 72 Hz"
-
-#~ msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-#~ msgstr "SVGA no-entrelazado, 1024x768 a 60 Hz, 800x600 a 72 Hz"
-
-#~ msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-#~ msgstr "SVGA alta-frecuencia, 1024x768 a 70 Hz"
-
-#~ msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-#~ msgstr "Monitor multi-frecuencia que soporta 1280x1024 a 60 Hz"
-
-#~ msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-#~ msgstr "Monitor multi-frecuencia que soporta 1280x1024 a 74 Hz"
-
-#~ msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-#~ msgstr "Monitor multi-frecuencia que soporta 1280x1024 a 76 Hz"
-
-#~ msgid "Monitor that can do 1600x1200 at 70 Hz"
-#~ msgstr "Monitor que soporta 1600x1200 a 70 Hz"
-
-#~ msgid "Monitor that can do 1600x1200 at 76 Hz"
-#~ msgstr "Monitor que soporta 1600x1200 a 76 Hz"
-
-#~ msgid ""
-#~ "The total size for the groups you have selected is approximately %d MB.\n"
-#~ msgstr ""
-#~ "El tama単o total para los grupos que seleccion坦 es de aproximadamente %d "
-#~ "MB.\n"
-
-#~ msgid ""
-#~ "If you wish to install less than this size,\n"
-#~ "select the percentage of packages that you want to install.\n"
-#~ "\n"
-#~ "A low percentage will install only the most important packages;\n"
-#~ "a percentage of 100%% will install all selected packages."
-#~ msgstr ""
-#~ "Si desea instalar un tama単o total inferior,\n"
-#~ "elija el porcentaje de paquetes que desea instalar.\n"
-#~ "\n"
-#~ "Un porcentaje bajo instalar叩 s坦lo los paquetes m叩s importantes;\n"
-#~ "un porcentaje de 100%% instalar叩 todos los paquetes seleccionados."
-
-#~ msgid ""
-#~ "You have space on your disk for only %d%% of these packages.\n"
-#~ "\n"
-#~ "If you wish to install less than this,\n"
-#~ "select the percentage of packages that you want to install.\n"
-#~ "A low percentage will install only the most important packages;\n"
-#~ "a percentage of %d%% will install as many packages as possible."
-#~ msgstr ""
-#~ "Tiene espacio en disco para s坦lo %d%% de esos paquetes.\n"
-#~ "\n"
-#~ "Si desea instalar menos de esto,\n"
-#~ "elija el porcentaje de paquetes que desea instalar.\n"
-#~ "Un porcentaje bajo instalar叩 s坦lo los paquetes m叩s importantes;\n"
-#~ "un porcentaje de %d%% instalar叩 todos los que sea posible."
-
-#~ msgid "You will be able to choose them more specifically in the next step."
-#~ msgstr "Podr叩 elegirlos m叩s detalladamente en la etapa siguiente"
-
-#~ msgid "Percentage of packages to install"
-#~ msgstr "Porcentaje de paquetes a instalar"
-
-#~ msgid "hide expert mode"
-#~ msgstr "ocultar modo experto"
-
-#~ msgid "show expert mode"
-#~ msgstr "mostrar modo experto"
-
-#~ msgid ""
-#~ "If '%s' is a removable peripheral,\n"
-#~ " verify that a media is inserted."
-#~ msgstr ""
-#~ "Si '%s' es un preif辿rico removible,\n"
-#~ " verifique que tiene un soporte insertado."
-
-#~ msgid ""
-#~ "WARNING! This will format '%s'.\n"
-#~ "All data will be erased on the peripheral '%s'.\n"
-#~ "If you want to continue, press OK. "
-#~ msgstr ""
-#~ "臓ADVERTENCIA! Esto formater叩 a '%s'.\n"
-#~ "Se borrar叩n todos los datos en el perif辿rico '%s'.\n"
-#~ "Si desea continuar, presione Aceptar. "
-
-#~ msgid "unknown"
-#~ msgstr "desconocido"
-
-#~ msgid "Select a module or write his name:"
-#~ msgstr "Seleccione un m坦dulo o escriba su nombre:"
-
-#~ msgid "Category"
-#~ msgstr "Categor鱈a"
-
-#~ msgid "preload module"
-#~ msgstr "pre-cargar m坦dulo"
-
-#~ msgid "click on a category"
-#~ msgstr "haga clic sobre una categor鱈a"
-
-#~ msgid "Remove"
-#~ msgstr "Remover"
-
-#~ msgid "Tool for boot disk creation"
-#~ msgstr "Herramienta para crear disquetes que arrancan"
-
-#~ msgid "Show expert mode"
-#~ msgstr "Mostrar modo experto"
-
-#~ msgid "modules"
-#~ msgstr "m坦dulos"
-
-#~ msgid "Boot disk maker. Still in early stage.\n"
-#~ msgstr ""
-#~ "Generador de disquetes de arranque. Todav鱈a en etapa experimental.\n"
-
-#~ msgid "experts only"
-#~ msgstr "s坦lo expertos"
-
-#~ msgid "/File/_Preferences"
-#~ msgstr "/Archivo/_Preferencias"
+#~ msgid "%s"
+#~ msgstr "%s"
diff --git a/perl-install/share/po/et.po b/perl-install/share/po/et.po
index fbb11c1eb..43c667881 100644
--- a/perl-install/share/po/et.po
+++ b/perl-install/share/po/et.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
"PO-Revision-Date: 1999-10-28 19:54+0200\n"
"Last-Translator: Riho Kurg <rx@linux.ee>\n"
"Language-Team: Estonian <et@li.org>\n"
@@ -49,20 +49,20 @@ msgstr "32 MB"
msgid "64 MB or more"
msgstr "64 MB vi rohkem"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "Valige X server"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "X server"
#
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
msgstr "Mitme monitori seadistamine"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -70,27 +70,27 @@ msgstr ""
"Ssteemis on vimalik kasutada mitut monitori.\n"
"Mida Te soovite teha?"
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "Valige graafikamlu suurus"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "XFree stted"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "Millise XFree konfiguratsiooni soovite kasutada?"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr "Seadista kik monitorid sltumatult"
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr "Kasuta Xinerama laiendusi"
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Seadista ainult kaart \"%s\" (%s)"
@@ -101,13 +101,13 @@ msgstr "Seadista ainult kaart \"%s\" (%s)"
msgid "XFree %s"
msgstr "XFree86 %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s koos 3D graafikakiirendi toega"
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -116,17 +116,17 @@ msgstr ""
"Teie videokaardi 3D graafikakiirendit saab kasutada vaid koos XFree %s-ga.\n"
"XFree %s toetab Teie videokaarti ja vib omada paremat 2D tuge."
-#: ../../Xconfig/card.pm_.c:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Teie kaardi 3D graafikakiirendit toetab XFree %s."
-#: ../../Xconfig/card.pm_.c:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s koos EKSPERIMENTAALSE 3D kiirendi toega"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -137,7 +137,7 @@ msgstr ""
"SEE ON AGA EKSPERIMENTAALNE JA VIB OLLA EBASTABIILNE.\n"
"Teie kaarti toetab ka XFree %s, millel on ehk parem 2D tugi."
-#: ../../Xconfig/card.pm_.c:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -146,53 +146,54 @@ msgstr ""
"Teie videokaardi 3D graafikakiirendit saab kasutada koos XFree %s-ga.\n"
"SEE ON AGA EKSPERIMENTAALNE JA VIB OLLA EBASTABIILNE."
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr ""
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "Isetehtud"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
#, fuzzy
msgid "Graphic Card"
msgstr "Graafikakaart"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "Kuvatihedus"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Eelistused"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "OK"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Vlju"
@@ -209,28 +210,28 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "Valige monitor"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "Tavaline"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
#, fuzzy
msgid "Vendor"
msgstr "Tagasi"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -250,11 +251,11 @@ msgstr ""
"suurem kui Teie monitor vimaldab. Vastasel juhul vib Teie monitor hvida.\n"
"Kui kahtlete, valige pigem viksem v粐rtus."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "Realaotussagedus"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "Ekraaniuuendussagedus"
@@ -291,36 +292,41 @@ msgstr "Valige kuvatihedus ja vrvisgavus"
msgid "Graphics card: %s"
msgstr "Graafikakaart: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "Katkesta"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "Proovime seadistusi"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "Kas soovite seadistusi proovida?"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "Proovime seadistusi"
+#: ../../Xconfig/test.pm_.c:31
+#, fuzzy
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Hoiatus: testimine vib Teie arvuti peatada"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -456,26 +462,22 @@ msgstr "Laadimine DOS/Windowsist (loadlin)"
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "Alglaaduri peastted"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "Eelistatav alglaadur"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "Alglaaduri peastted"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "Alglaadimisseade"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (ei tta vanema BIOSi korral)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "Kompaktne"
@@ -492,16 +494,17 @@ msgstr "Graafikamood"
msgid "Delay before booting default image"
msgstr "Ooteaeg alglaadimisel"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Salasna"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "Salasna (uuesti)"
@@ -535,14 +538,14 @@ msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr "Ste ``Piira ksurea suvandeid'' on ilma salasnata mittekasutatav"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "Palun proovige veel"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "Salasnad ei klapi"
@@ -587,16 +590,16 @@ msgstr ""
"Praegu on kasutusel sellised kirjed.\n"
"Te vite neid lisada ning olemasolevaid muuta."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Lisa"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "Tehtud"
@@ -609,7 +612,7 @@ msgstr "Modifitseeri RAIDi"
msgid "Which type of entry do you want to add?"
msgstr "Millisele sektorile soovite seda tsta?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linux"
@@ -704,13 +707,13 @@ msgstr "On Teil veel kaarte?"
msgid "Do you have any %s interfaces?"
msgstr "Kas Teil on ikka mni %s liides?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Ei"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Jah"
@@ -807,38 +810,46 @@ msgstr ""
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+msgid "access to network tools"
+msgstr ""
+
+#: ../../any.pm_.c:755
+msgid "access to compilation tools"
+msgstr ""
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(juba lisatud %s)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "Salasna on liiga lihtne"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "Palun andke kasutajatunnus"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Kasutajatunnus tohib sisaldada ainult vikesi thti, numbreid, - ja _"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:768
#, fuzzy
msgid "The user name is too long"
msgstr "See kasutajatunnus on juba lisatud"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "See kasutajatunnus on juba lisatud"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "Lisa kasutaja"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -847,32 +858,32 @@ msgstr ""
"Sisesta kasutaja\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "Kasutaja ige"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "Prisnimi"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Kasutajatunnus"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "Ksurida"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "Ikoon"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "Vaikimisi sisenemine"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -881,57 +892,57 @@ msgstr ""
"Teie arvutit saab seada vaikimisi kasutaja sisenemisele.\n"
"Kui Te seda ei soovi, valige <Katkesta>"
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "Valige uus vaikimisi kasutaja :"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "Valige palun kivitatav aknahaldur:"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
#, fuzzy
msgid "Please choose a language to use."
msgstr "Palun valige kasutatav keel"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "Teisi keeli saab valida prast installimist"
-#: ../../any.pm_.c:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Kik"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
#, fuzzy
msgid "Allow all users"
msgstr "Tavakasutaja"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
#, fuzzy
msgid "No sharing"
msgstr "CUPS kivitatakse"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Valige paketid mida soovite installida"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
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 "
@@ -940,42 +951,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
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:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "Tere tulemast, krkkerid"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "Vhene"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Tavahiir"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "Krge"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
#, fuzzy
msgid "Higher"
msgstr "Krge"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "Paranoiline"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
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"
@@ -985,14 +996,14 @@ msgstr ""
"haavatavaks: ligip粐supiirangute puudumise tttu ei peaks arvutit hendama\n"
"ei teiste arvutitega ega ka mitte Internetti."
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
msgstr ""
"Salasnad on nd kasutusel, kuid vrku hendamine ei ole siiski soovitav."
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1000,13 +1011,13 @@ msgid ""
msgstr ""
"See on sobilik turvatase arvutile, mis hendatakse Internetti kui klient."
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1017,7 +1028,7 @@ msgid ""
"Internet, you should choose a lower level."
msgstr "Sellel turvatasemel vib ssteemi kasutada Internetis ka serverina."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1026,32 +1037,32 @@ msgstr ""
"Ssteem on tielikult suletud. Vrgust kasutamine on vimalik ainult\n"
"spetsiaalselt loodud juurdep粐suteid kasutades."
-#: ../../any.pm_.c:1091
+#: ../../any.pm_.c:1094
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Eelistused"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Valige turvatase"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
#, fuzzy
msgid "Security level"
msgstr "Turvataseme seadmine"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
#, fuzzy
msgid "Use libsafe for servers"
msgstr "Valige X server"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr ""
@@ -1093,57 +1104,57 @@ 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:935
+#: ../../bootloader.pm_.c:932
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Tere tulemast! Laadimisel aitab Teid GRUB!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:935
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Kasutage valiku tegemiseks %c ja %c klahve"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:938
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Enter laeb Teie valiku, 'e' laseb muuta"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:941
msgid "commands before booting, or 'c' for a command-line."
msgstr "suvandeid enne laadimist ja 'c' veel enam."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:944
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Valik laetakse automaatselt %d sekundi jooksul"
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:948
msgid "not enough room in /boot"
msgstr "/boot on liiga tis"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "Tlaud"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "Startmen"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Kuhu soovite alglaaduri installida"
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr "selle kohta (veel) abi ei saa.\n"
@@ -1151,8 +1162,8 @@ msgstr "selle kohta (veel) abi ei saa.\n"
msgid "Boot Style Configuration"
msgstr "Alglaaduri stiil"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Fail"
@@ -1162,7 +1173,7 @@ msgstr "/_Fail"
msgid "/File/_Quit"
msgstr "/Fail/_Vlju"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1206,94 +1217,101 @@ msgstr "Ssteemi installimine"
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+#, fuzzy
+msgid "Create new theme"
+msgstr "Looge uus partitsioon"
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr ""
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "Viga"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree86 %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
#, fuzzy
msgid "Notice"
msgstr "pintsaklips"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
#, fuzzy
msgid "Theme installation failed!"
msgstr "Valige paigaldusmeetod"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, fuzzy, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1305,24 +1323,23 @@ msgstr ""
"\n"
"Valige Abimehe kivitamiseks ``OK''"
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Seadista"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
#, fuzzy
msgid "Splash selection"
msgstr "Salvest paketivalik"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
#, fuzzy
msgid "Themes"
msgstr "Puu"
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1331,45 +1348,45 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr "Tmood"
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr "Kivita X-Windows alglaadimisel"
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr "Ei taha automaatselt siseneda"
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
"Jah, soovin automaatset sisselogimist sellele (kasutajale, keskkonnale)"
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "ei saa lugeda faili /etc/inittab: %s"
@@ -1473,48 +1490,53 @@ msgstr "seerial"
msgid "United States"
msgstr ""
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-msgid "Unknown Model"
-msgstr ""
-
#: ../../diskdrake/dav.pm_.c:23
msgid "New"
msgstr "Uus"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "henda lahti"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "henda"
+
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "henduspunkt"
-#: ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/dav.pm_.c:81
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Palun testige hiirt"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
#, fuzzy
msgid "The URL must begin with http:// or https://"
msgstr "Vahendaja peab olema kujul http://..."
-#: ../../diskdrake/dav.pm_.c:92
+#: ../../diskdrake/dav.pm_.c:105
#, fuzzy
msgid "Server: "
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "henduspunkt:"
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Eelistused: %s"
@@ -1523,8 +1545,9 @@ msgstr "Eelistused: %s"
msgid "Please make a backup of your data first"
msgstr "Palun tehke oma andmetest enne tagavarakoopia"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "Lugege hoolega!"
@@ -1562,10 +1585,15 @@ msgid "Please click on a partition"
msgstr "Palun valige partitsioon"
#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "ksikasjad"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+#, fuzzy
+msgid "No hard drives found"
+msgstr "Kohalik printer"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "ext2"
@@ -1591,13 +1619,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "Saaleala"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "Thi"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "Muu"
@@ -1605,12 +1633,12 @@ msgstr "Muu"
msgid "Filesystem types:"
msgstr "Failissteemi tbid: "
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "Tekita"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "Tp"
@@ -1620,7 +1648,7 @@ msgstr "Tp"
msgid "Use ``%s'' instead"
msgstr "Kasutage pigem ``%s''"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "Kustuta"
@@ -1628,83 +1656,83 @@ msgstr "Kustuta"
msgid "Use ``Unmount'' first"
msgstr "Kasutage enne \"henda lahti\""
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "Partitsiooni %s tbi muutmisel hvivad kik seal olnud andmed"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
#, fuzzy
msgid "Choose a partition"
msgstr "Valige tegevus"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
#, fuzzy
msgid "Choose another partition"
msgstr "Looge uus partitsioon"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
#, fuzzy
msgid "Exit"
msgstr "ext2"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "Tavakasutaja > Ekspert"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "Ekspert > Tavakasutaja"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "Tagasi"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "Jtkate ikkagi?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "Lpeta ilma salvestamata"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "Lpetate ilma partitsioonitabelit salvestamata?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
#, fuzzy
msgid "Do you want to save /etc/fstab modifications"
msgstr "Kas soovite seadistusi proovida?"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "Paiguta ise"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "Kustuta kik"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "Veel.."
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
#, fuzzy
msgid "Hard drive information"
msgstr "Meili informatsioon"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "Kik primaarsed partitsioonid on kasutusel"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "Partitsioone ei saa enam lisada"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1712,35 +1740,35 @@ msgstr ""
"Et saada rohkem partitsioone, kustutage palun ks, et luua laiendatud "
"partitsioon"
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
#, fuzzy
msgid "Save partition table"
msgstr "Kirjuta partitsioonitabel"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
#, fuzzy
msgid "Restore partition table"
msgstr "P粐sta partitsioonitabel"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "P粐sta partitsioonitabel"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
#, fuzzy
msgid "Reload partition table"
msgstr "P粐sta partitsioonitabel"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
#, fuzzy
msgid "Removable media automounting"
msgstr "CD/flopi/.. autohendamine"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "Valige fail"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1748,11 +1776,11 @@ msgstr ""
"Tabeli tagavarakoopia ei ole sama suurusega\n"
"Soovite jtkata?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "Hoiatus"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1760,114 +1788,106 @@ msgstr ""
"Pange thi flopi masinasse\n"
"Kik andmed sellel hvivad"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "Proovin p粐sta partitsioonitabelit"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
#, fuzzy
msgid "Detailed information"
msgstr "Meili informatsioon"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "Muuda suurust"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "Liiguta"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "Vorminda"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "henda"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "Lisa RAIDi"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "Lisa LVMi"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "henda lahti"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "Eemalda RAIDist"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "Eemalda LVMist"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "Modifitseeri RAIDi"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "Kasuta loopback-ina"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "Looge uus partitsioon"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "Algsektor: "
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "Suurus (MB): "
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "Failissteemi tp: "
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "Eelistus: "
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
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:494
+#: ../../diskdrake/interactive.pm_.c:499
#, fuzzy
msgid "Remove the loopback file?"
msgstr "Vormindan loopback faili %s"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "Muuda partitsiooni tp"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Mis failissteemi soovite kasutada?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Kuhu soovite loopback-faili %s hendada?"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Kuhu soovite seadme %s hendada?"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1875,138 +1895,138 @@ msgstr ""
"Seda henduspunkti ei saa eemaldada, kuna partitsioon on kasutusel.\n"
"loopback-ina. Eemaldage enne loopback"
-#: ../../diskdrake/interactive.pm_.c:584
+#: ../../diskdrake/interactive.pm_.c:594
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "Kuhu soovite seadme %s hendada?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "Arvutan FAT failissteemi piire"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "Muudan suurust"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr "See partitsioon ei ole muudetav"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr "Selle partitsiooni andmetest viks olla tagavarakoopia"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Partitsiooni %s suuruse muutmisel hvivad sellel kik andmed"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "Valige uus suurus"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
#, fuzzy
msgid "New size in MB: "
msgstr "Suurus (MB): "
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "Millisele kettale soovite seda mber paigutada?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "Millisele sektorile soovite seda mber paigutada?"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "Paigutan mber"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "Liigutan partitsiooni..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "Vali olemasolev RAID, millele lisada"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "uus"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "Vali olemasolev LVM, millele lisada"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr "LVM nimi?"
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "Seda partitsiooni ei saa loopback-ina kasutada"
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "loopback"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "loopback faili nimi:"
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
#, fuzzy
msgid "Give a file name"
msgstr "Prisnimi"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr "See fail on juba loopback-ina kasutusel, valige mni muu"
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr "Fail on juba olemas. Kas kasutan seda?"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
#, fuzzy
msgid "Mount options"
msgstr "Mooduli parameetrid:"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "seade"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "tase"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "hiku suurus"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr "Vaadake ette: see vib olla ohtlik."
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "Mis tpi partitsioonid teete?"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr "Valige paketid mida soovite installida"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2018,7 +2038,7 @@ msgstr ""
"Kui kasutate LILO-t, ei tta see sel moel, kui aga ei kasuta, ei ole Teile "
"ka /boot vajalik"
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2029,7 +2049,7 @@ msgstr ""
"fsiliselt tagapool 1024-t silindrit ja Teil ei ole /boot partitsiooni.\n"
"Kui plaanite kasutada LILO alglaadurit, lisage kindlasti /boot partitsioon"
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2039,137 +2059,137 @@ msgstr ""
"Ilma /boot partitsioonita ei ole vimalik sellist ssteemi laadida.\n"
"Lisage kindlasti /boot partitsioon!"
-#: ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Ketta %s partitsioonitabel salvestatakse!"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr "Muudatuste justamiseks vajate alglaadimist"
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Partitsiooni %s vormindamisel hvivad sellel kik andmed"
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "Vormindan"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "Vormindan loopback faili %s"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "Vormindan partitsiooni %s"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
#, fuzzy
msgid "Hide files"
msgstr "mkraid ebannestus"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
#, fuzzy
msgid "Move files to the new partition"
msgstr "Ei ole piisavalt ruumi uute partitsioonide jaoks"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
#, fuzzy
msgid "Moving files to the new partition"
msgstr "Ei ole piisavalt ruumi uute partitsioonide jaoks"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, fuzzy, c-format
msgid "Removing %s"
msgstr "Kuvatihedus: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "Seade: "
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS kettathis: %s (arvatavasti)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "Tp: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "Nimi: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "Algus: sektor %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "Suurus: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s sektorit"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, fuzzy, c-format
msgid "Cylinder %d to %d\n"
msgstr "Silindrid %d kuni %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "Vormindatud\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "Vormindamata\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "hendatud\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, fuzzy, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr "loopback fail(id): %s\n"
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2177,27 +2197,27 @@ msgstr ""
"Partitsioonilt toimub alglaadimine\n"
" (MS-DOS-i, mitte lilo jaoks)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "Tase %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "hiku suurus %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-kettad %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "loopback faili nimi: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2209,7 +2229,7 @@ msgstr ""
"juhtpartitsiooniga, parem oleks\n"
"seda mitte puutuda.\n"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2222,59 +2242,63 @@ msgstr ""
"vimaldab mitme operratsioonissteemi\n"
"laadimist.\n"
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "Suurus: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geomeetria: %s silindrit, %s pead, %s sektorit\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "Info: "
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-kettad %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "Partitsioonitabeli tp: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "siinil %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
#, fuzzy
msgid "Filesystem encryption key"
msgstr "Failissteemi tp: "
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, fuzzy, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr "Salasna on liiga lihtne (peaks olema vhemalt %d themrki)"
-#: ../../diskdrake/interactive.pm_.c:1180
+#: ../../diskdrake/interactive.pm_.c:1191
#, fuzzy
msgid "The encryption keys do not match"
msgstr "Salasnad ei klapi"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr ""
@@ -2313,7 +2337,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Username"
msgstr "Kasutajatunnus"
@@ -2328,23 +2352,23 @@ msgstr "NIS domeen"
msgid "Search servers"
msgstr "Nimeserver"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s vormindamine seadmel %s ebannestus"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Ei oska seadet %s vormindada tpi %s"
-#: ../../fs.pm_.c:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "viga %s lahti hendamisel: %s"
@@ -2361,265 +2385,327 @@ msgstr ""
msgid "server"
msgstr "server"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, fuzzy, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"Partitsioonitabel on loetamatu, liiga rikutud DrakX-i jaoks :(\n"
+"Proovin loetamatud kirjed puhastada kuid ANDMED NENDEL HVIVAD.\n"
+"Teine vimalus on keelata DrakX-il partitsioonitabeli muutmine.\n"
+"(Viga oli selline: %s)\n"
+"Kas olete nus partitsioonide kaotamisega?\n"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "JFS ei ole kasutatav alla 16MB partisioonidel"
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "ReiserFS ei ole kasutatav alla 32MB partisioonidel"
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "henduspunktid peavad algama kaldkriipsuga (/)"
# c-format
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "henduspunktile %s on juba ks partitsioon m粐ratud\n"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "Te ei saa henduspunkti %s jaoks LVM loogilist ketast kasutada"
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr "See kataloog peab j粐ma kokku juurfailissteemiga"
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
#, fuzzy
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
"point\n"
msgstr "See henduspunkt vajab telist (ext2, reiserfs) failissteemi\n"
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, fuzzy, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr "Te ei saa henduspunkti %s jaoks LVM loogilist ketast kasutada"
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
#, fuzzy
msgid "Not enough free space for auto-allocating"
msgstr "Ei ole piisavalt ruumi automaatpaigutuseks"
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr ""
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Seadme %s avamine kirjutamiseks ebannestus: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:158
+#, fuzzy
+msgid "Sound configuration"
+msgstr "LAN stted"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
msgstr ""
-"Tekkis viga: failissteemi loomiseks ei leitud htki seadet. Palun\n"
-"kontrollige oma riistvara."
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "Teil ei ole htki partitsiooni!"
+#: ../../harddrake/sound.pm_.c:162
+#, fuzzy
+msgid "Driver:"
+msgstr "Juhtprogramm"
+
+#: ../../harddrake/sound.pm_.c:173
+msgid "No known driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:177
+msgid "Unkown driver"
+msgstr ""
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/sound.pm_.c:178
+#, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
+
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "Model"
msgstr "Hiir"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "hard disk model"
msgstr "Kaardi mlu (DMA)"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
#, fuzzy
msgid "Channel"
msgstr "Katkesta"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:19
+#: ../../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:20
+#: ../../harddrake/ui.pm_.c:21
#, fuzzy
msgid "Module"
msgstr "Hiir"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "Kirjeldus"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
#, fuzzy
msgid "Bus identification"
msgstr "Autentimisviis"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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:31
+#: ../../harddrake/ui.pm_.c:32
#, fuzzy
msgid "Old device file"
msgstr "Valige fail"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr ""
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
#, fuzzy
msgid "New devfs device"
msgstr "Lsipoolne seade"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
#, fuzzy
msgid "Number of buttons"
msgstr "2 nuppu"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:60
+#: ../../harddrake/ui.pm_.c:38
+#, fuzzy
+msgid "Alternative drivers"
+msgstr "Trkitakse testleheklg(i)..."
+
+#: ../../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 "Vlju"
-#: ../../harddrake/ui.pm_.c:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Abi"
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
#, fuzzy
msgid "/_Help..."
msgstr "/_Abi"
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
#, fuzzy
msgid "/_About..."
msgstr "/Abi/_Misvrk"
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
#, fuzzy
msgid "Author:"
msgstr "Proovida niisama"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Kvaketta leidmine"
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Detected hardware"
msgstr "Info riistvara kohta"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:105
#, fuzzy
-msgid "Configure module"
-msgstr "Hiire seadmine"
+msgid "Information"
+msgstr "Nita lisainfot"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:108
#, fuzzy
-msgid "Informations"
-msgstr "Nita lisainfot"
+msgid "Configure module"
+msgstr "Hiire seadmine"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
#, fuzzy
msgid "Detection in progress"
msgstr "leiti port %s"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "Palun oodake"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
#, fuzzy
msgid "secondary"
msgstr "%d sekundit"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Loetakse CUPS juhtprogramme"
@@ -2652,16 +2738,16 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:213
#, fuzzy
-msgid "Card model :"
+msgid "Card model:"
msgstr "Kaardi mlu (DMA)"
#: ../../harddrake/v4l.pm_.c:214
#, fuzzy
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "Muuda partitsiooni tp"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
+msgid "Number of capture buffers:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:215
@@ -2670,11 +2756,11 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:217
#, fuzzy
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "vormindatakse"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:218
@@ -2686,22 +2772,22 @@ msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2811,7 +2897,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2837,10 +2923,10 @@ msgstr ""
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -2875,11 +2961,11 @@ msgstr ""
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -2928,7 +3014,7 @@ msgstr ""
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -2959,24 +3045,12 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2985,7 +3059,7 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
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"
@@ -3005,13 +3079,13 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
#, fuzzy
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
@@ -3045,7 +3119,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3078,7 +3154,9 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
"Olete judnud punkti, kus peate otsustama, kuhu tpselt Mandrake Linux oma\n"
"kvakettal paigaldada. Kui kvaketas on thi vi kui mni muu \n"
@@ -3125,7 +3203,7 @@ msgstr ""
" aga ka kige rohkem ohtusid! rge valige seda, kui Te tpselt ei tea, mida "
"teete."
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3158,7 +3236,7 @@ msgid ""
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
#, fuzzy
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
@@ -3203,7 +3281,7 @@ msgstr ""
"\n"
"Klikkige \"OK\", kui olete vormindamiseks valmis."
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
#, fuzzy
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
@@ -3220,12 +3298,12 @@ msgstr ""
"\n"
"Palun veidi kannatlikkust."
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3235,7 +3313,7 @@ msgid ""
"install the selected package(s), or \"Cancel\" to abort."
msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3244,19 +3322,19 @@ msgid ""
"\"Accept\" button."
msgstr ""
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
#, fuzzy
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
@@ -3274,26 +3352,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3321,7 +3399,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3388,7 +3466,7 @@ msgstr ""
"\n"
" * Ctrl-m henduspunkti seadmine"
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
#, fuzzy
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
@@ -3452,11 +3530,11 @@ msgstr ""
"\"Nimi Windowsis\" on tht, millega Microsoft Windows vastavat seadet\n"
"thistab."
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr "Palun natuke kannatust. Selleks vib kuluda mnigi minut."
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
@@ -3464,23 +3542,23 @@ msgid ""
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3489,11 +3567,11 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
"Palun valige \"Installimine\" kui Teie arvutis ei ole varasemat Mandrake "
"Linux\n"
@@ -3520,23 +3598,28 @@ msgstr ""
" ssteemi, mis sobiks nagu valatult Teie tpsete ootustega.\n"
" Aga palun, palun: RGE VALIGE SEDA, KUI TE TPSELT EI TEA, MIDA TEETE!"
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3550,7 +3633,7 @@ msgid ""
"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -3563,10 +3646,17 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
#, fuzzy
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
@@ -3575,7 +3665,7 @@ msgstr ""
"Palun valige ige port. Niteks MS Windows-i COM1 kannab GNU/Linuxis\n"
"nime ttyS0."
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -3605,15 +3695,15 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -3652,8 +3742,12 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
+"options, which are reserved for the expert user."
+msgstr ""
+
+#: ../../help.pm_.c:710
+#, fuzzy
+msgid ""
"After you have configured the general bootloader parameters, the list of\n"
"boot options which will be available at boot time will be displayed.\n"
"\n"
@@ -3661,17 +3755,7 @@ msgid ""
"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
"the existing options. Select an entry and click \"Modify\" to modify or\n"
"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:713
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -3730,18 +3814,18 @@ msgstr ""
#: ../../help.pm_.c:759
#, fuzzy
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -3998,7 +4082,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -4011,7 +4097,7 @@ msgid ""
"associated with it."
msgstr ""
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
#, fuzzy
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
@@ -4022,7 +4108,7 @@ msgstr ""
"Ettevaatust, kik sellel leiduvad andmed hvitatakse ja ei ole enam\n"
"taastatavad."
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
#, fuzzy
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
@@ -4054,7 +4140,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4069,20 +4155,29 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr "ldlevi kasutamine on ilma NIS domeenita vimatu"
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Pane FAT formaadis flopi seadmesse %s"
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr "See flopi ei ole FAT formaadis"
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4090,11 +4185,19 @@ msgstr ""
"Et kasutada seda paketivalikut, alustage installimist ksureaga \"linux "
"defcfg=floppy\""
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Viga faili %s lugemisel"
+#: ../../install_any.pm_.c:1023
+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 ""
+"Tekkis viga: failissteemi loomiseks ei leitud htki seadet. Palun\n"
+"kontrollige oma riistvara."
+
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -4128,60 +4231,60 @@ msgstr ""
"\n"
"Jtkate ikkagi?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
#, fuzzy
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Teil peab olema saaleala"
-#: ../../install_interactive.pm_.c:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "Kasuta vaba ruumi"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr "Ei ole piisavalt ruumi uute partitsioonide jaoks"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr "Kasuta olemasolevat partitsiooni"
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr "Kasutatavat partitsiooni ei leitud"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr "Kasuta Windowsi partitsiooni loopback-ina"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Millisele partitsioonile soovite installida Linux4Win?"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "Valige suurused"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "Juurpartitsiooni suurus (MB): "
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "Saaleala suurus (MB): "
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr "Kasuta vaba ruumi Windowsi partitsioonil"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr "Mis partitsiooni soovite muuta?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr "Arvutan Windowsi failissteemi piire"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4190,7 +4293,7 @@ msgstr ""
"FAT partitsiooni suurust ei nnestu muuta, \n"
"ilmnes selline viga: %s"
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
@@ -4198,7 +4301,7 @@ msgid ""
msgstr ""
"Teie Windowsi partitsioon on fragmenteerunud, palun kasutada 'defrag'-i"
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm_.c:140
#, fuzzy
msgid ""
"WARNING!\n"
@@ -4217,52 +4320,52 @@ msgstr ""
"scandisk-i, defrag-i ja tehke tagavarakoopia.\n"
"Kui olete oma otsuses kindel, vajutage OK."
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr "Kui palju ruumi jtate Windowsi jaoks?"
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr "Partitsioon %s"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Suuruse muutmine ebannestus: %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
msgstr "Sobivat FAT partitsiooni ei leitud (ei ole piisavalt ruumi)"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "Thjenda kogu ketas"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "Eemalda Windows(TM)"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Teil on rohkem kui ks kvaketas, millisele neis installite Linuxi?"
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Kettal %s hvivad KIK partitsioonid ja andmed"
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
msgstr "Partitsioneerin ise"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "Kasuta fdisk-i"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4271,28 +4374,28 @@ msgstr ""
"Nd saate partitsioneerida %s kvaketta\n"
"Kui olete valmis, salvestage ksuga 'w'"
-#: ../../install_interactive.pm_.c:227
+#: ../../install_interactive.pm_.c:229
msgid "You don't have enough free space on your Windows partition"
msgstr "Teil ei ole piisavalt vaba ruumi Windowsi partitsioonil"
-#: ../../install_interactive.pm_.c:243
+#: ../../install_interactive.pm_.c:245
msgid "I can't find any room for installing"
msgstr "Installimiseks ei ole ldse ruumi"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX kettajagamise abimees leidis sellised lahendused:"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr "Ketta jagamine ebannestus: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "Kivitame vrguliidesed"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "Seiskame vrguliidesed"
@@ -4304,12 +4407,12 @@ msgstr ""
"Tekkis mingi viga, aga seda ei suuda programm ise klaarida.\n"
"Jtkake omal vastutusel."
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "henduspunkt %s on m粐ratud topelt"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -4320,12 +4423,12 @@ msgstr ""
"Teie CD-lugeja vi CD on ilmselt vigane.\n"
"Paketifaile CD-l saate kontrollida ksuga \"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "See ongi %s"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "Flopiseade ei ole kttesaadav"
@@ -4355,69 +4458,69 @@ msgstr "Installi klass"
msgid "Please choose one of the following classes of installation:"
msgstr "Palun valige ks jrgnevatest paigaldusklassidest"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "Paketigruppide valik"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr "Valik paketthaaval"
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Suurus kokku: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "Vigane pakett"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "Nimi: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "Versioon: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "Suurus: %d kB\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "Thtsus: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr "Seda paketti ei saa valida, kettaruumi ei ole paigalsuseks piisavalt"
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr "Installimiseks on valitud jrgmised paketid"
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr "Eemaldamiseks on valitud jrgmised paketid"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr "Seda paketti ei saa (mitte) valida"
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr "See pakett on kohustuslik"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr "See pakett on juba installitud"
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -4425,77 +4528,77 @@ msgstr ""
"Selle paketi peaks uuendame\n"
"Olete kindel, et Te ei vali seda?"
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr "Selle paketi peate valima, sest selle uuendamine on kohustuslik"
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr "Nita automaatselt valitud pakette"
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "Installimine"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
#, fuzzy
msgid "Load/Save on floppy"
msgstr "Salvesta flopile"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
#, fuzzy
msgid "Updating package selection"
msgstr "Salvest paketivalik"
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
#, fuzzy
msgid "Minimal install"
msgstr "Eemaldamine"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "Valige paketid installimiseks"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "Installin"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "Oletan"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "Aega j粐nud "
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
msgid "Please wait, preparing installation..."
msgstr "Palun oodake, valmistun installimiseks"
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d paketti"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "Paketi %s installimine"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Nus"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "Keeldun"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4509,17 +4612,17 @@ msgstr ""
"Palun sisestage CD pealdisega \"%s\" lugejasse ja vajutage <OK>.\n"
"Kui teil sherdust ei ole, vajutage <Katkesta>"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "Ikkagi edasi?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "Pakettide tellimisel tekkis viga:"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr "Pakettide installimisel tekkis viga:"
@@ -4841,7 +4944,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Klaviatuur"
@@ -4893,11 +4996,11 @@ msgstr "Salvest paketivalik"
msgid "Please choose the type of your mouse."
msgstr "Palun valige hiire tp"
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "Hiire port"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Millisesse seerialporti on Teie hiir hendatud?"
@@ -4929,177 +5032,153 @@ msgstr "IDE seadistamine"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "ei leia partitsioone"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr "Otsin partitsioonidelt henduspunkte"
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "Valige henduspunktid"
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Partitsioonitabel on loetamatu, liiga rikutud DrakX-i jaoks :(\n"
-"Proovin loetamatud kirjed puhastada kuid ANDMED NENDEL HVIVAD.\n"
-"Teine vimalus on keelata DrakX-il partitsioonitabeli muutmine.\n"
-"(Viga oli selline: %s)\n"
-"Kas olete nus partitsioonide kaotamisega?\n"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake ei saanud partitsioonitabeli lugemisega hakkama.\n"
-"Jtkate omal vastutusel!"
-
-#: ../../install_steps_interactive.pm_.c:396
-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:405
+#: ../../install_steps_interactive.pm_.c:388
#, fuzzy
msgid "No root partition found to perform an upgrade"
msgstr "Juurpartitsiooni ei leitud"
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "Juurpartitsioon"
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "Millisel partitsioonil hoiate juurkataloogi (/)?"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
msgid "You need to reboot for the partition table modifications to take place"
msgstr "Partitsioonitabeli silitamiseks vajate alglaadimist"
-#: ../../install_steps_interactive.pm_.c:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "Valige partitsioonid, mida soovite vormindada"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr "Blokkide kontroll?"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr "Vormindan partitsioone"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr "Loon ja vormindan faili %s"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, 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:482
+#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "Saaleala on installimiseks liiga vike, palun lisage"
-#: ../../install_steps_interactive.pm_.c:489
+#: ../../install_steps_interactive.pm_.c:472
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Otsin kttesaadavaid pakette"
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "Otsin kttesaadavaid pakette"
-#: ../../install_steps_interactive.pm_.c:493
+#: ../../install_steps_interactive.pm_.c:476
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "See pakett on juba installitud"
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr "Otsin uuendatavaid pakette"
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
"> %d)"
msgstr "Teie kvakettal ei ole piisavalt vaba ruumi (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
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:553
+#: ../../install_steps_interactive.pm_.c:537
#, fuzzy
msgid "Load from floppy"
msgstr "Taasta flopilt"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
#, fuzzy
msgid "Loading from floppy"
msgstr "Taasta flopilt"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
#, fuzzy
msgid "Package selection"
msgstr "Paketigruppide valik"
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
#, fuzzy
msgid "Insert a floppy containing package selection"
msgstr "Pane flopi seadmesse %s"
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "Salvesta flopile"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
#, fuzzy
msgid "Type of install"
msgstr "Valige pakett installimiseks"
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
#, fuzzy
msgid "With X"
msgstr "Oodake"
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5109,16 +5188,16 @@ msgstr ""
"Kui Teil ei ole htki neist, klikkige <Katkesta>.\n"
"Kui puuduvad mned CD-d, mrkige vaid olemasolevad ja siis <OK>."
-#: ../../install_steps_interactive.pm_.c:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "CD pealdisega \"%s\""
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "Valmistun installimiseks"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -5127,21 +5206,21 @@ msgstr ""
"Paketi %s installimine\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "Paigaldusjrgsed stted"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Pane flopi seadmesse %s"
-#: ../../install_steps_interactive.pm_.c:845
+#: ../../install_steps_interactive.pm_.c:829
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Pange palun thi flopi seadmesse %s"
-#: ../../install_steps_interactive.pm_.c:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5209,7 +5288,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:888
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5221,164 +5300,164 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "Proovin lugeda peeglilt pakettide nimekirja"
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr "Valige peegel, millelt lugeda pakettide nimekiri"
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Proovin lugeda peeglilt pakettide nimekirja"
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "Millises ajavtmes asute?"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "Kas Teie arvuti sisekell on seatud GMT ajale?"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
#, fuzzy
msgid "NTP Server"
msgstr "NIS server:"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr "CUPS printserver"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr "Printerit ei ole"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "On Teil veel kaarte?"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Kokkuvte"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "Hiir"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr "Ajavde"
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Printer"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr "ISDN kaart"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr "Helikaart"
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr "TV kaart"
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
#, fuzzy
msgid "NIS"
msgstr "Kasuta NIS-i"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Windows Domain"
msgstr "Gnome tjaam"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
#, fuzzy
msgid "Local files"
msgstr "Kohalik printer"
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Juurkasutaja salasna"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "Salasna puudub"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Salasna on liiga lihtne (peaks olema vhemalt %d themrki)"
-#: ../../install_steps_interactive.pm_.c:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentimisviis"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "Authentication LDAP"
msgstr "Autentimisviis"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
#, fuzzy
msgid "LDAP Server"
msgstr "NIS server:"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
#, fuzzy
msgid "Authentication NIS"
msgstr "NIS autentimine"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "NIS domeen"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "NIS server:"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -5394,22 +5473,22 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1140
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Autentimisviis"
-#: ../../install_steps_interactive.pm_.c:1142
+#: ../../install_steps_interactive.pm_.c:1127
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Domeeninimi"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
#, fuzzy
msgid "Domain Admin Password"
msgstr "Salasna uuesti"
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -5437,19 +5516,19 @@ msgstr ""
"Alglaadimisketta loomiseks asetage flopi esimesse seadmesse ning vajutage\n"
"\"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "Esimene flopiseade"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "Teine flopiseade"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Jta vahele"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5473,7 +5552,7 @@ msgstr ""
"ka Jumal!\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -5482,28 +5561,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "Flopiseade ei ole kttesaadav"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Vali flopiseade, mida kasutad alglaadimisketta tegemiseks"
-#: ../../install_steps_interactive.pm_.c:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "Pane flopi seadmesse %s"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "Loome alglaadimisketta"
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "Alglaaduri stted"
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5511,11 +5590,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr "Soovite aboot-i kasutada?"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5523,17 +5602,17 @@ msgstr ""
"Viga aboot-i installimisel, \n"
"kas forseerida, riskides esimese partitsiooni hvinguga?"
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
#, fuzzy
msgid "Installing bootloader"
msgstr "Alglaaduri stted"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Alglaaduri installimine ebannestus. Tekkis jrgnev viga:"
-#: ../../install_steps_interactive.pm_.c:1274
-#, fuzzy, c-format
+#: ../../install_steps_interactive.pm_.c:1259
+#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
" enable the bootloader. If you don't see the bootloader prompt at\n"
@@ -5545,21 +5624,21 @@ msgstr ""
"You will need to change your Open Firmware boot-device to\n"
" enable the bootloader. Hold down Command-Option-O-F\n"
" at reboot and enter:\n"
-" setenv boot-device $of_boot,\\\\:tbxi\n"
+" setenv boot-device %s,\\\\:tbxi\n"
" Then type: shut-down\n"
"At your next boot you should see the bootloader prompt."
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Pange palun thi flopi seadmesse %s"
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr "Loon kiirpaigaldusflopi"
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5569,7 +5648,7 @@ msgstr ""
"\n"
"Olete kindel, et vljute programmist?"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5601,15 +5680,15 @@ msgstr ""
"Abi ssteemi edasiseks konfigureerimiseks saab eelkige dokumendist\n"
"\"Official Mandrake Linux User's Guide\""
-#: ../../install_steps_interactive.pm_.c:1347
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
msgid "Generate auto install floppy"
msgstr "Loo kiirpaigaldusflopi"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5622,15 +5701,15 @@ msgstr ""
"\n"
"Vite valida ka lihtsalt installi kordamise.\n"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr "Automaatne"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr "Korda"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
msgid "Save packages selection"
msgstr "Salvest paketivalik"
@@ -5639,7 +5718,8 @@ msgstr "Salvest paketivalik"
msgid "Mandrake Linux Installation %s"
msgstr "Mandrake Linux installimine %s"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr " <Tab>/<Alt-Tab> vljade vahel | <Space> valib | <F12> jrgmine samm "
@@ -5657,22 +5737,22 @@ msgstr ""
msgid "Choose a file"
msgstr "Valige tegevus"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr "Edasijudnud"
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Eelmine"
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
#, fuzzy
msgid "Next"
msgstr "Tekst"
@@ -5740,386 +5820,386 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "Tehhi (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "Saksa"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "DVORAK"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "Hispaania"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "Soome"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "Prantsuse"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "Norra"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "Poola"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "Vene"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "Rootsi"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "Briti"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "US"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
#, fuzzy
msgid "Albanian"
msgstr "Iraani"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr "Armeenia (vanem)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr "Armeenia (trkimasin)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "Armeenia (foneetiline)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr "Aserbaidaani (ladina)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "Belgia"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:177
#, fuzzy
msgid "Bengali"
msgstr "luba"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
#, fuzzy
msgid "Bulgarian (phonetic)"
msgstr "Armeenia (foneetiline)"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
#, fuzzy
msgid "Bulgarian (BDS)"
msgstr "Bulgaaria"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "Brasiilia (ABNT-2)"
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:183
#, fuzzy
msgid "Bosnian"
msgstr "Eesti"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "Valgevene"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "veitsi (Saksa asetus)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "veitsi (Prantsuse asetus)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "Tehhi (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr "Saksa (ilma sammuta)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "Taani"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "DVORAK (US)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "DVORAK (Norra)"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
#, fuzzy
msgid "Dvorak (Swedish)"
msgstr "DVORAK (US)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "Eesti"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "Gruusia (vene)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "Gruusia (ladina)"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "Kreeka"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "Ungari"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "Kroaadi"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "Iisraeli"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "Iisraeli foneetiline"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr "Iraani"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "Islandi"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "Itaalia"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "Jaapani 106 klahviga"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
msgid "Korean keyboard"
msgstr "Korea"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "Ladina-Ameerika"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:218
#, fuzzy
msgid "Laotian"
msgstr "Asukoht"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr "Leedu AZERTY (vanem)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr "Leedu AZERTY (uuem)"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Leedu numbrireaga QWERTY"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Leedu foneetiline QWERTY"
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
#, fuzzy
msgid "Latvian"
msgstr "Asukoht"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr "Makedoonia"
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:227
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "Aserbaidaani (kirillitsa)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "Hollandi"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr "Poola (QWERTY)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr "Poola (QWERTZ)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "Portugali"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr "Kanada (Quebec)"
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
#, fuzzy
msgid "Romanian (qwertz)"
msgstr "Vene (Yawerty)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
#, fuzzy
msgid "Romanian (qwerty)"
msgstr "Vene (Yawerty)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "Vene (Yawerty)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "Sloveenia"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "Slovaki (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "Slovaki (QWERTY)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
#, fuzzy
msgid "Serbian (cyrillic)"
msgstr "Aserbaidaani (kirillitsa)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
#, fuzzy
msgid "Tamil (Unicode)"
msgstr "i18n (kena)"
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr ""
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "Tai"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
#, fuzzy
msgid "Tajik keyboard"
msgstr "Tai"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "Trgi (\"F\" mudel)"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "Trgi (\"Q\" mudel)"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "Ukraina"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "US (rahvusvaheline)"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnami numbrireaga QWERTY"
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
#, fuzzy
msgid "Yugoslavian (latin)"
msgstr "Jugoslaavia (koos kirillitsaga)"
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr ""
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr ""
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr ""
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr ""
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr ""
@@ -6177,11 +6257,11 @@ msgstr "Lihtsalt PS2 rattaga hiir"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -6189,115 +6269,124 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+#, fuzzy
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr "1 nupp"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "Lihtsalt 2-nupuline hiir"
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr "Ratas"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "seerial"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "Lihtsalt 3-nupuline hiir"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Logitech CC seeria (seerial)"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech (seerial, vana C7 tpi)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
msgid "busmouse"
msgstr "siinihiir"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "2 nuppu"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "3 nuppu"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "ei soovi"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "Hiirt ei ole"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr "Palun testige hiirt"
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
msgid "To activate the mouse,"
msgstr "Hiire aktiveerimiseks"
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr "KEERUTAGE RATTAKEST!"
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr ""
+
+#: ../../my_gtk.pm_.c:159
msgid "Finish"
msgstr "Lpeta"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "Jrgmine ->"
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr "Kas see on sobiv?"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "Info"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "Ava puu"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "Sule puu"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr "Sorteeritud vi sorteerimata"
@@ -6335,6 +6424,76 @@ msgstr "pppoe"
msgid "use pptp"
msgstr "pptp"
+#: ../../network/drakfirewall.pm_.c:12
+#, fuzzy
+msgid "Web Server"
+msgstr "Server"
+
+#: ../../network/drakfirewall.pm_.c:17
+#, fuzzy
+msgid "Domain Name Server"
+msgstr "Domeeninimi"
+
+#: ../../network/drakfirewall.pm_.c:32
+#, fuzzy
+msgid "Mail Server"
+msgstr "Server, Andmebaasid"
+
+#: ../../network/drakfirewall.pm_.c:37
+#, fuzzy
+msgid "POP and IMAP Server"
+msgstr "NIS server:"
+
+#: ../../network/drakfirewall.pm_.c:111
+#, fuzzy
+msgid "No network card"
+msgstr "vrgukaarti ei leitud"
+
+#: ../../network/drakfirewall.pm_.c:129
+#, fuzzy
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+"tinyfirewall seadistamine\n"
+"\n"
+"Selle vahendiga saate luua lihtsa kaitse Interneti ohtude vastu.\n"
+"Kui vajate vimsat tulemri, vaadake palun\n"
+"spetsiaalset MandrakeSecurity Firewall distributsiooni."
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#
+#: ../../network/drakfirewall.pm_.c:162
+#, fuzzy
+msgid "Everything (no firewall)"
+msgstr "Kik seadistatud!"
+
+#: ../../network/drakfirewall.pm_.c:164
+#, fuzzy
+msgid "Other ports"
+msgstr "Muud maad"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -6351,7 +6510,7 @@ msgstr ""
"htki vrgukaarti ei nnestunud tuvastada\n"
"Seega ei saa ka sellist hendust seadistada."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "Valige vrguliides"
@@ -6365,7 +6524,7 @@ msgstr ""
msgid "no network card found"
msgstr "vrgukaarti ei leitud"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "Vrguseadistused"
@@ -6381,7 +6540,7 @@ msgstr ""
"Masina nimi peab olema esitatud tiskujul,\n"
"nagu ``minumasin.minufirma.ee''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "Masinanimi"
@@ -6682,13 +6841,13 @@ msgstr "Valige profiil, mida seadistada"
msgid "Use auto detection"
msgstr "Kasuta automaattuvastust"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Ekspertresiim"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Otsin printerit..."
@@ -6851,11 +7010,11 @@ msgstr "Automaatne IP"
msgid "Start at boot"
msgstr "Kivitub laadimisel"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-aadress peab olema formaadis 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6867,43 +7026,56 @@ msgstr ""
"nagu ``minumasin.minufirma.ee''.\n"
"Kui Teil on vaikimisi ls, siis sisestage ka selle IP-aadress"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "Nimeserver"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "Lsipoolne seade"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "Vahendajate stted"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "HTTP vahendaja"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "FTP vahendaja"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr "Vahendaja peab olema kujul http://..."
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr "Vahendaja peab olema kujul ftp://..."
+#
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr "Leitud tulemri stted!"
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+"Hoiatus! Leiti olemasolevad tulemri stted. Tenoliselt peaksite need "
+"hiljem le vaatame."
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "Interneti stted"
@@ -7012,15 +7184,15 @@ msgstr "Salasna"
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "hendamine ebannestus: "
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr "Sellel platformil ei saa laiendatud partitsiooni luua"
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
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 "
@@ -7030,21 +7202,21 @@ msgstr ""
"Ainuke lahendus on nihutada primaarset partitsiooni, et auk satuks "
"laiendatud partitsioonide krvale"
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Taastamine failist %s ebannestus: %s"
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "Klbmatu tagavarakoopia"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "Viga faili %s kirjutamisel"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -7090,157 +7262,161 @@ msgstr ""
msgid "PDQ - Print, Don't Queue"
msgstr ""
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr ""
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr ""
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr ""
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr ""
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "Kohalik printer"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "Vrguprinter"
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
#, fuzzy
msgid "Printer on remote CUPS server"
msgstr "CUPS printserver"
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
#, fuzzy
msgid "Printer on remote lpd server"
msgstr "lpd printserver"
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
msgid "Network printer (TCP/Socket)"
msgstr "Vrguprinter (TCP/Socket)"
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
#, fuzzy
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
#, fuzzy
msgid "Printer on NetWare server"
msgstr "Printserver:"
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
#, fuzzy
msgid "Enter a printer device URI"
msgstr "Printeri seadme URI"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr ""
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+msgid "Unknown Model"
+msgstr ""
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
#, fuzzy
msgid "Local Printers"
msgstr "Kohalik printer"
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
#, fuzzy
msgid "Remote Printers"
msgstr "Vrguprinter"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ""
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ""
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ""
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, fuzzy, c-format
msgid ", printing to %s"
msgstr "Viga faili %s kirjutamisel"
-#: ../../printer.pm_.c:544
+#: ../../printer.pm_.c:792
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ""
-#: ../../printer.pm_.c:550
+#: ../../printer.pm_.c:798
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: ../../printer.pm_.c:554
+#: ../../printer.pm_.c:802
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ""
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, fuzzy, c-format
msgid "(on %s)"
msgstr "(moodul %s)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr ""
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, fuzzy, c-format
msgid "On CUPS server \"%s\""
msgstr "CUPS serveri IP"
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr " (Vaikimisi)"
@@ -7267,12 +7443,12 @@ msgstr ""
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
#, fuzzy
msgid "CUPS configuration"
msgstr "LAN stted"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
#, fuzzy
msgid "Specify CUPS server"
msgstr "CUPS printserver"
@@ -7303,7 +7479,7 @@ msgstr ""
msgid "The IP address should look like 192.168.1.20"
msgstr "IP-aadress peab olema formaadis 1.2.3.4"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
#, fuzzy
msgid "The port number should be an integer!"
msgstr "Pordi number peab olema ikkagi number"
@@ -7312,7 +7488,7 @@ msgstr "Pordi number peab olema ikkagi number"
msgid "CUPS server IP"
msgstr "CUPS serveri IP"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "Port"
@@ -7321,13 +7497,129 @@ msgstr "Port"
msgid "Automatic CUPS configuration"
msgstr "Alglaaduri stiil"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+msgid "Printerdrake"
+msgstr "PrinterDrake"
+
+#: ../../printerdrake.pm_.c:178
+#, fuzzy
+msgid "Checking your system..."
+msgstr "Millist printimisssteemi soovite kasutada?"
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:198
+#, fuzzy
+msgid ""
+"The following printers\n"
+"\n"
+msgstr "Eemaldamiseks on valitud jrgmised paketid"
+
+#: ../../printerdrake.pm_.c:199
+#, fuzzy
+msgid ""
+"The following printer\n"
+"\n"
+msgstr "Eemaldamiseks on valitud jrgmised paketid"
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:210
+#, fuzzy
+msgid "directly connected to your system"
+msgstr "Teie ssteemis ei ole vrgukaarti!"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:221
+#, fuzzy
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "Millisesse seerialporti on Teie modem hendatud?"
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:236
+#, fuzzy
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr "Kas soovite seadistusi proovida?"
+
+#: ../../printerdrake.pm_.c:238
+#, fuzzy
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Kas soovite luua henduse juba alglaadimisel?"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:240
+#, 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:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
#, fuzzy
msgid "Add a new printer"
msgstr "Printerit ei ole"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7340,7 +7632,7 @@ msgid ""
"connection types."
msgstr ""
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7349,7 +7641,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -7362,7 +7654,22 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:297
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7371,7 +7678,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -7382,26 +7689,26 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:213
+#: ../../printerdrake.pm_.c:315
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "Vrguprinter"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
#, fuzzy
msgid "Local Printer"
msgstr "Kohalik printer"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -7415,50 +7722,50 @@ msgid ""
"Center."
msgstr ""
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Printer auto-detection"
msgstr "Kasuta automaattuvastust"
-#: ../../printerdrake.pm_.c:305
+#: ../../printerdrake.pm_.c:408
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:307
+#: ../../printerdrake.pm_.c:410
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Windows 95/98/NT"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, fuzzy, c-format
msgid "Detected %s"
msgstr "tuvastati %s"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:321
+#: ../../printerdrake.pm_.c:424
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Vrguprinter (TCP/Socket)"
-#: ../../printerdrake.pm_.c:323
+#: ../../printerdrake.pm_.c:426
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Windows 95/98/NT"
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -7466,34 +7773,34 @@ msgid ""
"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
#, fuzzy
msgid "You must enter a device or file name!"
msgstr "Printeri seadme URI"
-#: ../../printerdrake.pm_.c:475
+#: ../../printerdrake.pm_.c:578
#, fuzzy
msgid "No printer found!"
msgstr "Kohalik printer"
-#: ../../printerdrake.pm_.c:485
+#: ../../printerdrake.pm_.c:588
#, fuzzy
msgid "Available printers"
msgstr "Kttesaadavad paketid"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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:490
+#: ../../printerdrake.pm_.c:593
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:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -7501,7 +7808,7 @@ msgid ""
"configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -7509,38 +7816,38 @@ msgid ""
"customized printer configuration, turn on \"Manual configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
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:496
+#: ../../printerdrake.pm_.c:599
#, fuzzy
msgid "Please choose the port where your printer is connected to."
msgstr "Millisesse seerialporti on Teie modem hendatud?"
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
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:503
+#: ../../printerdrake.pm_.c:606
#, fuzzy
msgid "You must choose/enter a printer/device!"
msgstr "Printeri seadme URI"
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
#, fuzzy
msgid "Manual configuration"
msgstr "Seadistused"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr "Vrguprinteri stted"
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
#, fuzzy
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
@@ -7550,51 +7857,51 @@ msgstr ""
"printserveri nime ja prindijrjekorra nime, mida soovite\n"
"serveril kasutada."
-#: ../../printerdrake.pm_.c:579
+#: ../../printerdrake.pm_.c:682
#, fuzzy
msgid "Remote host name"
msgstr "Printserveri nimi:"
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
#, fuzzy
msgid "Remote printer name"
msgstr "Vrguprinter"
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
#, fuzzy
msgid "Remote host name missing!"
msgstr "Printserveri nimi:"
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
#, fuzzy
msgid "Remote printer name missing!"
msgstr "Printserveri nimi:"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "tuvastati %s"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Scanning network..."
msgstr "Testime Teie hendust..."
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Seiskame vrguliidesed"
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "SMB (Windows 9x/NT) printeri stted"
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
#, fuzzy
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
@@ -7607,46 +7914,46 @@ msgstr ""
"printserveri IP-aadressi, samuti ka serveri poolt jagatava printeri\n"
"nime ning serveri poolt aktsepteeritud kasutajatunnuse, salasna ja tgrupi"
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "SMB serveri nimi"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "SMB serveri IP"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "Jagatav printer"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "Tgrupp"
-#: ../../printerdrake.pm_.c:746
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid "Auto-detected"
msgstr "Kasuta automaattuvastust"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printerdrake.pm_.c:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -7670,7 +7977,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -7679,7 +7986,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -7687,11 +7994,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "NetWare printeri stted"
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
#, fuzzy
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
@@ -7703,44 +8010,44 @@ msgstr ""
"nime (NB! See vib olla erinev tema TCP/IP nimest!) samuti nagu ka\n"
"prindijrjekorra nime serveril ning kasutajatunnuse ja salasna"
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "Printserver:"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr "Prindijrjekorra nimi:"
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
#, c-format
msgid ", host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
#, c-format
msgid "Host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
#, fuzzy
msgid "TCP/Socket Printer Options"
msgstr "Pistikprinteri stted"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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:978
+#: ../../printerdrake.pm_.c:1085
#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -7751,61 +8058,61 @@ msgstr ""
"Sisestage palun printeri masinanimi ja vimaluse\n"
"korral pordi number"
-#: ../../printerdrake.pm_.c:983
+#: ../../printerdrake.pm_.c:1090
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "Printeri nimi"
-#: ../../printerdrake.pm_.c:1005
+#: ../../printerdrake.pm_.c:1112
#, fuzzy
msgid "Printer host name or IP"
msgstr "Printeri nimi"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr "Printeri seadme URI"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr ""
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
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:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr "Printeri nimi"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "Asukoht"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
#, fuzzy
msgid "Reading printer database..."
msgstr "Loetakse CUPS juhtprogramme"
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
#, fuzzy
msgid "Preparing printer database..."
msgstr "Loetakse CUPS juhtprogramme"
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
#, fuzzy
msgid "Your printer model"
msgstr "Vrguprinter"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -7820,28 +8127,28 @@ msgid ""
"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
#, fuzzy
msgid "The model is correct"
msgstr "Kas see on sobiv?"
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
#, fuzzy
msgid "Select model manually"
msgstr "Vrguprinter"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
#, fuzzy
msgid "Printer model selection"
msgstr "Printeri hendusviis"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
#, fuzzy
msgid "Which printer model do you have?"
msgstr "Mis tpi printer see on?"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -7850,18 +8157,18 @@ msgid ""
"standing on a wrong model or on \"Raw printer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
#, fuzzy
msgid "OKI winprinter configuration"
msgstr "Interneti stted"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -7871,12 +8178,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr "Interneti stted"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -7884,20 +8191,46 @@ msgid ""
"to."
msgstr ""
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
msgstr ""
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
+
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -7907,34 +8240,34 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr "Kas soovite seadistusi proovida?"
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
#, fuzzy
msgid "Test pages"
msgstr "Proovin porte"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -7942,45 +8275,45 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
#, fuzzy
msgid "No test pages"
msgstr "Jah, trki mlemad testlehekljed"
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
#, fuzzy
msgid "Print"
msgstr "Printer"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
#, fuzzy
msgid "Standard test page"
msgstr "Standardtriistad"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
#, fuzzy
msgid "Alternative test page (A4)"
msgstr "Trkitakse testleheklg(i)..."
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
#, fuzzy
msgid "Photo test page"
msgstr "Trkitakse testleheklg(i)..."
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
#, fuzzy
msgid "Do not print any test page"
msgstr "Trkitakse testleheklg(i)..."
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "Trkitakse testleheklg(i)..."
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -7996,7 +8329,7 @@ msgstr ""
"\n"
"Kas tulemust on juba nha?"
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
#, fuzzy
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8009,16 +8342,16 @@ msgstr ""
"\n"
"Kas tulemust on juba nha?"
-#: ../../printerdrake.pm_.c:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
#, fuzzy
msgid "Raw printer"
msgstr "Printerit ei ole"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -8027,15 +8360,15 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -8044,7 +8377,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -8052,41 +8385,41 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, 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:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -8096,7 +8429,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -8105,42 +8438,42 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2153
+#: ../../printerdrake.pm_.c:2343
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Seiskame vrguliidesed"
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, fuzzy, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Seiskame vrguliidesed"
-#: ../../printerdrake.pm_.c:2156
+#: ../../printerdrake.pm_.c:2346
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Seiskame vrguliidesed"
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "Seiskame vrguliidesed"
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
#, fuzzy
msgid "Close"
msgstr "Hiir"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
#, fuzzy
msgid "Print option list"
msgstr "Otse hendatud printeri stted"
-#: ../../printerdrake.pm_.c:2182
+#: ../../printerdrake.pm_.c:2373
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -8154,7 +8487,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -8167,19 +8500,19 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
#, fuzzy
msgid "Reading printer data..."
msgstr "Loetakse CUPS juhtprogramme"
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
#, fuzzy
msgid "Transfer printer configuration"
msgstr "Interneti stted"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -8189,51 +8522,51 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
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:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -8241,62 +8574,62 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Printeri nimi tohib sisaldada vaid thti, numbreid ja alakriipsu"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
#, fuzzy
msgid "New printer name"
msgstr "Printerit ei ole"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, 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:2316
+#: ../../printerdrake.pm_.c:2510
#, fuzzy
msgid "Refreshing printer data..."
msgstr "Loetakse CUPS juhtprogramme"
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
#, fuzzy
msgid "Configuration of a remote printer"
msgstr "Sea printer"
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
#, fuzzy
msgid "Starting network..."
msgstr "Testime Teie hendust..."
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
#, fuzzy
msgid "Configure the network now"
msgstr "Vrgustted"
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
#, fuzzy
msgid "Network functionality not configured"
msgstr "Monitor ei ole seadistatud"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -8304,12 +8637,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
#, fuzzy
msgid "Go on without configuring the network"
msgstr "Vrguseadistused"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -8319,34 +8652,34 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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:2408
+#: ../../printerdrake.pm_.c:2603
#, fuzzy
msgid "Restarting printing system..."
msgstr "Millist printimisssteemi soovite kasutada?"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
#, fuzzy
msgid "high"
msgstr "Krge"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
#, fuzzy
msgid "paranoid"
msgstr "Paranoiline"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -8361,12 +8694,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr "Millist printimisssteemi soovite kasutada?"
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -8380,80 +8713,76 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
#, fuzzy
msgid "Select Printer Spooler"
msgstr "Vali printeri hendusviis"
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
#, fuzzy
msgid "Which printing system (spooler) do you want to use?"
msgstr "Millist printimisssteemi soovite kasutada?"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printerdrake.pm_.c:2895
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Printeri stted"
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
#, fuzzy
msgid "Installing Foomatic..."
msgstr "Paketi %s installimine"
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "Otse hendatud printeri stted"
-#: ../../printerdrake.pm_.c:2778
+#: ../../printerdrake.pm_.c:2989
#, fuzzy
-msgid "Preparing PrinterDrake..."
+msgid "Preparing Printerdrake..."
msgstr "Loetakse CUPS juhtprogramme"
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
#, fuzzy
msgid "Configuring applications..."
msgstr "Printeri stted"
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
#, fuzzy
msgid "Would you like to configure printing?"
msgstr "Kas soovite printerit seadistada?"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:2875
-msgid "Printerdrake"
-msgstr "PrinterDrake"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
"its settings; to make it the default printer; to view information about it; "
"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
+"OpenOffice.org/GIMP."
msgstr ""
"Kirjeldatud on jrgnevad prindijrjekorrad.\n"
"Te vite neid lisada ning olemasolevaid muuta."
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -8463,137 +8792,139 @@ msgstr ""
"Kirjeldatud on jrgnevad prindijrjekorrad.\n"
"Te vite neid lisada ning olemasolevaid muuta."
-#: ../../printerdrake.pm_.c:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
#, fuzzy
msgid "Change the printing system"
msgstr "Vrgustted"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
msgid "Normal Mode"
msgstr "Tavakasutus"
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "Kas soovite seadistusi proovida?"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
#, fuzzy
msgid "Modify printer configuration"
msgstr "Interneti stted"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, fuzzy, c-format
msgid ""
"Printer %s\n"
"What do you want to modify on this printer?"
msgstr "Kas soovite seadistusi proovida?"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
#, fuzzy
msgid "Printer connection type"
msgstr "Internetihenduse jagamine"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
#, fuzzy
msgid "Printer name, description, location"
msgstr "Printeri hendusviis"
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
#, fuzzy
msgid "Print test pages"
msgstr "Trkitakse testleheklg(i)..."
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
#, fuzzy
msgid "Know how to use this printer"
msgstr "Kas soovite seadistusi proovida?"
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
#, fuzzy
msgid "Remove printer"
msgstr "Vrguprinter"
-#: ../../printerdrake.pm_.c:3245
+#: ../../printerdrake.pm_.c:3472
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Loetakse CUPS juhtprogramme"
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
#, fuzzy
msgid "Default printer"
msgstr "Kohalik printer"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Kas soovite vrguhendust taaskivitada?"
-#: ../../printerdrake.pm_.c:3297
+#: ../../printerdrake.pm_.c:3527
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "Loetakse CUPS juhtprogramme"
@@ -8975,7 +9306,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
#, fuzzy
msgid "System"
msgstr "Tmood"
@@ -9034,193 +9365,229 @@ msgstr "Olek:"
msgid "Stop"
msgstr "Sektor"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
"the worldwide Linux Community"
msgstr ""
-#: ../../share/advertising/01-gnu.pl_.c:9
+#: ../../share/advertising/02-community.pl_.c:9
#, fuzzy
-msgid "Join the Free Software world"
+msgid "Get involved in the Free Software world"
msgstr "lej粐nud maailm"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../share/advertising/02-internet.pl_.c:9
+#: ../../share/advertising/03-internet.pl_.c:9
#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Internetihendus"
+msgid "Get the most from the Internet"
+msgstr "Loo internetihendus"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"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 ""
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimeedia - Graafika"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:11
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"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 ""
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Arendus"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "Mngud"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
#, fuzzy
msgid "Mandrake Control Center"
msgstr "Juhtimiskeskus"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
#, fuzzy
msgid "User interfaces"
msgstr "Vrguliides"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
msgstr ""
-#: ../../share/advertising/07-server.pl_.c:9
+#: ../../share/advertising/08-development.pl_.c:9
#, fuzzy
-msgid "Server Software"
-msgstr "SMB serveri nimi"
+msgid "Development simplified"
+msgstr "Arendus"
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/08-development.pl_.c:11
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
msgstr ""
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Mngud"
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "ekspert"
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
+msgstr ""
+
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:9
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
+msgid ""
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
+msgid ""
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
+msgstr ""
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
#, fuzzy
-msgid "MandrakeStore"
-msgstr "kohustuslik"
+msgid "Become a MandrakeExpert"
+msgstr "ekspert"
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "ekspert"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
msgstr ""
-#: ../../standalone.pm_.c:40
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
+msgstr ""
+
+#: ../../standalone.pm_.c:41
#, fuzzy
msgid "Installing packages..."
msgstr "Paketi %s installimine"
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Palun vljuge ja vajutage siis Ctrl-Alt-BackSpace"
# c-format
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Muudatuste aktiveerimiseks kivitage %s uuesti"
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Partitsioonitabel on loetamatu, liiga rikutud DrakX-i jaoks :(\n"
-"Proovin loetamatud kirjed puhastada"
-
#: ../../standalone/drakTermServ_.c:188
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
@@ -9265,12 +9632,13 @@ msgstr "Lisa kasutaja"
msgid "Add/Del Clients"
msgstr "DHCP klient"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
#, fuzzy
msgid "Help"
msgstr "/_Abi"
@@ -9431,8 +9799,8 @@ msgid ""
"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "nnitleme!"
@@ -9457,27 +9825,31 @@ msgstr "Tavakasutaja"
msgid "Remove the last item"
msgstr "Vormindan loopback faili %s"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:732
+#: ../../standalone/drakbackup_.c:726
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -9485,7 +9857,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -9493,13 +9865,20 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
#, fuzzy
msgid "Total progess"
msgstr "Proovin porte"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9508,16 +9887,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Salasna puudub"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "Vrgukaart %s: %s"
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -9528,63 +9932,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Klbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
#, fuzzy
msgid "Backup User files..."
msgstr "Klbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
#, fuzzy
msgid "Backup Other files..."
msgstr "Klbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:1266
+#: ../../standalone/drakbackup_.c:1321
#, fuzzy
msgid "No changes to backup!"
msgstr "Klbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -9592,803 +10001,926 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1324
+#: ../../standalone/drakbackup_.c:1379
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "Viga faili %s lugemisel"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "Paketigruppide valik"
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1527
+#: ../../standalone/drakbackup_.c:1602
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Klbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "Palun valige paketid installimiseks"
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "Eemalda prindijrjekord"
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
#, fuzzy
msgid "Windows (FAT32)"
msgstr "Eemalda Windows(TM)"
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
#, fuzzy
msgid "Users"
msgstr "Kasutajatunnus"
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
#, fuzzy
msgid "Use network connection to backup"
msgstr "Klbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Palun testige hiirt"
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
#, fuzzy
msgid "Please enter your login"
msgstr "Palun proovige veel"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
#, fuzzy
msgid "Please enter your password"
msgstr "Palun proovige veel"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
#, fuzzy
msgid "Remember this password"
msgstr "Salasna puudub"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
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:1849
+#: ../../standalone/drakbackup_.c:1923
#, fuzzy
msgid "Please choose your CD/DVD media size"
msgstr "Palun valige klaviatuuriasetus"
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Palun valige partitsioon"
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Palun valige partitsioon"
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Palun valige partitsioon"
-#: ../../standalone/drakbackup_.c:1868
+#: ../../standalone/drakbackup_.c:1942
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Palun valige partitsioon"
-#: ../../standalone/drakbackup_.c:1880
+#: ../../standalone/drakbackup_.c:1954
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Palun valige partitsioon"
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
#, fuzzy
msgid "No CD device defined!"
msgstr "Valige fail"
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
#, fuzzy
msgid "Use tape to backup"
msgstr "Klbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Palun valige paketid installimiseks"
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Palun valige paketid installimiseks"
-#: ../../standalone/drakbackup_.c:1995
+#: ../../standalone/drakbackup_.c:2069
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Palun valige paketid installimiseks"
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Palun testige hiirt"
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
#, fuzzy
msgid "Use quota for backup files."
msgstr "Klbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
#, fuzzy
msgid "Network"
msgstr "Vrgu mask:"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
#, fuzzy
msgid "Tape"
msgstr "Tp"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
#, fuzzy
msgid "Use daemon"
msgstr "Kasutajatunnus"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Palun valige paketid installimiseks"
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Palun valige kasutatav keel"
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
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:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
#, fuzzy
msgid "What"
msgstr "Oodake"
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
#, fuzzy
msgid "Where"
msgstr "Ratas"
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
#, fuzzy
msgid "When"
msgstr "Ratas"
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
#, fuzzy
msgid "More Options"
msgstr "Mooduli parameetrid:"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "Vrgu stted"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "Palun valige paketid installimiseks"
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
#, fuzzy
msgid "across Network"
msgstr "Vrgu mask:"
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
#, fuzzy
msgid "on Tape Device"
msgstr "Printeri seade"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Palun valige paketid installimiseks"
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
#, fuzzy
msgid "Backup system"
msgstr "Failissteemid"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, fuzzy, c-format
-msgid " on device : %s"
+msgid " on device: %s"
msgstr "Hiire port: %s\n"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Eelistused"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "Millisesse seerialporti on Teie modem hendatud?"
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
#, fuzzy
msgid " Restore Configuration "
msgstr "Vrgu stted"
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
#, fuzzy
msgid "Backup the system files before:"
msgstr "Klbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "please choose the date to restore"
msgstr "Palun valige hiire tp"
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "Klbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Palun testige hiirt"
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
#, fuzzy
msgid "FTP Connection"
msgstr "LAN hendus"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
#, fuzzy
msgid "Secure Connection"
msgstr "Vali printeri hendusviis"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Taasta flopilt"
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
#, fuzzy
msgid "Select another media to restore from"
msgstr "Palun valige hiire tp"
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Other Media"
msgstr "Muu"
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
#, fuzzy
msgid "Restore system"
msgstr "Ssteemi installimine"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
#, fuzzy
msgid "Restore Users"
msgstr "Taasta failist"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore Other"
msgstr "Taasta failist"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "Palun valige hiire tp"
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3394
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Eemalda prindijrjekord"
+
+#: ../../standalone/drakbackup_.c:3411
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "Taasta failist"
+
+#: ../../standalone/drakbackup_.c:3477
+#, c-format
+msgid "Backup files not found at %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, fuzzy
+msgid "Restore From CD"
+msgstr "Taasta flopilt"
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "P粐sta partitsioonitabel"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3524
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "Seadista kohtvrk uuesti"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3525
+#, fuzzy
+msgid "Host Name"
+msgstr "Masinanimi"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+#, fuzzy
+msgid "Password required"
+msgstr "Salasna"
+
+#: ../../standalone/drakbackup_.c:3539
+#, fuzzy
+msgid "Username required"
+msgstr "Kasutajatunnus"
+
+#: ../../standalone/drakbackup_.c:3542
+#, fuzzy
+msgid "Hostname required"
+msgstr "Masinanimi: "
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "Taasta failist"
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
#, fuzzy
msgid "Custom Restore"
msgstr "Isetehtud"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3865
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "P粐sta partitsioonitabel"
+
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "Taasta failist"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
#, fuzzy
msgid "Previous"
msgstr "<- Eelmine"
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "Olek:"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
#, fuzzy
msgid "Build Backup"
msgstr "Klbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
#, fuzzy
msgid "Restore"
msgstr "Taasta failist"
-#: ../../standalone/drakbackup_.c:3553
+#: ../../standalone/drakbackup_.c:4231
msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3574
-msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Installimiseks on valitud jrgmised paketid"
-#: ../../standalone/drakbackup_.c:3621
+#: ../../standalone/drakbackup_.c:4278
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
#, fuzzy
msgid "Please select data to restore..."
msgstr "Palun valige kasutatav keel"
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
#, fuzzy
msgid "Please select media for backup..."
msgstr "Palun valige kasutatav keel"
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
#, fuzzy
msgid "Please select data to backup..."
msgstr "Palun valige kasutatav keel"
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
#, fuzzy
msgid "Backup system files"
msgstr "Klbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup user files"
msgstr "Klbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup other files"
msgstr "Klbmatu tagavarakoopia"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
#, fuzzy
msgid "Sending files..."
msgstr "Salvesta faili"
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "Vrgu stted"
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
#, fuzzy
msgid "View Backup Configuration."
msgstr "Vrgu stted"
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
#, fuzzy
msgid "Wizard Configuration"
msgstr "LAN stted"
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
#, fuzzy
msgid "Advanced Configuration"
msgstr "ISDN stted"
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
#, fuzzy
msgid "Backup Now"
msgstr "Failissteemid"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
msgid ""
"options description:\n"
"\n"
@@ -10420,7 +10952,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10429,7 +10961,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -10470,45 +11002,45 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -10525,7 +11057,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -10565,7 +11097,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -10576,7 +11108,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10589,7 +11121,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -10670,9 +11202,9 @@ msgstr ""
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
#, fuzzy
msgid "Standalone Tools"
msgstr "Konsooliprogrammid"
@@ -10725,26 +11257,26 @@ msgstr "Kasuta diskdrake-i"
msgid "Configuration Wizards"
msgstr "Vrgu stete abimees"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
#, fuzzy
msgid "Application:"
msgstr "Tegevused"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
#, fuzzy
msgid "Package: "
msgstr "Pakett"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
#, fuzzy
msgid "Release: "
msgstr "Palun oodake"
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -10756,22 +11288,22 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
#, fuzzy
msgid "Report"
msgstr "Port"
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
#, fuzzy
msgid "Not installed"
msgstr "Vlju programmist"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
#, fuzzy
msgid "connecting to Bugzilla wizard ..."
msgstr "Seadistan uuesti abimehega..."
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Teisi keeli saab valida prast installimist"
@@ -11225,7 +11757,7 @@ msgstr "henduspunkt"
#: ../../standalone/drakfont_.c:909
#, fuzzy
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "Valige partitsioonid, mida soovite vormindada"
#: ../../standalone/drakfont_.c:918
@@ -11307,19 +11839,19 @@ msgstr "Teie ssteemis ei ole vrgukaarti!"
msgid "Post Uninstall"
msgstr "Vlju programmist"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr "Internetihenduse jagamine"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr "Internetihenduse jagamine ttab"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -11331,31 +11863,31 @@ msgstr ""
"\n"
"Mida Te soovite teha?"
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
msgid "disable"
msgstr "keela"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr "thista"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "reconfigure"
msgstr "seadista uuesti"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
msgid "Disabling servers..."
msgstr "Peaten serverid..."
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
msgid "Internet connection sharing is now disabled."
msgstr "Internetihendust nd enam ei jagata"
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr "Internetihendust hetkel ei jagata"
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -11367,19 +11899,19 @@ msgstr ""
"\n"
"Mida Te soovite teha?"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
msgid "enable"
msgstr "luba"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr "Kivitan serverid..."
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
msgid "Internet connection sharing is now enabled."
msgstr "Internetihenduse jagamine nd ttab"
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
#, fuzzy
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
@@ -11393,21 +11925,21 @@ msgstr ""
"\n"
"Mrkus: kohtvrgu (LAN) jaoks on vajalik eraldi vrgukaardi olemasolu."
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Liides %s (kasutab moodulit %s)"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, c-format
msgid "Interface %s"
msgstr "Liides %s"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr "Teie ssteemis ei ole vrgukaarti!"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -11415,11 +11947,11 @@ msgstr ""
"htki vrgukaarti ei ole hetkel seadistatud. Palun kasutage selleks "
"riistvara stteseadjat."
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "Vrguliides"
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -11434,7 +11966,7 @@ msgstr ""
"\n"
"Kohtvrgu stted seotakse selle liidesga."
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
@@ -11442,12 +11974,12 @@ msgstr ""
"Palun valige millist vrguliidest soovite kasutada kohtvrgu\n"
"jaoks."
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:259
#, fuzzy
msgid "Network interface already configured"
msgstr "Monitor ei ole seadistatud"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -11457,17 +11989,17 @@ msgid ""
"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
#, fuzzy
msgid "Automatic reconfiguration"
msgstr "Alglaaduri stiil"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
#, fuzzy
msgid "Show current interface configuration"
msgstr "Interneti stted"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -11478,7 +12010,7 @@ msgid ""
"Driver: %s"
msgstr ""
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -11490,55 +12022,42 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr ""
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
#, fuzzy
msgid "(This) DHCP Server IP"
msgstr "CUPS serveri IP"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr ""
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr ""
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr "Vimalik kohtvrgu aadressi konflikt %s konfiguratsioonis!\n"
-#
-#: ../../standalone/drakgw_.c:320
-msgid "Firewalling configuration detected!"
-msgstr "Leitud tulemri stted!"
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Hoiatus! Leiti olemasolevad tulemri stted. Tenoliselt peaksite need "
-"hiljem le vaatame."
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
msgid "Configuring..."
msgstr "Seadistan..."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr "H粐lestan skriptid, installin tarkvara, kivitan serverid..."
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, c-format
msgid "Problems installing package %s"
msgstr "Probleemid paketi %s installimisel"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -11548,24 +12067,24 @@ msgstr ""
"Nd saate internetihendust jagada teistele kohtvrgu arvutitele, kasutades "
"neil automaatset konfigureerimist (DHCP)"
-#: ../../standalone/drakgw_.c:566
+#: ../../standalone/drakgw_.c:504
msgid "The setup has already been done, but it's currently disabled."
msgstr "Internetihenduse jagamine on juba seadistatud aga hetkel keelatud."
-#: ../../standalone/drakgw_.c:567
+#: ../../standalone/drakgw_.c:505
msgid "The setup has already been done, and it's currently enabled."
msgstr ""
"Internetihenduse jagamine on juba seadistatud ja see on praegu aktiivne."
-#: ../../standalone/drakgw_.c:568
+#: ../../standalone/drakgw_.c:506
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Internetihenduse jagamist ei ole kunagi seadistatud"
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
msgid "Internet connection sharing configuration"
msgstr "Interneti jagamise seadistamine"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, fuzzy, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -11580,6 +12099,158 @@ msgstr ""
"\n"
"Valige Abimehe kivitamiseks ``OK''"
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr "Ei ole hendatud"
+
+#: ../../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"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+#, fuzzy
+msgid "first step creation"
+msgstr "Alglaadimise stiil"
+
+#: ../../standalone/draksplash_.c:77
+#, fuzzy
+msgid "final resolution"
+msgstr "Kuvatihedus"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#, fuzzy
+msgid "choose image file"
+msgstr "Valige tegevus"
+
+#: ../../standalone/draksplash_.c:79
+#, fuzzy
+msgid "Theme name"
+msgstr "Jagatav printer"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+#, fuzzy
+msgid "go to lilosplash configuration"
+msgstr "Paigaldusjrgsed stted"
+
+#: ../../standalone/draksplash_.c:83
+#, fuzzy
+msgid "quit"
+msgstr "Vlju"
+
+#: ../../standalone/draksplash_.c:84
+#, fuzzy
+msgid "save theme"
+msgstr "Ssteemi installimine"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#, fuzzy
+msgid "Configure bootsplash picture"
+msgstr "Teenuste stted"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+#, fuzzy
+msgid "go back"
+msgstr "loopback"
+
+#: ../../standalone/draksplash_.c:120
+#, fuzzy
+msgid "preview"
+msgstr "seade"
+
+#: ../../standalone/draksplash_.c:121
+#, fuzzy
+msgid "choose color"
+msgstr "Valige monitor"
+
+#: ../../standalone/draksplash_.c:124
+msgid "Display logo on Console"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:436
+#, fuzzy
+msgid "ProgressBar color selection"
+msgstr "Printeri hendusviis"
+
+#: ../../standalone/draksplash_.c:454
+#, fuzzy
+msgid "You must choose an image file first!"
+msgstr "Printeri seadme URI"
+
+#: ../../standalone/draksplash_.c:463
+#, fuzzy
+msgid "Generating preview ..."
+msgstr "Otsin printerit..."
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -11672,11 +12343,11 @@ msgid ""
msgstr ""
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr ""
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr ""
#: ../../standalone/drakxtv_.c:114
@@ -11752,7 +12423,7 @@ msgstr "Ei saa kiiruuendust alustada !!!\n"
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
#, fuzzy
msgid "logdrake"
msgstr "DrakNet"
@@ -11932,7 +12603,7 @@ msgstr "huvitav"
#: ../../standalone/logdrake_.c:431
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"You will receive an alert if one of the selected services is no more running"
msgstr ""
#: ../../standalone/logdrake_.c:443
@@ -11954,19 +12625,19 @@ msgstr "Seadistused"
msgid "Please enter your email address below "
msgstr "Palun proovige veel"
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr "Salvesta kui..."
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "Palun valige hiire tp"
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "Teeskleme keskmist hiirenuppu?"
-#: ../../standalone/printerdrake_.c:48
+#: ../../standalone/printerdrake_.c:57
#, fuzzy
msgid "Reading printer data ..."
msgstr "Loetakse CUPS juhtprogramme"
@@ -11980,34 +12651,45 @@ msgstr "Otsin printerit..."
msgid "Test ports"
msgstr "Proovin porte"
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
msgstr ""
+#: ../../standalone/scannerdrake_.c:56
+#, fuzzy, c-format
+msgid "%s found on %s, configure it?"
+msgstr "Kas soovite printerit seadistada?"
+
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:65
#, fuzzy
msgid "Select a scanner"
msgstr "Valige graafikakaart"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr ""
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, 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:95
+#: ../../standalone/scannerdrake_.c:109
#, fuzzy
msgid "choose device"
msgstr "Alglaadimisseade"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -12015,7 +12697,7 @@ msgid ""
"section."
msgstr ""
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -12023,49 +12705,18 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
"Some devices in the %s class were added:\n"
msgstr ""
-#
-#: ../../standalone/tinyfirewall_.c:30
-msgid "Firewalling Configuration"
-msgstr "Tulemri stted"
-
-#: ../../standalone/tinyfirewall_.c:43
-msgid "Firewalling configuration"
-msgstr "Tulemri stted"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Tulemr\n"
-"\n"
-"Tulemri olete juba seadistanud.\n"
-"Valige 'Seadista', et midagi muuta"
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Tulemr\n"
-"\n"
-"Valige 'Seadista', selle seadistamiseks nd"
-
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "Valige sobiv keel"
@@ -12139,211 +12790,7 @@ msgstr "Ssteemi installimine"
msgid "Exit install"
msgstr "Vlju programmist"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"tinyfirewall seadistamine\n"
-"\n"
-"Selle vahendiga saate luua lihtsa kaitse Interneti ohtude vastu.\n"
-"Kui vajate vimsat tulemri, vaadake palun\n"
-"spetsiaalset MandrakeSecurity Firewall distributsiooni."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Nd ksitakse Teilt millistele teenustele soovite lubada ligip粐su\n"
-"Internetist. Palun melge hoolega, nende vastuste le, sest tegu on\n"
-"ju Teie arvuti turvalisusega.\n"
-"\n"
-"Palun, kui te ei soovi hetkel mnd neist kasutada, pange see igaks\n"
-"juhuks tulemri taha. Hiljem on Teil soovi korral vaba voli kike\n"
-"uuesti lubada."
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Kas sellel arvutil hakkab tle veebiserver, mida klastatakse kogu\n"
-"Internetist? Kui vajate ligip粐su vaid samast arvutist, vastake\n"
-"siin EI.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Kas sellel arvutil hakkab tle nimeserver? Kui Te seda ei soovi\n"
-"siis vastake palun ei.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Kas soovite sisenevaid SSH hendusi? SSH on turvaline asendus telnetile.\n"
-"Telneti kaudu le vrgu masinasse sisenemine on 粐rmisel ebaturvaline\n"
-"kuna sel teel on lihtsate vahenditega vimalik vrgus paroole varastada.\n"
-"SSH korral on hendus krptitud ja pealtkuulamine praktiliselt vlistatud."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Kas soovite lubada sisenevaid telneti hendusi?\n"
-"See on teliselt ebaturvaline, vastake siin palun Ei ja kasutage\n"
-"telneti asemel SSH-d.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Kas soovite sellel arvuti kivitada avaliku FTP serveri? Kui see on\n"
-"testi Teie soov, siis lubage palun ainult anonmne ligip粐s, sest\n"
-"muul juhul tekib jlle paroolide varastamise oht, sest FTP ei tunne\n"
-"krptimist.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Kas Teil on jooksmas avalik meiliserver? Vastasel juhul on\n"
-"palju turvalisem siia tulem ette panna.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Kas vajate sellel masinal POP vi IMAP serverit?\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Teil on kasutusel 2.2 kernel. Kui IP aadress antakse Teie arvutile\n"
-"dnaamiliselt, siis peaks seda siinkohal lubama.\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Kas see arvuti kuulub vrku, millest masinad snkroniseerivad\n"
-"omavahel kellaaega? Tenoliselt vite selle rahulikult keelata."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Seadistused tehtud. Kas salvestada stted kettale?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, fuzzy, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Vrgukaart %s: %s"
-
-#: ../../tinyfirewall.pm_.c:84
-#, fuzzy, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Seadme %s avamine kirjutamiseks ebannestus: %s"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-msgid "Firewall Configuration Wizard"
-msgstr "Vrgu stete abimees"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:230
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Palun oodake, valmistun installimiseks"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
@@ -12476,6 +12923,10 @@ msgid "Graphical Environment"
msgstr "Graafiline keskkond"
#: ../../share/compssUsers:999
+msgid "Development"
+msgstr "Arendus"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache ja Pro-ftpd"
@@ -12585,93 +13036,175 @@ msgstr "Multimeedia - CD kirjutamine"
msgid "Scientific Workstation"
msgstr "Teadustjaam"
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
+#~ msgid "LBA (doesn't work on old BIOSes)"
+#~ msgstr "LBA (ei tta vanema BIOSi korral)"
+
+#~ msgid "You don't have any partitions!"
+#~ msgstr "Teil ei ole htki partitsiooni!"
-#, fuzzy
#~ 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."
+#~ "DiskDrake failed to read correctly the partition table.\n"
+#~ "Continue at your own risk!"
#~ msgstr ""
-#~ "Seda tase muudab kll ssteemi lihtsalt kasutatavaks, kui vga\n"
-#~ "haavatavaks: ligip粐supiirangute puudumise tttu ei peaks arvutit "
-#~ "hendama\n"
-#~ "ei teiste arvutitega ega ka mitte Internetti."
+#~ "DiskDrake ei saanud partitsioonitabeli lugemisega hakkama.\n"
+#~ "Jtkate omal vastutusel!"
-#, fuzzy
#~ msgid ""
-#~ "With this security level, the use of this system as a server becomes "
-#~ "possible.\n"
-#~ " The security is now high enough to use the system as a "
-#~ "server which can accept\n"
-#~ " connections from many clients. Note: if your machine is "
-#~ "only a client on the Internet, you should choose a lower level."
-#~ msgstr "Sellel turvatasemel vib ssteemi kasutada Internetis ka serverina."
+#~ "I can't read your partition table, it's too corrupted for me :(\n"
+#~ "I'll try to go on blanking bad partitions"
+#~ msgstr ""
+#~ "Partitsioonitabel on loetamatu, liiga rikutud DrakX-i jaoks :(\n"
+#~ "Proovin loetamatud kirjed puhastada"
-#, fuzzy
-#~ msgid "Basic Options"
-#~ msgstr "Eelistused"
+#
+#~ msgid "Firewalling Configuration"
+#~ msgstr "Tulemri stted"
-#, fuzzy
-#~ msgid "Security Checks"
-#~ msgstr "Turvalisus"
+#~ msgid "Firewalling configuration"
+#~ msgstr "Tulemri stted"
-#, fuzzy
-#~ msgid "Please choose your CD space"
-#~ msgstr "Palun valige klaviatuuriasetus"
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "You already have set up a firewall.\n"
+#~ "Click on Configure to change or remove the firewall"
+#~ msgstr ""
+#~ "Tulemr\n"
+#~ "\n"
+#~ "Tulemri olete juba seadistanud.\n"
+#~ "Valige 'Seadista', et midagi muuta"
-#, fuzzy
-#~ msgid "Please enter the cd writer speed"
-#~ msgstr "Palun testige hiirt"
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "Click on Configure to set up a standard firewall"
+#~ msgstr ""
+#~ "Tulemr\n"
+#~ "\n"
+#~ "Valige 'Seadista', selle seadistamiseks nd"
-#, fuzzy
-#~ msgid "Please check if you want to include install boot on your CD."
-#~ msgstr "Palun valige paketid installimiseks"
+#~ msgid ""
+#~ "We'll now ask you questions about which services you'd like to allow\n"
+#~ "the Internet to connect to. Please think carefully about these\n"
+#~ "questions, as your computer's security is important.\n"
+#~ "\n"
+#~ "Please, if you're not currently using one of these services, firewall\n"
+#~ "it off. You can change this configuration anytime you like by\n"
+#~ "re-running this application!"
+#~ msgstr ""
+#~ "Nd ksitakse Teilt millistele teenustele soovite lubada ligip粐su\n"
+#~ "Internetist. Palun melge hoolega, nende vastuste le, sest tegu on\n"
+#~ "ju Teie arvuti turvalisusega.\n"
+#~ "\n"
+#~ "Palun, kui te ei soovi hetkel mnd neist kasutada, pange see igaks\n"
+#~ "juhuks tulemri taha. Hiljem on Teil soovi korral vaba voli kike\n"
+#~ "uuesti lubada."
-#, fuzzy
-#~ msgid "Url should begin with 'ftp:'"
-#~ msgstr "Vahendaja peab olema kujul ftp://..."
+#~ msgid ""
+#~ "Are you running a web server on this machine that you need the whole\n"
+#~ "Internet to see? If you are running a webserver that only needs to be\n"
+#~ "accessed by this machine, you can safely answer NO here.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Kas sellel arvutil hakkab tle veebiserver, mida klastatakse kogu\n"
+#~ "Internetist? Kui vajate ligip粐su vaid samast arvutist, vastake\n"
+#~ "siin EI.\n"
+#~ "\n"
-#, fuzzy
#~ msgid ""
-#~ "Please check if you want to include\n"
-#~ " install boot on your CD."
-#~ msgstr "Palun valige paketid installimiseks"
+#~ "Are you running a name server on this machine? If you didn't set one\n"
+#~ "up to give away IP and zone information to the whole Internet, please\n"
+#~ "answer no.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Kas sellel arvutil hakkab tle nimeserver? Kui Te seda ei soovi\n"
+#~ "siis vastake palun ei.\n"
+#~ "\n"
-#, fuzzy
-#~ msgid "Windows PDC"
-#~ msgstr "Eemalda Windows(TM)"
+#~ msgid ""
+#~ "Do you want to allow incoming Secure Shell (ssh) connections? This\n"
+#~ "is a telnet-replacement that you might use to login. If you're using\n"
+#~ "telnet now, you should definitely switch to ssh. telnet is not\n"
+#~ "encrypted -- so some attackers can steal your password if you use\n"
+#~ "it. ssh is encrypted and doesn't allow for this eavesdropping."
+#~ msgstr ""
+#~ "Kas soovite sisenevaid SSH hendusi? SSH on turvaline asendus telnetile.\n"
+#~ "Telneti kaudu le vrgu masinasse sisenemine on 粐rmisel ebaturvaline\n"
+#~ "kuna sel teel on lihtsate vahenditega vimalik vrgus paroole varastada.\n"
+#~ "SSH korral on hendus krptitud ja pealtkuulamine praktiliselt vlistatud."
-#, fuzzy
-#~ msgid "Tamil"
-#~ msgstr "Tabel"
+#~ msgid ""
+#~ "Do you want to allow incoming telnet connections?\n"
+#~ "This is horribly unsafe, as we explained in the previous screen. We\n"
+#~ "strongly recommend answering No here and using ssh in place of\n"
+#~ "telnet.\n"
+#~ msgstr ""
+#~ "Kas soovite lubada sisenevaid telneti hendusi?\n"
+#~ "See on teliselt ebaturvaline, vastake siin palun Ei ja kasutage\n"
+#~ "telneti asemel SSH-d.\n"
-#, fuzzy
-#~ msgid "PDC Server Name"
-#~ msgstr "NIS server:"
+#~ msgid ""
+#~ "Are you running an FTP server here that you need accessible to the\n"
+#~ "Internet? If you are, we strongly recommend that you only use it for\n"
+#~ "Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
+#~ "attackers, since FTP also uses no encryption for transferring passwords.\n"
+#~ msgstr ""
+#~ "Kas soovite sellel arvuti kivitada avaliku FTP serveri? Kui see on\n"
+#~ "testi Teie soov, siis lubage palun ainult anonmne ligip粐s, sest\n"
+#~ "muul juhul tekib jlle paroolide varastamise oht, sest FTP ei tunne\n"
+#~ "krptimist.\n"
-#, fuzzy
-#~ msgid "Set up printer manually"
-#~ msgstr "Vrguprinter"
+#~ msgid ""
+#~ "Are you running a mail server here? If you're sending you \n"
+#~ "messages through pine, mutt or any other text-based mail client,\n"
+#~ "you probably are. Otherwise, you should firewall this off.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Kas Teil on jooksmas avalik meiliserver? Vastasel juhul on\n"
+#~ "palju turvalisem siia tulem ette panna.\n"
+#~ "\n"
-#, fuzzy
-#~ msgid "Installing HPOJ package..."
-#~ msgstr "Paketi %s installimine"
+#~ msgid ""
+#~ "Are you running a POP or IMAP server here? This would\n"
+#~ "be used to host non-web-based mail accounts for people via \n"
+#~ "this machine.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Kas vajate sellel masinal POP vi IMAP serverit?\n"
+#~ "\n"
-#, fuzzy
-#~ msgid "Installing SANE packages..."
-#~ msgstr "Paketi %s installimine"
+#~ msgid ""
+#~ "You appear to be running a 2.2 kernel. If your network IP\n"
+#~ "is automatically set by a computer in your home or office \n"
+#~ "(dynamically assigned), we need to allow for this. Is\n"
+#~ "this the case?\n"
+#~ msgstr ""
+#~ "Teil on kasutusel 2.2 kernel. Kui IP aadress antakse Teie arvutile\n"
+#~ "dnaamiliselt, siis peaks seda siinkohal lubama.\n"
-#, fuzzy
-#~ msgid "Installing mtools packages..."
-#~ msgstr "Paketi %s installimine"
+#~ msgid ""
+#~ "Is your computer getting time syncronized to another computer?\n"
+#~ "Mostly, this is used by medium-large Unix/Linux organizations\n"
+#~ "to synchronize time for logging and such. If you're not part\n"
+#~ "of a larger office and haven't heard of this, you probably \n"
+#~ "aren't."
+#~ msgstr ""
+#~ "Kas see arvuti kuulub vrku, millest masinad snkroniseerivad\n"
+#~ "omavahel kellaaega? Tenoliselt vite selle rahulikult keelata."
-#, fuzzy
-#~ msgid "Making printer port available for CUPS..."
-#~ msgstr "Loetakse CUPS juhtprogramme"
+#~ msgid ""
+#~ "Configuration complete. May we write these changes to disk?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Seadistused tehtud. Kas salvestada stted kettale?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+
+#~ msgid "Firewall Configuration Wizard"
+#~ msgstr "Vrgu stete abimees"
#~ msgid "Control Center"
#~ msgstr "Juhtimiskeskus"
@@ -12749,9 +13282,6 @@ msgstr "Teadustjaam"
#~ msgid "Select a graphics card"
#~ msgstr "Valige graafikakaart"
-#~ msgid "Warning: testing this graphics card may freeze your computer"
-#~ msgstr "Hoiatus: testimine vib Teie arvuti peatada"
-
#~ msgid "Standard VGA, 640x480 at 60 Hz"
#~ msgstr "VGA, 640x400 sagedusel 60 Hz"
@@ -12909,9 +13439,6 @@ msgstr "Teadustjaam"
#~ "Mis porti on Teie printer hendatud? \n"
#~ "(paneme thele, et /dev/lp0 on sama mis LPT1:)?\n"
-#~ msgid "$_"
-#~ msgstr "$_"
-
#~ msgid ""
#~ "Warning, the network adapter is already configured. I will reconfigure it."
#~ msgstr ""
@@ -14157,9 +14684,6 @@ msgstr "Teadustjaam"
#~ "\n"
#~ "Jtkamisel olen sunnitud Teie %s keskkonna seiskama"
-#~ msgid "loopback"
-#~ msgstr "loopback"
-
#~ msgid "Which bootloader(s) do you want to use?"
#~ msgstr "Millist alglaadurit soovite kasutada?"
@@ -14376,9 +14900,6 @@ msgstr "Teadustjaam"
#~ msgid "I have found an ISDN Card:\n"
#~ msgstr "Leitud ISDN kaart:\n"
-#~ msgid "Other countries"
-#~ msgstr "Muud maad"
-
#~ msgid "In which country are you located ?"
#~ msgstr "Millisel maal Te praegu olete ?"
@@ -14425,9 +14946,6 @@ msgstr "Teadustjaam"
#~ msgid "Could not install caching-nameserver RPM with urpmi."
#~ msgstr "Ei saa installida nimeserveri vahendajat urpmi abil."
-#~ msgid "Reconfigure local network"
-#~ msgstr "Seadista kohtvrk uuesti"
-
#~ msgid ""
#~ "Your computer can be configured to share its Internet connection.\n"
#~ "\n"
@@ -14986,10 +15504,6 @@ msgstr "Teadustjaam"
#~ "%s\n"
#~ "\n"
-#
-#~ msgid "Everything configured!"
-#~ msgstr "Kik seadistatud!"
-
#~ msgid "What is your keyboard layout?"
#~ msgstr "Milline on Teie klaviatuuriasetus"
diff --git a/perl-install/share/po/eu.po b/perl-install/share/po/eu.po
index 6cd53a3eb..024e95d16 100644
--- a/perl-install/share/po/eu.po
+++ b/perl-install/share/po/eu.po
@@ -1,4 +1,4 @@
-# EUSKARA: Mandrake itzulpena.
+# EUSKARA: Mandrake translation.
# Copyright (C) 2002 Free Software Foundation, Inc.
# Iigo Salvador Azurmendi <xalba@euskalnet.net>, 2001-2002.
# Josu Walio <josu@elhuyar.com>, 2002
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
-"PO-Revision-Date: 2002-07-22 18:53+0200\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
+"PO-Revision-Date: 2002-08-28 00:51+0200\n"
"Last-Translator: Iigo Salvador Azurmendi <xalba@euskalnet.net>\n"
"Language-Team: Euskara <linux-eu@chanae.alphanet.ch>\n"
"MIME-Version: 1.0\n"
@@ -51,19 +51,19 @@ msgstr "32 MB"
msgid "64 MB or more"
msgstr "64 MB edo gehiago"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "Aukeratu X zerbitzaria"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "X zerbitzaria"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
msgstr "Buru anitzeko konfigurazioa"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -71,27 +71,27 @@ msgstr ""
"Zure sistemak buru anitzeko konfigurazioa onartzen du.\n"
"Zer egin nahi duzu?"
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "Hautatu txartel grafikoaren memoria-tamaina"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "XFree konfigurazioa"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "XFree-ren zein konfigurazio izan nahi duzu?"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr "Buru guztiak independenteki konfiguratu"
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr "Erabili Xinerama hedapena"
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Konfiguratu \"%s\"%s txartela soilik"
@@ -102,13 +102,13 @@ msgstr "Konfiguratu \"%s\"%s txartela soilik"
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s 3D hardware-azelerazioarekin"
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -119,19 +119,19 @@ msgstr ""
"Zure txartelak XFree %s euskarria du, eta horrek euskarri hobea izan dezake "
"2Dan."
-#: ../../Xconfig/card.pm_.c:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"Zure txartelak 3D hardware-azelerazioaren euskarria izan dezake XFree %s(r)"
"ekin."
-#: ../../Xconfig/card.pm_.c:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s 3D hardware-azelerazio ESPERIMENTALAREKIN"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -144,7 +144,7 @@ msgstr ""
"Zure txartelak XFree %s euskarria du, eta horrek euskarri hobea izan dezake "
"2Dan."
-#: ../../Xconfig/card.pm_.c:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -154,53 +154,53 @@ msgstr ""
"ekin,\n"
"KONTUAN IZAN EUSKARRI ESPERIMENTALA DELA ETA ORDENAGAILUA BLOKEA DEZAKEELA."
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (instalazioaren bistaratze-kontrolatzailea)"
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "Pertsonalizatua"
-#: ../../Xconfig/main.pm_.c:104
-#, fuzzy
+#: ../../Xconfig/main.pm_.c:102
msgid "Graphic Card"
-msgstr "Txartel grafikoa"
+msgstr "Txartela grafikoa"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "Monitorea"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "Bereizmena"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
-msgstr ""
+msgstr "Froga"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Aukerak"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "Ados"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Irten"
@@ -217,27 +217,27 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "Aukeratu monitorea"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
-msgstr ""
+msgstr "Plug'n Play"
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "Generikoa"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
msgid "Vendor"
msgstr "Saltzailea"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
-msgstr ""
+msgstr "Plug'n Play frogak hutsegin du. Mesedez hautatu monitore zehatz bat"
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -260,11 +260,11 @@ msgstr ""
" handiagoko monitorerik ez zehaztea: monitorea honda dezakezu.\n"
" Zalantzarik baduzu, aukeratu ezarpen kontserbadore bat."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "Freskatze-maiztasun horizontala"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "Freskatze-maiztasun bertikala"
@@ -301,36 +301,41 @@ msgstr "Aukeratu bereizmena eta kolorearen sakonera"
msgid "Graphics card: %s"
msgstr "Txartel grafikoa: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "Utzi"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "Konfigurazioaren proba"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "Konfigurazioa probatu nahi duzu?"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "Konfigurazioaren proba"
+#: ../../Xconfig/test.pm_.c:31
+#, fuzzy
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Kontuz: txartel grafiko hau probatzean ordenagailua blokea daiteke"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -416,11 +421,18 @@ msgid ""
"\n"
"Do you have this feature?"
msgstr ""
+"Dirudienez zure txartela grafikoak TV-OUT konektorea dauka.\n"
+"Frame-bufferra erabiliz lanegin dezan konfiguratu daiteke.\n"
+"\n"
+"Honetarako txartela grafikoa TBri lotu behar diozu konputagailua abiatu "
+"aurretik.\n"
+"Ondoren hautatu \"TVout\" sarrera abiapen-zamatzailean\n"
+"\n"
+"Ezaugarri hau badaukazu?"
#: ../../Xconfig/various.pm_.c:84
-#, fuzzy
msgid "What norm is your TV using?"
-msgstr "Nolakoa da zure ISDN konexioa?"
+msgstr "Zein arau erabiltzen du zure TB?"
#: ../../any.pm_.c:108 ../../any.pm_.c:133
msgid "First sector of boot partition"
@@ -466,26 +478,22 @@ msgstr "DOS/Windows-etik abiarazi (loadlin)"
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "Abioko kargatzailearen aukera nagusiak"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "Erabili beharreko abioko kargatzailea"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "Abioko kargatzailearen instalazioa"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "Abioko gailua"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (ez du funtzionatzen BIOS zaharretan)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "Trinkoa"
@@ -502,16 +510,17 @@ msgstr "Bideo modua"
msgid "Delay before booting default image"
msgstr "Imajina lehenetsia abiarazi arteko atzerapena"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Pasahitza"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "Pasahitza (berriro)"
@@ -546,14 +555,14 @@ msgid ""
msgstr ""
"``Murriztu komando-lerroko aukerak'' aukera ezin da erabili pasahitzik gabe"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "Saiatu berriro"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "Pasahitzak ez datoz bat"
@@ -603,16 +612,16 @@ msgstr ""
"Hauek dira sarrerak.\n"
"Beste batzuk gehi ditzakezu edo lehendik daudenak aldatu."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Gehitu"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "Eginda"
@@ -624,7 +633,7 @@ msgstr "Aldatu"
msgid "Which type of entry do you want to add?"
msgstr "Zer sarrera-mota gehitu nahi duzu?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linux"
@@ -718,13 +727,13 @@ msgstr "Baduzu besterik?"
msgid "Do you have any %s interfaces?"
msgstr "Ba duzu %s interfazerik?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Ez"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Bai"
@@ -830,39 +839,49 @@ msgstr "onartu \"su\""
msgid "access to administrative files"
msgstr "administrazio-fitxategien atzipena"
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+#, fuzzy
+msgid "access to network tools"
+msgstr "rpm tresnen atzipena"
+
+#: ../../any.pm_.c:755
+#, fuzzy
+msgid "access to compilation tools"
+msgstr "rpm tresnen atzipena"
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(%s jadanik gehituta)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "Pasahitz hau sinpleegia da"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "Eman erabiltzaile-izen bat"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Erabiltzaile-izenak minuskulaz idatzitako letrak, zenbakiak, `-' eta `_' "
"soilik izan ditzake"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:768
msgid "The user name is too long"
msgstr "Erabiltzaile-izena luzeegia da"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "Erabiltzaile-izen hau gehituta dago jadanik"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "Gehitu erabiltzailea"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -871,32 +890,32 @@ msgstr ""
"Sartu erabiltzaile bat\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "Onartu erabiltzailea"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "Benetako izena"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Erabiltzaile-izena"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "Ikonoa"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "Automatikoki hasi saioa"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -904,19 +923,19 @@ msgstr ""
"Ordenagailua konfigura dezaket automatikoki erabiltzaile bat sartzeko.\n"
"Eginbide hau erabili nahi duzu?"
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "Aukeratu erabiltzaile lehenetsia:"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "Aukeratu exekutatu beharreko leiho-kudeatzailea:"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
msgid "Please choose a language to use."
msgstr "Aukeratu erabiltzeko hizkuntza bat."
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -925,35 +944,35 @@ msgstr ""
"Instalatu ondoren erabilgarri egongo diren beste hizkuntza batzuk aukera "
"ditzakezu"
-#: ../../any.pm_.c:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Denak"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "Allow all users"
msgstr "Eman baimena erabiltzaile guztiei"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "No sharing"
msgstr "Ez konpartitu"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "%s paketea instalatu egin behar da. Instalatu nahi duzu?"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "NFS edo Samba erabiliz esporta dezakezu. Zein nahi duzu"
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Derrigorrezko %s paketea falta da"
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
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 "
@@ -969,11 +988,11 @@ msgstr ""
"\"Pertsonalizatua\" erabiliz erabiltzaile bakoitzarentzako ezarpena zehaztu "
"daiteke.\n"
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr "Abiarazi userdrake"
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -982,31 +1001,31 @@ msgstr ""
"taldea erabiltzen du. Userdrake erabil dezakezu talde \n"
"honetan erabiltzeak gehitzeko."
-#: ../../any.pm_.c:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "Ongi etorri Crackers-era"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "Txikia"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Estandarra"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "Handia"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
msgid "Higher"
msgstr "Handiagoa"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "Paranoidea"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
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"
@@ -1016,7 +1035,7 @@ msgstr ""
"oso erraz erasotzekoa: ez da erabili behar beste ordenagailu batzuekin edo \n"
"Internetekin konektatuta dauden makinetan. Ez dago pasahitzik."
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1024,7 +1043,7 @@ msgstr ""
"Pasahitzak gaituta daude orain, baina sareko ordenagailu gisa erabiltzea ez "
"da komeni oraindik."
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1032,7 +1051,7 @@ msgstr ""
"Hau da Internetera bezero gisa konektatzeko erabiliko diren "
"ordenagailuentzat gomendatzen den segurtasun estandarra. "
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1040,7 +1059,7 @@ msgstr ""
"Murriztapen batzuk daude, eta egiaztapen automatiko gehiago gauero egiten "
"dira."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1054,7 +1073,7 @@ msgstr ""
"zerbitzari gisa erabili ahal izateko. Oharra: zure makina Interneteko bezero "
"soila bada, hobe duzu maila apalagoa."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1062,32 +1081,30 @@ msgstr ""
"Aurreko mailan oinarritua, baina sistema erabat itxita dago.\n"
"Segurtasun-eginbideak maximoan jarrita daude."
-#: ../../any.pm_.c:1091
-#, fuzzy
+#: ../../any.pm_.c:1094
msgid "DrakSec Basic Options"
-msgstr "Aukerak"
+msgstr "DrakSec Oinarrizko Aukerak"
-#: ../../any.pm_.c:1092
-#, fuzzy
+#: ../../any.pm_.c:1095
msgid "Please choose the desired security level"
-msgstr "Aukeratu segurtasun-maila"
+msgstr "Mesedez aukeratu nahi duzun segurtasun-maila"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
msgid "Security level"
msgstr "Segurtasun-maila"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
msgid "Use libsafe for servers"
msgstr "Erabili libsafe zerbitzarietarako"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Buffer-gainezkatzeen eta formatu-kateen erasoen aurka defendatzen duen "
"liburutegi bat."
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr "Segurtasun Kudeatzailea (sarrera edo posta-e)"
@@ -1116,57 +1133,57 @@ 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:935
+#: ../../bootloader.pm_.c:932
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Ongi etorri GRUB sistema eragilearen aukeratzailera!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:935
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Erabili %c eta %c teklak zein sarrera nabarmenduko den hautatzeko."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:938
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Sakatu sartu hautatutako SE abiarazteko, 'e' abiarazi aurreko"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:941
msgid "commands before booting, or 'c' for a command-line."
msgstr "komandoak editatzeko, edo 'c' komando-lerroa nahi baduzu."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:944
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Nabarmendutako sarrera automatikoki abiaraziko da %d segundotan."
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:948
msgid "not enough room in /boot"
msgstr "ez dago nahiko leku /boot-en"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "Mahaigaina"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "Hasi menua"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Abioko kargatzailea ezin da %s partizio batean instalatu\n"
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr "oraindik ez da laguntzarik inplementatu.\n"
@@ -1174,8 +1191,8 @@ msgstr "oraindik ez da laguntzarik inplementatu.\n"
msgid "Boot Style Configuration"
msgstr "Abioko estilo-konfigurazioa"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Fitxategia"
@@ -1185,7 +1202,7 @@ msgstr "/_Fitxategia"
msgid "/File/_Quit"
msgstr "/Fitxategia/I_rten"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1219,102 +1236,111 @@ msgid "Yaboot mode"
msgstr "Yaboot modua"
#: ../../bootlook.pm_.c:143
-#, fuzzy
msgid "Install themes"
-msgstr "Instalatu sistema"
+msgstr "Instalatu gaiak"
#: ../../bootlook.pm_.c:144
msgid "Display theme under console"
-msgstr ""
+msgstr "Erakutsi gaia kontsolapean"
-#: ../../bootlook.pm_.c:166
-msgid "Can't create Bootsplash preview"
-msgstr ""
+#: ../../bootlook.pm_.c:145
+#, fuzzy
+msgid "Create new theme"
+msgstr "Sortu partizio berria"
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169
+msgid "Can't create Bootsplash preview"
+msgstr "Ezin da Bootsplash aurreikuspena sortu"
+
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "Errorea"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
-msgstr ""
+msgstr "Babestu %s %s.old bezala"
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
-msgstr ""
+msgstr "ezin da lilo mezuaren babes kopia egin"
-#: ../../bootlook.pm_.c:186
-#, fuzzy, c-format
+#: ../../bootlook.pm_.c:189
+#, c-format
msgid "Copy %s to %s"
-msgstr "%s kopiatzen"
+msgstr "Kopiatu %s %s-ra"
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
-msgstr ""
+msgstr "ezin da lilo mezua aldatu"
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
-msgstr ""
+msgstr "Ez da lilo mezua aurkitzen"
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
-msgstr ""
+msgstr "Ezin da /etc/sysconfig/bootsplash idatzi."
-#: ../../bootlook.pm_.c:220
-#, fuzzy, c-format
+#: ../../bootlook.pm_.c:223
+#, c-format
msgid "Write %s"
-msgstr "XFree %s"
+msgstr "Idatzi %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
+"Ezin da /etc/sysconfig/bootsplash idatzi\n"
+"Ez da fitxategia aurkitu."
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
-msgstr ""
+msgstr "Ezin da mkinitrd -f /boot/initrd-%s.img %s jaurti."
-#: ../../bootlook.pm_.c:236
-#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
-msgstr ""
+#: ../../bootlook.pm_.c:239
+#, fuzzy, c-format
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
+msgstr "Ezin da mkinitrd -f /boot/initrd-%s.img %s jaurti."
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
+"Ezin da LiLo berriro jaurti!\n"
+"Jaurti \"lilo\" root bezala komando lerroan LiLo gai instalazioa osatzeko."
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
-msgstr ""
+msgstr "Berriro jaurti 'lilo'"
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
#, fuzzy
msgid "Notice"
msgstr "BideorikEz"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
-msgstr ""
+msgstr "LiLo eta Bootsplash gai instalazio arrakastatsua"
-#: ../../bootlook.pm_.c:249
-#, fuzzy
+#: ../../bootlook.pm_.c:252
msgid "Theme installation failed!"
-msgstr "Hautatu instalazio-klasea"
+msgstr "Gai instalazioak hutsegin du!"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1323,23 +1349,21 @@ msgstr ""
"Orain %s erabiltzen ari zara Abioko Kudeatzaile gisa.\n"
"Egin klik 'Konfiguratu'n instalazio-morroia abiarazteko."
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Konfiguratu"
-#: ../../bootlook.pm_.c:267
-#, fuzzy
+#: ../../bootlook.pm_.c:270
msgid "Splash selection"
-msgstr "Gorde pakete-hautapena"
+msgstr "Splash hautaketa"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
msgid "Themes"
-msgstr ""
+msgstr "Gaiak"
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1347,45 +1371,50 @@ msgid ""
"you can choose\n"
"them separatly"
msgstr ""
+"\n"
+"Hautatu gai bat\n"
+"lilo eta bootsplash-entzat,\n"
+"bakoitzarena banaka\n"
+"hautatu dezakezu"
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
-msgstr ""
+msgstr "Lilo pantaila"
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
-msgstr ""
+msgstr "Bootsplash"
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr "Sistema modua"
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr "Abiarazi X-Window sistema hasieran"
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr "Ez, ez dut saioa automatikoki hasi nahi"
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Bai, automatikoki honekin hasi nahi dut (erabiltzailea, mahaigaina)"
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr "Ados"
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "ezin da ireki /etc/inittab irakurtzeko: %s"
@@ -1483,50 +1512,50 @@ msgstr "Austria"
msgid "United States"
msgstr "Estatu Batuak"
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-#, fuzzy
-msgid "Unknown Model"
-msgstr "Modelo ezezaguna"
-
#: ../../diskdrake/dav.pm_.c:23
-#, fuzzy
msgid "New"
-msgstr "berria"
+msgstr "Berria"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "Desmuntatu"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "Muntatu"
+
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "Zerbitzaria"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Muntatze-puntua"
-#: ../../diskdrake/dav.pm_.c:68
-#, fuzzy
+#: ../../diskdrake/dav.pm_.c:81
msgid "Please enter the WebDAV server URL"
-msgstr "Idatzi CD idazgailuaren abiadura"
+msgstr "Mesedez sartu WebDAV zerbitzariaren URL"
-#: ../../diskdrake/dav.pm_.c:71
-#, fuzzy
+#: ../../diskdrake/dav.pm_.c:84
msgid "The URL must begin with http:// or https://"
-msgstr "URLaren hasieran 'http:' jarri behar du"
+msgstr "URLak http:// edo https:// hasiera izan behar du"
-#: ../../diskdrake/dav.pm_.c:92
-#, fuzzy
+#: ../../diskdrake/dav.pm_.c:105
msgid "Server: "
-msgstr "Zerbitzaria"
+msgstr "Zerbitzaria: "
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Muntatze-puntua: "
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Aukerak: %s"
@@ -1535,8 +1564,9 @@ msgstr "Aukerak: %s"
msgid "Please make a backup of your data first"
msgstr "Egin zure datuen babeskopia lehendabizi"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "Irakurri arretaz"
@@ -1574,10 +1604,15 @@ msgid "Please click on a partition"
msgstr "Egin klik partizio batean"
#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "Xehetasunak"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+#, fuzzy
+msgid "No hard drives found"
+msgstr "Ez da inprimagairik aurkitu!"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1602,13 +1637,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "Hutsik"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "Bestelakoa"
@@ -1616,12 +1651,12 @@ msgstr "Bestelakoa"
msgid "Filesystem types:"
msgstr "Fitxategi-sistemen motak:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "Sortu"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "Mota"
@@ -1631,7 +1666,7 @@ msgstr "Mota"
msgid "Use ``%s'' instead"
msgstr "Erabili ``%s'' horren ordez"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "Ezabatu"
@@ -1639,7 +1674,7 @@ msgstr "Ezabatu"
msgid "Use ``Unmount'' first"
msgstr "Erabili ``Desmuntatu'' lehendabizi"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1647,72 +1682,72 @@ msgstr ""
"%s partizio-mota aldatu ondoren, partizio honetako datu guztiak galdu egingo "
"dira"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose a partition"
msgstr "Aukeratu partizio bat"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose another partition"
msgstr "Aukeratu beste partizio bat"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
msgid "Exit"
msgstr "Irten"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "Aldatu aditu modura"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "Aldatu modu normalera"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "Desegin"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "Jarraitu hala ere?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "Irten gorde gabe"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "Irten partizio-taula idatzi gabe?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
msgid "Do you want to save /etc/fstab modifications"
msgstr "/etc/fstab aldaketak gorde nahi dituzu?"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "Auto-esleitu"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "Garbitu dena"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "Gehiago"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
msgid "Hard drive information"
msgstr "Disko gogorraren informazioa"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "Lehen mailako partizio guztiak erabilita daude"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "Ezin da partizio gehiago gehitu"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1720,31 +1755,31 @@ msgstr ""
"Partizio gehiago edukitzeko, ezabatu horietako bat partizio hedatu bat sortu "
"ahal izateko"
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
msgid "Save partition table"
msgstr "Gorde partizio-taula"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
msgid "Restore partition table"
msgstr "Leheneratu partizio-taula"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "Berreskuratu partizio-taula"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
msgid "Reload partition table"
msgstr "Birkargatu partizio-taula"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
msgid "Removable media automounting"
msgstr "Euskarri aldagarrien automuntatzea"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "Hautatu fitxategia"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1752,11 +1787,11 @@ msgstr ""
"Babeskopiako partizio-taulak ez du tamaina bera\n"
"Jarraitu hala ere?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "Kontuz"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1764,112 +1799,107 @@ msgstr ""
"Sartu diskete bat unitatean\n"
"Disketeko datu guztiak galdu egingo dira"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "Partizio-taula berreskuratzen saiatzen"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
msgid "Detailed information"
msgstr "Informazio xehea"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "Aldatu tamaina"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "Lekuz aldatu"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "Formateatu"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Muntatu"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "Gehitu RAIDi"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "Gehitu LVMri"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Desmuntatu"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "Kendu RAIDetik"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "Kendu LVMtik"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "Aldatu RAID"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "Erabili atzera-begiztarako"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "Sortu partizio berria"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "Hasierako sektorea: "
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "Tamaina MBtan: "
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "Fitxategi-sistemaren mota: "
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "Hobespena: "
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
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 ""
+"Ezin duzu partizio berria sortu\n"
+"(izan daitezkeen partizio primario kopuru handiena duzulako).\n"
+"Lehenik ezabatu partizio primario bat eta sortu partizio hedatu bat."
-#: ../../diskdrake/interactive.pm_.c:494
+#: ../../diskdrake/interactive.pm_.c:499
msgid "Remove the loopback file?"
msgstr "Atzera-begiztako fitxategia kendu?"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "Aldatu partizio-mota"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Zein fitxategi-sistema nahi duzu?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr "ext2tik ext3ra aldatzen"
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Non muntatu nahi duzu %s atzera-begiztako fitxategia?"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Non muntatu nahi duzu %s gailua?"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1878,138 +1908,138 @@ msgstr ""
"erabiltzen delako\n"
"Kendu atzera-begizta lehendabizi"
-#: ../../diskdrake/interactive.pm_.c:584
-#, fuzzy, c-format
+#: ../../diskdrake/interactive.pm_.c:594
+#, c-format
msgid "Where do you want to mount %s?"
-msgstr "Non muntatu nahi duzu %s gailua?"
+msgstr "Non muntatu nahi duzu %s?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "FAT fitxategi-sistemaren mugak kalkulatzen"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "Tamaina aldatzen"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr "Partizio honi ezin zaio tamaina aldatu"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr "Partizio honetako datu guztiek babeskopia eduki beharko lukete"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"%s partizioa tamainaz aldatu ondoren, partizioko datu guztiak galdu egingo "
"dira"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "Aukeratu tamaina berria"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
msgid "New size in MB: "
msgstr "Tamaina berria MBtan: "
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "Zein diskotara eraman nahi duzu?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "Sektorea"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "Zein sektoretara eraman nahi duzu?"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "Lekuz aldatzen"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "Partizioa lekuz aldatzen..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "Aukeratu lehendik dagoen RAID bat gehitzeko"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "berria"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "Aukeratu lehendik dagoen LVM bat gehitzeko"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr "LVM izena?"
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "Partizio hau ezin da atzera-begiztarako erabili"
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "Atzera-begizta"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "Atzera-begiztako fitxategi-izena: "
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
msgid "Give a file name"
msgstr "Eman fitxategi-izen bat"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr ""
"Fitxategi hau beste atzera-begizta batek erabiltzen du, aukeratu beste bat"
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr "Fitxategia badago lehendik ere. Erabili?"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
msgid "Mount options"
msgstr "Muntatze-aukerak"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr "Hainbat"
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "gailua"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "maila"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "zatiaren tamaina"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr "Kontuz ibili: eragiketa hau arriskutsua da."
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "Nolako partizioa?"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, c-format
msgid "The package %s is needed. Install it?"
msgstr "%s paketea behar da. Instalatu nahi duzu?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2020,7 +2050,7 @@ msgstr ""
"Edo LILO erabiltzen duzu eta ez du funtzionatuko, edo ez duzu LILO "
"erabiltzen eta ez duzu /boot erabili beharrik"
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2032,7 +2062,7 @@ msgstr ""
"LILO abioko kudeatzailea erabiltzeko asmoa baduzu, ez ahaztu /boot partizioa "
"gehitzea"
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2043,45 +2073,45 @@ msgstr ""
"dezakeenik.\n"
"Beraz, kontuan izan /boot partizioa gehitu behar duzula"
-#: ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "%s unitatearen partizio-taula diskoan idatziko da!"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr "Berrabiarazi egin beharko duzu aldaketek eragina izan dezaten"
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"%s partizioa formateatu ondoren, partizioko datu guztiak galdu egingo dira"
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "Formateatzen"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "%s atzera-begiztako fitxategia formateatzen"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "%s partizioa formateatzen"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Hide files"
msgstr "Ezkutatu fitxategiak"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Move files to the new partition"
msgstr "Eraman fitxategiak partizio berrira"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2090,83 +2120,83 @@ msgstr ""
" %s direktorioak baditu datu batzuk\n"
"(%s)"
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
msgid "Moving files to the new partition"
msgstr "Fitxategiak partizio berrira eramaten"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr "%s kopiatzen"
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, c-format
msgid "Removing %s"
msgstr "%s kentzen"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr "%s partizioa %s da orain"
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "Gailua: "
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS unitate-letra: %s (uste hutsa)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "Mota: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "Izena: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "Hasi: %s sektorea\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "Tamaina: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s sektore"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "%d zilindrotik %d zilindrora\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "Formateatua\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "Formateatu gabe\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "Muntatuta\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -2175,7 +2205,7 @@ msgstr ""
"Atzera-begiztako fitxategia(k):\n"
" %s\n"
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2183,27 +2213,27 @@ msgstr ""
"Lehenespenez abiarazteko partizioa\n"
" (MS-DOS abiorako, ez lilo-rako)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "%s maila\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "%s zatiaren tamaina\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "%s RAID-diskoak\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "Atzera-begiztako fitxategi-izena: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2215,7 +2245,7 @@ msgstr ""
"partizioa izan daiteke, hobe duzu\n"
"bere horretan uztea.\n"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2227,58 +2257,62 @@ msgstr ""
"sistemaren abio bikoitza\n"
"egiteko da.\n"
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "Tamaina: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometria: %s zilindro, %s buru, %s sektore\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "Info: "
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "%s LVM-diskoak\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "Partizio-taularen mota: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, c-format
msgid "on channel %d id %d\n"
msgstr "%d kanalean id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
msgid "Filesystem encryption key"
msgstr "Fitxategi-sistema enkriptatzeko gakoa"
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr "Aukeratu fitxategi-sistema enkriptatzeko gakoa"
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
"Enkriptatze-gako hau sinpleegia da (gutxienez %d karaktere izan behar ditu)"
-#: ../../diskdrake/interactive.pm_.c:1180
+#: ../../diskdrake/interactive.pm_.c:1191
msgid "The encryption keys do not match"
msgstr "Enkriptatze-gakoak ez datoz bat"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr "Enkriptatze-gakoa"
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr "Enkriptatze-gakoa (berriro)"
@@ -2314,7 +2348,7 @@ msgstr ""
"Mesedez sartu zure erabiltzaile-izena, pasahitza eta domeinu izena ostalari "
"honetara sartzeko."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
msgid "Username"
msgstr "Erabiltzaile-izena"
@@ -2329,23 +2363,23 @@ msgstr "Bilatu zerbitzarietan"
# #this syntax doesn't work yet in perl :-(
# #msgid "%s formatting of %s failed"
# #msgstr "%2$s(r)i %1$s formatua emateak huts egin du"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s %s(r)i formatua emateak huts egin du"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Ez dakit nola formateatu %s %s motan"
-#: ../../fs.pm_.c:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "%s partizioa %s direktorioan muntatzeak huts egin du"
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "errorea %s desmuntatzean: %s"
@@ -2362,33 +2396,51 @@ msgstr "/usr-rekin"
msgid "server"
msgstr "zerbitzaria"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, fuzzy, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"Ezin dut zure partizio-taula irakurri, hondatuegia dago :(\n"
+"Jarraitzen saia naiteke, partizio txarrak garbituz (DATU GUZTIAK galduko "
+"dira!).\n"
+"Beste irtenbidea DrakXri partizio-taula aldatzeko baimenik ez ematea da.\n"
+"(errorea %s da)\n"
+"\n"
+"Ados zaude partizio guztiak galtzearekin?\n"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "Ezin da JFS erabili 16MB baino gutxiagoko partizioetarako"
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Ezin da ReiserFS erabili 32MB baino gutxiagoko partizioetarako"
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "Muntatzen-puntuek / batez hasi behar dute"
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Jadanik badago %s muntatze-puntua duen partizio bat\n"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "Ezin da LVM bolumen logikoa erabili %s muntatze-punturako"
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr "Direktorio honek erroko fitxategi-sisteman egon behar du"
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
"point\n"
@@ -2396,168 +2448,217 @@ msgstr ""
"Egiazko fitxategi-sistema (ext2/ext3, reiserfs, xfs, or jfs) behar duzu "
"muntatze-puntu honentzako\n"
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr "Ezin da fitxategi-sistema enkriptatua erabili %s muntatze-punturako"
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
msgid "Not enough free space for auto-allocating"
msgstr "Ez dago nahikoa leku libre auto-esleitzeko"
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr "Ez dago zer eginik"
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Errorea %s idazteko irekitzean: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:158
+#, fuzzy
+msgid "Sound configuration"
+msgstr "CUPSen konfigurazioa"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
msgstr ""
-"Errorea gertatu da - ez da fitxategi-sistema berriak sortzeko gailu "
-"baliozkorik aurkitu. Aztertu zure hardwarea arazo honen arrazoia bilatzeko"
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "Ez duzu partiziorik!"
+#: ../../harddrake/sound.pm_.c:162
+#, fuzzy
+msgid "Driver:"
+msgstr "Kontrolatzailea"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/sound.pm_.c:173
#, fuzzy
-msgid "Model"
-msgstr "Modulua"
+msgid "No known driver"
+msgstr "X kontrolatzailea"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:177
#, fuzzy
-msgid "hard disk model"
-msgstr "Txartela modeloa :"
+msgid "Unkown driver"
+msgstr "Modelo ezezaguna"
+
+#: ../../harddrake/sound.pm_.c:178
+#, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
#: ../../harddrake/ui.pm_.c:16
-#, fuzzy
-msgid "Channel"
-msgstr "Utzi"
+msgid "Model"
+msgstr "Eredua"
#: ../../harddrake/ui.pm_.c:16
+msgid "hard disk model"
+msgstr "disko zurrun eredua"
+
+#: ../../harddrake/ui.pm_.c:17
+msgid "Channel"
+msgstr "Kanalea"
+
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
-msgstr ""
+msgstr "EIDE/SCSI kanalea"
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr "Busa"
-#: ../../harddrake/ui.pm_.c:19
+#: ../../harddrake/ui.pm_.c:20
msgid ""
"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
-msgstr ""
+msgstr "hau da gailua lotzen den bus fisikoa (adib: PCI, USB, ...)"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "Module"
msgstr "Modulua"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
-msgstr ""
+msgstr "gailu hori gobernatzen duen GNU/Linux kernelaren modulua"
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr "Euskarri mota"
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
-msgstr ""
+msgstr "hardware gailu klasea"
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "Azalpena"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
-msgstr ""
+msgstr "eremu honek gailua deskribatzen du"
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
msgid "Bus identification"
msgstr "Bus identifikazioa"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr "Busean kokapena"
-#: ../../harddrake/ui.pm_.c:28
+#: ../../harddrake/ui.pm_.c:29
+#, fuzzy
msgid ""
"- pci devices: this gives the PCI slot, device and function of this card\n"
"- eide devices: the device is either a slave or a master device\n"
"- scsi devices: the scsi bus and the scsi device ids"
msgstr ""
+"- pci gailuak: txartela honen PCI zirritua, gailua eta funtzioa ematen du\n"
+"- eide gailuak: gailua nagusia edo morroia da\n"
+"- scsi gailuak: scsi busa eta scsi gailu id-ak"
-#: ../../harddrake/ui.pm_.c:31
+#: ../../harddrake/ui.pm_.c:32
#, fuzzy
msgid "Old device file"
-msgstr "Hautatu fitxategia"
+msgstr "Gailu fitxategi zarra"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr ""
-#: ../../harddrake/ui.pm_.c:33
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:34
msgid "New devfs device"
-msgstr "Atebide-gailua"
+msgstr "devfs gailu berria"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../harddrake/ui.pm_.c:35
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:36
msgid "Number of buttons"
-msgstr "2 botoi"
+msgstr "Botoi kopurua"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:60
+#: ../../harddrake/ui.pm_.c:38
+#, fuzzy
+msgid "Alternative drivers"
+msgstr "Proba-orri alternatiboa (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 "/_Irten"
-#: ../../harddrake/ui.pm_.c:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Laguntza"
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
msgid "/_Help..."
msgstr "/_Laguntza..."
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr "Harddrake laguntza"
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
+"Eremuen deskribapena:\n"
+"\n"
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
msgid "/_About..."
msgstr "/_Honi buruz..."
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr "Harddrakeri buruz"
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
@@ -2565,51 +2666,51 @@ msgstr ""
"HardDrake da hau, Mandrakeren hardware ezarpen tresna bat.\n"
"Bertsioa:"
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
msgid "Author:"
msgstr "Egilea:"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr "Harddrake2 bertsioa "
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
msgid "Detected hardware"
msgstr "Detektatu hardwarea"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:105
+msgid "Information"
+msgstr "Informazioa"
+
+#: ../../harddrake/ui.pm_.c:108
msgid "Configure module"
msgstr "Konfiguratu modulua"
-#: ../../harddrake/ui.pm_.c:92
-msgid "Informations"
-msgstr "Informazioa"
-
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr "Exekutatu ezarpen tresna"
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
msgid "Detection in progress"
msgstr "Detekzio martxan"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "Itxaron mesedez"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr "lehenengo mailakoa"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "secondary"
msgstr "bigarren mailakoa"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
-msgstr ""
+msgstr "Moduluaren parametro bakoitza konfiguratu dezakezu hemen."
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, c-format
msgid "Running \"%s\" ..."
msgstr "\"%s\" exekutatzen ..."
@@ -2644,15 +2745,15 @@ msgstr ""
"beharrezkoa bada"
#: ../../harddrake/v4l.pm_.c:213
-msgid "Card model :"
+msgid "Card model:"
msgstr "Txartela modeloa :"
#: ../../harddrake/v4l.pm_.c:214
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "Sintonizatzaile mota :"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
+msgid "Number of capture buffers:"
msgstr "Eskuratze buffer kopurua :"
#: ../../harddrake/v4l.pm_.c:215
@@ -2660,11 +2761,11 @@ msgid "number of capture buffers for mmap'ed capture"
msgstr "mmap erabiliz eskuratzerako eskuratze buffer kopurua"
#: ../../harddrake/v4l.pm_.c:217
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "PLL ezarpenak :"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr "Irrati euskarria :"
#: ../../harddrake/v4l.pm_.c:218
@@ -2678,22 +2779,22 @@ msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2842,7 +2943,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2919,10 +3020,10 @@ msgstr ""
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -2993,11 +3094,11 @@ msgstr ""
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -3079,7 +3180,7 @@ msgstr ""
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -3124,7 +3225,9 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
"X (X Window sistema) GNU/Linux-en interfaze grafikoaren bihotza da, eta\n"
"Mandrake Linux-en dauden ingurune grafiko guztiak (KDE, GNOME, AfterStep,\n"
@@ -3147,34 +3250,7 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"X konfigurazioa probatzen duzun lehen aldian, baliteke oso pozik ez\n"
-"geratzea ikusten denarekin (pantaila txikiegia, ezkerrera edo eskuinera\n"
-"lerratua...). Beraz, X ongi abiarazten bada ere, konfigurazioa zuretzat\n"
-"egokia den galdetuko dizu DrakXk gero. Aldatzea ere proposatuko dizu aurki\n"
-"ditzakeen baliozko moduen zerrenda bistaratuz eta bat hautatzeko eskatuz.\n"
-"\n"
-"Azken baliabide gisa, Xk funtzionatzea lortzen ez baduzu, aukeratu \"Aldatu\n"
-"txartel grafikoa\", hautatu \"Zerrendatu gabeko txartela\", eta zein\n"
-"zerbitzari nahi duzun galdetzean, aukeratu \"FBDev\". Hau aukera segurua\n"
-"da, edozein txartel grafiko modernorekin funtzionatzen duena. Gero aukeratu\n"
-"\"Probatu berriro\" ziur egoteko."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -3190,7 +3266,8 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
+#, fuzzy
msgid ""
"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
@@ -3210,10 +3287,10 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
"Mandrake Linux-en CD-ROMak inkorporatutako berreskuratze-modua dauka.\n"
"Honela egin behar duzu: abiarazi CD-ROMetik, sakatu >>F1<< tekla abioan\n"
@@ -3241,7 +3318,7 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
"Linux operating system on your hard drive. If your hard drive is empty or\n"
@@ -3274,7 +3351,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3307,7 +3386,9 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
"Hona iritsita, Mandrake Linux sistema eragilea disko gogorrean non\n"
"instalatu aukeratu beharko duzu. Disko gogorra hutsik badago edo lehendik\n"
@@ -3377,7 +3458,7 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3441,7 +3522,7 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
"(formatting means creating a filesystem).\n"
@@ -3494,7 +3575,7 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -3511,12 +3592,12 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3539,7 +3620,7 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3555,14 +3636,14 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
@@ -3578,7 +3659,7 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3595,26 +3676,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3642,7 +3723,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3725,7 +3806,7 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
"Please choose the one you want to resize in order to install your new\n"
@@ -3792,36 +3873,36 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr "Izan pazientzia. Eragiketa honek minutu batzuk beharko ditu."
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
"installation or if you want to have greater control (\"Expert\"). You can\n"
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3830,11 +3911,11 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
"DrakXk lehenetsitako instalazioa (\"Gomendatua\") egin nahi duzun edo\n"
"kontrol handiagoa eduki nahi duzun (\"Aditua\") jakin behar du orain.\n"
@@ -3874,19 +3955,22 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
"Normalean, DrakXk teklatu egokia hautatuko dizu (aukeratutako hizkuntzaren\n"
"arabera) eta urrats hau ikusi ere ez duzu egingo. Dena den, baliteke zure\n"
@@ -3901,8 +3985,10 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3930,7 +4016,7 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -3943,7 +4029,14 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
"DrakXk normalean detektatzen du saguak zenbat botoi dituen. Detektatu ezin\n"
"badu, bi botoiko sagua duzula suposatuko du, eta hirugarren botoia emula\n"
@@ -3960,7 +4053,7 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
"Windows is named \"ttyS0\" under GNU/Linux."
@@ -3970,7 +4063,7 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -4000,9 +4093,9 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
@@ -4045,7 +4138,7 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -4084,16 +4177,7 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
+"options, which are reserved for the expert user."
msgstr ""
"LILO eta grub abioko kargatzaileak dira. Etapa hau erabat automatizatuta\n"
"izaten da normalean. Izan ere, DrakXk diskoaren abioko sektorea aztertzen\n"
@@ -4145,13 +4229,16 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:713
+#: ../../help.pm_.c:710
msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
+"\n"
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -4247,18 +4334,18 @@ msgstr ""
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
#: ../../help.pm_.c:759
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -4480,7 +4567,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -4522,7 +4611,7 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
@@ -4534,7 +4623,7 @@ msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/eu/drakx-help.xml
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -4569,7 +4658,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "%s ere formateatu behar duzu"
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4594,20 +4683,29 @@ msgstr ""
"\n"
"Zerbitzari horiek benetan instalatu nahi dituzu?\n"
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr "Ezin da difusioa erabili NIS domeinurik gabe"
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Sartu FAT formatuko diskete bat %s unitatean"
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr "Diskete honek ez du FAT formaturik"
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4615,11 +4713,19 @@ msgstr ""
"Gordetako pakete-hautapen hau erabiltzeko, abiarazi instalazioa ``linux "
"defcfg=floppy''rekin"
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Errorea %s fitxategia irakurtzean"
+#: ../../install_any.pm_.c:1023
+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 ""
+"Errorea gertatu da - ez da fitxategi-sistema berriak sortzeko gailu "
+"baliozkorik aurkitu. Aztertu zure hardwarea arazo honen arrazoia bilatzeko"
+
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -4653,59 +4759,59 @@ msgstr ""
"\n"
"Jarraitu hala ere?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "FAT partizio bat eduki behar duzu /boot/efi-n muntatuta"
-#: ../../install_interactive.pm_.c:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "Erabili leku librea"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr "Ez dago partizio berriak esleitzeko adina leku"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr "Lehendik dagoen partizioa erabili"
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr "Ez dago erabiltzeko moduko partiziorik"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr "Erabili Windows partizioa atzera-begiztarako"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Zein partizio erabili nahi duzu Linux4Win-erako?"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "Aukeratu tamainak"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "Erroko partizioaren tamaina MBtan: "
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "Swap partizioaren tamaina MBtan: "
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr "Erabili Windows-en partizioko leku librea"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr "Zein partiziori aldatu nahi diozu tamaina?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr "Windows fitxategi-sistemaren mugak kalkulatzen"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4714,7 +4820,7 @@ msgstr ""
"FAT tamaina-aldatzaileak ezin du zure partizioa maneiatu, \n"
"errore hau gertatu da: %s"
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
@@ -4722,7 +4828,7 @@ msgid ""
msgstr ""
"Zure Windows partizioa fragmentatuegia dago, exekutatu ``defrag'' lehendabizi"
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm_.c:140
msgid ""
"WARNING!\n"
"\n"
@@ -4742,21 +4848,21 @@ msgstr ""
"instalazioarekin. Datuen babeskopia egitea ere komeni da.\n"
"Ziur zaudenean, sakatu Ados."
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr "Zein tamaina utzi nahi duzu Windows-entzat"
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr "%s partizioan"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT tamaina-aldaketak huts egin du: %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -4764,32 +4870,32 @@ msgstr ""
"Ez dago FAT partiziorik tamainaz aldatzeko edo atzera-begizta gisa "
"erabiltzeko (edo ez dago nahikoa leku)"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "Ezabatu disko osoa"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "Kendu Windows(TM)"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Disko gogor bat baino gehiago duzu, zeinetan instalatuko duzu linux?"
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "%s unitatean dauden partizio eta datu GUZTIAK galdu egingo dira"
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
msgstr "Disko-partizio pertsonalizatua"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "Erabili fdisk"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4798,28 +4904,28 @@ msgstr ""
"Orain egin dezakezu %s partizioa.\n"
"Egin ondoren, ez ahaztu `w' erabiliz gordetzea"
-#: ../../install_interactive.pm_.c:227
+#: ../../install_interactive.pm_.c:229
msgid "You don't have enough free space on your Windows partition"
msgstr "Ez duzu behar adina leku libre Windows partizioan"
-#: ../../install_interactive.pm_.c:243
+#: ../../install_interactive.pm_.c:245
msgid "I can't find any room for installing"
msgstr "Ezin dut instalatzeko lekurik aurkitu"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX Partizio-morroiak irtenbide hauek aurkitu ditu:"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr "Partizioak huts egin du: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "Sarea irekitzen"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "Sarea ixten"
@@ -4831,12 +4937,12 @@ msgstr ""
"Errore bat gertatu da, baina ez dakit behar bezala maneiatzen.\n"
"Jarraitu zure ardurapean."
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "Bikoiztu %s muntatze-puntua"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -4848,12 +4954,12 @@ msgstr ""
"Probatu CDROMa ordenagailu instalatu batean \"rpm -qpl Mandrake/RPMS/*.rpm\" "
"erabiliz.\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "Ongi etorri %s(e)ra"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "Ez dago diskete-unitate erabilgarririk"
@@ -4883,69 +4989,69 @@ msgstr "Instalazio-klasea"
msgid "Please choose one of the following classes of installation:"
msgstr "Aukeratu instalazio-klase hauetako bat:"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "Pakete-taldearen hautapena"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr "Pakete indibidualen hautapena"
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Guztira: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "Pakete txarra"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "Izena: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "Bertsioa: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "Tamaina: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "Garrantzia: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr "Ezin duzu pakete hori hautatu: ez dago instalatzeko lekurik"
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr "Ondorengo pakete hauek instalatuko dira"
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr "Ondorengo pakete hauek kenduko dira"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr "Ezin duzu pakete hau hautatu/desautatu"
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr "Nahitaezko paketea da, ezin da desautatu"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr "Ezin duzu pakete hau desautatu. Dagoeneko instalatuta dago"
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -4953,74 +5059,74 @@ msgstr ""
"Pakete hau bertsio-berritu beharrean dago\n"
"Ziur zaude desautatu nahi duzula?"
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr "Ezin duzu pakete hau desautatu. Bertsio-berritu egin behar da"
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr "Erakutsi automatikoki hautatutako paketeak"
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "Instalatu"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
msgid "Load/Save on floppy"
msgstr "Kargatu/Gorde disketean"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
msgid "Updating package selection"
msgstr "Pakete-hautapena eguneratzen"
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
msgid "Minimal install"
msgstr "Gutxieneko instalazioa"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "Aukeratu instalatu nahi dituzun paketeak"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "Instalatzen"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "Kalkulatzen"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "Geratzen den denbora "
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
msgid "Please wait, preparing installation..."
msgstr "Itxaron, instalazioa prestatzen"
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d paketeak"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "%s paketea instalatzen"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Onartu"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "Ezetsi"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5034,17 +5140,17 @@ msgstr ""
"Sartu \"%s\" etiketa duen CDROMa unitatean eta sakatu Ados.\n"
"Ez baduzu, sakatu Utzi instalazioa CDROM horretatik egin ez dezan."
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "Jarraitu hala ere?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "Errore bat izan da paketeak ordenatzean:"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr "Errore bat izan da paketeak instalatzean:"
@@ -5356,7 +5462,7 @@ msgid "Are you sure you refuse the licence?"
msgstr "Ziur zaude lizentzia errefusatzen duzula?"
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Teklatua"
@@ -5404,11 +5510,11 @@ msgstr "Paketeak bakarrik bertsio-berritu"
msgid "Please choose the type of your mouse."
msgstr "Aukeratu sagu-mota."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "Sagu-ataka"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Aukeratu sagua konektatuta dagoen serieko ataka."
@@ -5440,46 +5546,20 @@ msgstr "IDE konfiguratzen"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "ez dago partizio erabilgarririk"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr "Partizioak eskaneatzen muntatze-puntuak aurkitzeko"
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "Aukeratu muntatze-puntuak"
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Ezin dut zure partizio-taula irakurri, hondatuegia dago :(\n"
-"Jarraitzen saia naiteke, partizio txarrak garbituz (DATU GUZTIAK galduko "
-"dira!).\n"
-"Beste irtenbidea DrakXri partizio-taula aldatzeko baimenik ez ematea da.\n"
-"(errorea %s da)\n"
-"\n"
-"Ados zaude partizio guztiak galtzearekin?\n"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake-k ezin izan du partizio-taula behar bezala irakurri.\n"
-"Jarraitu zure ardurapean!"
-
-#: ../../install_steps_interactive.pm_.c:396
-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 ""
@@ -5487,68 +5567,70 @@ msgstr ""
"baina zure sistema abiarazteko, bootstrap partizioa sortu beharko duzu "
"DiskDrake-rekin"
-#: ../../install_steps_interactive.pm_.c:405
+#: ../../install_steps_interactive.pm_.c:388
msgid "No root partition found to perform an upgrade"
msgstr "Ez da erroko partiziorik aurkitu bertsio-berritzea egiteko"
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "Erroko partizioa"
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "Zein da zure sistemaren (/) erroko partizioa?"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"Berrabiarazi egin behar duzu partizio-taulako aldaketek eragina izateko"
-#: ../../install_steps_interactive.pm_.c:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "Aukeratu formateatu nahi dituzun partizioak"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr "Bloke txarrak egiaztatu?"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr "Partizioak formateatzen"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr "%s fitxategia sortzen eta formateatzen"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
"you can loose data)"
msgstr ""
+"%s fitxategi-sistemaren egiaztapenak hutsegin du. Okerrak zuzendu nahi "
+"dituzu? (adi, datuak gal ditzakezu)"
-#: ../../install_steps_interactive.pm_.c:482
+#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "Ez dago nahikoa swap instalazioa burutzeko, gehitu egin beharko duzu"
-#: ../../install_steps_interactive.pm_.c:489
+#: ../../install_steps_interactive.pm_.c:472
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Pakete erabilgarriak bilatzen eta rpm databaseak berreraikitzen..."
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "Pakete erabilgarriak bilatzen"
-#: ../../install_steps_interactive.pm_.c:493
+#: ../../install_steps_interactive.pm_.c:476
msgid "Looking at packages already installed..."
msgstr "Instalatutako paketeen artean bilatzen..."
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr "Bertsio-berritzeko paketeak bilatzen"
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -5557,7 +5639,7 @@ msgstr ""
"Zure sistemak ez du nahikoa leku instalatzeko edo bertsio-berritzeko (%d > %"
"d)"
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -5565,35 +5647,35 @@ msgstr ""
"Aukeratu pakete-hautapena disketean kargatzea edo gordetzea.\n"
"Formatua instalazio automatikoa egiteko sortutako disketeena bezalakoa da."
-#: ../../install_steps_interactive.pm_.c:553
+#: ../../install_steps_interactive.pm_.c:537
msgid "Load from floppy"
msgstr "Disketetik kargatu"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Loading from floppy"
msgstr "Disketetik kargatzen"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Package selection"
msgstr "Pakete-hautapena"
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
msgid "Insert a floppy containing package selection"
msgstr "Sartu pakete-hautapena daukan diskete bat"
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "Gorde disketean"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr "Hautatutako tamaina handiagoa da leku erabilgarria baino"
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
msgid "Type of install"
msgstr "Instalazio-mota"
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5601,19 +5683,19 @@ msgstr ""
"Ez duzu talde edo paketerik hautatuta\n"
"Nahi duzun gutxieneko instalazioa hautatu behar duzu"
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
msgid "With X"
msgstr "Xrekin"
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr "Oinarrizko dokumentazioarekin (gomendatua)"
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr "Instalazio minimo-minimoa (batez ere, urpmi gabe)"
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5623,16 +5705,16 @@ msgstr ""
"CD horietako bat ere ez baduzu, sakatu Utzi.\n"
"CDetako batzuk soilik falta badituzu, desauta itzazu, eta sakatu Ados."
-#: ../../install_steps_interactive.pm_.c:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "\"%s\" etiketadun CDROMa"
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "Instalazioa prestatzen"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -5641,21 +5723,21 @@ msgstr ""
"%s paketea instalatzen\n"
"%% %d"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "Instalazio-ondorengo konfigurazioa"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Sartu abioko disketea %s unitatean"
-#: ../../install_steps_interactive.pm_.c:845
+#: ../../install_steps_interactive.pm_.c:829
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Sartu moduluak eguneratzeko disketea %s unitatean"
-#: ../../install_steps_interactive.pm_.c:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5729,7 +5811,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:888
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5749,159 +5831,159 @@ msgstr ""
"\n"
"Eguneratzeak instalatu nahi dituzu?"
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Mandrake Linux-en web gunearekin kontaktatzen ispiluen zerrenda lortzeko"
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr "Aukeratu ispilu bat paketeak bertatik hartzeko"
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Ispiluarekin kontaktatzen pakete erabilgarrien zerrenda lortzeko"
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "Zein da zure ordu-zona?"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
msgid "Hardware clock set to GMT"
msgstr "Hardwarearen ordua GMTn ezarria"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr "Ordu-sinkronizazio automatikoa (NTP erabiliz)"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
msgid "NTP Server"
msgstr "NTP Zerbitzaria"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr "Urruneko CUPS zerbitzaria"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr "Inprimagailurik ez"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Do you have an ISA sound card?"
msgstr "ISA soinu-txartela duzu?"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
"Instalazioa egindakoan, exekutatu \"sndconfig\" soinu-txartela "
"konfiguratzeko "
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"Ez da soinu-txartelik detektatu. Instalazioa egin ondoren, saiatu \"harddrake"
"\"rekin "
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Laburpena"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "Sagua"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr "Ordu-zona"
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Inprimagailua"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr "ISDN txartela"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr "Soinu-txartela"
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr "Telebista-txartela"
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Windows Domain"
msgstr "Windows Domeinua"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
msgid "Local files"
msgstr "Fitxategi lokalak"
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Ezarri root-aren pasahitza"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "Pasahitzik ez"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Pasahitz hau sinpleegia da (gutxienez %d karaktere izan behar ditu)"
-#: ../../install_steps_interactive.pm_.c:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autentifikazioa"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
msgid "Authentication LDAP"
msgstr "LDAP autentifikazioa"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr "LDAP basea dn"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
msgid "LDAP Server"
msgstr "LDAP Zerbitzaria"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
msgid "Authentication NIS"
msgstr "NIS Autentifikazioa"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "NIS domeinua"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "NIS zerbitzaria"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -5917,21 +5999,19 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1140
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Authentication Windows Domain"
-msgstr "Autentifikazioa Windows PDC"
+msgstr "windowsen Autentifikazio Domeinua"
-#: ../../install_steps_interactive.pm_.c:1142
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1127
msgid "Domain Admin User Name"
-msgstr "Domeinu-izena:"
+msgstr "Domeinuaren Admin Erabiltzaile Izena"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
-msgstr ""
+msgstr "Domeinuko Admin Pasahitza"
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -5962,19 +6042,19 @@ msgstr ""
"lehen\n"
"unitatean eta sakatu \"Ados\"."
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "Lehen diskete-unitatea"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "Bigarren diskete-unitatea"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Saltatu"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6002,7 +6082,7 @@ msgstr ""
"Zure sistemarako abioko disko bat sortu nahi duzu?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -6016,28 +6096,28 @@ msgstr ""
"abioko diskoa 1,44 Mb-ko disketean sortzeak huts egingo du\n"
"seguru asko, XFSk oso kontrolatzaile handia behar duelako)."
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "Ez dago diskete-unitate erabilgarririk"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Aukeratu abioko diskoa egiteko erabili nahi duzun diskete-unitatea"
-#: ../../install_steps_interactive.pm_.c:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, c-format
msgid "Insert a floppy in %s"
msgstr "Sartu diskete bat %s unitatean"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "Abioko disketea sortzen"
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "Abioko kargatzailea prestatzen"
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6049,11 +6129,11 @@ msgstr ""
"Instalazioak jarraitu egingo du, baina\n"
"BootX erabili beharko duzu makina abiarazteko"
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr "aboot erabili nahi duzu?"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6061,15 +6141,15 @@ msgstr ""
"Errorea aboot instalatzean, \n"
"instalazioa ezartzen saiatu lehen partizioa suntsitzen badu ere?"
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
msgid "Installing bootloader"
msgstr "Abioko kargatzailea instalatzen"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Abioko kargatzailea instalatzeak huts egin du. Errore hau gertatu da:"
-#: ../../install_steps_interactive.pm_.c:1274
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6087,17 +6167,17 @@ msgstr ""
" Gero, idatzi: shut-down\n"
"Hurrengo abiaraztean abioko kargatzailearen gonbita ikusi behar duzu."
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Sartu diskete huts bat %s unitatean"
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr "Auto-instalazioko disketea sortzen..."
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6107,7 +6187,7 @@ msgstr ""
"\n"
"Ziur zaude orain irten nahi duzula?"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6140,16 +6220,15 @@ msgstr ""
"Zure sistema konfiguratzeko informazioa Mandrake-ren Erabiltzailearen \n"
"Gida Ofizialeko instalatu ondorengo azalpenei buruzko kapituluan duzu."
-#: ../../install_steps_interactive.pm_.c:1347
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
-msgstr "http://www.mandrakesoft.com/sales/contact"
+msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
msgid "Generate auto install floppy"
msgstr "Sortu auto-instalazioko disketea"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6163,15 +6242,15 @@ msgstr ""
"\n"
"Beharbada nahiago izango duzu instalazioa errepikatzea.\n"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr "Automatizatua"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr "Errepikatu"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
msgid "Save packages selection"
msgstr "Gorde pakete-hautapena"
@@ -6180,12 +6259,12 @@ msgstr "Gorde pakete-hautapena"
msgid "Mandrake Linux Installation %s"
msgstr "Mandrake Linux-en %s instalazioa"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
-" <Tab>/<Alt-Tab> elementuz aldatzeko | <Zuriunea> hautatzeko | <F12> hurr. "
-"pantaila"
+" <Tab>/<Alt-Tab> elem. aldatzeko | <Zuriunea> hautatzeko | <F12> hurr. pant. "
#: ../../interactive.pm_.c:87
msgid "kdesu missing"
@@ -6199,22 +6278,22 @@ msgstr "consolehelper falta da"
msgid "Choose a file"
msgstr "Aukeratu fitxategi bat"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr "Aurreratua"
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr "Oinarrizkoa"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Aurrekoa"
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
msgid "Next"
msgstr "Hurrengoa"
@@ -6244,7 +6323,7 @@ msgstr "Zure aukera? (0/1, lehenetsia `%s' da) "
#: ../../interactive/stdio.pm_.c:95
#, c-format
msgid "Button `%s': %s"
-msgstr "`%s' botoia : %s"
+msgstr "`%s' botoia: %s"
#: ../../interactive/stdio.pm_.c:96
msgid "Do you want to click on this button?"
@@ -6287,375 +6366,372 @@ msgstr ""
msgid "Re-submit"
msgstr "Berriro bidali"
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "txekiarra (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "alemana"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "espainiarra"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "finlandiarra"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "frantsesa"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "norvegiarra"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "poloniarra"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "errusiarra"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "suediarra"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "Erresuma Batuko teklatua"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "Estatu Batuetako teklatua"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
msgid "Albanian"
msgstr "albaniarra"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr "armeniarra (zaharra)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr "armeniarra (idazmakina)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "armeniarra (fonetikoa)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr "azerbaijandarra (latinoa)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "belgikarra"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:177
#, fuzzy
msgid "Bengali"
msgstr "gaitu"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
msgid "Bulgarian (phonetic)"
msgstr "bulgariarra (fonetikoa)"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
msgid "Bulgarian (BDS)"
msgstr "bulgariarra (BDS)"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "brasildarra (ABNT-2)"
-#: ../../keyboard.pm_.c:204
-#, fuzzy
+#: ../../keyboard.pm_.c:183
msgid "Bosnian"
-msgstr "estoniarra"
+msgstr "Bosniarra"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "bielorrusiarra"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "suitzarra (diseinu alemana)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "suitzarra (diseinu frantsesa)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "txekiarra (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr "alemana (letra zaharkiturik ez)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "daniarra"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "Dvorak (Estatu Batuak)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (norvegiarra)"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Swedish)"
msgstr "Dvorak (suediarra)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "estoniarra"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "georgiarra (diseinu \"errusiarra\")"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "georgiarra (diseinu \"latinoa\")"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "grekoa"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "hungariarra"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "kroaziarra"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "israeldarra"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "israeldarra (fonetikoa)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr "iraniarra"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "islandiarra"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "italiarra"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "japoniarra 106 tekla"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
msgid "Korean keyboard"
msgstr "Koreako teklatua"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "latinamerikarra"
-#: ../../keyboard.pm_.c:239
-#, fuzzy
+#: ../../keyboard.pm_.c:218
msgid "Laotian"
msgstr "letoniarra"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr "Lituaniako AZERTY (zaharra)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr "Lituaniako AZERTY (berria)"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituaniako QWERTY \"ilara numerikoa\""
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituaniako QWERTY \"fonetikoa\""
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
msgid "Latvian"
msgstr "letoniarra"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr "mazedoniarra"
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:248
-#, fuzzy
+#: ../../keyboard.pm_.c:227
msgid "Mongolian (cyrillic)"
-msgstr "serbiarra (zirilikoa)"
+msgstr "Mongoliarra (zirilikoa)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "holandarra"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr "poloniarra (qwerty diseinua)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr "poloniarra (qwertz diseinua)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "portugesa"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr "kanadarra (Quebec)"
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
msgid "Romanian (qwertz)"
msgstr "errumaniarra (qwertz)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
msgid "Romanian (qwerty)"
msgstr "errumaniarra (qwerty)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "errusiarra (Yawerty)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "esloveniarra"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "eslovakiarra (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "eslovakiarra (QWERTY)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
msgid "Serbian (cyrillic)"
msgstr "serbiarra (zirilikoa)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
msgstr "tamila (Unicode)"
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr "tamila (TSCII)"
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "Thailandiako teklatua"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
msgid "Tajik keyboard"
msgstr "Tajikistango teklatua"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "turkiarra (tradizionala \"F\" modeloa)"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "turkiarra (modernoa \"Q\" modeloa)"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "ukrainarra"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "Estatu Batuetako teklatua (nazioartekoa)"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "vietnamdarra QWERTY \"ilara numerikoa\""
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
msgid "Yugoslavian (latin)"
msgstr "jugoslaviarra (latinoa)"
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr "Eskuineko Alt tekla"
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr "Bi Maius teklak batera"
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr "Kontrol eta Maius teklak batera"
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr "BlokMaius tekla"
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ktrl eta Alt teklak batera"
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr "Alt eta Maius teklak batera"
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr "\"Menu\" tekla"
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr "Ezkerreko \"Windows\" tekla"
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr "Eskuineko \"Windows\" tekla"
@@ -6711,11 +6787,11 @@ msgstr "Gurpildun PS2 sagu generikoa"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking sagua"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -6723,115 +6799,125 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+#, fuzzy
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr "1 botoi"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "2 botoiko sagu generikoa"
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr "Gurpila"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "seriekoa"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "3 botoiko sagu generikoa"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech sagua (seriekoa, C7 mota zaharrekoa)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
msgid "busmouse"
msgstr "bus-sagua"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "2 botoi"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "3 botoi"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "bat ere ez"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "Sagurik gabe"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr "Probatu sagua"
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
msgid "To activate the mouse,"
msgstr "Sagua aktibatzeko,"
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr "MUGITU GURPILA!"
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+#, fuzzy
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+
+#: ../../my_gtk.pm_.c:159
msgid "Finish"
msgstr "Amaitu"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "Hurrengoa ->"
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr "Zuzena da?"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "Informazioa"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "Zabaldu zuhaitza"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "Tolestu zuhaitza"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr "Txandakatu alfabetikoaren eta taldeka ordenatuaren artean"
@@ -6869,6 +6955,74 @@ msgstr "erabili pppoe"
msgid "use pptp"
msgstr "erabili pptp"
+#: ../../network/drakfirewall.pm_.c:12
+#, fuzzy
+msgid "Web Server"
+msgstr "Zerbitzaria"
+
+#: ../../network/drakfirewall.pm_.c:17
+#, fuzzy
+msgid "Domain Name Server"
+msgstr "Domeinu-izena:"
+
+#: ../../network/drakfirewall.pm_.c:32
+#, fuzzy
+msgid "Mail Server"
+msgstr "Gaitu Zerbitzaria"
+
+#: ../../network/drakfirewall.pm_.c:37
+#, fuzzy
+msgid "POP and IMAP Server"
+msgstr "LDAP Zerbitzaria"
+
+#: ../../network/drakfirewall.pm_.c:111
+#, fuzzy
+msgid "No network card"
+msgstr "ez da sare-txartelik aurkitu"
+
+#: ../../network/drakfirewall.pm_.c:129
+#, fuzzy
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+"tinyfirewall konfiguratzailea\n"
+"\n"
+"Mandrake Linux makina honetarako suebaki pertsonala konfiguratzen du.\n"
+"Suebaki ahaltsuagoa nahi baduzu, begiratu MandrakeSecurity Firewall \n"
+"banaketa espezializatua."
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:164
+#, fuzzy
+msgid "Other ports"
+msgstr "Probatu atakak"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -6885,7 +7039,7 @@ msgstr ""
"Zure sisteman ez da ethernet sare-moldagailurik detektatu.\n"
"Ezin dut konexio-mota hau konfiguratu."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "Aukeratu sare-interfazea"
@@ -6899,7 +7053,7 @@ msgstr ""
msgid "no network card found"
msgstr "ez da sare-txartelik aurkitu"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "Sarea konfiguratzen"
@@ -6915,7 +7069,7 @@ msgstr ""
"Ostalari-izenak osoa izan behar du, erabat kualifikatua,\n"
"esate baterako, ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "Ostalari-izena"
@@ -7216,13 +7370,13 @@ msgstr "Aukeratu konfiguratzeko profila"
msgid "Use auto detection"
msgstr "Erabili auto-detekzioa"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Aditu modua"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Gailuak detektatzen..."
@@ -7390,11 +7544,11 @@ msgstr "IP automatikoa"
msgid "Start at boot"
msgstr "Abioan abiaraztekoa"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP helbideak 1.2.3.4 formatua izan behar du"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7406,43 +7560,55 @@ msgstr ""
"esate baterako, ``mybox.mylab.myco.com''.\n"
"Atebidearen IP helbidea ere sar dezakezu, baldin baduzu"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "DNS zerbitzaria"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Atebidea (adib. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "Atebide-gailua"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "Proxy-en konfigurazioa"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "HTTP proxy-a"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "FTP proxy-a"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr "Sare-txartelaren identifikazioa (eramangarrientzat baliagarria)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr "Proxy-ak http://... izan behar du"
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr "Proxy-ak ftp://... izan behar du"
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr "Suebaki-konfigurazioa detektatu da!"
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+"Kontuz! Lehendik dagoen suebaki-konfigurazio bat detektatu da. Beharbada "
+"eskuz konponketa batzuk egin beharko dituzu instalazioaren ondoren."
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "Interneteko konfigurazioa"
@@ -7548,15 +7714,15 @@ msgstr "Kontuaren pasahitza"
msgid "United Kingdom"
msgstr "Erresuma Batua"
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "muntatzeak huts egin du: "
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr "Partizio hedatua ez da plataforma honetan onartzen"
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
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 "
@@ -7566,21 +7732,21 @@ msgstr ""
"Irtenbide bakarra lehen mailako partizioak mugitzea da, hutsunea partizio "
"hedatuen ondoren gera dadin"
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Huts egin du %s fitxategitik leheneratzean: %s"
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "Babeskopia txarra"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "Errorea %s fitxategian idaztean"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -7626,150 +7792,154 @@ msgstr "LPD - Line Printer Daemon"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Print, Don't Queue (Inprimatu, ez egon ilaran)"
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr "CUPS"
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr "LPRng"
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr "LPD"
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr "PDQ"
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "Inprimagailu lokala"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "Urruneko inprimagailua"
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
msgid "Printer on remote CUPS server"
msgstr "Urruneko CUPS zerbitzariko inprimagailua"
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
msgid "Printer on remote lpd server"
msgstr "Urruneko lpd zerbitzariko inprimagailua"
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
msgid "Network printer (TCP/Socket)"
msgstr "Sareko inprimagailua (TCP/socket-a)"
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT zerbitzariko inprimagailua"
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
msgid "Printer on NetWare server"
msgstr "NetWare zerbitzariko inprimagailua"
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
msgid "Enter a printer device URI"
msgstr "Adierazi inprimagailuaren URI bat"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr "Kanalizatu lana komando batean"
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+msgid "Unknown Model"
+msgstr "Modelo ezezaguna"
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr "Modelo ezezaguna"
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
msgid "Local Printers"
msgstr "Inprimagailu lokalak"
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
msgid "Remote Printers"
msgstr "Urruneko inprimagailuak"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr " - \\/*%s ataka paraleloan"
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ", \\/*%s USB inprimagailua"
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ", funtzio anitzeko gailua \\/*%s ataka paraleloan"
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ", funtzio anitzeko gailua - USB"
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ", funtzio anitzeko gailua - HP JetDirect"
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ", funtzio anitzeko gailua"
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, c-format
msgid ", printing to %s"
msgstr ", %s atakan"
-#: ../../printer.pm_.c:544
-#, fuzzy, c-format
+#: ../../printer.pm_.c:792
+#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
-msgstr " - \"%s\" LPD zerbitzaria, \"%s\" inprimagailua"
+msgstr "\"%s\" LPD zerbitzarian, \"%s\" inprimagailua"
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ", \"%s\" TCP/IP ostalaria, %s ataka"
-#: ../../printer.pm_.c:550
-#, fuzzy, c-format
+#: ../../printer.pm_.c:798
+#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
-msgstr " - \"%s\" Windows zerbitzaria, \"%s\" konpartitzea"
+msgstr "\"%s\" SMB/Windows zerbitzarian, elkarbanatu \"%s\""
-#: ../../printer.pm_.c:554
-#, fuzzy, c-format
+#: ../../printer.pm_.c:802
+#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
-msgstr " - \"%s\" Novell zerbitzaria, \"%s\" inprimagailua"
+msgstr "\"%s\" Novell zerbitzarian, \"%s\" inprimagailua"
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ", %s komandoaren bidez"
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr "Inprimagailu gordina (kontrolatzailerik ez)"
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, c-format
msgid "(on %s)"
msgstr "(%s)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr "(makina honetan)"
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, c-format
msgid "On CUPS server \"%s\""
msgstr "\"%s\" CUPS zerbitzarian"
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr " (lehenetsia)"
@@ -7795,11 +7965,11 @@ msgstr ""
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
msgid "CUPS configuration"
msgstr "CUPSen konfigurazioa"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
msgid "Specify CUPS server"
msgstr "Zehaztu CUPS zerbitzaria"
@@ -7843,7 +8013,7 @@ msgstr ""
msgid "The IP address should look like 192.168.1.20"
msgstr "IP helbideak honelako itxura izan behar du: 192.168.1.20"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
msgid "The port number should be an integer!"
msgstr "Ataka-zenbakiak osoko zenbakia izan behar du!"
@@ -7851,7 +8021,7 @@ msgstr "Ataka-zenbakiak osoko zenbakia izan behar du!"
msgid "CUPS server IP"
msgstr "CUPS zerbitzariaren IP"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "Ataka"
@@ -7859,12 +8029,130 @@ msgstr "Ataka"
msgid "Automatic CUPS configuration"
msgstr "CUPS konfigurazio automatikoa"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printerdrake.pm_.c:178
+#, fuzzy
+msgid "Checking your system..."
+msgstr "Inprimatze-sistema berrabiarazten ..."
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:198
+#, fuzzy
+msgid ""
+"The following printers\n"
+"\n"
+msgstr "Ondorengo pakete hauek kenduko dira"
+
+#: ../../printerdrake.pm_.c:199
+#, fuzzy
+msgid ""
+"The following printer\n"
+"\n"
+msgstr "Ondorengo pakete hauek kenduko dira"
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:210
+#, fuzzy
+msgid "directly connected to your system"
+msgstr "Kopiatu zure sistemako letra-tipoak"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:221
+#, fuzzy
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "Aukeratu inprimagailua konektatuta dagoen ataka."
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:236
+#, fuzzy
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr ""
+"Inprimagailu hau (\"%s\")\n"
+"lehenetsi nahi duzu?"
+
+#: ../../printerdrake.pm_.c:238
+#, fuzzy
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Abioan hasi nahi duzu konexioa?"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:240
+#, 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:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
msgid "Add a new printer"
msgstr "Gehitu inprimagailu berria"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7887,7 +8175,7 @@ msgstr ""
"inprimagailu-kontrolatzaile, kontrolatzaile-aukera eta konexio-mota "
"erabilgarri guztiak jarriko ditu zure esku."
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7896,7 +8184,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -7909,7 +8197,22 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:297
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7918,7 +8221,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -7929,25 +8232,25 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:213
+#: ../../printerdrake.pm_.c:315
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "Automatikoki detektatu inprimagailuak"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
msgid "Local Printer"
msgstr "Inprimagailu lokala"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -7970,50 +8273,50 @@ msgstr ""
"lehenetsiak (paper-iturria, inprimatze-kalitatea...) aldatu nahi badituzu, "
"hautatu \"Inprimagailua\" Mandrake Kontrol Zentroko \"Hardwarea\" atalean."
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Printer auto-detection"
msgstr "Egin auto-detekzioa"
-#: ../../printerdrake.pm_.c:305
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:408
+#, c-format
msgid ", network printer \"%s\", port %s"
-msgstr ", \"%s\" TCP/IP ostalaria, %s ataka"
+msgstr ", \"%s\" sareko inprimagailua, %s portua"
-#: ../../printerdrake.pm_.c:307
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:410
+#, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "SMB/Windows 95/98/NT zerbitzariko inprimagailua"
+msgstr ", \"%s\" inprimagailua \"%s\" SMB/Windows zerbitzarian"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, c-format
msgid "Detected %s"
msgstr "%s detektatua"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr "\\/*%s ataka paraleloko inprimagailua"
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr "\\/*%s USB inprimagailua"
-#: ../../printerdrake.pm_.c:321
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:424
+#, c-format
msgid "Network printer \"%s\", port %s"
-msgstr "Sareko inprimagailua (TCP/socket-a)"
+msgstr "\"%s\" sareko inprimagailua, %s portua"
-#: ../../printerdrake.pm_.c:323
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:426
+#, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "SMB/Windows 95/98/NT zerbitzariko inprimagailua"
+msgstr "\"%s\" inprimagailua \"%s\" SMB/Windows zerbitzarian"
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -8025,23 +8328,19 @@ msgstr ""
"baliokideak dira LPT1:, LPT2:..., lehen USB inprimagailua: /dev/usb/lp0, "
"bigarren USB inprimagailua: /dev/usb/lp1, ...)."
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
msgid "You must enter a device or file name!"
msgstr "Gailua edo fitxategi-izena adierazi behar duzu!"
-#: ../../printerdrake.pm_.c:475
-#, fuzzy
+#: ../../printerdrake.pm_.c:578
msgid "No printer found!"
-msgstr ""
-"Ez da inprimagailu lokalik aurkitu!\n"
-"\n"
+msgstr "Ez da inprimagairik aurkitu!"
-#: ../../printerdrake.pm_.c:485
-#, fuzzy
+#: ../../printerdrake.pm_.c:588
msgid "Available printers"
-msgstr "Inprimagailu lokala"
+msgstr "Inprimagailu erabilgarriak"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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"
@@ -8049,7 +8348,7 @@ msgstr ""
"Inprimagailu hau detektatu da automatikoki, zuk konfiguratu nahi duzuna ez "
"bada, idatzi gailuaren izena/fitxategi-izena"
-#: ../../printerdrake.pm_.c:490
+#: ../../printerdrake.pm_.c:593
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"
@@ -8057,7 +8356,7 @@ msgstr ""
"Automatikoki detektatutako inprimagailuen zerrenda da hau. Hautatu "
"konfiguratu nahi duzuna edo idatzi gailuaren izena/fitxategi-izena"
-#: ../../printerdrake.pm_.c:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -8069,7 +8368,7 @@ msgstr ""
"baduzu konfigurazio pertsonalizatua, aldatu \"Eskuzko konfigurazioa"
"\"aukerara."
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -8081,7 +8380,7 @@ msgstr ""
"automatikoki egingo da. Inprimagailua ondo detektatu ez bada edo nahiago "
"baduzu konfigurazio pertsonalizatua, hautatu \"Eskuzko konfigurazioa\"."
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
msgid ""
"Please choose the port where your printer is connected to or enter a device "
"name/file name in the input line"
@@ -8089,11 +8388,11 @@ msgstr ""
"Hautatu inprimagailua konektatuta dagoen ataka edo idatzi gailuaren izena/"
"fitxategi-izena"
-#: ../../printerdrake.pm_.c:496
+#: ../../printerdrake.pm_.c:599
msgid "Please choose the port where your printer is connected to."
msgstr "Aukeratu inprimagailua konektatuta dagoen ataka."
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
@@ -8102,19 +8401,19 @@ msgstr ""
"lehen USB inprimagailua: /dev/usb/lp0, 2. USB inprimagailua: /dev/usb/"
"lp1, ...)."
-#: ../../printerdrake.pm_.c:503
+#: ../../printerdrake.pm_.c:606
msgid "You must choose/enter a printer/device!"
msgstr "Inprimagailua/gailua aukeratu/adierazi behar duzu!"
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
msgid "Manual configuration"
msgstr "Eskuzko konfigurazioa"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr "Urruneko lpd inprimagailuaren aukerak"
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
"server and the printer name on that server."
@@ -8123,47 +8422,47 @@ msgstr ""
"ostalari-\n"
"izena eta zerbitzari horretako inprimagailu-izena eman behar dituzu."
-#: ../../printerdrake.pm_.c:579
+#: ../../printerdrake.pm_.c:682
msgid "Remote host name"
msgstr "Urruneko ostalari-izena"
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
msgid "Remote printer name"
msgstr "Urruneko inprimagailu-izena"
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
msgid "Remote host name missing!"
msgstr "Urruneko ostalari izena falta da!"
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
msgid "Remote printer name missing!"
msgstr "Urruneko inprimagailu-izena falta da!"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
+#, c-format
msgid "Detected model: %s %s"
-msgstr "%s detektatua"
+msgstr "Detektatutako eredua: %s %s"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Scanning network..."
msgstr "Sarea abiarazten ..."
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
+#, c-format
msgid ", printer \"%s\" on server \"%s\""
-msgstr " - \"%s\" Windows zerbitzaria, \"%s\" konpartitzea"
+msgstr ", \"%s\" inprimagailua \"%s\" zerbitzarian"
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
+#, c-format
msgid "Printer \"%s\" on server \"%s\""
-msgstr "\"%s\" inprimagailuan inprimatzen"
+msgstr "\"%s\" inprimagailua \"%s\" zerbitzarian"
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "SMB (Windows 9x/NT) inprimagailuaren aukerak"
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
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 "
@@ -8176,46 +8475,46 @@ msgstr ""
"konpartitze-izena eta erabiltzaile-izenak, pasahitzak eta lantalde-"
"informazioa ere."
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "SMB zerbitzariaren ostalaria"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "SMB zerbitzariaren IP"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "Konpartitze-izena"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "Lantaldea"
-#: ../../printerdrake.pm_.c:746
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid "Auto-detected"
msgstr "Auto-detektatu"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
msgstr "Zerbitzari-izena edo zerbitzariaren IP eman behar da!"
-#: ../../printerdrake.pm_.c:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr "Samba konpartitze-izena falta da!"
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr "SEGURTASUN OHARRA!"
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -8258,7 +8557,7 @@ msgstr ""
"koneksio motarekin Printdraken.\n"
"\n"
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -8271,7 +8570,7 @@ msgstr ""
"lotura mota erabilizPrinterdrake-n.\n"
"\n"
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -8284,11 +8583,11 @@ msgstr ""
"Ziur zaude inprimagailu hau ezartzen jarraitu nahi duzula egiten ari zaren "
"moduan?"
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "NetWare inprimagailuaren aukerak"
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
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 "
@@ -8300,43 +8599,43 @@ msgstr ""
"desberdina izatea!) eta baita atzitu nahi duzun inprimagailuaren inprimaketa-"
"ilararen izena eta erabiltzaile-izenak eta pasahitzak ere."
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "Inprimagailu-zerbitzaria"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr "Inprimaketa-ilararen izena"
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr "NCP zerbitzari-izena falta da!"
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr "NCP ilara-izena falta da!"
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
+#, c-format
msgid ", host \"%s\", port %s"
-msgstr ", \"%s\" TCP/IP ostalaria, %s ataka"
+msgstr ", \"%s\" ostalaria, %s protua"
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
+#, c-format
msgid "Host \"%s\", port %s"
-msgstr ", \"%s\" TCP/IP ostalaria, %s ataka"
+msgstr "\"%s\" ostalaria, %s portua"
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
msgid "TCP/Socket Printer Options"
msgstr "TCP/Socket inprimagailuaren aukerak"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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:978
+#: ../../printerdrake.pm_.c:1085
#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -8349,21 +8648,19 @@ msgstr ""
"zerbitzarietan ataka-zenbakia normalki 9100 izaten da, beste zerbitzari "
"batzuetan aldatu egin daiteke. Begiratu zure hardwarearen eskuliburuan."
-#: ../../printerdrake.pm_.c:983
-#, fuzzy
+#: ../../printerdrake.pm_.c:1090
msgid "Printer host name or IP missing!"
-msgstr "Inprimagailuaren ostalari izena falta da!"
+msgstr "Inprimagailuaren ostalari izena falta da edo IP falta da!"
-#: ../../printerdrake.pm_.c:1005
-#, fuzzy
+#: ../../printerdrake.pm_.c:1112
msgid "Printer host name or IP"
-msgstr "Inprimagailuaren ostalari-izena"
+msgstr "Inprimagailuaren ostalari-izena edo IP"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr "Inprimagailuaren URIa"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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 "
@@ -8373,11 +8670,11 @@ msgstr ""
"Foomatic zehaztapenak bete behar ditu. Kontuan izan spooler guztiek ez "
"dituztela URI mota guztiak onartzen."
-#: ../../printerdrake.pm_.c:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr "Baliozko URI bat sartu behar da!"
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
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."
@@ -8386,27 +8683,27 @@ msgstr ""
"Azalpenaren eta Kokalekuaren eremuak ez dira nahitaez bete behar. "
"Erabiltzaileentzako iruzkinak dira."
-#: ../../printerdrake.pm_.c:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr "Inprimagailuaren izena"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "Kokalekua"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
msgid "Reading printer database..."
msgstr "Inprimagailuaren datu-basea irakurtzen..."
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
msgid "Preparing printer database..."
msgstr "Inprimagailuaren datu-basea prestatzen..."
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
msgid "Your printer model"
msgstr "Zure inprimagailu-modeloa"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -8431,24 +8728,24 @@ msgstr ""
"\n"
"%s"
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
msgid "The model is correct"
msgstr "Modeloa zuzena da"
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
msgid "Select model manually"
msgstr "Hautatu modeloa eskuz"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
msgid "Printer model selection"
msgstr "Inprimagailu-modeloaren hautapena"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
msgid "Which printer model do you have?"
msgstr "Zein inprimagailu-modelo daukazu?"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -8462,7 +8759,7 @@ msgstr ""
"modeloa. Bilatu modelo egokia zerrendan kurtsorea okerreko modeloan edo "
"\"Inprimagailu gordinean\" badago."
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
@@ -8470,11 +8767,11 @@ msgstr ""
"Zure inprimagailua ez badago zerrendan, aukeratu bateragarria (ikus "
"inprimagailuaren eskuliburua) edo antzekoa den bat "
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
msgid "OKI winprinter configuration"
msgstr "OKI winprinter-en konfigurazioa"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -8492,11 +8789,11 @@ msgstr ""
"funtzionatuko. Zure konexio-motaren ezarpena ez du kontuan hartuko "
"kontrolatzaileak."
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
msgid "Lexmark inkjet configuration"
msgstr "Lexmark inkjet inprimagailuaren konfigurazioa"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -8508,17 +8805,17 @@ msgstr ""
"zerbitzariak. Konektatu zure inprimagailua ataka lokal batera edo konfigura "
"ezazu konektatuta dagoen makinan."
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
+#, fuzzy
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
msgstr ""
"Lexmark inkjet-ekin eta konfigurazio honekin inprimatu ahal , izateko, "
"Lexmark-ek emandako inkjet inprimagailu-kontrolatzaileak behar dituzu "
@@ -8531,7 +8828,34 @@ msgstr ""
"orriak \"lexmarkmaintain\"ekin eta doitu burua lerrokatzeko ezarpenak "
"programa honekin."
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
+
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -8547,22 +8871,22 @@ msgstr ""
"Kontuan hartu inprimatzeko kalitatea oso handia bada askoz mantsoago "
"inprimatuko duela segurutik."
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr "%s aukerak osoko zenbakia izan behar du!"
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr "%s aukerak zenbakia izan behar du!"
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr "%s aukera barrutitik kanpo dago!"
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -8571,11 +8895,11 @@ msgstr ""
"Inprimagailu hau (\"%s\")\n"
"lehenetsi nahi duzu?"
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
msgid "Test pages"
msgstr "Proba-orriak"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -8588,39 +8912,39 @@ msgstr ""
"ateratzea ere. Gehienetan nahikoa izaten da proba-orri estandarra "
"inprimatzea."
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
msgid "No test pages"
msgstr "Proba-orririk ez"
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
msgid "Print"
msgstr "Inprimatu"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
msgid "Standard test page"
msgstr "Proba-orri estandarra"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr "Proba-orri alternatiboa (Letter)"
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
msgid "Alternative test page (A4)"
msgstr "Proba-orri alternatiboa (A4)"
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
msgid "Photo test page"
msgstr "Argazkien proba-orria"
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
msgid "Do not print any test page"
msgstr "Ez inprimatu proba-orririk"
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "Proba-orria(k) inprimatzen..."
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8635,7 +8959,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -8643,15 +8967,15 @@ msgstr ""
"Proba-orria(k) inprimagailura bidali dira.\n"
"Denbora pixka bat igaro liteke inprimatzen hasi arte.\n"
-#: ../../printerdrake.pm_.c:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr "Ongi egin du?"
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
msgid "Raw printer"
msgstr "Inprimagailu \"gordina\""
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -8665,7 +8989,7 @@ msgstr ""
"inprimagailua hautatzeko eta aukeren ezarpenak erraz aldatzeko erabiltzen "
"dira.\n"
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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 "
@@ -8675,8 +8999,8 @@ msgstr ""
"komandoa\" eremuan erabil ditzakezu ere, baina hor ez eman fitxategi-izena, "
"inprimatu behar den fitxategia aplikazioak ematen baitu.\n"
-#: ../../printerdrake.pm_.c:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -8689,7 +9013,7 @@ msgstr ""
"ezarpenak. Gehitu nahi dituzun ezarpenak komando-lerroari, adib. \"%s "
"<fitxategia>\". "
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, fuzzy, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -8700,7 +9024,7 @@ msgstr ""
"egin klik \"Inprimatzeko aukeren zerrenda\" botoian.%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
@@ -8708,7 +9032,7 @@ msgstr ""
"Hemen duzu inprimagailu honen inprimatzeko aukeren zerrenda:\n"
"\n"
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8717,8 +9041,8 @@ msgstr ""
"Fitxategi bat komando-lerrotik (terminal-leihoa) inprimatzeko, erabili \"%s "
"<fitxategia>\" komandoa.\n"
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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 "
@@ -8728,7 +9052,7 @@ msgstr ""
"komandoa\" eremuan ere erabil dezakezu. Baina hor ez eman fitxategi-izena, "
"inprimatu behar den fitxategia aplikazioak ematen baitu.\n"
-#: ../../printerdrake.pm_.c:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
@@ -8736,7 +9060,7 @@ msgstr ""
"Uneko inprimagailuaren aukera erabilgarrien zerrenda eskuratzeko, egin klik "
"\"Inprimatzeko aukeren zerrenda\" botoian."
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8745,7 +9069,7 @@ msgstr ""
"Fitxategi bat komando-lerrotik (terminal-leihoa) inprimatzeko, erabili \"%s "
"<fitxategia>\" komandoa edo \"%s <fitxategia>\".\n"
-#: ../../printerdrake.pm_.c:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -8761,7 +9085,7 @@ msgstr ""
"berehala etengo ditu bertan klik egitean. Papera trabatzen denean eta "
"horrelakoetan erabili ohi da.\n"
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -8774,40 +9098,40 @@ msgstr ""
"daitezke. Aski da nahi diren ezarpenak komando-lerroan gehitzea, adib.: \"%s "
"<fitxategia>\".\n"
-#: ../../printerdrake.pm_.c:2153
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:2343
+#, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
-msgstr "\"%s\": inprimatzen/eskaneatzen"
+msgstr "Inprimatzeko/Eskaneatzeko/Argazki Txartelak \"%s\"-n"
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "\"%s\": inprimatzen/eskaneatzen"
-#: ../../printerdrake.pm_.c:2156
+#: ../../printerdrake.pm_.c:2346
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "\"%s\": inprimatzen/eskaneatzen"
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "\"%s\" inprimagailuan inprimatzen"
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
msgstr "Itxi"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
msgid "Print option list"
msgstr "Inprimatzeko aukeren zerrenda"
-#: ../../printerdrake.pm_.c:2182
+#: ../../printerdrake.pm_.c:2373
#, fuzzy, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -8830,7 +9154,7 @@ msgstr ""
"\n"
"Ez erabili \"scannerdrake\" gailu honekin!"
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -8843,17 +9167,17 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
msgid "Reading printer data..."
msgstr "Inprimagailu-datuak irakurtzen..."
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
msgid "Transfer printer configuration"
msgstr "Transferitu inprimagailu-konfigurazioa"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -8869,7 +9193,7 @@ msgstr ""
"dira transferituko.\n"
"Ilara guztiak ezin dira transferitu, ondorengo arrazoiak direla eta:\n"
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
@@ -8877,7 +9201,7 @@ msgstr ""
"CUPSek ez ditu onartzen Novell zerbitzarietako inprimagailuak edo datuak "
"libre osatutako komando batean bidaltzen dituztenak.\n"
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
@@ -8885,11 +9209,11 @@ msgstr ""
"PDQk inprimagailu lokalak, urruneko LPD inprimagailuak eta Socket/TCP "
"inprimagailuak soilik onartzen ditu.\n"
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPDk eta LPRng-ek ez dute IPP inprimagailurik onartzen.\n"
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
@@ -8897,7 +9221,7 @@ msgstr ""
"Gainera, programa honen edo \"foomatic-configure\"ren bidez sortu ez diren "
"ilarak ezin dira transferitu."
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
msgid ""
"\n"
"Also printers configured with the PPD files provided by their manufacturers "
@@ -8907,7 +9231,7 @@ msgstr ""
"Halaber, fabrikatzaileek emandako PPD fitxategiekin edo jatorrizko CUPS "
"kontrolatzaileekin konfiguratutako inprimagailuak ezin dira transferitu."
-#: ../../printerdrake.pm_.c:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
@@ -8917,15 +9241,15 @@ msgstr ""
"Markatu transferitu nahi dituzun inprimagailuak eta sakatu\n"
"\"Transferitu\"."
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr "Ez transferitu inprimagailuak"
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr "Transferitu"
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -8936,12 +9260,12 @@ msgstr ""
"Sakatu \"Transferitu\" gainidazteko.\n"
"Beste izen bat idatz dezakezu, edo inprimagailu hori saltatu."
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"Inprimagailu-izenak letrak, zenbakiak eta azpimarra soilik eduki behar ditu"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -8950,16 +9274,16 @@ msgstr ""
"\"%s\" inprimagailua badago lehendik ere,\n"
"bere konfigurazioa gainidatzi nahi duzu?"
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
msgid "New printer name"
msgstr "Inprimagailu-izen berria"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr "%s transferitzen..."
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -8968,29 +9292,29 @@ msgstr ""
"Zure lehengo inprimagailu lehenetsia (\"%s\") transferitu duzu, Inprimagailu "
"lehenetsia izan behar du %s inprimatze-sistema berrian ere?"
-#: ../../printerdrake.pm_.c:2316
+#: ../../printerdrake.pm_.c:2510
msgid "Refreshing printer data..."
msgstr "Inprimagailuaren datuak freskatzen..."
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
msgid "Configuration of a remote printer"
msgstr "Urruneko inprimagailu baten konfigurazioa"
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
msgid "Starting network..."
msgstr "Sarea abiarazten ..."
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
msgid "Configure the network now"
msgstr "Konfiguratu sarea orain"
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
msgid "Network functionality not configured"
msgstr "Sare-funtzionalitatea ez dago konfiguratuta"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -9002,11 +9326,11 @@ msgstr ""
"sarea konfiguratu gabe, ezin izango duzu orain konfiguratzen ari zaren "
"inprimagailua erabili. Zer egin nahi duzu?"
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
msgid "Go on without configuring the network"
msgstr "Jarraitu sarea konfiguratu gabe"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -9021,7 +9345,7 @@ msgstr ""
"\"Konexioa\" atalean, eta gero konfiguratu inprimagailua, Mandrake Kontrol "
"Zentroan bertan, \"Hardwarea\"/\"Inprimagailua\" atalean."
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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 "
@@ -9031,24 +9355,24 @@ msgstr ""
"konfigurazioa eta hardwarea ondo dauden. Gero saiatu berriro urruneko "
"inprimagailua konfiguratzen."
-#: ../../printerdrake.pm_.c:2408
+#: ../../printerdrake.pm_.c:2603
msgid "Restarting printing system..."
msgstr "Inprimatze-sistema berrabiarazten ..."
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "high"
msgstr "handia"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "paranoid"
msgstr "paranoidea"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Inprimatze-sisteman segurtasun-maila %s instalatzen"
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -9073,11 +9397,11 @@ msgstr ""
"\n"
"Makina honetan konfiguratu nahi duzu inprimaketa?"
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
msgid "Starting the printing system at boot time"
msgstr "Abioan inprimatze-sistema abiarazi"
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -9098,75 +9422,72 @@ msgstr ""
"\n"
"Inprimatze-sistema automatikoki hastea berriro aktibatu nahi duzu?"
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr "Instalatutako softwarea egiaztatzen..."
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr "LPRng kentzen..."
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr "LPD kentzen..."
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
msgid "Select Printer Spooler"
msgstr "Hautatu inprimagailuaren spooler-a"
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
msgid "Which printing system (spooler) do you want to use?"
msgstr "Zein inprimatze-sistema (spooler) erabili nahi duzu?"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printerdrake.pm_.c:2895
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "\"%s\" inprimagailua ezartzen..."
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
msgid "Installing Foomatic..."
msgstr "Foomatic instalatzen ..."
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "Inprimagailuaren aukerak"
-#: ../../printerdrake.pm_.c:2778
-msgid "Preparing PrinterDrake..."
+#: ../../printerdrake.pm_.c:2989
+#, fuzzy
+msgid "Preparing Printerdrake..."
msgstr "PrinterDrake prestatzen..."
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
msgid "Configuring applications..."
msgstr "Aplikazioak konfiguratzen..."
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
msgid "Would you like to configure printing?"
msgstr "Inprimaketa konfiguratu nahi duzu?"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr "Inprimatze-sistema: "
-#: ../../printerdrake.pm_.c:2875
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
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."
+"OpenOffice.org/GIMP."
msgstr ""
"Ondoko inprimagailuak daude konfiguratuta. Egin klik bikoitza inprimagailu "
"batean ezarpenak aldatzeko, inprimagailua lehenesteko, informazioa ikusteko, "
"edo urruneko CUPS zerbitzari bateko inprimagailu bat Star Office/OpenOffice."
"org-rentzat erabilgarri egiteko."
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
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 "
@@ -9176,28 +9497,28 @@ msgstr ""
"bat lehenesteko edo informazioa ikusteko, egin klik bikoitza inprimagailu "
"batean."
-#: ../../printerdrake.pm_.c:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "Freskatu inprimagailu-zerrenda (urruneko CUPS inprimagailuak ikusteko)"
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
msgid "Change the printing system"
msgstr "Aldatu inprimatzeko sistema"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
msgid "Normal Mode"
msgstr "Modu normala"
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
msgid "Do you want to configure another printer?"
msgstr "Beste inprimagailu bat konfiguratu nahi duzu?"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
msgid "Modify printer configuration"
msgstr "Aldatu inprimagailuaren konfigurazioa"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, c-format
msgid ""
"Printer %s\n"
@@ -9206,104 +9527,110 @@ msgstr ""
"%s inprimagailua\n"
"Zer da inprimagailu honetan aldatu nahi duzuna?"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr "Egin!"
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
msgid "Printer connection type"
msgstr "Inprimagailuaren konexio-mota"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
msgid "Printer name, description, location"
msgstr "Inprimagailuaren izena, azalpena, kokalekua"
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr "Inprimagailuaren fabrikatzailea, modeloa, kontrolatzailea"
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr "Inprimagailuaren fabrikatzailea, modeloa"
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr "Ezarri inprimagailu hau lehenetsi gisa"
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Gehitu inprimagailu hau Star Office/OpenOffice.org-n"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Gehitu inprimagailu hau Star Office/OpenOffice.org/GIMP-n"
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Kendu inprimagailu hau Star Office/OpenOffice.org-tik"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Kendu inprimagailu hau Star Office/OpenOffice.org/GIMP-tik"
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
msgid "Print test pages"
msgstr "Inprimatu proba-orriak"
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
msgid "Know how to use this printer"
msgstr "Ikasi inprimagailua erabiltzen"
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
msgid "Remove printer"
msgstr "Kendu inprimagailua"
-#: ../../printerdrake.pm_.c:3245
+#: ../../printerdrake.pm_.c:3472
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "\"%s\" inprimagailu zaharra ezabatzen..."
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
msgid "Default printer"
msgstr "Inprimagailu lehenetsia"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "\"%s\" inprimagailua lehenetsi gisa ezarri da orain."
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Star Office/OpenOffice.org-n inprimagailua gehitzen"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Star Office/OpenOffice.org/GIMP-n inprimagailua gehitzen"
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-"\"%s\" inprimagailua behar bezala gehitu da Star Office/OpenOffice.org-n."
+"\"%s\" inprimagailua behar bezala gehitu da Star Office/OpenOffice.org/GIMP-"
+"n."
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-"Huts egin du \"%s\" inprimagailua Star Office/OpenOffice.org-n gehitzean."
+"Huts egin du \"%s\" inprimagailua Star Office/OpenOffice.org/GIMP-n "
+"gehitzean."
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "Inprimagailua Star Office/OpenOffice.org-tik kentzen"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Inprimagailua Star Office/OpenOffice.org/GIMP-tik kentzen"
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-"\"%s\" inprimagailua behar bezala kendu da Star Office/OpenOffice.org-tik."
+"\"%s\" inprimagailua behar bezala kendu da Star Office/OpenOffice.org/GIMP-"
+"tik."
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-"Huts egin du \"%s\" inprimagailua Star Office/OpenOffice.org-tik kentzean."
+"Huts egin du \"%s\" inprimagailua Star Office/OpenOffice.org/GIMP-tik "
+"kentzean."
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "\"%s\" inprimagailua kendu nahi duzu?"
-#: ../../printerdrake.pm_.c:3297
+#: ../../printerdrake.pm_.c:3527
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "\"%s\" inprimagailua ezabatzen..."
@@ -9358,9 +9685,8 @@ msgstr ""
"Utzi hutsik ez baduzu ftp proxy-rik nahi"
#: ../../proxy.pm_.c:65
-#, fuzzy
msgid "Url should begin with 'ftp:' or 'http:'"
-msgstr "URLaren hasieran 'http:' jarri behar du"
+msgstr "URLaren hasieran 'ftp:' edo 'http:' egon behar da"
#: ../../proxy.pm_.c:79
msgid ""
@@ -9720,7 +10046,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Fitxategi-konpartitzea"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
msgid "System"
msgstr "Sistema"
@@ -9773,15 +10099,15 @@ msgstr "Hasi"
msgid "Stop"
msgstr "Gelditu"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Eskerrik asko Mandrake Linux 8.2 aukeratzeagatik"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
+msgstr "Eskerrik asko Mandrake Linux 9.0 aukeratzeagatik"
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr "Ongi etorri iturburu irekiaren mundura"
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
@@ -9791,206 +10117,237 @@ msgstr ""
"sistema eragile berria mundu osoko Linux komunitatearen elkarlanaren emaitza "
"da"
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
+#: ../../share/advertising/02-community.pl_.c:9
+msgid "Get involved in the Free Software world"
msgstr "Sar zaitez software librearen munduan"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
"Ezagutu iturburu irekiaren komunitatea eta egin zaitez partaide. Sartu "
"eztabaida-taldeetan \"Komunitatearen\" web orrien bidez eta ikasi, irakatsi "
"eta lagundu beste batzuei."
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet eta mezularitza"
+#: ../../share/advertising/03-internet.pl_.c:9
+#, fuzzy
+msgid "Get the most from the Internet"
+msgstr "Konektatu Internetekin"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"view animations with Mozilla and Konqueror, or read your mail and handle "
+"your personal information with Evolution and Kmail"
msgstr ""
-"Mandrake Linux 8.2k software-aukera onenak eskaintzen dizkizu Internetek "
+"Mandrake Linux 9.0k software-aukera onenak eskaintzen dizkizu Internetek "
"eman lezakeen guztia eskura dezazun. Murgildu amaraunean eta ikusi "
"animazioak Mozilla eta Konqueror-ekin, trukatu mezuak eta antolatu zure "
"informazio pertsonala Evolution eta Kmail-ekin, eta askoz ere gehiago"
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimedia eta grafikoak"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl_.c:11
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
+"files, edit and handle your images or photos, and play videos"
msgstr ""
"Mandrake Linux 8.2ekin zure multimedia ordenagailua mugaraino eramango duzu! "
"Erabili audio-fitxategiak erreproduzitzeko, irudiak eta argazkiak editatu "
"eta manipulatzeko eta TB eta bideoak ikusteko eta beste gauza askotarako "
"azken softwarea "
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Garapena"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "Jokoak"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-"Mandrake Linux 8.2 garapen-plataforma ezin hobea da. Ezagutu GNU gcc "
-"konpilatzailearen ahalmen osoa eta iturburu irekiko garapen-ingurune onenak"
+"Mandrake Linux 8.2k iturburu irekiko jokorik onenak eskaintzen ditu - makina-"
+"jokoak, kiroletakoak, estrategiakoak, ..."
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
msgid "Mandrake Control Center"
msgstr "Mandrake-ren Kontrol Zentroa"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
+#, fuzzy
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
"Mandrake Linux 8.2ren Kontrol Zentroak leku bakarretik zure Mandrake sistema "
"erabat konfiguratu eta pertsonalizatzeko aukera ematen dizu"
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
msgid "User interfaces"
msgstr "Erabiltzaile-interfazeak"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
msgstr ""
-"Mandrake Linux 8.2k 11 mahaigaineko ingurune grafiko eta leiho-kudeatzaile "
-"desberdin ematen ditu aukeran, horien artean, GNOME 1.4, KDE 2.2.2, Window "
-"Maker 0.8, eta abar"
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Zerbitzari-softwarea"
+#: ../../share/advertising/08-development.pl_.c:9
+#, fuzzy
+msgid "Development simplified"
+msgstr "Garapena"
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
+
+#: ../../share/advertising/08-development.pl_.c:11
+#, fuzzy
+msgid ""
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
+msgstr ""
+"Mandrake Linux 8.2 garapen-plataforma ezin hobea da. Ezagutu GNU gcc "
+"konpilatzailearen ahalmen osoa eta iturburu irekiko garapen-ingurune onenak"
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
+
+#: ../../share/advertising/09-server.pl_.c:10
+#, fuzzy
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
"Bihur ezazu zure makina zerbitzari ahaltsu, saguaren klik gutxi batzuk "
"eginez: Web zerbitzaria, posta, suebakia, bidatzailea, fitxategi- eta "
"inprimaketa-zerbitzaria,..."
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Jokoak"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
+msgstr ""
+
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
msgstr ""
-"Mandrake Linux 8.2k iturburu irekiko jokorik onenak eskaintzen ditu - makina-"
-"jokoak, kiroletakoak, estrategiakoak, ..."
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:10
+#, fuzzy
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
msgstr ""
-"Linux erabiltzen ikasi nahi duzu erraz, bizkor, eta doan? MandrakeSoft-ek "
-"Linux ikasteko doako zerbitzua eskaintzen dugu, zure aurrerapena neurtuz, "
-"MandrakeCampus lineako trebakuntza-zentroaren bidez"
+"Gure denda elektronikoan eskuragai dituzu gure Linux soluzioen aukera "
+"zabala, produktuei buruzko eskaintza bereziak eta bestelako 'gutiziak'"
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-"Kalitatezko laguntza-zerbitzua eskaintzen dute Linux komunitateak eta "
-"MandrakeSoft-ek, eta hortxe bertan duzu. Linux-en beteranoa bazara, egin "
-"zaitez \"Aditu\", eta konpartitu zure jakituria eta gure laguntzako web "
-"gunea "
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
msgstr ""
-"Zure IT proiektuetarako, hor dituzu gure aholkulariak, zure premiak ulertu "
-"eta konponbide pertsonalizatua emateko prest. MandrakeSoft-ek, Linux ekoizle "
-"gisa duen esperientzia handiarekin, benetako IT alternatiba ematen du "
-"enpresa-antolamendurako"
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
+msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
msgstr ""
-"Gure denda elektronikoan eskuragai dituzu gure Linux soluzioen aukera "
-"zabala, produktuei buruzko eskaintza bereziak eta bestelako 'gutiziak'"
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
+#, fuzzy
+msgid "Become a MandrakeExpert"
+msgstr "MandrakeExpert"
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-"MandrakeSoft-en Zerbitzu Profesionalei eta eskaintza komertzialei buruzko "
-"informazioa nahi baduzu, ikus web orri hau:"
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
+msgid ""
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
+msgstr ""
-#: ../../standalone.pm_.c:40
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "MandrakeExpert"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
+msgstr ""
+
+#: ../../standalone.pm_.c:41
msgid "Installing packages..."
msgstr "Paketeak instalatzen..."
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Amaitu saioa eta, ondoren, sakatu Ktrl-Alt-Atzera"
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Hasi berriro saioa %s(e)n aldaketak aktibatzeko"
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Ezin dut zure partizio-taula irakurri, hondatuegia dago :(\n"
-"Partizio txarrak garbitzen saiatuko naiz"
-
#: ../../standalone/drakTermServ_.c:188
msgid "Mandrake Terminal Server Configuration"
msgstr "Mandrake Terminal Zerbitzariaren Ezarpena"
@@ -10027,12 +10384,13 @@ msgstr "Gehitu/Ezabatu erabiltzaileak"
msgid "Add/Del Clients"
msgstr "Gehitu/Ezabatu Bezeroak"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
msgid "Help"
msgstr "Laguntza"
@@ -10122,9 +10480,8 @@ msgid "Etherboot ISO image is %s"
msgstr "Etherboot ISO irudia %s da"
#: ../../standalone/drakTermServ_.c:966
-#, fuzzy
msgid "Something went wrong! - Is mkisofs installed?"
-msgstr "Zerbaitek hutsegin du!"
+msgstr "Zerbaitek hutsegin du! - mkisofs instalatuta dago?"
#: ../../standalone/drakTermServ_.c:985
msgid "Need to create /etc/dhcpd.conf first!"
@@ -10198,8 +10555,8 @@ msgstr ""
"\n"
"Auto-instalazioko parametroak ezkerreko sekzioetan daude erabilgarri"
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "Zorionak!"
@@ -10223,20 +10580,24 @@ msgstr "Gehitu elementu bat"
msgid "Remove the last item"
msgstr "Kendu azken elementua"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
-msgstr ""
+msgstr "Cron ezin du oraindik erabili root-ek ez bestek"
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
-msgstr ""
+msgstr "ADI"
-#: ../../standalone/drakbackup_.c:732
+#: ../../standalone/drakbackup_.c:726
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
@@ -10246,7 +10607,7 @@ msgstr ""
" DrakBackup-en berri-ematea \n"
"\n"
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -10258,7 +10619,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -10270,13 +10631,19 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
-#, fuzzy
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
msgid "Total progess"
-msgstr "progresioa guztira"
+msgstr "Aurrerapen guztia"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10285,16 +10652,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
-msgstr ""
+msgstr "Honek giltzak sortzeko denbora tarte bat behar du."
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Pasahitzik ez"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "Ezin da %s ireki: %s\n"
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -10305,60 +10697,65 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
-msgstr ""
+msgstr "Urruneko WebDAV gunea dagoeneko sinkronizatuta!"
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
-msgstr ""
+msgstr "WebDAV transferentziak hutsegin du!"
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
-msgstr ""
+msgstr "Unitatean ez dago CDR/DVDR!"
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
-msgstr ""
+msgstr "Ez dirudi euskarri idazgarria denik!"
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
-msgstr ""
+msgstr "Ez da euskarri ezabagarria!"
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
-msgstr ""
+msgstr "Euskarria ezabatzeak denbora tarte bat har dezake."
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr "Sistema-fitxategien babeskopia"
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
msgid "Hard Disk Backup files..."
msgstr "Disko gogorraren babeskopia fitxategiak... "
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
msgid "Backup User files..."
msgstr "Erabiltzaile-fitxategien babeskopia... "
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr "Disko gogorraren babeskopia egiten..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
msgid "Backup Other files..."
msgstr "Beste fitxategi batzuen babeskopia... "
-#: ../../standalone/drakbackup_.c:1266
+#: ../../standalone/drakbackup_.c:1321
#, fuzzy
msgid "No changes to backup!"
msgstr "Erabili zinta babeskopia egiteko"
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -10366,16 +10763,16 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, fuzzy, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr ""
"FTPk bidalitako fitxategi-zerrenda: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
#, fuzzy
msgid ""
"\n"
@@ -10386,38 +10783,38 @@ msgstr ""
" FTP konexio-arazoa: zure babeskopien fitxategiak ezin izan dira bidali FTP "
"bidez.\n"
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1324
+#: ../../standalone/drakbackup_.c:1379
msgid " Error during mail sending. \n"
msgstr " Errorea posta bidaltzean. \n"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Fitxategi-hautapena"
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr "Hautatu fitxategiak edo direktorioak eta egin klik 'Gehitu'n"
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10425,27 +10822,27 @@ msgstr ""
"\n"
"Hautatu behar dituzun aukera guztiak.\n"
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Aukera horiek /etc direktorioko fitxategi guztiak kopiatu eta leheneratu "
"ditzakete.\n"
-#: ../../standalone/drakbackup_.c:1527
+#: ../../standalone/drakbackup_.c:1602
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Sistema-fitxategien babeskopia. ( /etc direktorioa )"
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr "Erabili babeskopia inkrementala (ez ordeztu kopia zaharrak)"
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Ez sartu fitxategi kritikoak (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10453,61 +10850,65 @@ msgstr ""
"Aukera honekin /etc direktorioaren edozein bertsio leheneratu\n"
"ahal izango duzu."
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
msgid "Please check all users that you want to include in your backup."
msgstr "Hautatu babeskopian sartu nahi dituzun erabiltzaile guztiak."
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr "Ez sartu arakatzailearen cache-a"
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Erabili babeskopia inkrementalak (ez ordeztu kopia zaharrak)"
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Kendu hautatutakoak"
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
msgid "Windows (FAT32)"
msgstr "Windows(FAT32)"
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
msgid "Users"
msgstr "Erabiltzaileak"
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
#, fuzzy
msgid "Use network connection to backup"
msgstr "Erabili FTP konexioa babeskopia egiteko"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
#, fuzzy
msgid ""
" Transfer \n"
"Now"
msgstr "Transferitu"
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
msgid "Please enter the host name or IP."
msgstr "Idatzi ostalariaren izena edo IPa."
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
#, fuzzy
msgid ""
"Please enter the directory (or module) to\n"
@@ -10516,69 +10917,69 @@ msgstr ""
"Adierazi ostalariko direktorioa\n"
"babeskopia jartzeko."
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
msgid "Please enter your login"
msgstr "Sartu saioa hasteko izena"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
msgid "Please enter your password"
msgstr "Sartu pasahitza"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
msgid "Remember this password"
msgstr "Gogoratu pasahitza"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
#, fuzzy
msgid "Need hostname, username and password!"
msgstr "Ezin sartu %s erabiltzaile-izena erabilita (pasahitz okerra?)"
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr "Erabili CD/DVDROMa babeskopia egiteko"
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
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:1849
+#: ../../standalone/drakbackup_.c:1923
#, fuzzy
msgid "Please choose your CD/DVD media size"
msgstr "Aukeratu CDko lekua"
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Hautatu CDRW euskarria erabiltzen baduzu"
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
msgid "Please check if you are using CDRW media"
msgstr "Hautatu CDRW euskarria erabiltzen baduzu"
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Hautatu CDRWa ezabatu nahi baduzu lehenik"
-#: ../../standalone/drakbackup_.c:1868
+#: ../../standalone/drakbackup_.c:1942
#, fuzzy
msgid " Erase Now "
msgstr "Transferitu"
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Hautatu CDRW euskarria erabiltzen baduzu"
-#: ../../standalone/drakbackup_.c:1880
+#: ../../standalone/drakbackup_.c:1954
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Hautatu CDRW euskarria erabiltzen baduzu"
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -10586,36 +10987,36 @@ msgstr ""
"Adierazi CD idazgailuaren gailu-izena \n"
" adib.: 0,1,0"
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
#, fuzzy
msgid "No CD device defined!"
msgstr "Hautatu fitxategia"
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
msgid "Use tape to backup"
msgstr "Erabili zinta babeskopia egiteko"
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr "Adierazi babeskopiarako erabiliko den gailuaren izena"
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Hautatu CDRWa ezabatu nahi baduzu lehenik"
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Hautatu CDRWa ezabatu nahi baduzu lehenik"
-#: ../../standalone/drakbackup_.c:1995
+#: ../../standalone/drakbackup_.c:2069
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Hautatu CDRWa ezabatu nahi baduzu lehenik"
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -10623,57 +11024,57 @@ msgstr ""
"Adierazi Drakbackup-en gehieneko\n"
" tamaina "
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Adierazi gorde beharreko direktorioa:"
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
msgid "Use quota for backup files."
msgstr "Erabili kuota babeskopia-fitxategientzat"
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
msgid "Network"
msgstr "Sarea"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr "HardDrive / NFS"
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
#, fuzzy
msgid "Tape"
msgstr "Mota"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr "orduero"
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr "egunero"
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr "astero"
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr "hilero"
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
msgid "Use daemon"
msgstr "Erabili daemon-a"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -10681,7 +11082,7 @@ msgstr ""
"Aukeratu babeskopiak egiteko \n"
"maiztasuna"
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
msgid ""
"Please choose the\n"
"media for backup."
@@ -10689,7 +11090,7 @@ msgstr ""
"Aukeratu babeskopia \n"
"egiteko euskarria."
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
#, fuzzy
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
@@ -10697,71 +11098,71 @@ msgid ""
"Note that currently all 'net' medias also use the hard drive."
msgstr "Ziurtatu cron daemon-a zerbitzuetan sartuta daukazula."
-#: ../../standalone/drakbackup_.c:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr "Babeskopia egindakoan, bidali berri-emateko mezua hona :"
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
msgid "What"
msgstr "Zer"
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
msgid "Where"
msgstr "Non"
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
msgid "When"
msgstr "Noiz"
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
msgid "More Options"
msgstr "Aukera gehiago"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
msgid "Drakbackup Configuration"
msgstr " Drakbackup-en konfigurazioa"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
msgid "Please choose where you want to backup"
msgstr "Aukeratu non egin nahi duzun babeskopia"
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr "disko gogorrean"
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
msgid "across Network"
msgstr "sarean zehar"
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
msgid "Please choose what you want to backup"
msgstr "Aukeratu zeren kopia egin nahi duzun"
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
msgid "Backup system"
msgstr "Sistemaren babeskopia "
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr "Erabiltzaileen babeskopia"
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr "Hautatu erabiltzailea eskuz"
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
@@ -10769,7 +11170,7 @@ msgstr ""
"\n"
"Babeskopien iturburua: \n"
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
@@ -10777,7 +11178,7 @@ msgstr ""
"\n"
"- Sistema-fitxategiak:\n"
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
@@ -10785,7 +11186,7 @@ msgstr ""
"\n"
"- Erabiltzaile-fitxategiak:\n"
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
@@ -10793,64 +11194,64 @@ msgstr ""
"\n"
"- Bestelako fitxategiak:\n"
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
"\n"
"- Gorde disko gogorrean, bide-izen honetan: %s\n"
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, fuzzy, c-format
-msgid " on device : %s"
+msgid " on device: %s"
msgstr "Sagu-gailua: %s\n"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
"\n"
-"- Gorde FTPan, ostalari honetan : %s\n"
+"- Gorde FTPan, ostalari honetan: %s\n"
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, fuzzy, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
"\n"
-"- Gorde FTPan, ostalari honetan : %s\n"
+"- Gorde FTPan, ostalari honetan: %s\n"
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -10859,7 +11260,7 @@ msgstr ""
"\t\t erabiltzaile-izena: %s\n"
"\t\t bide-izena: %s \n"
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
msgid ""
"\n"
"- Options:\n"
@@ -10867,62 +11268,62 @@ msgstr ""
"\n"
"- Aukerak:\n"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr "\tEz sartu sistema-fitxategiak\n"
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr "\tBabeskopietan erabili tar eta bzip2\n"
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr "\tBabeskopietan erabili tar eta gzip\n"
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
"\n"
"- Daemon-ean (%s) sartzen da :\n"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr "\t Disko gogorra.\n"
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr "\t-CDROMa.\n"
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr "\tFTP bidezko sarea.\n"
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr "\tSSH bidezko sarea.\n"
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
#, fuzzy
msgid "\t-Network by rsync.\n"
msgstr "\tFTP bidezko sarea.\n"
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
#, fuzzy
msgid "\t-Network by webdav.\n"
msgstr "\tFTP bidezko sarea.\n"
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Ez dago konfiguraziorik, egin klik Morroian edo Aurreratuan.\n"
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
@@ -10930,7 +11331,7 @@ msgstr ""
"Leheneratu beharreko datuen zerrenda:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
@@ -10938,157 +11339,275 @@ msgstr ""
"Hondatutako datuen zerrenda:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
msgid "Please uncheck or remove it on next time."
msgstr "Desautatu edo kendu hurrengo aldian."
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr "Babeskopien fitxategiak hondatuta daude"
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
#, fuzzy
msgid " All of your selected data have been "
msgstr " Hautatu dituzun datu guztiak "
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr " behar bezala leheneratu dira hona: %s "
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
msgid " Restore Configuration "
msgstr " leheneratzeko konfigurazioa "
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr "Ados, leheneratu beste fitxategiak"
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Leheneratzeko erabiltzaile-zerrenda (erabiltzaile bakoitzaren datu berrienak "
"bakarrik dira garrantzitsuak)"
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
msgid "Backup the system files before:"
msgstr "Kopiatu sistema-fitxategiak lehenago:"
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
msgid "please choose the date to restore"
msgstr "aukeratu leheneratzeko data"
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
msgid "Use Hard Disk to backup"
msgstr "Erabili disko gogorra babeskopia egiteko"
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
msgid "Please enter the directory to save:"
msgstr "Adierazi gorde beharreko direktorioa:"
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
msgid "FTP Connection"
msgstr "FTP konexioa"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
msgid "Secure Connection"
msgstr "Konexio segurua"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
msgid "Restore from Hard Disk."
msgstr "Leheneratu disko gogorretik"
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr "Adierazi zein direktoriotan dauden babeskopiak"
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
msgid "Select another media to restore from"
msgstr "Hautatu beste euskarri bat leheneratzeko"
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
msgid "Other Media"
msgstr "Beste euskarri bat"
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
msgid "Restore system"
msgstr "Leheneratu sistema"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
msgid "Restore Users"
msgstr "Leheneratu erabiltzaileak"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore Other"
msgstr "Leheneratu bestelakoak"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "hautatu leheneratzeko bidea ( / ordez)"
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr "Egin babeskopia berria leheneratu aurretik (inkrementaletan soilik.)"
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr "Kendu erabiltzaile-direktorioak leheneratu aurretik."
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3394
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Kendu hautatutakoak"
+
+#: ../../standalone/drakbackup_.c:3411
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "Leheneratu bestelakoak"
+
+#: ../../standalone/drakbackup_.c:3477
+#, fuzzy, c-format
+msgid "Backup files not found at %s."
+msgstr "Babestu %s %s.old bezala"
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, fuzzy
+msgid "Restore From CD"
+msgstr "Leheneratu disko gogorretik"
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "Leheneratu partizio-taula"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3524
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "Leheneratu erabiltzaileak"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3525
+#, fuzzy
+msgid "Host Name"
+msgstr "Ostalari-izena"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+#, fuzzy
+msgid "Password required"
+msgstr "Pasahitza"
+
+#: ../../standalone/drakbackup_.c:3539
+#, fuzzy
+msgid "Username required"
+msgstr "Erabiltzaile-izena"
+
+#: ../../standalone/drakbackup_.c:3542
+#, fuzzy
+msgid "Hostname required"
+msgstr "Ostalari-izena: "
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "Leheneratu bestelakoak"
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr "Leheneratu babeskopia guztiak."
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
msgid "Custom Restore"
msgstr "Leheneratze pertsonalizatua"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3865
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "Leheneratu partizio-taula"
+
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "Leheneratu erabiltzaileak"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
msgid "Previous"
msgstr "Aurrekoa"
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Gorde"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
msgid "Build Backup"
msgstr "Egin babeskopia"
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
msgid "Restore"
msgstr "Leheneratu"
-#: ../../standalone/drakbackup_.c:3553
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Egin babeskopia leheneratu aurretik...\n"
-" edo egiaztatu gordetzeko bidea zuzena dela."
-
-#: ../../standalone/drakbackup_.c:3574
+#: ../../standalone/drakbackup_.c:4231
+#, fuzzy
msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
"Errorea posta bidaltzean\n"
" berri emateko mezua ez da bidali\n"
" Konfiguratu posta-bidalketa"
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Ondorengo pakete hauek instalatuko dira"
-#: ../../standalone/drakbackup_.c:3621
+#: ../../standalone/drakbackup_.c:4278
#, fuzzy
msgid ""
"Error during sending file via FTP.\n"
@@ -11097,19 +11616,19 @@ msgstr ""
"Errorea FTP bidez fitxategia bidaltzean.\n"
" Zuzendu FTP konfigurazioa."
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
msgid "Please select data to restore..."
msgstr "Hautatu leheneratzeko datuak..."
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
msgid "Please select media for backup..."
msgstr "Hautatu babeskopiaren euskarria..."
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
msgid "Please select data to backup..."
msgstr "Hautatu babeskopia egiteko datuak..."
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11117,59 +11636,59 @@ msgstr ""
"Ez da konfigurazio-fitxategirik aurkitu \n"
"egin klik Morroia-n edo Aurreratua-n."
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr "Garatzen... itxaron."
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
msgid "Backup system files"
msgstr "Sistema-fitxategien babeskopia"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup user files"
msgstr "Erabiltzaile-fitxategien babeskopia"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup other files"
msgstr "Bestelako fitxategien babeskopia"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr "Guztizko progresioa"
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr "fitxategiak FTP bidez bidaltzen"
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
msgid "Sending files..."
msgstr "Fitxategiak bidaltzen..."
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
msgid "Backup Now from configuration file"
msgstr "Egin babeskopia konfigurazio-fitxategitik"
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
msgid "View Backup Configuration."
msgstr "Ikusi babeskopiaren konfigurazioa"
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
msgid "Wizard Configuration"
msgstr "Morroiaren konfigurazioa"
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
msgid "Advanced Configuration"
msgstr "Konfigurazio aurreratua"
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
msgid "Backup Now"
msgstr "Egin babeskopia orain"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
#, fuzzy
msgid ""
"options description:\n"
@@ -11230,7 +11749,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11244,7 +11763,7 @@ msgstr ""
" myhostname edo mydomain ezarri behar duzu hemen: /etc/postfix/main.cf\n"
"\n"
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -11319,28 +11838,29 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
+#, fuzzy
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
@@ -11369,18 +11889,18 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft, DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -11410,7 +11930,7 @@ msgstr ""
" jasoko zenuen; hala ez bada, idatzi hona: Free Software\n"
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -11486,7 +12006,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -11504,7 +12024,7 @@ msgstr ""
"zerbitzarira bidali aurretik.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11526,7 +12046,7 @@ msgstr ""
"Garrantzizkoa da kontuz ibiltzea eta babeskopia-fitxategiak\n"
"eskuz ez aldatzea.\n"
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -11643,9 +12163,9 @@ msgstr "Lehen Aldikorako Morroia"
msgid "Synchronization tool"
msgstr "Sinkronizazio tresna"
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
msgid "Standalone Tools"
msgstr "Tresna Autonomoak"
@@ -11689,23 +12209,23 @@ msgstr "Userdrake"
msgid "Configuration Wizards"
msgstr "Ezarpen Morroia"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
msgid "Application:"
msgstr "Aplikazioa:"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
msgid "Package: "
msgstr "Paketea: "
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr "Kernela:"
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
msgid "Release: "
msgstr "Bertsioa: "
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
#, fuzzy
msgid ""
"\n"
@@ -11725,19 +12245,19 @@ msgstr ""
"erakusten den informazioa zerbitzari hartara bidaliko da\n"
"\n"
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
msgid "Report"
msgstr "Txostena"
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
msgid "Not installed"
msgstr "Instalatu gabe"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr "Bugzilla morroira konektatzen ..."
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Ez dago nabigatzailerik! Instalatu bat mesedez"
@@ -12186,7 +12706,7 @@ msgid "Font List"
msgstr "Letra-tipoen zerrenda"
#: ../../standalone/drakfont_.c:909
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "Hautatu letra-tipoak onartuko dituzten aplikazioak :"
#: ../../standalone/drakfont_.c:918
@@ -12258,19 +12778,19 @@ msgstr "Kendu zure sistemako letra-tipoak"
msgid "Post Uninstall"
msgstr "Posta-desinstalazioa"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr "Interneteko konexioa konpartitzea"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr "Barkatu, 2.4 kernelak onartzen ditugu soilik."
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr "Interneteko konexioa konpartitzea gaituta dago orain"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -12282,31 +12802,31 @@ msgstr ""
"\n"
"Zer egin nahi duzu?"
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
msgid "disable"
msgstr "desgaitu"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr "itxi"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "reconfigure"
msgstr "birkonfiguratu"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
msgid "Disabling servers..."
msgstr "Zerbitzariak desgaitzen..."
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
msgid "Internet connection sharing is now disabled."
msgstr "Interneteko konexioa konpartitzea desgaituta dago orain."
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr "Interneteko konexioa konpartitzea desgaituta dago orain"
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -12318,19 +12838,19 @@ msgstr ""
"\n"
"Zer egin nahi duzu?"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
msgid "enable"
msgstr "gaitu"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr "Zerbitzariak gaitzen..."
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
msgid "Internet connection sharing is now enabled."
msgstr "Interneteko konexioa konpartitzea gaituta dago orain."
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
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 "
@@ -12346,21 +12866,21 @@ msgstr ""
"Kontuan hartu: Sare-moldagailu dedikatu bat behar duzu sare lokala (LAN) "
"konfiguratzeko."
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr "%s interfazea (%s modulua erabiliz)"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, c-format
msgid "Interface %s"
msgstr "%s interfazea"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr "Ez dago sare-moldagailurik zure sisteman!"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -12368,11 +12888,11 @@ msgstr ""
"Zure sisteman ez da ethernet sare-moldagailurik detektatu. Exekutatu "
"hardwarea konfiguratzeko tresna."
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "Sare-interfazea"
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -12387,17 +12907,17 @@ msgstr ""
"\n"
"Zure sare lokala moldagailu horrekin konfiguratzera noa."
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr "Aukeratu zein sare-moldagailu konektatuko den zure sare lokalarekin."
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:259
msgid "Network interface already configured"
msgstr "Sareko interfazea konfiguratuta dago"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -12412,15 +12932,15 @@ msgstr ""
"\n"
"Eskuz egin dezakezu, baldin eta zertan zabiltzan badakizu."
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
msgid "Automatic reconfiguration"
msgstr "Birkonfigurazio automatikoa"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
msgid "Show current interface configuration"
msgstr "Erakutsi uneko interfaze-konfigurazioa"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -12437,7 +12957,7 @@ msgstr ""
"IP atribuzioa: %s\n"
"Kontrolatzailea: %s"
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -12456,55 +12976,43 @@ msgstr ""
"Gainera, zure interfazea eta DHCP zerbitzaria (bir)konfigura ditzaket.\n"
"\n"
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr "C klaseko sare lokala"
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
msgid "(This) DHCP Server IP"
msgstr "DHCP zerbitzariaren IPa"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr "Birkonfiguratu interfazea eta DHCP zerbitzaria"
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr "Sare lokalak ez du `.0' amaieran; irteten. "
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"LAN helbide-gatazka potentziala aurkitu da %s(r)en uneko konfigurazioan!\n"
-#: ../../standalone/drakgw_.c:320
-msgid "Firewalling configuration detected!"
-msgstr "Suebaki-konfigurazioa detektatu da!"
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Kontuz! Lehendik dagoen suebaki-konfigurazio bat detektatu da. Beharbada "
-"eskuz konponketa batzuk egin beharko dituzu instalazioaren ondoren."
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
msgid "Configuring..."
msgstr "Konfiguratzen..."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
"Script-ak konfiguratzen, softwarea instalatzen, zerbitzariak abiarazten..."
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, c-format
msgid "Problems installing package %s"
msgstr "Arazoa %s paketea instalatzean"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -12514,23 +13022,23 @@ msgstr ""
"Orain Interneteko konexioa konparti dezakezu sare lokaleko beste ordenagailu "
"batzuekin, sare-konfigurazio automatikoa (DHCP) erabiliz."
-#: ../../standalone/drakgw_.c:566
+#: ../../standalone/drakgw_.c:504
msgid "The setup has already been done, but it's currently disabled."
msgstr "Konfigurazioa eginda dago, baina orain desgaituta dago."
-#: ../../standalone/drakgw_.c:567
+#: ../../standalone/drakgw_.c:505
msgid "The setup has already been done, and it's currently enabled."
msgstr "Konfigurazioa eginda dago, eta orain gaituta dago."
-#: ../../standalone/drakgw_.c:568
+#: ../../standalone/drakgw_.c:506
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Interneteko konexioa konpartitzea ez da inoiz konfiguratu."
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
msgid "Internet connection sharing configuration"
msgstr "Interneteko konexioa konpartitzeko konfigurazioa"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -12545,6 +13053,168 @@ msgstr ""
"\n"
"Egin klik 'Konfiguratu'n instalazio-morroia abiarazteko."
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr "Ez da TB txartelik aurkitu!"
+
+#: ../../standalone/draksound_.c:47
+#, fuzzy
+msgid ""
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+"Zure makinan ez da TB txartelik aurkitu. Ziurtatu Linux-ek onartzen duen "
+"Bideo/TB txartela ondo konektatuta dagoela.\n"
+"\n"
+"\n"
+"Gure hardware datubasea bisitatu dezakezu:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+#, fuzzy
+msgid "first step creation"
+msgstr "abioko disketea sortu"
+
+#: ../../standalone/draksplash_.c:77
+#, fuzzy
+msgid "final resolution"
+msgstr "Bereizmena"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#, fuzzy
+msgid "choose image file"
+msgstr "Aukeratu fitxategi bat"
+
+#: ../../standalone/draksplash_.c:79
+#, fuzzy
+msgid "Theme name"
+msgstr "Konpartitze-izena"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+#, fuzzy
+msgid "go to lilosplash configuration"
+msgstr "Instalazio-ondorengo konfigurazioa"
+
+#: ../../standalone/draksplash_.c:83
+#, fuzzy
+msgid "quit"
+msgstr "Irten"
+
+#: ../../standalone/draksplash_.c:84
+#, fuzzy
+msgid "save theme"
+msgstr "Instalatu gaiak"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#, fuzzy
+msgid "Configure bootsplash picture"
+msgstr "Ezin da Bootsplash aurreikuspena sortu"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+#, fuzzy
+msgid "go back"
+msgstr "Atzera-begizta"
+
+#: ../../standalone/draksplash_.c:120
+#, fuzzy
+msgid "preview"
+msgstr "gailua"
+
+#: ../../standalone/draksplash_.c:121
+#, fuzzy
+msgid "choose color"
+msgstr "Aukeratu monitorea"
+
+#: ../../standalone/draksplash_.c:124
+#, fuzzy
+msgid "Display logo on Console"
+msgstr "Erakutsi gaia kontsolapean"
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:436
+#, fuzzy
+msgid "ProgressBar color selection"
+msgstr "Inprimagailu-modeloaren hautapena"
+
+#: ../../standalone/draksplash_.c:454
+#, fuzzy
+msgid "You must choose an image file first!"
+msgstr "Inprimagailua/gailua aukeratu/adierazi behar duzu!"
+
+#: ../../standalone/draksplash_.c:463
+#, fuzzy
+msgid "Generating preview ..."
+msgstr "Gailuak detektatzen..."
+
#: ../../standalone/drakxtv_.c:49
#, fuzzy
msgid ""
@@ -12644,11 +13314,11 @@ msgstr ""
"zure TB araua eta estatua"
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr "TB araua :"
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr "Area :"
#: ../../standalone/drakxtv_.c:114
@@ -12731,7 +13401,7 @@ msgstr "Ezin da bertsio-berritzea abiarazi!!!\n"
msgid "The change is done, but to be effective you must logout"
msgstr "Aldaketa egin da, baina, eragina izan dezan, saioa amaitu behar duzu"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
msgid "logdrake"
msgstr "logdrake"
@@ -12909,8 +13579,9 @@ msgid "service setting"
msgstr "zerbitzuaren ezarpena"
#: ../../standalone/logdrake_.c:431
+#, fuzzy
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"You will receive an alert if one of the selected services is no more running"
msgstr "Hautatutako zerbitzuetakoren bat martxan ez badago, abisua jasoko duzu"
#: ../../standalone/logdrake_.c:443
@@ -12930,19 +13601,19 @@ msgstr "abisu-konfigurazioa"
msgid "Please enter your email address below "
msgstr "Sartu pasahitza"
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr "Gorde honela.."
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "Aukeratu sagu-mota."
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "Hirugarren botoia emulatu?"
-#: ../../standalone/printerdrake_.c:48
+#: ../../standalone/printerdrake_.c:57
msgid "Reading printer data ..."
msgstr "Inprimagailu-datuak irakurtzen..."
@@ -12954,21 +13625,32 @@ msgstr "Gailuak detektatzen..."
msgid "Test ports"
msgstr "Probatu atakak"
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:56
+#, fuzzy, c-format
+msgid "%s found on %s, configure it?"
msgstr "%s aurkitu da hemen: %s. Konfiguratu nahi duzu ?"
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:65
msgid "Select a scanner"
msgstr "Hautatu eskaner bat"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr "%s eskaner hori ez da onartzen"
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, c-format
msgid ""
"Scannerdrake was not able to detect your %s scanner.\n"
@@ -12977,11 +13659,11 @@ msgstr ""
"Scannerdrake-k ezin izan du zure %s eskanerra detektatu.\n"
"Mesedez aukeratu zure eskanerra konektatuta dagoen gailua"
-#: ../../standalone/scannerdrake_.c:95
+#: ../../standalone/scannerdrake_.c:109
msgid "choose device"
msgstr "Aukeratu gailua"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -12992,7 +13674,7 @@ msgstr ""
"Mandrake Kontrol Zentroko Hardwarearen ataletik abiaraz dezakezu "
"printerdrake."
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -13003,12 +13685,12 @@ msgstr ""
"Dokumentuak eskaneatu ditzakezu orain aplikazio menuan Multimedia/Grafikoak "
"barruan \"XSane\" erabiliz."
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr "Zenbait gailu \"%s\" hardware motan ezabatu egin dira:\n"
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
@@ -13017,36 +13699,6 @@ msgstr ""
"\n"
"%s motako zenbait gailu gehitu dira:\n"
-#: ../../standalone/tinyfirewall_.c:30
-msgid "Firewalling Configuration"
-msgstr "Suebakiaren konfigurazioa"
-
-#: ../../standalone/tinyfirewall_.c:43
-msgid "Firewalling configuration"
-msgstr "Suebakiaren konfigurazioa"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Suebakia\n"
-"\n"
-"Jadanik konfiguratu duzu suebaki bat.\n"
-"Suebakia aldatzeko edo kentzeko, egin klik 'Konfiguratu'n"
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Suebakia\n"
-"\n"
-"Suebaki estandar bat konfiguratzeko, egin klik 'Konfiguratu'n"
-
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "Aukeratu hizkuntza"
@@ -13119,225 +13771,7 @@ msgstr "Instalatu sistema-eguneratzeak"
msgid "Exit install"
msgstr "Irten instalaziotik"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"tinyfirewall konfiguratzailea\n"
-"\n"
-"Mandrake Linux makina honetarako suebaki pertsonala konfiguratzen du.\n"
-"Suebaki ahaltsuagoa nahi baduzu, begiratu MandrakeSecurity Firewall \n"
-"banaketa espezializatua."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Orain galdera batzuk egingo dizkizugu, Interneteko zein zerbitzutara \n"
-"konektatu nahi duzun jakiteko. Ongi pentsatu erantzun aurretik, \n"
-"zure ordenagailuaren segurtasuna garrantzitsua baita.\n"
-"\n"
-"Horietako zerbitzuren bat erabiltzen ez baduzu, desaktiba\n"
-"ezazu. Konfigurazio hau nahi duzunean alda dezakezu,\n"
-"aplikazio hau berriro exekutatuz!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Internet osotik ikusi behar den web zerbitzari bat daukazu martxan\n"
-"makina honetan? Makina honetatik bakarrik erabili behar den web zerbitzari\n"
-"bat badaukazu, lasai erantzun dezakezu EZ hemen.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Izen-zerbitzari bat erabiltzen duzu makina honetan? Izen-zerbitzaririk ez \n"
-"badaukazu ezarrita IP eta zonako informazioa emateko Internet osorako,\n"
-"erantzun EZ.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Secure Shell (ssh) konexioei sartzeko baimena eman nahi diezu? \n"
-"Telnet-en ordezkoa da, urruneko makinetan sartzeko erabil dezakezuna. \n"
-"telnet erabiltzen baduzu, ssh-ra aldatu behar duzu zalantzarik gabe. \n"
-"telnet ez dago enkriptatuta - hortaz, erasotzaileek zure pasahitza lapur \n"
-"dezakete. ssh enkriptatuta dago eta beraz ezin da harrapatu."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"telnet konexioei sartzen utzi nahi diezu?\n"
-"Hori ez da batere batere segurua, aurreko pantailan azaldu dugunez. \n"
-"Biziki gomendatzen dugu hemen EZ erantzutea eta telnet-en ordez ssh\n"
-"erabiltzea.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Internetetik ikusi behar den FTP zerbitzaririk erabiltzen duzu?\n"
-"Horrela bada, biziki gomendatzen dizugu transferentzia anonimoetarako\n"
-"bakarrik erabiltzea. FTP bidez bidalitako pasahitzak lapurtu egin "
-"ditzakete,\n"
-"FTPk ere ez baitu enkriptatzerik erabiltzen pasahitzak transferitzeko.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Posta-zerbitzaririk baduzu martxan hemen? Mezuak pine, mutt edo\n"
-"testuan oinarritutako beste posta-bezeroren baten bidez bidaltzen\n"
-"badituzu, ziur aski izango duzu. Bestela, desaktibatzea komeni da.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"POP edo IMAP zerbitzaririk baduzu hemen? \n"
-"Web-ean oinarritu gabeko posta-kontuen ostalari izateko \n"
-"erabiltzen da hau.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Badirudi 2.2 bertsioko nukleoa erabiltzen duzula. Zure sarearen \n"
-"IP helbidea automatikoki ezartzen badu zure etxeko edo \n"
-"bulegoko ordenagailu batek (dinamikoki esleituta), onartu \n"
-"egin beharko dugu. Horrela da?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Zure ordenagailua beste batekin sinkronizatuta dabil?\n"
-"Nagusiki, hori Unix/Linux antolamendu ertain eta handiek \n"
-"erabiltzen dute, konexio-orduak sinkronizatzeko eta horrelakoetarako. "
-"Bulego handi batean ari ez bazara eta \n"
-"honelako konturik entzun ez baduzu, ziur aski ez zara\n"
-"inorekin sinkronizatuta egongo."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Konfigurazioa osatu da. Diskoan idatziko ditugu aldaketak?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Ezin da %s ireki: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Ezin da %s idazteko ireki: %s\n"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr "Ez, ez dut DHCP behar"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr "Bai, DHCP behar dut"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr "Ez, ez dut NTP behar"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr "Bai, NTP behar dut"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr "Ez gorde"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr "Gorde eta irten"
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-msgid "Firewall Configuration Wizard"
-msgstr "Suebakia konfiguratzeko morroia"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr "Ez (egin suebakia Internetetik)"
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr "Bai (onartu hau suebakian zehar)"
-
-#: ../../tinyfirewall.pm_.c:230
-msgid "Please Wait... Verifying installed packages"
-msgstr "Itxaron... instalatutako paketeak egiaztatzen"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Huts egin du beharrezko pakete hauek instalatzean: %s eta Bastille.\n"
-" Saiatu eskuz instalatzen."
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -13471,6 +13905,10 @@ msgid "Graphical Environment"
msgstr "Ingurune grafikoa"
#: ../../share/compssUsers:999
+msgid "Development"
+msgstr "Garapena"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache, Pro-ftpd"
@@ -13583,45 +14021,328 @@ msgstr "Multimedia - CD grabatzea"
msgid "Scientific Workstation"
msgstr "Lan-estazio zientifikoa"
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
+#~ msgid ""
+#~ "The first time you try the X configuration, you may not be very "
+#~ "satisfied\n"
+#~ "with its display (screen is too small, shifted left or right...). Hence,\n"
+#~ "even if X starts up correctly, DrakX then asks you if the configuration\n"
+#~ "suits you. It will also propose to change it by displaying a list of "
+#~ "valid\n"
+#~ "modes it could find, asking you to select one.\n"
+#~ "\n"
+#~ "As a last resort, if you still cannot get X to work, choose \"Change\n"
+#~ "graphics card\", select \"Unlisted card\", and when prompted on which\n"
+#~ "server, choose \"FBDev\". This is a failsafe option which works with any\n"
+#~ "modern graphics card. Then choose \"Test again\" to be sure."
+#~ msgstr ""
+#~ "X konfigurazioa probatzen duzun lehen aldian, baliteke oso pozik ez\n"
+#~ "geratzea ikusten denarekin (pantaila txikiegia, ezkerrera edo eskuinera\n"
+#~ "lerratua...). Beraz, X ongi abiarazten bada ere, konfigurazioa zuretzat\n"
+#~ "egokia den galdetuko dizu DrakXk gero. Aldatzea ere proposatuko dizu "
+#~ "aurki\n"
+#~ "ditzakeen baliozko moduen zerrenda bistaratuz eta bat hautatzeko "
+#~ "eskatuz.\n"
+#~ "\n"
+#~ "Azken baliabide gisa, Xk funtzionatzea lortzen ez baduzu, aukeratu "
+#~ "\"Aldatu\n"
+#~ "txartel grafikoa\", hautatu \"Zerrendatu gabeko txartela\", eta zein\n"
+#~ "zerbitzari nahi duzun galdetzean, aukeratu \"FBDev\". Hau aukera segurua\n"
+#~ "da, edozein txartel grafiko modernorekin funtzionatzen duena. Gero "
+#~ "aukeratu\n"
+#~ "\"Probatu berriro\" ziur egoteko."
+
+#~ msgid "Internet and Messaging"
+#~ msgstr "Internet eta mezularitza"
+
+#~ msgid "Multimedia and Graphics"
+#~ msgstr "Multimedia eta grafikoak"
-#, fuzzy
#~ 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."
+#~ "Mandrake Linux 8.2 provides 11 different graphical desktop environments "
+#~ "and window managers to choose from including GNOME 1.4, KDE 2.2.2, Window "
+#~ "Maker 0.8, and the rest"
#~ msgstr ""
-#~ "Maila hau kontuz erabili behar da. Sistema erabilerrazagoa izango da, "
-#~ "baina\n"
-#~ "oso erraz erasotzekoa: ez da erabili behar beste ordenagailu batzuekin "
-#~ "edo \n"
-#~ "Internetekin konektatuta dauden makinetan. Ez dago pasahitzik."
+#~ "Mandrake Linux 8.2k 11 mahaigaineko ingurune grafiko eta leiho-"
+#~ "kudeatzaile desberdin ematen ditu aukeran, horien artean, GNOME 1.4, KDE "
+#~ "2.2.2, Window Maker 0.8, eta abar"
+
+#~ msgid "Server Software"
+#~ msgstr "Zerbitzari-softwarea"
+
+#~ msgid "MandrakeCampus"
+#~ msgstr "MandrakeCampus"
-#, fuzzy
#~ msgid ""
-#~ "With this security level, the use of this system as a server becomes "
-#~ "possible.\n"
-#~ " The security is now high enough to use the system as a "
-#~ "server which can accept\n"
-#~ " connections from many clients. Note: if your machine is "
-#~ "only a client on the Internet, you should choose a lower level."
+#~ "Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+#~ "provides free Linux training, as well as a way to test your progress, at "
+#~ "MandrakeCampus -- our online training center"
#~ msgstr ""
-#~ "Segurtasun-maila honekin, sistema hau erabil liteke zerbitzari gisa.\n"
-#~ "Segurtasun hau nahikoa da sistema bezero askoren konexioak onartzen "
-#~ "dituen \n"
-#~ "zerbitzari gisa erabili ahal izateko. Oharra: zure makina Interneteko "
-#~ "bezero soila bada, hobe duzu maila apalagoa."
+#~ "Linux erabiltzen ikasi nahi duzu erraz, bizkor, eta doan? MandrakeSoft-ek "
+#~ "Linux ikasteko doako zerbitzua eskaintzen dugu, zure aurrerapena neurtuz, "
+#~ "MandrakeCampus lineako trebakuntza-zentroaren bidez"
-#, fuzzy
-#~ msgid "Basic Options"
-#~ msgstr "Aukerak"
+#~ msgid ""
+#~ "Quality support from the Linux Community, and from MandrakeSoft, is just "
+#~ "around the corner. And if you're already a Linux veteran, become an "
+#~ "\"Expert\" and share your knowledge at our support website"
+#~ msgstr ""
+#~ "Kalitatezko laguntza-zerbitzua eskaintzen dute Linux komunitateak eta "
+#~ "MandrakeSoft-ek, eta hortxe bertan duzu. Linux-en beteranoa bazara, egin "
+#~ "zaitez \"Aditu\", eta konpartitu zure jakituria eta gure laguntzako web "
+#~ "gunea "
-#, fuzzy
-#~ msgid "Security Checks"
-#~ msgstr "Segurtasuna"
+#~ msgid "MandrakeConsulting"
+#~ msgstr "MandrakeConsulting"
+
+#~ msgid ""
+#~ "For all of your IT projects, our consultants are ready to analyze your "
+#~ "requirements and offer a customized solution. Benefit from MandrakeSoft's "
+#~ "vast experience as a Linux producer to provide a true IT alternative for "
+#~ "your business organization"
+#~ msgstr ""
+#~ "Zure IT proiektuetarako, hor dituzu gure aholkulariak, zure premiak "
+#~ "ulertu eta konponbide pertsonalizatua emateko prest. MandrakeSoft-ek, "
+#~ "Linux ekoizle gisa duen esperientzia handiarekin, benetako IT alternatiba "
+#~ "ematen du enpresa-antolamendurako"
+
+#~ msgid "MandrakeStore"
+#~ msgstr "MandrakeStore"
+
+#~ msgid ""
+#~ "For more information on MandrakeSoft's Professional Services and "
+#~ "commercial offerings, please see the following web page:"
+#~ msgstr ""
+#~ "MandrakeSoft-en Zerbitzu Profesionalei eta eskaintza komertzialei buruzko "
+#~ "informazioa nahi baduzu, ikus web orri hau:"
+
+#~ msgid "LBA (doesn't work on old BIOSes)"
+#~ msgstr "LBA (ez du funtzionatzen BIOS zaharretan)"
+
+#~ msgid "You don't have any partitions!"
+#~ msgstr "Ez duzu partiziorik!"
+
+#~ msgid ""
+#~ "DiskDrake failed to read correctly the partition table.\n"
+#~ "Continue at your own risk!"
+#~ msgstr ""
+#~ "DiskDrake-k ezin izan du partizio-taula behar bezala irakurri.\n"
+#~ "Jarraitu zure ardurapean!"
+
+#~ msgid ""
+#~ "I can't read your partition table, it's too corrupted for me :(\n"
+#~ "I'll try to go on blanking bad partitions"
+#~ msgstr ""
+#~ "Ezin dut zure partizio-taula irakurri, hondatuegia dago :(\n"
+#~ "Partizio txarrak garbitzen saiatuko naiz"
+
+#~ msgid ""
+#~ "Please Build backup before to restore it...\n"
+#~ " or verify that your path to save is correct."
+#~ msgstr ""
+#~ "Egin babeskopia leheneratu aurretik...\n"
+#~ " edo egiaztatu gordetzeko bidea zuzena dela."
+
+#~ msgid "Firewalling Configuration"
+#~ msgstr "Suebakiaren konfigurazioa"
+
+#~ msgid "Firewalling configuration"
+#~ msgstr "Suebakiaren konfigurazioa"
+
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "You already have set up a firewall.\n"
+#~ "Click on Configure to change or remove the firewall"
+#~ msgstr ""
+#~ "Suebakia\n"
+#~ "\n"
+#~ "Jadanik konfiguratu duzu suebaki bat.\n"
+#~ "Suebakia aldatzeko edo kentzeko, egin klik 'Konfiguratu'n"
+
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "Click on Configure to set up a standard firewall"
+#~ msgstr ""
+#~ "Suebakia\n"
+#~ "\n"
+#~ "Suebaki estandar bat konfiguratzeko, egin klik 'Konfiguratu'n"
+
+#~ msgid ""
+#~ "We'll now ask you questions about which services you'd like to allow\n"
+#~ "the Internet to connect to. Please think carefully about these\n"
+#~ "questions, as your computer's security is important.\n"
+#~ "\n"
+#~ "Please, if you're not currently using one of these services, firewall\n"
+#~ "it off. You can change this configuration anytime you like by\n"
+#~ "re-running this application!"
+#~ msgstr ""
+#~ "Orain galdera batzuk egingo dizkizugu, Interneteko zein zerbitzutara \n"
+#~ "konektatu nahi duzun jakiteko. Ongi pentsatu erantzun aurretik, \n"
+#~ "zure ordenagailuaren segurtasuna garrantzitsua baita.\n"
+#~ "\n"
+#~ "Horietako zerbitzuren bat erabiltzen ez baduzu, desaktiba\n"
+#~ "ezazu. Konfigurazio hau nahi duzunean alda dezakezu,\n"
+#~ "aplikazio hau berriro exekutatuz!"
+
+#~ msgid ""
+#~ "Are you running a web server on this machine that you need the whole\n"
+#~ "Internet to see? If you are running a webserver that only needs to be\n"
+#~ "accessed by this machine, you can safely answer NO here.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Internet osotik ikusi behar den web zerbitzari bat daukazu martxan\n"
+#~ "makina honetan? Makina honetatik bakarrik erabili behar den web "
+#~ "zerbitzari\n"
+#~ "bat badaukazu, lasai erantzun dezakezu EZ hemen.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Are you running a name server on this machine? If you didn't set one\n"
+#~ "up to give away IP and zone information to the whole Internet, please\n"
+#~ "answer no.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Izen-zerbitzari bat erabiltzen duzu makina honetan? Izen-zerbitzaririk "
+#~ "ez \n"
+#~ "badaukazu ezarrita IP eta zonako informazioa emateko Internet osorako,\n"
+#~ "erantzun EZ.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Do you want to allow incoming Secure Shell (ssh) connections? This\n"
+#~ "is a telnet-replacement that you might use to login. If you're using\n"
+#~ "telnet now, you should definitely switch to ssh. telnet is not\n"
+#~ "encrypted -- so some attackers can steal your password if you use\n"
+#~ "it. ssh is encrypted and doesn't allow for this eavesdropping."
+#~ msgstr ""
+#~ "Secure Shell (ssh) konexioei sartzeko baimena eman nahi diezu? \n"
+#~ "Telnet-en ordezkoa da, urruneko makinetan sartzeko erabil dezakezuna. \n"
+#~ "telnet erabiltzen baduzu, ssh-ra aldatu behar duzu zalantzarik gabe. \n"
+#~ "telnet ez dago enkriptatuta - hortaz, erasotzaileek zure pasahitza "
+#~ "lapur \n"
+#~ "dezakete. ssh enkriptatuta dago eta beraz ezin da harrapatu."
+
+#~ msgid ""
+#~ "Do you want to allow incoming telnet connections?\n"
+#~ "This is horribly unsafe, as we explained in the previous screen. We\n"
+#~ "strongly recommend answering No here and using ssh in place of\n"
+#~ "telnet.\n"
+#~ msgstr ""
+#~ "telnet konexioei sartzen utzi nahi diezu?\n"
+#~ "Hori ez da batere batere segurua, aurreko pantailan azaldu dugunez. \n"
+#~ "Biziki gomendatzen dugu hemen EZ erantzutea eta telnet-en ordez ssh\n"
+#~ "erabiltzea.\n"
+
+#~ msgid ""
+#~ "Are you running an FTP server here that you need accessible to the\n"
+#~ "Internet? If you are, we strongly recommend that you only use it for\n"
+#~ "Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
+#~ "attackers, since FTP also uses no encryption for transferring passwords.\n"
+#~ msgstr ""
+#~ "Internetetik ikusi behar den FTP zerbitzaririk erabiltzen duzu?\n"
+#~ "Horrela bada, biziki gomendatzen dizugu transferentzia anonimoetarako\n"
+#~ "bakarrik erabiltzea. FTP bidez bidalitako pasahitzak lapurtu egin "
+#~ "ditzakete,\n"
+#~ "FTPk ere ez baitu enkriptatzerik erabiltzen pasahitzak transferitzeko.\n"
+
+#~ msgid ""
+#~ "Are you running a mail server here? If you're sending you \n"
+#~ "messages through pine, mutt or any other text-based mail client,\n"
+#~ "you probably are. Otherwise, you should firewall this off.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Posta-zerbitzaririk baduzu martxan hemen? Mezuak pine, mutt edo\n"
+#~ "testuan oinarritutako beste posta-bezeroren baten bidez bidaltzen\n"
+#~ "badituzu, ziur aski izango duzu. Bestela, desaktibatzea komeni da.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Are you running a POP or IMAP server here? This would\n"
+#~ "be used to host non-web-based mail accounts for people via \n"
+#~ "this machine.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "POP edo IMAP zerbitzaririk baduzu hemen? \n"
+#~ "Web-ean oinarritu gabeko posta-kontuen ostalari izateko \n"
+#~ "erabiltzen da hau.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "You appear to be running a 2.2 kernel. If your network IP\n"
+#~ "is automatically set by a computer in your home or office \n"
+#~ "(dynamically assigned), we need to allow for this. Is\n"
+#~ "this the case?\n"
+#~ msgstr ""
+#~ "Badirudi 2.2 bertsioko nukleoa erabiltzen duzula. Zure sarearen \n"
+#~ "IP helbidea automatikoki ezartzen badu zure etxeko edo \n"
+#~ "bulegoko ordenagailu batek (dinamikoki esleituta), onartu \n"
+#~ "egin beharko dugu. Horrela da?\n"
+
+#~ msgid ""
+#~ "Is your computer getting time syncronized to another computer?\n"
+#~ "Mostly, this is used by medium-large Unix/Linux organizations\n"
+#~ "to synchronize time for logging and such. If you're not part\n"
+#~ "of a larger office and haven't heard of this, you probably \n"
+#~ "aren't."
+#~ msgstr ""
+#~ "Zure ordenagailua beste batekin sinkronizatuta dabil?\n"
+#~ "Nagusiki, hori Unix/Linux antolamendu ertain eta handiek \n"
+#~ "erabiltzen dute, konexio-orduak sinkronizatzeko eta horrelakoetarako. "
+#~ "Bulego handi batean ari ez bazara eta \n"
+#~ "honelako konturik entzun ez baduzu, ziur aski ez zara\n"
+#~ "inorekin sinkronizatuta egongo."
+
+#~ msgid ""
+#~ "Configuration complete. May we write these changes to disk?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Konfigurazioa osatu da. Diskoan idatziko ditugu aldaketak?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+
+#~ msgid "Can't open %s for writing: %s\n"
+#~ msgstr "Ezin da %s idazteko ireki: %s\n"
+
+#~ msgid "No I don't need DHCP"
+#~ msgstr "Ez, ez dut DHCP behar"
+
+#~ msgid "Yes I need DHCP"
+#~ msgstr "Bai, DHCP behar dut"
+
+#~ msgid "No I don't need NTP"
+#~ msgstr "Ez, ez dut NTP behar"
+
+#~ msgid "Yes I need NTP"
+#~ msgstr "Bai, NTP behar dut"
+
+#~ msgid "Don't Save"
+#~ msgstr "Ez gorde"
+
+#~ msgid "Save & Quit"
+#~ msgstr "Gorde eta irten"
+
+#~ msgid "Firewall Configuration Wizard"
+#~ msgstr "Suebakia konfiguratzeko morroia"
+
+#~ msgid "No (firewall this off from the internet)"
+#~ msgstr "Ez (egin suebakia Internetetik)"
+
+#~ msgid "Yes (allow this through the firewall)"
+#~ msgstr "Bai (onartu hau suebakian zehar)"
+
+#~ msgid "Please Wait... Verifying installed packages"
+#~ msgstr "Itxaron... instalatutako paketeak egiaztatzen"
+
+#~ msgid ""
+#~ "Failure installing the needed packages: %s and Bastille.\n"
+#~ " Try to install them manually."
+#~ msgstr ""
+#~ "Huts egin du beharrezko pakete hauek instalatzean: %s eta Bastille.\n"
+#~ " Saiatu eskuz instalatzen."
#~ msgid "Data list to include on CDROM."
#~ msgstr "CDROMean gehitzeko datu-zerrenda"
@@ -13735,37 +14456,15 @@ msgstr "Lan-estazio zientifikoa"
#~ "Sareko inprimagailuak instalatzeko, hautatu \"Utzi\", hautatu \"Aditu "
#~ "modua\", eta egin klik \"Gehitu inprimagailu berria\" aukeran berriro."
-#, fuzzy
-#~ msgid ""
-#~ "Is your printer a multi-function device from HP (OfficeJet, PSC, LaserJet "
-#~ "1100/1200/1220/3200/3300 with scanner), an HP PhotoSmart or an HP "
-#~ "LaserJet 2200?"
-#~ msgstr ""
-#~ "Zure inprimagailua funtzio anitzeko HP gailua da (OfficeJet, PSC, "
-#~ "LaserJet 1100/1200/1220/3200/3300 eskanerrarekin), HP PhotoSmart P100 edo "
-#~ "1315 edo HP LaserJet 2200?"
-
#~ msgid "Installing HPOJ package..."
#~ msgstr "HPOJ paketea instalatzen..."
#~ msgid "Checking device and configuring HPOJ..."
#~ msgstr "Gailua egiaztatzen eta HPOJ konfiguratzen..."
-#, fuzzy
-#~ msgid "Installing SANE packages..."
-#~ msgstr "SANE paketea instalatzen..."
-
-#, fuzzy
-#~ msgid "Installing mtools packages..."
-#~ msgstr "Paketeak instalatzen..."
-
#~ msgid "Scanning on your HP multi-function device"
#~ msgstr "Funtzio anitzeko HP gailuan eskaneatzen"
-#, fuzzy
-#~ msgid "Photo memory card access on your HP multi-function device"
-#~ msgstr "Funtzio anitzeko HP gailuan eskaneatzen"
-
#~ msgid "Making printer port available for CUPS..."
#~ msgstr "Inprimagailu-ataka CUPSerako erabilgarri egiten..."
@@ -13942,12 +14641,6 @@ msgstr "Lan-estazio zientifikoa"
#~ msgid "Choose a X driver"
#~ msgstr "Aukeratu X kontrolatzailea"
-#~ msgid "X driver"
-#~ msgstr "X kontrolatzailea"
-
-#~ msgid "Warning: testing this graphics card may freeze your computer"
-#~ msgstr "Kontuz: txartel grafiko hau probatzean ordenagailua blokea daiteke"
-
#~ msgid "Standard VGA, 640x480 at 60 Hz"
#~ msgstr "VGA estandarra 640x480 - 60 Hz"
diff --git a/perl-install/share/po/fi.po b/perl-install/share/po/fi.po
index a30bd944c..af643237f 100644
--- a/perl-install/share/po/fi.po
+++ b/perl-install/share/po/fi.po
@@ -4,8 +4,8 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: drakfloppy VERSION\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
+"Project-Id-Version: DrakX\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
"PO-Revision-Date: 2001-12-17 23:18EET\n"
"Last-Translator: Matias Griese <mahagr@utu.fi>\n"
"Language-Team: Finnish\n"
@@ -50,19 +50,19 @@ msgstr "32 Mt"
msgid "64 MB or more"
msgstr "64 Mt tai enemmn"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "Valitse X-palvelin"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "X-palvelin"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
msgstr "Monen nytn asettaminen"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -70,27 +70,27 @@ msgstr ""
"Jrjestelmsi tukee monen nytn laitteistokokoonpanoa.\n"
"Mit haluat tehd?"
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "Valitse nytnohjaimen muistin m粐r"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "XFreen asentaminen"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "Mit versiota XFree-serverist haluat kytt粐?"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr "Aseta kaikki nytt erikseen"
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr "Kyt Xinerama-laajennusta"
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "M粐rittele vain kortin \"%s\" (%s) asetukset"
@@ -101,13 +101,13 @@ msgstr "M粐rittele vain kortin \"%s\" (%s) asetukset"
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s laitteistokiihdytetyll 3D-tuella"
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -117,18 +117,18 @@ msgstr ""
"ssa.\n"
"Korttisi on tuettu mys XFree %s:ssa, jossa on mahdollisesti parempi 2D-tuki."
-#: ../../Xconfig/card.pm_.c:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"Nytnohjaimelle on olemassa laitteistokiihdytetyt 3D-ajurit XFree %s:ssa."
-#: ../../Xconfig/card.pm_.c:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s KOKEELLISELLA laitteistokiihdytetyll 3D-tuella"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -140,7 +140,7 @@ msgstr ""
"HUOMAA, ETT TUKI ON KOKEELLINEN JA VOI JUMITTAA TIETOKONEESI.Korttisi on "
"tuettu mys XFree %s:ssa, jossa on mahdollisesti parempi 2D-tuki."
-#: ../../Xconfig/card.pm_.c:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -149,53 +149,54 @@ msgstr ""
"Nytnohjaimelle on olemassa laitteistokiihdytetyt 3D-ajurit XFree %s:ssa.\n"
"HUOMAA, ETT TUKI ON KOKEELLINEN JA VOI JUMITTAA TIETOKONEESI."
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (nytnohjaimen ajurin asennus)"
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "Mukautettu"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
#, fuzzy
msgid "Graphic Card"
msgstr "Nytnohjain"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "Nytt"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "Resoluutio"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Optiot"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "Ok"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Lopeta"
@@ -212,28 +213,28 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "Valitse monitori"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "Yleinen"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
#, fuzzy
msgid "Vendor"
msgstr "Peruuta"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -256,11 +257,11 @@ msgstr ""
"vaakavirkistystaajuus\n"
"on suurempi kuin oman nyttsi. Jos eprit, valitse pienempi taajuus."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "Vaakavirkistystaajuus"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "Pystyvirkistystaajuus"
@@ -297,36 +298,41 @@ msgstr "Valitse resoluutio ja vrisyvyys"
msgid "Graphics card: %s"
msgstr "Nytnohjain: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "Peruuta"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "Kokeile asetuksia"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "Haluatko kokeilla asetuksia?"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "Kokeile asetuksia"
+#: ../../Xconfig/test.pm_.c:31
+#, fuzzy
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Varoitus: nytnohjaimesi testaaminen voi jumittaa tietokoneen"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -462,26 +468,22 @@ msgstr "Kynnist DOSista/Windowsista (loadlin)"
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "Kyttjrjestelmn lataajan p粐asetukset"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "Kytettv kyttjrjestelmn lataaja"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "Kyttjrjestelmn lataajan asennus"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "Kynnistyslaite"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (ei toimi vanhoissa BIOSeissa)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "Tiivis"
@@ -498,16 +500,17 @@ msgstr "Nytttila"
msgid "Delay before booting default image"
msgstr "Tauko ennen oletusjrjestelmn kynnistyst"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Salasana"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "Salasana (uudelleen)"
@@ -542,14 +545,14 @@ msgid ""
msgstr ""
"Asetus ``Rajoita komentorivioptioita'' ei ole hydyllinen ilman salasanaa"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "Yrit uudelleen"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "Salasanat poikkeavat toisistaan"
@@ -594,16 +597,16 @@ msgstr ""
"Tss ovat asetustietueet.\n"
"Voit list uusia tai muuttaa olemassaolevia."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Lis粐"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "Valmis"
@@ -615,7 +618,7 @@ msgstr "Muokkaa"
msgid "Which type of entry do you want to add?"
msgstr "Mink tyyppisen tietueen haluat list"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linux"
@@ -709,13 +712,13 @@ msgstr "Onko sinulla muita?"
msgid "Do you have any %s interfaces?"
msgstr "Onko koneessa %s liitynt粐?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Ei"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Kyll"
@@ -812,39 +815,49 @@ msgstr "salli \"su\""
msgid "access to administrative files"
msgstr "oikeudet yllpidollisiin tiedostoihin"
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+#, fuzzy
+msgid "access to network tools"
+msgstr "oikeudet rpm-tykaluihin"
+
+#: ../../any.pm_.c:755
+#, fuzzy
+msgid "access to compilation tools"
+msgstr "oikeudet rpm-tykaluihin"
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(listty jo %s)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "Salasana on liian yksinkertainen"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "Anna kyttjtunnus"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Kyttjtunnus saa sislt粐 vain pieni kirjaimia, numeroita, `-' ja `_'"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:768
#, fuzzy
msgid "The user name is too long"
msgstr "Kyttjtunnus on jo listty"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "Kyttjtunnus on jo listty"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "Lis粐 kyttj"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -853,32 +866,32 @@ msgstr ""
"Lis粐 kyttj\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "Hyvksy kyttj"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "Oikea nimi"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Kyttjtunnus"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "Komentotulkki"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "Kuvake"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "Automaattinen kirjautuminen"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -887,55 +900,55 @@ msgstr ""
"tietokoneellesi.\n"
"Haluatko kytt粐 tt ominaisuutta?"
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "Valitse oletuskyttj:"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "Valitse kytettv ikkunointijrjestelm:"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
msgid "Please choose a language to use."
msgstr "Valitse kytettv kieli."
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "Voit valita kielet jotka ovat kytettviss asennuksen jlkeen"
-#: ../../any.pm_.c:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Kaikki"
# Asennuksen sivuvalikko
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "Allow all users"
msgstr "Salli kaikille kyttjille"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "No sharing"
msgstr "Ei jaettu"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Paketti %s pit粐 asentaa. Haluatko asentaa sen?"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "Voit jakaa sek NFS:ll ett Samballa. Kumpaa haluat kytt粐"
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Pakollinen paketti %s puuttuu"
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
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 "
@@ -944,42 +957,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
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:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "Tervetuloa murtautujat"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "Huono"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standardi"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "Korkea"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
#, fuzzy
msgid "Higher"
msgstr "Korkea"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "Paranoidi"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
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,14 +1004,14 @@ msgstr ""
"koneisiin\n"
"tai Internettiin. Koneessa ei ole salasanoja."
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
msgstr ""
"Salasanat ovat nyt kytss mutta koneen kytt verkossa ei ole suositeltua."
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1008,13 +1021,13 @@ msgstr ""
"kytet粐n Internettiin liitettyn. Jrjestelmss on "
"turvallisuustarkastuksia."
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1028,7 +1041,7 @@ msgstr ""
"Jrjestelm粐 voidaan kytt粐 palvelimena joka hyvksyy yhteyksi monilta\n"
"asiakkailta. "
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1036,32 +1049,32 @@ msgstr ""
"Pohjautuu edelliseen tasoon, mutta jrjestelm on kokonaan suljettu.\n"
"Turvallisuusasetukset ovat tiukimmillaan."
-#: ../../any.pm_.c:1091
+#: ../../any.pm_.c:1094
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Optiot"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Valitse turvataso"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
msgid "Security level"
msgstr "Turvataso"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
msgid "Use libsafe for servers"
msgstr "Kyt libsafea palvelimille"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Kirjasto joka suojelee puskurin ylivuoto ja merkkijonon muotovirhehykkyksi "
"vastaan."
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr ""
@@ -1103,7 +1116,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:935
+#: ../../bootloader.pm_.c:932
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Tervetuloa GRUB k~^Dytt~^Tj~^Drjestelm~^Dnvalitsijaan!"
@@ -1117,7 +1130,7 @@ msgstr "Tervetuloa GRUB k~^Dytt~^Tj~^Drjestelm~^Dnvalitsijaan!"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:935
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Kayt~^D %c- ja %c-napp~^Dimi~^D valitaksesi korostetun tietueen"
@@ -1132,7 +1145,7 @@ msgstr "Kayt~^D %c- ja %c-napp~^Dimi~^D valitaksesi korostetun tietueen"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:938
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr ""
"Paina enter kaynnist~^D~^Dksesi valitun kayttjrjestelmn, 'e' muokataksesi"
@@ -1147,7 +1160,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:944
+#: ../../bootloader.pm_.c:941
msgid "commands before booting, or 'c' for a command-line."
msgstr "komennot ennen kynnistyst, tai 'c' komentoriville"
@@ -1161,32 +1174,32 @@ msgstr "komennot ennen kynnistyst, tai 'c' komentoriville"
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:944
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Korostettu tietue kynnistetn automaattisesti %d sekunnissa."
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:948
msgid "not enough room in /boot"
msgstr "ei tarpeeksi tilaa /boot-hakemistossa"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "Typyt"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "Kynnistysvalikko"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Et voi asentaa kyttjrjestelmn lataajaa partitiolle %s\n"
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr "ohjeita ei ole viel olemassa.\n"
@@ -1194,8 +1207,8 @@ msgstr "ohjeita ei ole viel olemassa.\n"
msgid "Boot Style Configuration"
msgstr "Kynnistyksen tavan asetus"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Tiedosto"
@@ -1205,7 +1218,7 @@ msgstr "/_Tiedosto"
msgid "/File/_Quit"
msgstr "/Tiedosto/Poistu"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1248,94 +1261,101 @@ msgstr "Asenna jrjestelm"
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+#, fuzzy
+msgid "Create new theme"
+msgstr "Luo uusi osio"
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr ""
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "Virhe"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, fuzzy, c-format
msgid "Copy %s to %s"
msgstr "Kopioidaan %s"
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
#, fuzzy
msgid "Notice"
msgstr "Ei Nytt"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
#, fuzzy
msgid "Theme installation failed!"
msgstr "Asennuksen luokka"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1344,23 +1364,22 @@ msgstr ""
"Tll hetkell kytss oleva jrjestelmlataaja on %s.\n"
"Valitse Aseta kynnist粐ksesi asennusohjelman."
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "M粐rittele"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
#, fuzzy
msgid "Splash selection"
msgstr "Yksittisten pakettien valinta"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1369,44 +1388,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr "Jrjestelmn tila"
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr "Kyt X-Window-jrjestelm粐"
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr "Ei, en halua autologinia"
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Kyll, haluan autologinin (kyttj, ymprist)"
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr "Ok"
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "ei voi lukea tiedostoa /etc/inittab: %s"
@@ -1503,50 +1522,54 @@ msgstr "Itvalta"
msgid "United States"
msgstr "Yhdysvallat"
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-#, fuzzy
-msgid "Unknown Model"
-msgstr "Tuntematon malli"
-
#: ../../diskdrake/dav.pm_.c:23
#, fuzzy
msgid "New"
msgstr "uusi"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "Irroita"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "Liit"
+
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "Palvelin"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Liitospaikka"
-#: ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/dav.pm_.c:81
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Valitse kirjoittavan CD-aseman nopeus"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
#, fuzzy
msgid "The URL must begin with http:// or https://"
msgstr "Web-osoitteen tulee alkaa etuliitteell 'http:'"
-#: ../../diskdrake/dav.pm_.c:92
+#: ../../diskdrake/dav.pm_.c:105
#, fuzzy
msgid "Server: "
msgstr "Palvelin"
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Liitospaikka: "
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Optiot: %s"
@@ -1555,8 +1578,9 @@ msgstr "Optiot: %s"
msgid "Please make a backup of your data first"
msgstr "Tee ensin varmuuskopio tiedoistasi"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "Lue tarkkaan!"
@@ -1594,10 +1618,17 @@ msgid "Please click on a partition"
msgstr "Klikkaa osiota"
#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "Yksityiskohdat"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+#, fuzzy
+msgid "No hard drives found"
+msgstr ""
+"Paikallisia tulostimia ei lytynyt!\n"
+"\n"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1622,13 +1653,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "Tyhj"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "Muut"
@@ -1636,12 +1667,12 @@ msgstr "Muut"
msgid "Filesystem types:"
msgstr "Tiedostojrjestelmien tyypit:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "Luo"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "Tyyppi"
@@ -1651,7 +1682,7 @@ msgstr "Tyyppi"
msgid "Use ``%s'' instead"
msgstr "Kyt sen sijaan ``%s'':粐"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "Poista"
@@ -1660,78 +1691,78 @@ msgid "Use ``Unmount'' first"
msgstr "Kyt ensin komentoa ``Irroita''"
# mat
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "Vaihdettuasi osion %s tyyppi kaikki sill olevat tiedot hvivt"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose a partition"
msgstr "Valitse osio"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose another partition"
msgstr "Valitse toinen osio"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
msgid "Exit"
msgstr "Poistu"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "Vaihda asiantuntijatilaan"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "Vaihda normaalitilaan"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "Peruuta"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "Jatka joka tapauksessa?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "Lopeta tallentamatta"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "Lopeta kirjoittamatta osiotalua?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
msgid "Do you want to save /etc/fstab modifications"
msgstr "Haluatko tallentaa muutokset tiedostoon /etc/fstab"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "Automaattinen varaus"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "Tyhjenn kaikki"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "Lisasetukset"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
msgid "Hard drive information"
msgstr "Kiintolevyn tiedot"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "Kaikki prim粐riosiot kytetty"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "Uusia osioita ei voida list"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1739,31 +1770,31 @@ msgstr ""
"Voidaksesi luoda lis粐 osioita tuhoa yksi olemassaoleva osio jotta voisit "
"luoda laajennetun osion"
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
msgid "Save partition table"
msgstr "Tallenna osiotaulu"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
msgid "Restore partition table"
msgstr "Palauta osiotaulu"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "Pelasta osiotaulu"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
msgid "Reload partition table"
msgstr "Uudelleenlataa osiotaulu"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
msgid "Removable media automounting"
msgstr "Vaihdettavan median automaattinen liittminen"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "Valitse tiedosto"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1771,11 +1802,11 @@ msgstr ""
"Osiotaulun varmuuskopio ei ole saman kokoinen\n"
"Jatka silti?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "Varoitus"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1783,79 +1814,71 @@ msgstr ""
"Aseta levyke asemaan\n"
"Kaikki levykkeen tiedot hvivt"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "Yritn osiotalulun palautusta"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
msgid "Detailed information"
msgstr "Yksityiskohtaiset tiedot"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "Uusi koko"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "Siirr"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "Alusta"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Liit"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "Lis粐 RAIDiin"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "Lis粐 LVM:iin"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Irroita"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "Poista RAIDista"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "Poista LVM:st"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "Muokkaa RAIDia"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "Kyt loopback-tiedostoa"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "Luo uusi osio"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "Aloitussektori: "
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "Koko Mt: "
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "Tiedostojrjestelm: "
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "Etuoikeus: "
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
msgid ""
"You can't create a new partition\n"
"(since you reached the maximal number of primary partitions).\n"
@@ -1863,34 +1886,34 @@ msgid ""
msgstr ""
# mat
-#: ../../diskdrake/interactive.pm_.c:494
+#: ../../diskdrake/interactive.pm_.c:499
msgid "Remove the loopback file?"
msgstr "Poista loopback-tiedosto?"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "Muuta osiotyyppi"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Mink tiedostojrjestelmn haluat?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr "Vaihdan ext2:sta ext3:een"
# mat
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Minne haluat liitt粐 loopback-tiedoston %s?"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Minne haluat liitt粐 laitteen %s?"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1898,136 +1921,136 @@ msgstr ""
"Ei voida poistaa liitospaikkaa koska osiota kytet粐n loopback-tilassa.\n"
"Poista loopback-tiedosto ensin"
-#: ../../diskdrake/interactive.pm_.c:584
+#: ../../diskdrake/interactive.pm_.c:594
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "Minne haluat liitt粐 laitteen %s?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "Lasken FAT-tiedostojrjestelmn rajoja"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "Muutan kokoa"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr "Tmn osion kokoa ei voi muuttaa"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr "Kaikki osion tiedot tulee varmuuskopioida"
# mat
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Osion %s koon muuttamisen jlkeen kaikki osion tiedot tuhoutuvat"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "Valitse uusi koko"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
msgid "New size in MB: "
msgstr "Uusi koko (Mt): "
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "Mille levylle haluat siirt粐?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "Sektori"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "Mille sektorille haluat siirt粐?"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "Siirrn"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "Siirrn osiota..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "Valitse olemassaoleva RAID johon list粐n"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "uusi"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "Valitse olemassaoleva LVM johon list粐n"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr "LVM:n nimi?"
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "Osiota ei voida kytt粐 loopback-osiona"
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "Loopback tiedostonimi: "
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
msgid "Give a file name"
msgstr "Anna tiedostonimi"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr "Tiedosto on jo kytss toiselle loopbackille, valitse toinen"
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr "Tiedosto on jo olemassa. Kyt sit?"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
msgid "Mount options"
msgstr "Liittmisen optiot"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr "Useita"
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "laite"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "taso"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "palan koko"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr "Varo: tm on vaarallinen toiminto"
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "Mink tyyppinen osiointi?"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr "Paketti %s pit粐 asentaa. Haluatko asentaa sen?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2039,7 +2062,7 @@ msgstr ""
"Joko kytt LILOa ja se ei toimi, tai et kyt LILOa, jolloin et tarvitse /"
"boot -hakemistoa"
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2050,7 +2073,7 @@ msgstr ""
"eik sinulla ole /boot osiota.\n"
"Jos haluat kytt粐 LILO-kynnistyksenhallintaa, lis粐 Linuxille /boot osio."
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2060,46 +2083,46 @@ msgstr ""
"Mik粐n kynnistyslataaja ei osaa ksitell tt ilman /boot -osiota.\n"
"Lis粐 /boot -osio, jos haluat kytt粐 liloa tai grubia"
-#: ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Levyn %s osiotaulu kirjotetaan levylle!"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr "Sinun tytyy kynnist粐 kone uudelleen ennen kuin muutos tulee voimaan"
# mat
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Kaikki osiolla %s olevat tiedot hvivt osion alustuksen yhteydess"
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "Alustan"
# mat
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "Alustan loopback-osiota %s"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "Alustan osiota %s"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Hide files"
msgstr "Piilota tiedostot"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Move files to the new partition"
msgstr "Siirr tiedostot uuteen osioon"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2108,84 +2131,84 @@ msgstr ""
"Hakemisto %s sislt粐 jo jotakin tietoa\n"
"(%s)"
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
msgid "Moving files to the new partition"
msgstr "Siirrn tiedostoja uudelle osiolle"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr "Kopioidaan %s"
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, c-format
msgid "Removing %s"
msgstr "Poistetaan %s"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr "osio %s tunnetaan nyt nimell %s"
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "Laite: "
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS-asema: %s (vain arvaus)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "Tyyppi: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "Nimi: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "Alkaa: sektori %s\n"
# mat
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "Koko: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s sektoria"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "Sylinterist %d sylinteriin %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "Alustettu\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "Ei alustettu\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "Liitetty\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -2194,7 +2217,7 @@ msgstr ""
"Loopback tiedosto(t):\n"
" %s\n"
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2202,27 +2225,27 @@ msgstr ""
"Osiolta kynnistet粐n oletuksena\n"
" (MS-DOS kynnistys, ei lilo)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "Taso %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "Palan koko %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-levyt %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "Loopback-tiedoston nimi: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2234,7 +2257,7 @@ msgstr ""
"ajuriosio. Sinun olisi kaiketi\n"
"parasta jtt粐 se rauhaan.\n"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2246,59 +2269,63 @@ msgstr ""
"osio on jrjestelmsi\n"
"kaksoiskynnistmiseksi.\n"
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "Koko: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometria: %s sylinteri, %s lukup粐t, %s sektoria\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "Tietoja: "
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-levyt %s\n"
# mat
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "Osion tyyppi: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "vylss %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
msgid "Filesystem encryption key"
msgstr "Tiedostojrjestelmn salausavain"
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr "Valitse tiedostojrjestelmsi salausavain"
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
"Salausavain on liian yksinkertainen (sen pit粐 olla ainakin %d merkki pitk)"
-#: ../../diskdrake/interactive.pm_.c:1180
+#: ../../diskdrake/interactive.pm_.c:1191
msgid "The encryption keys do not match"
msgstr "Salausavaimet eivt tsm粐"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr "Salausavain"
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr "Salausavain (uudelleen)"
@@ -2335,7 +2362,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Username"
msgstr "Kyttjtunnus"
@@ -2349,23 +2376,23 @@ msgstr "NIS-alue"
msgid "Search servers"
msgstr "Hae palvelimet"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s:n alustus %s:ta eponnistui"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "en osaa alustaa %s:粐 tyyppi %s"
-#: ../../fs.pm_.c:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "virhe irroitettaessa %s: %s"
@@ -2382,34 +2409,51 @@ msgstr ""
msgid "server"
msgstr "palvelin"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, fuzzy, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"Osiotaulua ei voida lukea, siin on liikaa virheit :(\n"
+"Asennusta voidaan jatkaa yrittmll tyhjent粐 virheelliset osiot\n"
+"(KAIKKI TIETO tuhoutuu!). Toinen vaihtoehto on kielt粐 DrakX:粐\n"
+"muokkaamasta osiointitaulua. (virhe on: %s)\n"
+"\n"
+"Hyvksytk kaikkien osioiden menettmisen?\n"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "Et voi kytt粐 JFS:粐 alle 16 Mt osioilla"
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Et voi kytt粐 ReiserFS:粐 alle 32 Mt osioilla"
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "Liitospaikan pit粐 alkaa /-merkill."
# mat
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "On jo olemassa osio, jonka liitospaikka on %s\n"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "Et voi kytt粐 LVM loogista taltiota liitekohtana %s"
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr "Tmn hakemiston pitisi olla juuritiedostojrjestelmss"
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
#, fuzzy
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
@@ -2417,231 +2461,278 @@ msgid ""
msgstr ""
"Tarvitset thn liitoskohtaan oikean tiedostojrjestelmn (ext2, reiserfs)\n"
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr "Et voi kytt粐 salattua tiedostojrjestelm粐 liitoskohdassa %s"
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
msgid "Not enough free space for auto-allocating"
msgstr "Vapaa tila ei riit automaattiseen varaukseen"
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr "Ei mit粐n tekemist"
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Virhe kirjoitettaessa tiedostoon %s: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:158
+#, fuzzy
+msgid "Sound configuration"
+msgstr "Asetustykalut"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
msgstr ""
-"On tapahtunut virhe - ei lytynyt ainuttakaan laitetta, joille voi luoda "
-"uuden tiedostojrjestelmn. Tarkista laitteistosi korjataksesi ongelman"
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "Sinulla ei ole yht粐n osiota!"
+#: ../../harddrake/sound.pm_.c:162
+#, fuzzy
+msgid "Driver:"
+msgstr "Ajurit"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/sound.pm_.c:173
+msgid "No known driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:177
+#, fuzzy
+msgid "Unkown driver"
+msgstr "Tuntematon malli"
+
+#: ../../harddrake/sound.pm_.c:178
+#, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
+
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "Model"
msgstr "Hiiri"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "hard disk model"
msgstr "Kortin muisti (DMA)"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
#, fuzzy
msgid "Channel"
msgstr "Peruuta"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:19
+#: ../../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:20
+#: ../../harddrake/ui.pm_.c:21
#, fuzzy
msgid "Module"
msgstr "Hiiri"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "Kuvaus"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
#, fuzzy
msgid "Bus identification"
msgstr "Tunnistustapa"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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:31
+#: ../../harddrake/ui.pm_.c:32
#, fuzzy
msgid "Old device file"
msgstr "Valitse tiedosto"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr ""
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
#, fuzzy
msgid "New devfs device"
msgstr "Yhdyskytvn laite"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
#, fuzzy
msgid "Number of buttons"
msgstr "2 nppint"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:60
+#: ../../harddrake/ui.pm_.c:38
+#, fuzzy
+msgid "Alternative drivers"
+msgstr "Vaihtoehtoinen testisivu (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 "Lopeta"
-#: ../../harddrake/ui.pm_.c:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Ohje"
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
#, fuzzy
msgid "/_Help..."
msgstr "/_Ohje"
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
#, fuzzy
msgid "/_About..."
msgstr "/Ohje/_Tietoja..."
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
#, fuzzy
msgid "Author:"
msgstr "Automaattihaku"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Kiintolevyjen tunnistus"
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Detected hardware"
msgstr "Katso laitteistotietoja"
+#: ../../harddrake/ui.pm_.c:105
+#, fuzzy
+msgid "Information"
+msgstr "Nyt tiedot"
+
# Asennuksen sivuvalikko
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:108
#, fuzzy
msgid "Configure module"
msgstr "Hiiren m粐rittely"
-#: ../../harddrake/ui.pm_.c:92
-#, fuzzy
-msgid "Informations"
-msgstr "Nyt tiedot"
-
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
#, fuzzy
msgid "Detection in progress"
msgstr "lydetty portista %s"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "Odota hetki"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
#, fuzzy
msgid "secondary"
msgstr "%d sekuntia"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Poistetaan tulostin \"%s\" ..."
@@ -2674,16 +2765,16 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:213
#, fuzzy
-msgid "Card model :"
+msgid "Card model:"
msgstr "Kortin muisti (DMA)"
#: ../../harddrake/v4l.pm_.c:214
#, fuzzy
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "Muuta tyyppi"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
+msgid "Number of capture buffers:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:215
@@ -2692,11 +2783,11 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:217
#, fuzzy
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "lataa asetukset"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:218
@@ -2708,22 +2799,22 @@ msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2847,7 +2938,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2873,10 +2964,10 @@ msgstr ""
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -2911,11 +3002,11 @@ msgstr ""
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -2975,7 +3066,7 @@ msgstr ""
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -3006,38 +3097,12 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
-"Kun kokeilet ensimmist kertaa X:n asetuksiasi, et ole vlttmtt kovin\n"
-"tyytyvinen sen nyttn (ruutu on liian pieni, siirtynyt vasemmalle tai\n"
-"oikealle...). Vaikka X kynnistyisikin oikein, DrakX kysyy sinulta, "
-"sopivatko\n"
-"asetukset sinulle. Se ehdottaa mys mys muutoksia nyttmll listan\n"
-"sen lytmist voimassa olevista nytttiloista, pyyten sinua valitsemaan\n"
-"niist yksi.\n"
-"\n"
-"Jos et mill粐n saa X:粐 toiminaan, kannattaa viimeisen valita \"Vaihda\n"
-"nytnohjain\", sielt \"Listaamaton kortti\", ja kun sinulta kysyt粐n, "
-"mink\n"
-"palvelimen haluat, valitse \"FBDev\". Tm on vikasietoinen valinta, joka\n"
-"toimii kaikilla nykyaikaisilla nytnohjaimilla. Lopuksi valitse \"Testaa\n"
-"uudelleen\" varmistaaksesi toimimisen."
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -3050,7 +3115,7 @@ msgstr ""
"Haluat varmaankin vastata \"Ei\", jos koneesi on tarkoitettu palvelimeksi\n"
"tai jos nytn asetus eponnistui."
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
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"
@@ -3070,13 +3135,13 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
#, fuzzy
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
@@ -3110,7 +3175,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3143,7 +3210,9 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
"Tss vaiheessa sinun pit粐 valita mihin haluat asentaa Mandrake Linux\n"
"-kyttjrjestelmn. Jos kiintolevysi on tyhj tai olemassaoleva "
@@ -3232,7 +3301,7 @@ msgstr ""
"ratkaisua,\n"
"ellet tied, mit olet tekemss."
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3265,7 +3334,7 @@ msgid ""
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
"(formatting means creating a filesystem).\n"
@@ -3316,7 +3385,7 @@ msgstr ""
"levyll\n"
"olevien huonojen kohtien varalta."
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -3331,12 +3400,12 @@ msgstr ""
"\n"
"Krsivllisyytt."
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3346,7 +3415,7 @@ msgid ""
"install the selected package(s), or \"Cancel\" to abort."
msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3360,14 +3429,14 @@ msgstr ""
"paina \"Kieltydy\"-painiketta joka keskeytt粐 asennuksen heti. Jatkaaksesi\n"
"asennusta paina \"Hyvksy\"-painiketta."
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
@@ -3380,7 +3449,7 @@ msgstr ""
"\n"
"Jos et tied mit valita, kyt oletuksena olevaa vaihtoehtoa."
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
#, fuzzy
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
@@ -3398,26 +3467,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3445,7 +3514,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3526,7 +3595,7 @@ msgstr ""
"kytt粐ksesi sit varaytimen ja ramdisk-imagen tallentamiseksi jrjestelmn "
"latauksen httilanteita varten."
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
#, fuzzy
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
@@ -3603,11 +3672,11 @@ msgstr ""
"levy\n"
"tai osio on nimetty \"C:\":ksi)."
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr "Krsivllisyytt. Tm toiminto voi kest粐 useita minuutteja."
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
@@ -3615,23 +3684,23 @@ msgid ""
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3640,11 +3709,11 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
"Valitse \"Asenna\", jos sinulla ei ole aikaisempaa versiota Mandrake "
"Linuxsta\n"
@@ -3685,19 +3754,22 @@ msgstr ""
" l valitse tt asennusluokkaa, ellet ole aivan varma, mit olet "
"tekemss."
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
"Tavallisesti DrakX valitsee sinulle oikean nppimistn (sen mukaan, mink\n"
"kielen olet valinnut) ja et edes ne tt kohtaa. Kuitenkaan sinulla ei "
@@ -3715,8 +3787,10 @@ msgstr ""
"Paina \"Lis粐\"-painiketta saadaksesi tydellisen listan tuetuista "
"nppimistist. "
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3742,7 +3816,7 @@ msgstr ""
"ylim粐riset\n"
"kielet, paina \"Ok\"-painiketta jatkaaksesi."
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -3755,7 +3829,14 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
"DrakX olettaa yleisesti, ett sinulla on kaksinppiminen hiiri ja kytkee\n"
"sen kolmannen nppimen emulaatiolla. DrakX tiet粐 mys\n"
@@ -3769,7 +3850,7 @@ msgstr ""
"hiiri ei toimi kunnolla, paina vlilynti tai enteri peruttaaksesi, mink\n"
"jlkeen voit valita uudelleen."
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
"Windows is named \"ttyS0\" under GNU/Linux."
@@ -3777,7 +3858,7 @@ msgstr ""
"Valitse oikea portti. Esimerkiksi \"COM1\" portti Windowsissa\n"
"on nimetty \"ttyS0\":ksi GNU/Linuxissa."
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -3807,15 +3888,15 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -3854,8 +3935,11 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
+"options, which are reserved for the expert user."
+msgstr ""
+
+#: ../../help.pm_.c:710
+msgid ""
"After you have configured the general bootloader parameters, the list of\n"
"boot options which will be available at boot time will be displayed.\n"
"\n"
@@ -3863,16 +3947,7 @@ msgid ""
"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
"the existing options. Select an entry and click \"Modify\" to modify or\n"
"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:713
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -3936,18 +4011,18 @@ msgstr ""
#: ../../help.pm_.c:759
#, fuzzy
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -4091,7 +4166,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -4104,7 +4181,7 @@ msgid ""
"associated with it."
msgstr ""
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
@@ -4114,7 +4191,7 @@ msgstr ""
"Ole varovainen, koska kaikki asemalla oleva tieto tuhoutuu eik ole en粐\n"
"palautettavissa!"
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -4145,7 +4222,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Sinun tytyy mys alustaa %s"
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4170,20 +4247,29 @@ msgstr ""
"\n"
"Haluatko todella asentaa nm palvelimet?\n"
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr ""
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Aseta tyhj FAT-alustettu levyke levyasemaan %s"
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr "Tm levyke ei ole FAT-alustettu"
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4191,11 +4277,19 @@ msgstr ""
"Kytt粐ksesi tt \"tallennetut paketit\" valintaa, kynnist asennus "
"optiolla \"linux defcfg=floppy\""
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Virhe lukiessa tiedostoa %s"
+#: ../../install_any.pm_.c:1023
+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 ""
+"On tapahtunut virhe - ei lytynyt ainuttakaan laitetta, joille voi luoda "
+"uuden tiedostojrjestelmn. Tarkista laitteistosi korjataksesi ongelman"
+
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -4230,59 +4324,59 @@ msgstr ""
"\n"
"Jatka kuitenkin?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Sinulla pit粐 olla FAT-osio liitettyn hakemistoon /boot/efi"
-#: ../../install_interactive.pm_.c:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "Kyt tyhj粐 tilaa"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr "Ei tarpeeksi tilaa uusien osioiden luomiseksi"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr "Kyt olemassa olevia osioita"
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr "Ei ole olemassa olevaa osiota kytettvksi"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr "Kyt Windows-osiota loopback-tiedostona"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Mille osiolle haluat laittaa Linux4Win:in?"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "Valitse koot"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "Juuriosion koko Mt: "
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "Sivutusosion koko Mt: "
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr "Kyt tyhj粐 tilaa Windows-osiolla"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr "Mink osion kokoa haluat muuttaa?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr "Lasken Windows-tiedostojrjestelmn rajoja"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4291,7 +4385,7 @@ msgstr ""
"FAT-jrjestelmn koon muuttaja ei osaa ksitell osiotasi,\n"
"saatiin seuraava virhe: %s"
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
@@ -4299,7 +4393,7 @@ msgid ""
msgstr ""
"Windows-osiosi on liian pirstoutunut, mene Windowsiin ja aja \"defrag\" ensin"
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm_.c:140
msgid ""
"WARNING!\n"
"\n"
@@ -4320,21 +4414,21 @@ msgstr ""
"Samalla suosittelen ottamaan varmuuskopiot trkeist tiedoista.Kun olet "
"varma, paina Ok."
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr "Kuinka paljon tilaa haluat silytt粐 Windowsilla"
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr "osio %s"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT-tiedostojrjestelmn koon muuttaminen eponnistui: %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -4342,33 +4436,33 @@ msgstr ""
"Ei ole FAT-osioita, joiden kokoa voisi muuttaa tai kytt粐 loopback-"
"tiedostoina (tai osiot ovat tynn)"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "Tyhjenn koko levy"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "Poista Windows(TM)"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Sinulla on enemmn kuin yksi kiintolevy. Mille haluat asentaa Linuxin?"
# mat
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "KAIKKI olemassaolevat osiot ja niiss oleva tieto tuhoutuu asemalta %s"
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
msgstr "Mukautettu levyn osiointi"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "Kyt fdiski"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4377,29 +4471,29 @@ msgstr ""
"Voit nyt osioda kiintolevysi %s\n"
"Kun olet valmis, l unohda tallettaa asetuksia komennolla `w'"
-#: ../../install_interactive.pm_.c:227
+#: ../../install_interactive.pm_.c:229
msgid "You don't have enough free space on your Windows partition"
msgstr "Sinulla ei ole tarpeeksi tilaa Windows-osiollasi"
-#: ../../install_interactive.pm_.c:243
+#: ../../install_interactive.pm_.c:245
msgid "I can't find any room for installing"
msgstr "Ei ole tarpeeksi tilaa asentamiseen"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX-Osiointivelho lysi seuraavat ratkaisut:"
# mat
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr "Osiointi eponnistui: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "Kynnistn verkkoa"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "Ajan alas verkkoa"
@@ -4411,12 +4505,12 @@ msgstr ""
"Tapahtui virhe, sit ei voida ksitell kunnolla.\n"
"Jatka omalla riskillsi."
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "Kahdentunut liitospaikka %s"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -4428,12 +4522,12 @@ msgstr ""
"Tarkista cdrom Linux-koneessa kyttmll \"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
# mat
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "Tervetuloa %s:n"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "Ei levykeasemaa kytettviss"
@@ -4464,72 +4558,72 @@ msgstr "Asennusluokka"
msgid "Please choose one of the following classes of installation:"
msgstr "Valitse yksi seuraavista asennusluokista:"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "Pakettiryhmien valinta"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr "Yksittisten pakettien valinta"
# mat
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Koko yhteens: %d / %d Mt"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "Viallinen paketti"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "Nimi: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "Versio: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "Koko: %d Kt\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "Trkeys: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"Et voi asentaa tt pakettia, koska levyll ei ole tarpeeksi tilaa sen "
"asentamiseksi"
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr "Seuraavat paketit asennetaan"
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr "Seuraavat paketit poistetaan"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr "Et voi valita/poistaa tt pakettia"
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr "Tm on pakollinen paketti, sit ei voida poistaa valinnoista"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr "Et voi poistaa tmn paketin valintaa. Se on jo asennettu"
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -4537,75 +4631,75 @@ msgstr ""
"Tm paketti tulee pivitt粐\n"
"Oletko varma ett haluat poistaa valinnan?"
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr "Et voi poistaa tmn paketin valintaa. Paketti pit粐 pivitt粐."
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr "Nyt automaattisesti valitut paketit"
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "Asenna"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
msgid "Load/Save on floppy"
msgstr "Lataa/Tallenna levykkeelle"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
msgid "Updating package selection"
msgstr "Pivitn pakettien valintaa"
# Asennuksen sivuvalikko
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
msgid "Minimal install"
msgstr "Minimaalinen asennus"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "Valitse asennettavat paketit"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "Asennan"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "Arvioin aikaa"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "Jljell "
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
msgid "Please wait, preparing installation..."
msgstr "Valmistelen asennusta"
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d pakettia"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "Asennan pakettia %s"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Hyvksy"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "Hylk粐"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4620,17 +4714,17 @@ msgstr ""
"Jos sinulla ei ole levy, paina Peruuta vltt粐ksesi asennukset tlt "
"levylt."
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "Jatka kuitenkin?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "Tapahtu virhe jrjestettess paketteja:"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr "Tapahtu virhe asennettaessa paketteja:"
@@ -4835,7 +4929,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Nppimist"
@@ -4883,11 +4977,11 @@ msgstr "Pivit vain paketit"
msgid "Please choose the type of your mouse."
msgstr "Valitse hiiren tyyppi."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "Hiiren portti"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Mihin sarjaporttiin hiiresi on liitetty."
@@ -4919,45 +5013,20 @@ msgstr "Asetan IDE-levy"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "ei vapaita osioita"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr "Tarkistan osioita lyt粐kseni liitoskohdat"
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "Valitse liitospaikat"
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Osiotaulua ei voida lukea, siin on liikaa virheit :(\n"
-"Asennusta voidaan jatkaa yrittmll tyhjent粐 virheelliset osiot\n"
-"(KAIKKI TIETO tuhoutuu!). Toinen vaihtoehto on kielt粐 DrakX:粐\n"
-"muokkaamasta osiointitaulua. (virhe on: %s)\n"
-"\n"
-"Hyvksytk kaikkien osioiden menettmisen?\n"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake ei pystynyt lukemaan osiotaulua oikein.\n"
-"Jatka omalla vastuullasi!"
-
-#: ../../install_steps_interactive.pm_.c:396
-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 ""
@@ -4965,70 +5034,70 @@ msgstr ""
"kynnist粐ksesi jrjestelmn, sinun pit粐 luoda kynnistyslohko-osio "
"DiskDrakessa."
-#: ../../install_steps_interactive.pm_.c:405
+#: ../../install_steps_interactive.pm_.c:388
msgid "No root partition found to perform an upgrade"
msgstr "Pivitykseen tarvittavaa juuriosiota ei lytynyt"
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "Juuriosio"
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "Mik on jrjestelmsi juuriosio (/) ?"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"Sinun tulee kynnist粐 jrjestelm uudelleen jotta muutokset tulevat voimaan"
-#: ../../install_steps_interactive.pm_.c:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "Valitse alustettavat osiot"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr "Tarkista vialliset lohkot?"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr "Alustan osioita"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr "Luon ja alustan tiedostoa %s"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, 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:482
+#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "Heittovaihtotiedosto ei ole riittvn suuri, suurenna sit"
-#: ../../install_steps_interactive.pm_.c:489
+#: ../../install_steps_interactive.pm_.c:472
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Etsin saatavilla olevia paketteja"
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "Etsin saatavilla olevia paketteja"
-#: ../../install_steps_interactive.pm_.c:493
+#: ../../install_steps_interactive.pm_.c:476
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "Et voi poistaa tmn paketin valintaa. Se on jo asennettu"
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr "Etsin pivitettvi paketteja"
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -5037,7 +5106,7 @@ msgstr ""
"Jrjestelmsssi ei ole riittvsti tilaa asennukseen tai pivitykseen (%d > "
"%d)"
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -5045,35 +5114,35 @@ msgstr ""
"Lataa tai tallenna pakettien valinta levykkeelle.\n"
"Muoto on sama kuin auto_install-toiminnon luomilla levykkeill."
-#: ../../install_steps_interactive.pm_.c:553
+#: ../../install_steps_interactive.pm_.c:537
msgid "Load from floppy"
msgstr "Lataa levykkeelt"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Loading from floppy"
msgstr "Ladataan levykkeelt"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Package selection"
msgstr "Pakettien valinta"
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
msgid "Insert a floppy containing package selection"
msgstr "Aseta levyke, jossa on pakettien valinta"
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "Tallenna levykkeelle"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr "Valittu koko on suurempi kuin olemassa oleva levytila"
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
msgid "Type of install"
msgstr "Asennuksen tyyppi"
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5081,19 +5150,19 @@ msgstr ""
"Et ole valinnut yhtk粐n pakettiryhm粐\n"
"Valitse haluamasti minimaalinen asennus"
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
msgid "With X"
msgstr "X:ll"
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr "Perusdokumentaation kanssa (suositeltu!)"
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr "Pienin mahdollinen asennus (erityisesti ei urpmia)"
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5103,16 +5172,16 @@ msgstr ""
"Jos sinulla ei ole mit粐n levyist, paina Peruuta.\n"
"Jos jotkut levyist puuttuvat, poista niiden valinnat, ja paina OK."
-#: ../../install_steps_interactive.pm_.c:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom nimelt粐n \"%s\""
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "Valmistelen asennusta"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -5121,22 +5190,22 @@ msgstr ""
"Asennan pakettia %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "Asennuksen jlkeiset toiminnot"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Aseta kyttmsi kynnistyslevyke asemaan %s"
# mat
-#: ../../install_steps_interactive.pm_.c:845
+#: ../../install_steps_interactive.pm_.c:829
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Aseta moduulien pivityslevyke asemaan %s"
-#: ../../install_steps_interactive.pm_.c:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5212,7 +5281,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:888
#, fuzzy
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
@@ -5232,161 +5301,161 @@ msgstr ""
"\n"
"Haluatko asentaa pivitykset ?"
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Otan yhteytt Mandrake Linuxin sivustolle saadakseni listan olemassaolevista "
"peileist"
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr "Valitse peilijrjestelm josta paketit haetaan"
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Yhdistn peilijrjestelm粐n hakeakseni uusimman pakettilistan"
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "Mik on jrjestelmsi aikavyhyke?"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
msgid "Hardware clock set to GMT"
msgstr "Laitteistokello asetettu GMT-aikaan"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr "Automaattinen kellon synkronisointi (kytten NTP:t)"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
msgid "NTP Server"
msgstr "NTP-palvelin"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr "Ulkoinen CUPS-palvelin"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr "Ei kirjoitinta"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "Onko sinulla muita?"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
# Asennuksen sivuvalikko
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Johtop粐ts"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "Hiiri"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr "Aikavyhyke"
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Kirjoitin"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr "ISDN-kortti"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr "停nikortti"
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr "TV-kortti"
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Windows Domain"
msgstr "Hae Windowsin kirjasimet"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
msgid "Local files"
msgstr "Paikalliset tiedostot"
# Asennuksen sivuvalikko
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Yllpitjn salasana"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "Ei salasanaa"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
"Salasana on liian yksinkertainen (sen tulee olla ainakin %d merkki pitk)"
-#: ../../install_steps_interactive.pm_.c:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Tunnistustapa"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
msgid "Authentication LDAP"
msgstr "Tunnistus LDAPilla"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr "LDAP perus-dn"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
msgid "LDAP Server"
msgstr "LDAP-palvelin"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
msgid "Authentication NIS"
msgstr "Tunnistus NIS:ll"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "NIS-alue"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "NIS-palvelin"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -5402,21 +5471,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1140
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Tunnistus LDAPilla"
-#: ../../install_steps_interactive.pm_.c:1142
+#: ../../install_steps_interactive.pm_.c:1127
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Verkkoalueen nimi"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -5443,19 +5512,19 @@ msgstr ""
"Jos haluat luoda kynnistyslevykkeen jrjestelm粐si, aseta levyke\n"
"ensimmiseen asemaan ja paina \"Ok\","
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "Ensimminen levyasema"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "Toinen levyasema"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Ohita"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5480,7 +5549,7 @@ msgstr ""
"Haluatko luoda kynnistyslevykkeen jrjestelm粐si?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -5489,28 +5558,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "Levyajuria ei ole saatavilla"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Valitse levyasema jolla luot kynnistyslevykkeen"
-#: ../../install_steps_interactive.pm_.c:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, c-format
msgid "Insert a floppy in %s"
msgstr "Aseta levyke asemaan %s"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "Luon kynnistyslevykett"
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "Valmistelen kyttjrjestelmn lataajaa"
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5522,11 +5591,11 @@ msgstr ""
"Asennus jatkuu, mutta sinun tytyy kytt粐 BootX:粐\n"
"koneesi kynnistmiseen"
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr "Haluatko kytt粐 aboot:ia?"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5535,15 +5604,15 @@ msgstr ""
"yrit pakkoasennusta vaikka se tuhoaa ensimmisen osion?"
# Asennuksen sivuvalikko
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
msgid "Installing bootloader"
msgstr "Asennan kyttjrjestelmn lataajaa"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Jrjestelmlataajan asennus eponnistu. Seuraava virhe tapahtui:"
-#: ../../install_steps_interactive.pm_.c:1274
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5563,17 +5632,17 @@ msgstr ""
"komentokehoite."
# mat
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Aseta tyhj levyke levyasemaan %s"
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr "Valmistelen automaattiasennuslevykett"
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5583,7 +5652,7 @@ msgstr ""
"\n"
"Haluatko todella lopettaa?"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5616,15 +5685,15 @@ msgstr ""
"Jrjestelmn asettamisesta saat tietoja virallisen Linux Mandraken\n"
"kyttjoppaan jlkiasennuskappaleesta."
-#: ../../install_steps_interactive.pm_.c:1347
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
msgid "Generate auto install floppy"
msgstr "Valmistelen automaattista asennuslevykett"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5638,15 +5707,15 @@ msgstr ""
"\n"
"Ehk haluat mieluummin toistaa asennuksen.\n"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr "Automaattinen"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr "Toista"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
msgid "Save packages selection"
msgstr "Yksittisten pakettien valinta"
@@ -5655,7 +5724,8 @@ msgstr "Yksittisten pakettien valinta"
msgid "Mandrake Linux Installation %s"
msgstr "Mandrake Linux Asennus %s"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -5673,22 +5743,22 @@ msgstr ""
msgid "Choose a file"
msgstr "Valitse tiedosto"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr "Lisasetukset"
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr "Perusasetukset"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Edellinen"
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
msgid "Next"
msgstr "Seuraava"
@@ -5761,376 +5831,376 @@ msgstr ""
msgid "Re-submit"
msgstr "Lhet uudelleen"
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "Tsekki (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "Saksa"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "Espanja"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "Suomi"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "Ranska"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "Norja"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "Puola"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "Venj"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "Ruotsi"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "UK nppimist"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "US nppimist"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
msgid "Albanian"
msgstr "Albaani"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr "Armeenia (vanha)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr "Armeenia (kirjoituskone)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "Armeenia (foneettinen)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr ""
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "Belgia"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:177
#, fuzzy
msgid "Bengali"
msgstr "ota kyttn"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
msgid "Bulgarian (phonetic)"
msgstr "Bulgaria (foneettinen)"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
msgid "Bulgarian (BDS)"
msgstr "Bulgaria (BDS)"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "Brasilia"
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:183
#, fuzzy
msgid "Bosnian"
msgstr "Eesti"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "Valkovenj"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "Sveitsi (Saksalainen jrjestys)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "Sveitsi (Ranskalainen jrjestys)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "Tsekki (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr "Saksa (ei kuolleita nppimi)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "Tanska"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "Norja (Dvorak)"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Swedish)"
msgstr "Dvorak (Ruotsi)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "Eesti"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgia (\"Venlinen\"-jrjestys)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgia (\"Latin\"-jrjestys)"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "Kreikka"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "Unkari"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "Kroatia"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "Israeli"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "Israeli (Foneettinen)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr "Iran"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "Islanti"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "Italia"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "Japani 106-nppiminen"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
msgid "Korean keyboard"
msgstr "Korealainen nppimist"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "Latinalainen amerikka"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:218
#, fuzzy
msgid "Laotian"
msgstr "Latvia"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr "Liettua AZERTY (vanha)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr "Liettua AZERTY (uusi)"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Liettua \"numerorivi\" QWERTY"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Liettua \"foneettinen\" QWERTY"
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
msgid "Latvian"
msgstr "Latvia"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr "Makedonia"
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:227
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "Serbia (cyrillic)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "Hollanti"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr "Puola (qwerty jrjestys)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr "Puola (qwertz jrjestys)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "Portugali"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr "Kanada (Quebec)"
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
msgid "Romanian (qwertz)"
msgstr "Romania (qwertz)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
msgid "Romanian (qwerty)"
msgstr "Romania (qwerty)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "Venj (Yawerty)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "Slovenia"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "Slovakia (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "Slovakia (QWERTY)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
msgid "Serbian (cyrillic)"
msgstr "Serbia (cyrillic)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
msgstr "Tamil (Unicode)"
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr "Tamil (TSCII)"
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "Thai-nppimist"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
msgid "Tajik keyboard"
msgstr "Tajik-nppimist"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "Turkki (perinteinen \"F\"-malli)"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "Turkki (perinteinen \"Q\"-malli)"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "Ukraina"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "US nppimist (kansainvlinen)"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamilainen \"numerorivi\" QWERTY"
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
msgid "Yugoslavian (latin)"
msgstr "Jugoslavia (latin)"
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr ""
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr ""
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr ""
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
#, fuzzy
msgid "Left \"Windows\" key"
msgstr "Hae Windowsin kirjasimet"
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr ""
@@ -6189,11 +6259,11 @@ msgstr "Yleinen PS2 rullahiiri"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -6201,115 +6271,125 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+#, fuzzy
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr "1 nppin"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "Yleinen 2-nappinen hiiri"
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr "Rulla"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "sarja"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "Yleinen 3-nappinen hiiri"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (sarja, vanha C7 tyyppi)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
msgid "busmouse"
msgstr "vylhiiri"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "2 nppint"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "3 nppint"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "ei mik粐n"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "Ei hiirt"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr "Testaa hiiri"
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
msgid "To activate the mouse,"
msgstr "Aktivoidaksesi hiiren,"
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr "PYRIT HIIREN RULLAA!"
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+#, fuzzy
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+
+#: ../../my_gtk.pm_.c:159
msgid "Finish"
msgstr "Loppu"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "Seuraava ->"
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr "Onko tm oikein?"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "Tietoja"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "Laajenna puu"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "Sulje puu"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr "Vaihda tasaisen ja ryhmjrjestyksen vlill"
@@ -6347,6 +6427,74 @@ msgstr "kyt pppoe:a"
msgid "use pptp"
msgstr "kyt pptp:t"
+#: ../../network/drakfirewall.pm_.c:12
+#, fuzzy
+msgid "Web Server"
+msgstr "Palvelin"
+
+#: ../../network/drakfirewall.pm_.c:17
+#, fuzzy
+msgid "Domain Name Server"
+msgstr "Verkkoalueen nimi"
+
+#: ../../network/drakfirewall.pm_.c:32
+#, fuzzy
+msgid "Mail Server"
+msgstr "Tietokantapalvelin"
+
+#: ../../network/drakfirewall.pm_.c:37
+#, fuzzy
+msgid "POP and IMAP Server"
+msgstr "LDAP-palvelin"
+
+#: ../../network/drakfirewall.pm_.c:111
+#, fuzzy
+msgid "No network card"
+msgstr "verkkokorttia ei lytynyt"
+
+#: ../../network/drakfirewall.pm_.c:129
+#, fuzzy
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+"tinyfirewallin asettaminen\n"
+"\n"
+"Tm vaihe asettaa henkilkohtaisen palomuurin Mandrake Linux\n"
+"-jrjestelm粐si. Mikli haluat tehokkaan palomuuriratkaisun, hae\n"
+"listietoja MandrakeSecurity Firewall distribuutiosta."
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:164
+#, fuzzy
+msgid "Other ports"
+msgstr "Kokeile portteja"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -6363,7 +6511,7 @@ msgstr ""
"Ethernet-verkkokorttia ei lytynyt jrjestelmst.\n"
"Ei voida asentaa tmn tyyppist yhteytt."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "Valitse verkkoliittym"
@@ -6376,7 +6524,7 @@ msgstr "Valitse mit verkkokorteista haluat kytt粐 internetiin liittymiseen"
msgid "no network card found"
msgstr "verkkokorttia ei lytynyt"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "Asetan verkkoa"
@@ -6392,7 +6540,7 @@ msgstr ""
"Koneesi nimen pitisi olla tysin laillinen nimi, kuten\n"
"\" minunkone.omapaikka.net\"."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "Koneen nimi"
@@ -6695,13 +6843,13 @@ msgstr "Valitse uusi asetusprofiili"
msgid "Use auto detection"
msgstr "Kyt automaattista tunnistusta"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Asiantuntijatila"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Etsin laitteita...."
@@ -6869,11 +7017,11 @@ msgstr "Automaattinen IP"
msgid "Start at boot"
msgstr "Kynnistetty koneen kynnistmisen yhteydess"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP-osoitteen tullee olla muotoa 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6884,43 +7032,55 @@ msgstr ""
"Koneesi nimen pitisi olla tydellinen, kuten ``minunkone.yritys.fi''.\n"
"Voit antaa mys yhdyskytvn IP-osoitteen jos sinulla on sellainen."
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "Nimipalvelin"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Yhdyskytv (esim. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "Yhdyskytvn laite"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "Proxyjen asettaminen"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "HTTP-vlityspalvelin:"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "FTP-vlityspalvelin:"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr "Selvit verkkokortti-id (hydyllist sylimikroille)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr "Vlityspalvelimen tulee olla muotoa http://..."
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr "Vlityspalvelimen tulee olla muotoa ftp://..."
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr "Palomuuri lydetty!"
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+"Varoitus! Olemassaoleva palomuuri lydetty. Tarvitset mahdollisesti ksin "
+"tehtvikorjauksia asennuksen jlkeen."
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "Internetin asetukset"
@@ -7027,15 +7187,15 @@ msgstr "Salasana"
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "liittminen eponnistui: "
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr "Laajennettua osiotyyppi ei ole tuettu tss ympristss"
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
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 "
@@ -7045,21 +7205,21 @@ msgstr ""
"Ainoa ratkaisu on siirt粐 prim粐riosioita siten ett reik on ennen "
"laajennettuja osioita"
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Palautus tiedostosta %s eponnistui: %s"
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "Huono varmuuskopiotiedosto"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "Virhe kirjoitettaessa tiedostoon %s"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -7105,150 +7265,155 @@ msgstr "LPD - Line Printer Daemon"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Print, Don't Queue"
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr "CUPS"
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr "LPRng"
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr "LPD"
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr "PDQ"
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "Paikallinen tulostin"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "Ulkoinen tulostin"
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
msgid "Printer on remote CUPS server"
msgstr "Tulostin ulkoisella CUPS-palvelimella"
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
msgid "Printer on remote lpd server"
msgstr "Tulostin ulkoisella lpd-palvelimella"
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
msgid "Network printer (TCP/Socket)"
msgstr "Verkkotulostin (TCP/Socket)"
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Tulostin SMB/Windows 95/98/NT -palvelimella"
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
msgid "Printer on NetWare server"
msgstr "Tulostin NetWare-palvelimella"
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
msgid "Enter a printer device URI"
msgstr "Syt tulostinlaitteen osoite (URI)"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr "Putkita ty kskylle"
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+#, fuzzy
+msgid "Unknown Model"
+msgstr "Tuntematon malli"
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr "Tuntematon malli"
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
msgid "Local Printers"
msgstr "Paikalliset tulostimet"
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
msgid "Remote Printers"
msgstr "Ulkoiset tulostimet"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr " rinnakkaisliitnnss \\/*%s"
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ", USB tulostin \\/*%s"
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ", monikyttlaite rinnakkaisportissa \\/*%s"
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ", monikyttlaite USB:ssa"
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ", monitoimilaite HP JetDirectiss"
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ", monitoimilaite"
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, c-format
msgid ", printing to %s"
msgstr ", tulostetaan: %s"
-#: ../../printer.pm_.c:544
+#: ../../printer.pm_.c:792
#, fuzzy, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr "LPD-palvelimella \"%s\", tulostin \"%s\""
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ", TCP/IP -verkkop粐tteell \"%s\", portissa %s"
-#: ../../printer.pm_.c:550
+#: ../../printer.pm_.c:798
#, fuzzy, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr "Windows-palvelimella \"%s\", jako \"%s\""
-#: ../../printer.pm_.c:554
+#: ../../printer.pm_.c:802
#, fuzzy, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr "Novell-palvelimella \"%s\", tulostin \"%s\""
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ", kytten komentoa %s"
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr "Raakatulostin (ei ajuria)"
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, c-format
msgid "(on %s)"
msgstr "(%s:ssa)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr "(tll koneella)"
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, c-format
msgid "On CUPS server \"%s\""
msgstr "CUPS-palvelimella \"%s\""
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr " (Oletus)"
@@ -7274,12 +7439,12 @@ msgstr ""
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
#, fuzzy
msgid "CUPS configuration"
msgstr "Asetustykalut"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
#, fuzzy
msgid "Specify CUPS server"
msgstr "Ulkoinen CUPS-palvelin"
@@ -7319,7 +7484,7 @@ msgstr ""
msgid "The IP address should look like 192.168.1.20"
msgstr "IP-osoitteen tullee olla muotoa 192.168.1.20"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
msgid "The port number should be an integer!"
msgstr "Portin numeron pitisi olla kokonaisluku!"
@@ -7327,7 +7492,7 @@ msgstr "Portin numeron pitisi olla kokonaisluku!"
msgid "CUPS server IP"
msgstr "CUPS-palvelimen IP"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "Portti"
@@ -7335,12 +7500,130 @@ msgstr "Portti"
msgid "Automatic CUPS configuration"
msgstr "CUPSin automaattinen asettaminen"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printerdrake.pm_.c:178
+#, fuzzy
+msgid "Checking your system..."
+msgstr "Kynnistn tulostusjrjestelm粐 uudelleen ..."
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:198
+#, fuzzy
+msgid ""
+"The following printers\n"
+"\n"
+msgstr "Seuraavat paketit poistetaan"
+
+#: ../../printerdrake.pm_.c:199
+#, fuzzy
+msgid ""
+"The following printer\n"
+"\n"
+msgstr "Seuraavat paketit poistetaan"
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:210
+#, fuzzy
+msgid "directly connected to your system"
+msgstr "Kopioi kirjasimet jrjestelm粐si"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:221
+#, fuzzy
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "Valitse portti, johon tulostimesi on kytketty."
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:236
+#, fuzzy
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr ""
+"Haluatko asettaa tmn tulostimen (\"%s\")\n"
+"oletustulostimeksi?"
+
+#: ../../printerdrake.pm_.c:238
+#, fuzzy
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Haluatko ottaa yhteyden koneen kynnistyksen yhteydess?"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:240
+#, 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:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
msgid "Add a new printer"
msgstr "Lis粐 uusi tulostin"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7353,7 +7636,7 @@ msgid ""
"connection types."
msgstr ""
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7362,7 +7645,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -7375,7 +7658,22 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:297
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7384,7 +7682,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -7395,25 +7693,25 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:213
+#: ../../printerdrake.pm_.c:315
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "Etsi tulostimet"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
msgid "Local Printer"
msgstr "Paikallinen tulostin"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -7427,50 +7725,50 @@ msgid ""
"Center."
msgstr ""
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Printer auto-detection"
msgstr "Tee automaattinen tunnistus"
-#: ../../printerdrake.pm_.c:305
+#: ../../printerdrake.pm_.c:408
#, fuzzy, c-format
msgid ", network printer \"%s\", port %s"
msgstr ", TCP/IP -verkkop粐tteell \"%s\", portissa %s"
-#: ../../printerdrake.pm_.c:307
+#: ../../printerdrake.pm_.c:410
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Tulostin SMB/Windows 95/98/NT -palvelimella"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, c-format
msgid "Detected %s"
msgstr "Lydetty %s:sta"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr "Tulostin rinnakkaisportissa \\/*%s"
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr "USB-tulostin \\/*%s"
-#: ../../printerdrake.pm_.c:321
+#: ../../printerdrake.pm_.c:424
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Verkkotulostin (TCP/Socket)"
-#: ../../printerdrake.pm_.c:323
+#: ../../printerdrake.pm_.c:426
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Tulostin SMB/Windows 95/98/NT -palvelimella"
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -7478,23 +7776,23 @@ msgid ""
"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
msgid "You must enter a device or file name!"
msgstr "Sinun tytyy sytt粐 laitteen tai tiedoston nimi!"
-#: ../../printerdrake.pm_.c:475
+#: ../../printerdrake.pm_.c:578
#, fuzzy
msgid "No printer found!"
msgstr ""
"Paikallisia tulostimia ei lytynyt!\n"
"\n"
-#: ../../printerdrake.pm_.c:485
+#: ../../printerdrake.pm_.c:588
#, fuzzy
msgid "Available printers"
msgstr "Paikallinen tulostin"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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"
@@ -7502,7 +7800,7 @@ msgstr ""
"Seuraava tulostin lydettiin, jos se ei ole se, jonka haluat asettaa, syt "
"laite- tai tiedostonimi syteriville"
-#: ../../printerdrake.pm_.c:490
+#: ../../printerdrake.pm_.c:593
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"
@@ -7510,7 +7808,7 @@ msgstr ""
"Tss on lista lydetyist tulostimista. Valitse se tulostin, jonka haluat "
"asettaa tai syt laite- tai tiedostonimi syteriville"
-#: ../../printerdrake.pm_.c:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -7518,7 +7816,7 @@ msgid ""
"configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -7526,7 +7824,7 @@ msgid ""
"customized printer configuration, turn on \"Manual configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
msgid ""
"Please choose the port where your printer is connected to or enter a device "
"name/file name in the input line"
@@ -7534,11 +7832,11 @@ msgstr ""
"Valitse portti, johon tulostimesi on kytketty tai syt laitteen tai "
"tiedoston nimi syteriville"
-#: ../../printerdrake.pm_.c:496
+#: ../../printerdrake.pm_.c:599
msgid "Please choose the port where your printer is connected to."
msgstr "Valitse portti, johon tulostimesi on kytketty."
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
@@ -7546,19 +7844,19 @@ msgstr ""
" (Rinnakkaisportit: /dev/lp0, /dev/lp1, ..., vastaavat LPT1:, LPT2:, ..., 1. "
"USB-tulostin: /dev/usb/lp0, 2. USB-tulostin: /dev/usb/lp1, ...)."
-#: ../../printerdrake.pm_.c:503
+#: ../../printerdrake.pm_.c:606
msgid "You must choose/enter a printer/device!"
msgstr "Sinun tytyy valita tai sytt粐 tulostinlaite!"
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
msgid "Manual configuration"
msgstr "Manuaalinen asettaminen"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr "Ulkoisen lpd-palvelimen tulostimen parametrit"
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
"server and the printer name on that server."
@@ -7566,47 +7864,47 @@ msgstr ""
"Jotta voisit kytt粐 ulkoista lpd-tulostinta, sinun pitisi sytt粐 "
"tulostuspalvelimen verkkonimi sek tulostimen nimi kyseisell palvelimella."
-#: ../../printerdrake.pm_.c:579
+#: ../../printerdrake.pm_.c:682
msgid "Remote host name"
msgstr "Palvelimen verkkonimi"
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
msgid "Remote printer name"
msgstr "Ulkoisen tulostimen nimi"
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
msgid "Remote host name missing!"
msgstr "Palvelimen verkkonimi puuttuu!"
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
msgid "Remote printer name missing!"
msgstr "Ulkoisen tulostimen nimi puuttuu!"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "Lydetty %s:sta"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Scanning network..."
msgstr "Luon verkkoyhteytt ..."
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, fuzzy, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr "Windows-palvelimella \"%s\", jako \"%s\""
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Tulostus kynniss tulostimella \"%s\""
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "SMB (Windows 9x/NT) -tulostimen parametrit"
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
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 "
@@ -7618,46 +7916,46 @@ msgstr ""
"tulostuspalvelimen IP-osoite, tulostimen jakonimi sek soveltuva "
"kyttjtunnus, salasana ja tyryhm-tieto."
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "SMB-palvelimen nimi"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "SMB-palvelimen IP"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "Jakonimi"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "Tyryhm"
-#: ../../printerdrake.pm_.c:746
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid "Auto-detected"
msgstr "Tee automaattinen tunnistus"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
msgstr "Joko palvelimen nimi tai IP-numero on annettava!"
-#: ../../printerdrake.pm_.c:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr "Samba-jaon nimi puuttuu!"
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -7681,7 +7979,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -7690,7 +7988,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -7698,11 +7996,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "NetWare-palvelimen tulostimen parametrit"
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
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 "
@@ -7714,43 +8012,43 @@ msgstr ""
"mahdollisesti tulostusjonon nimi sille tulostimelle, jota haluat kytt粐, "
"sek soveltuva kyttjtunnus ja salasana."
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "Tulostuspalvelin"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr "Tulostusjonon nimi"
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr "NCP-palvelimen nimi puuttuu!"
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr "NCP-jonon nimi puuttuu!"
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
#, fuzzy, c-format
msgid ", host \"%s\", port %s"
msgstr ", TCP/IP -verkkop粐tteell \"%s\", portissa %s"
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
#, fuzzy, c-format
msgid "Host \"%s\", port %s"
msgstr ", TCP/IP -verkkop粐tteell \"%s\", portissa %s"
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
msgid "TCP/Socket Printer Options"
msgstr "TCP/Socket -tulostimen parametrit"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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:978
+#: ../../printerdrake.pm_.c:1085
#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -7763,59 +8061,59 @@ msgstr ""
"porttinumero on useimmiten 9100, muissa palvelimissa portti voi vaihdella. "
"Tarkista portti laitteistosi ohjekirjasta."
-#: ../../printerdrake.pm_.c:983
+#: ../../printerdrake.pm_.c:1090
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "Tulostinlaitteen verkkonimi puuttuu!"
-#: ../../printerdrake.pm_.c:1005
+#: ../../printerdrake.pm_.c:1112
#, fuzzy
msgid "Printer host name or IP"
msgstr "Tulostinlaitteen verkkonimi"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr "Tulostinlaitteen osoite (URI)"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr "Sinun pit粐 sytt粐 laillinen URI!"
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
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:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr "Tulostimen nimi"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "Paikka"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
msgid "Reading printer database..."
msgstr "Luetaan tulostintietokantaa ..."
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
msgid "Preparing printer database..."
msgstr "Valmistellaan tulostintietokantaa ..."
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
#, fuzzy
msgid "Your printer model"
msgstr "Ulkoisen tulostimen nimi"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -7830,26 +8128,26 @@ msgid ""
"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
#, fuzzy
msgid "The model is correct"
msgstr "Onko tm oikein?"
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
#, fuzzy
msgid "Select model manually"
msgstr "Valitse kyttjt yksitellen"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
msgid "Printer model selection"
msgstr "Tulostimen mallin valinta"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
msgid "Which printer model do you have?"
msgstr "Mik tulostinmalli sinulla on?"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -7858,17 +8156,17 @@ msgid ""
"standing on a wrong model or on \"Raw printer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
msgid "OKI winprinter configuration"
msgstr "OKI winprinterin asettaminen"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -7878,11 +8176,11 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
msgid "Lexmark inkjet configuration"
msgstr "Lexmark inkjetin asettaminen"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -7890,20 +8188,46 @@ msgid ""
"to."
msgstr ""
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
msgstr ""
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
+
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -7913,22 +8237,22 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Valitsimen %s pit粐 olla kokonaisluku!"
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr "Valitsimen %s pit粐 olla luku!"
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr "Valitsin %s on arvoalueensa ulkopuolella!"
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -7937,11 +8261,11 @@ msgstr ""
"Haluatko asettaa tmn tulostimen (\"%s\")\n"
"oletustulostimeksi?"
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
msgid "Test pages"
msgstr "Testisivut"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -7949,39 +8273,39 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
msgid "No test pages"
msgstr "Ei testisivuja"
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
msgid "Print"
msgstr "Tulosta"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
msgid "Standard test page"
msgstr "Standardi testisivu"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr "Vaihtoehtoinen testisivu (Letter)"
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
msgid "Alternative test page (A4)"
msgstr "Vaihtoehtoinen testisivu (A4)"
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
msgid "Photo test page"
msgstr "Valokuvatestisivu"
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
msgid "Do not print any test page"
msgstr "l tulosta testisivua"
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "Tulostan testisivu(j)a..."
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -7996,7 +8320,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -8004,15 +8328,15 @@ msgstr ""
"Testisivu(t) on lhetetty tulostimelle.\n"
"Voi kest粐 hetken ennen kuin tulostus alkaa.\n"
-#: ../../printerdrake.pm_.c:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr "Toimiko tulostus kunnolla?"
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
msgid "Raw printer"
msgstr "Raakatulostin"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -8021,15 +8345,15 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -8038,7 +8362,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, fuzzy, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -8049,7 +8373,7 @@ msgstr ""
"tai klikkaa \"Tulostuksen valintalista\"-painiketta.%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
@@ -8057,7 +8381,7 @@ msgstr ""
"Tss on lista nykyisen tulostinen kytss olevista tulostusvalinnoista:\n"
"\n"
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8066,15 +8390,15 @@ msgstr ""
"Tulostaaksesi tiedoston komentorivilt (p粐teikkunasta) kyt komentoa \"%s "
"<tiedosto>\".\n"
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
@@ -8082,7 +8406,7 @@ msgstr ""
"Saadaksesi listan nykyisen tulostimen parametreist klikkaa \"Tulostuksen "
"valintalista\"-painiketta."
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8091,7 +8415,7 @@ msgstr ""
"Tulostaaksesi tiedoston komentorivilt (p粐teikkunasta) kyt komentoa \"%s "
"<tiedosto>\". tai \"%s <tiedosto>\".\n"
-#: ../../printerdrake.pm_.c:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -8101,7 +8425,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -8110,40 +8434,40 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2153
+#: ../../printerdrake.pm_.c:2343
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Tulostetaan/skannataan laitteella \"%s\""
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Tulostetaan/skannataan laitteella \"%s\""
-#: ../../printerdrake.pm_.c:2156
+#: ../../printerdrake.pm_.c:2346
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Tulostetaan/skannataan laitteella \"%s\""
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Tulostus kynniss tulostimella \"%s\""
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
msgstr "Sulje"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
msgid "Print option list"
msgstr "Tulostusparametrien lista"
-#: ../../printerdrake.pm_.c:2182
+#: ../../printerdrake.pm_.c:2373
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -8157,7 +8481,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -8170,17 +8494,17 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
msgid "Reading printer data..."
msgstr "Luetaan tulostimen tietoja ..."
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
msgid "Transfer printer configuration"
msgstr "Siirr tulostimen asetukset"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -8190,51 +8514,51 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD ja LPRng eivt tue IPP-tulostimia.\n"
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
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:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr "l siirr tulostimia"
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr "Siirr"
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -8242,11 +8566,11 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Tulostimen nimi saa sislt粐 vain kirjaimia, numeroita ja alaviivan"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -8255,46 +8579,46 @@ msgstr ""
"Tulostin \"%s\" on jo olemassa,\n"
"haluatko todellakin tuhota olemassa olevat asetukset?"
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
msgid "New printer name"
msgstr "Uuden tulostimen nimi"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr "Siirrn %s ..."
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, 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:2316
+#: ../../printerdrake.pm_.c:2510
msgid "Refreshing printer data..."
msgstr "Pivitet粐n tulostintietoja ..."
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
msgid "Configuration of a remote printer"
msgstr "Ulkoisen tulostimen asetukset"
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
msgid "Starting network..."
msgstr "Luon verkkoyhteytt ..."
# Asennuksen sivuvalikko
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
msgid "Configure the network now"
msgstr "Aseta verkkoyhteys nyt"
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
msgid "Network functionality not configured"
msgstr "Verkkotoimintoja ei ole asetettu"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -8302,11 +8626,11 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
msgid "Go on without configuring the network"
msgstr "Jatka asettamatta verkkoyhteytt"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -8316,31 +8640,31 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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:2408
+#: ../../printerdrake.pm_.c:2603
msgid "Restarting printing system..."
msgstr "Kynnistn tulostusjrjestelm粐 uudelleen ..."
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "high"
msgstr "korkea"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "paranoid"
msgstr "paranoidi"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Asennan tulostusjrjestelmn turvatasolla %s"
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -8355,11 +8679,11 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
msgid "Starting the printing system at boot time"
msgstr "Kynnist粐 tulostusjrjestelmn kynnistyksen aikana"
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -8373,103 +8697,100 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr "Tarkistan asennetut ohjelmistot..."
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr "Poistetaan LPRng..."
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr "Poistetaan LPD..."
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
msgid "Select Printer Spooler"
msgstr "Valitse tulostusjono"
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
msgid "Which printing system (spooler) do you want to use?"
msgstr "Mit tulostusjrjestelm粐 (jonoa) haluat kytt粐?"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printerdrake.pm_.c:2895
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Asetetaan tulostinta \"%s\" ..."
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
msgid "Installing Foomatic..."
msgstr "Asennan Foomaticin ..."
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "Tulostimen asetukset"
-#: ../../printerdrake.pm_.c:2778
-msgid "Preparing PrinterDrake..."
+#: ../../printerdrake.pm_.c:2989
+#, fuzzy
+msgid "Preparing Printerdrake..."
msgstr "Valmistellaan PrinterDrakea ..."
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
#, fuzzy
msgid "Configuring applications..."
msgstr "Asetetaan tulostinta \"%s\" ..."
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
msgid "Would you like to configure printing?"
msgstr "Haluatko asettaa tulostuksen?"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr "Tulostusjrjestelm: "
-#: ../../printerdrake.pm_.c:2875
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
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."
+"OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
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:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
"Pivit tulostinlistaa (nyt kaikki saatavilla olevat CUPS-ettulostimet)"
# Asennuksen sivuvalikko
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
#, fuzzy
msgid "Change the printing system"
msgstr "Aseta tulostusjrjestelm"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
msgid "Normal Mode"
msgstr "Perustila"
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
msgid "Do you want to configure another printer?"
msgstr "Haluatko asettaa toisen tulostimen?"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
msgid "Modify printer configuration"
msgstr "Muokkaa tulostimen asetuksia"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, c-format
msgid ""
"Printer %s\n"
@@ -8478,100 +8799,102 @@ msgstr ""
"Tulostin %s\n"
"Mit haluat muokata tst tulostimesta?"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr "Tee se!"
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
msgid "Printer connection type"
msgstr "Tulostusyhteyden tyyppi"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
msgid "Printer name, description, location"
msgstr "Tulostimen nimi, kuvaus, paikka"
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr "Tulostimen valmistaja, malli, ajuri"
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr "Tulostimen valmistaja, malli"
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr "Aseta tm tulostin oletukseksi"
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
msgid "Print test pages"
msgstr "Tulosta testisivut"
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
msgid "Know how to use this printer"
msgstr "Tied kuinka kytt粐 tt tulostinta"
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
msgid "Remove printer"
msgstr "Poista tulostin"
-#: ../../printerdrake.pm_.c:3245
+#: ../../printerdrake.pm_.c:3472
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Poistetaan vanha tulostin \"%s\" ..."
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
msgid "Default printer"
msgstr "Oletustulostin"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Tulostin \"%s\" on asetettu oletustulostimeksi."
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Haluatko todella poistaa tulostimen \"%s\"?"
-#: ../../printerdrake.pm_.c:3297
+#: ../../printerdrake.pm_.c:3527
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "Poistetaan tulostin \"%s\" ..."
@@ -8981,7 +9304,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Tiedostojen jako"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
msgid "System"
msgstr "Jrjestelm"
@@ -9034,184 +9357,225 @@ msgstr "Kynnist"
msgid "Stop"
msgstr "Sammuta"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
"the worldwide Linux Community"
msgstr ""
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
+#: ../../share/advertising/02-community.pl_.c:9
+#, fuzzy
+msgid "Get involved in the Free Software world"
msgstr "Liity vapaan ohjelmiston maailmaan"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet ja viestint"
+#: ../../share/advertising/03-internet.pl_.c:9
+#, fuzzy
+msgid "Get the most from the Internet"
+msgstr "Ota yhteys internettiin"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"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 ""
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimedia - Grafiikka"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:11
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"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 ""
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Kehitysymprist"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "Pelit"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
msgid "Mandrake Control Center"
msgstr "Mandraken hallintapaneeli"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
msgid "User interfaces"
msgstr "Kyttliittymt"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
msgstr ""
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Palvelinohjelmisto"
+#: ../../share/advertising/08-development.pl_.c:9
+#, fuzzy
+msgid "Development simplified"
+msgstr "Kehitysymprist"
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/08-development.pl_.c:11
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
msgstr ""
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Pelit"
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
+msgstr ""
+
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakeConsulting"
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
+msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
+msgid ""
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
+#, fuzzy
+msgid "Become a MandrakeExpert"
+msgstr "MandrakeExpert"
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
+msgid ""
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
-#: ../../standalone.pm_.c:40
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "MandrakeExpert"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
+msgstr ""
+
+#: ../../standalone.pm_.c:41
msgid "Installing packages..."
msgstr "Asennan paketteja..."
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Kirjaudu ulos ja kirjoita sitten Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Kirjaudu uudelleen %s:een aktivoidaksesi muutokset"
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Osiotaulua ei voida lukea, siin on liikaa virheit :(\n"
-"Taulu yritet粐n korjata nollaamalla se"
-
#: ../../standalone/drakTermServ_.c:188
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
@@ -9255,12 +9619,13 @@ msgstr "Lis粐 kyttj"
msgid "Add/Del Clients"
msgstr "DHCP-asiakas"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
msgid "Help"
msgstr "Apua"
@@ -9423,8 +9788,8 @@ msgstr ""
"\n"
"Automaattisen asennuksen parametrit lytyvt vasemmalla olevista lohkoista"
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "Onnittelut!"
@@ -9450,20 +9815,24 @@ msgstr "Lis粐 alkio"
msgid "Remove the last item"
msgstr "Poista viimeinen alkio"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:732
+#: ../../standalone/drakbackup_.c:726
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
@@ -9473,7 +9842,7 @@ msgstr ""
" DrakBackup-raportti \n"
"\n"
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -9485,7 +9854,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -9497,13 +9866,20 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
#, fuzzy
msgid "Total progess"
msgstr "kokonaisedistyminen"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9512,16 +9888,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Ei salasanaa"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "En voi avata %s: %s\n"
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -9532,60 +9933,65 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr "Varmuuskopioi jrjestelmtiedostot..."
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
msgid "Hard Disk Backup files..."
msgstr "Kiintolevyn varmuuskopiotiedostot..."
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
msgid "Backup User files..."
msgstr "Varmuuskopioi kyttjtiedostot..."
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr "Kiintolevyn varmuuskopion edistyminen..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
msgid "Backup Other files..."
msgstr "Varmuuskopioi muut tiedostot..."
-#: ../../standalone/drakbackup_.c:1266
+#: ../../standalone/drakbackup_.c:1321
#, fuzzy
msgid "No changes to backup!"
msgstr "Kyt nauhaa varmuuskopioinnissa"
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -9593,16 +9999,16 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, fuzzy, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr ""
-"tiedostolistan lhetti FTP : %s\n"
+"tiedostolistan lhetti FTP: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
#, fuzzy
msgid ""
"\n"
@@ -9612,39 +10018,39 @@ msgstr ""
"\n"
"(!) FTP-yhteysongelma: varmuuskopion lhettminen FTPn kautta eponnistui.\n"
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1324
+#: ../../standalone/drakbackup_.c:1379
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "(!) Virhe lhetettess shkpostia. \n"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Tiedostojen valinta"
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr "Valitse tiedostot tai hakemistot ja klikkaa 'Lis粐'"
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -9652,27 +10058,27 @@ msgstr ""
"\n"
"Valitse kaikki asetukset, jotka tarvitset.\n"
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Naill asetuksilla voit varmuuskopioida ja palauttaa kaikki tiedostot /etc-"
"hakemistosta.\n"
-#: ../../standalone/drakbackup_.c:1527
+#: ../../standalone/drakbackup_.c:1602
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Varmuuskopioi systeemitiedostot ( /etc-hakemisto )"
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr "Kyt kasvavaa varmuuskopiointia (l korvaa vanhoja varmuuskopioita)"
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "l sisllyt kriittisi tiedostoja (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -9680,61 +10086,65 @@ msgstr ""
"Tll valitsimella voit palauttaa mink tahansa version\n"
"/etc-hakemistostasi."
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
msgid "Please check all users that you want to include in your backup."
msgstr "Valitse kaikki ne kyttjt, jotka haluat sisllytt粐 varmuuskopioosi."
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr "l sisllyt selaimen vlimuistia"
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Kyt kasvavia varmuuskopitoita (l korvaa vanhoja varmuuskopioita)"
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Poista valitut"
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
msgid "Users"
msgstr "Kyttjt"
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
#, fuzzy
msgid "Use network connection to backup"
msgstr "Kyt FTP-yhteytt varmuuskopiointiin"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
#, fuzzy
msgid ""
" Transfer \n"
"Now"
msgstr "Siirr"
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
msgid "Please enter the host name or IP."
msgstr "Syt verkkoaseman nimi tai IP."
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
#, fuzzy
msgid ""
"Please enter the directory (or module) to\n"
@@ -9743,68 +10153,68 @@ msgstr ""
"Syt hakemisto, johon tmn\n"
"koneen varmuuskopio laitetaan."
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
msgid "Please enter your login"
msgstr "Syt kyttjtunnuksesi"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
msgid "Please enter your password"
msgstr "Syt salasanasi"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
msgid "Remember this password"
msgstr "Muista tm salasana"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr "Kyt CD/DVD-ROM -levy varmuuskopioille"
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
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:1849
+#: ../../standalone/drakbackup_.c:1923
#, fuzzy
msgid "Please choose your CD/DVD media size"
msgstr "Valitse kytettv CD:n koko"
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Valitse, jos kytt CD-RW-mediaa"
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
msgid "Please check if you are using CDRW media"
msgstr "Valitse, jos kytt CD-RW-mediaa"
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Valitse, jos haluat tyhjent粐 CD-RW:n ennen kopiointia"
-#: ../../standalone/drakbackup_.c:1868
+#: ../../standalone/drakbackup_.c:1942
#, fuzzy
msgid " Erase Now "
msgstr "Siirr"
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Valitse, jos kytt CD-RW-mediaa"
-#: ../../standalone/drakbackup_.c:1880
+#: ../../standalone/drakbackup_.c:1954
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Valitse, jos kytt CD-RW-mediaa"
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -9812,36 +10222,36 @@ msgstr ""
"Syt kirjoittavan CD-asemasi laitenimi\n"
"esim: 0,1,0"
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
#, fuzzy
msgid "No CD device defined!"
msgstr "Valitse tiedosto"
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
msgid "Use tape to backup"
msgstr "Kyt nauhaa varmuuskopioinnissa"
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr "Syt varmuuskopioinnissa kytettvn laitteen nimi"
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Valitse, jos haluat tyhjent粐 CD-RW:n ennen kopiointia"
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Valitse, jos haluat tyhjent粐 CD-RW:n ennen kopiointia"
-#: ../../standalone/drakbackup_.c:1995
+#: ../../standalone/drakbackup_.c:2069
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Valitse, jos haluat tyhjent粐 CD-RW:n ennen kopiointia"
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -9849,57 +10259,57 @@ msgstr ""
"Syt suurin sallittu koko\n"
"Drakbackup-varmuuskopiolle"
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Syt hakemisto, johon tallennetaan:"
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
msgid "Use quota for backup files."
msgstr "Kyt quotaa varmuuskopiotiedostoille."
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
msgid "Network"
msgstr "Verkko"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr "Kiintolevy / NFS"
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
#, fuzzy
msgid "Tape"
msgstr "Tyyppi"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr "tunneittain"
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr "pivittin"
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr "viikoittain"
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr "kuukausittain"
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
msgid "Use daemon"
msgstr "Kyt daemonia"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -9907,7 +10317,7 @@ msgstr ""
"Valitse perkkisten\n"
"varmuuskopioiden aikavli"
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
msgid ""
"Please choose the\n"
"media for backup."
@@ -9915,7 +10325,7 @@ msgstr ""
"Valitse varmuuskopiointiin\n"
"kytettv media."
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
#, fuzzy
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
@@ -9923,72 +10333,72 @@ msgid ""
"Note that currently all 'net' medias also use the hard drive."
msgstr "Varmista ett cron-daemon on mukana kytss olevissa palveluissa."
-#: ../../standalone/drakbackup_.c:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr "Lhet raportti jokaisesta varmuuskopiosta shkpostitse :"
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
msgid "What"
msgstr "Mit"
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
msgid "Where"
msgstr "Miss"
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
msgid "When"
msgstr "Koska"
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
msgid "More Options"
msgstr "Lisvalinnat"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
msgid "Drakbackup Configuration"
msgstr "Drakbackup-asetukset"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
msgid "Please choose where you want to backup"
msgstr "Valitse, mihin haluat tehd varmuuskopiot"
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr "kiintolevylle"
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
msgid "across Network"
msgstr "verkon yli"
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
msgid "Please choose what you want to backup"
msgstr "Valitse mit haluat varmuuskopioida"
# Asennuksen sivuvalikko
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
msgid "Backup system"
msgstr "Varmuuskopioi jrjestelm"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr "Varmuuskopioi kyttjt"
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr "Valitse kyttjt yksitellen"
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
@@ -9996,7 +10406,7 @@ msgstr ""
"\n"
"Varmuuskopion lhteet: \n"
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
@@ -10004,7 +10414,7 @@ msgstr ""
"\n"
"- Jrjestelmtiedostot:\n"
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
@@ -10012,7 +10422,7 @@ msgstr ""
"\n"
"- Kyttjtiedostot:\n"
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
@@ -10020,64 +10430,64 @@ msgstr ""
"\n"
"- Muut tiedostot:\n"
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
"\n"
-"- Tallenna kiintolevylle polulle : %s\n"
+"- Tallenna kiintolevylle polulle: %s\n"
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, fuzzy, c-format
-msgid " on device : %s"
+msgid " on device: %s"
msgstr "Hiiren laite: %s\n"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
"\n"
-"- Tallenna FTP:ll verkkoasemalle : %s\n"
+"- Tallenna FTP:ll verkkoasemalle: %s\n"
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, fuzzy, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
"\n"
-"- Tallenna FTP:ll verkkoasemalle : %s\n"
+"- Tallenna FTP:ll verkkoasemalle: %s\n"
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -10086,7 +10496,7 @@ msgstr ""
"\t\t kyttjtunnus: %s\n"
"\t\t polulla: %s \n"
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
msgid ""
"\n"
"- Options:\n"
@@ -10094,62 +10504,62 @@ msgstr ""
"\n"
"- Valitsimet:\n"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr "\tl sisllyt jrjestelmtiedostoja\n"
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr "\tVarmuuskopiot kyttvt: tar ja bzip2\n"
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr "\tVarmuuskopiot kyttvt: tar ja gzip\n"
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
"\n"
"- Daemon (%s) sislt粐 :\n"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr "\t-Kiintolevy.\n"
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr "\t-CD-ROM.\n"
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr "\t-Verkkoon kytten FTP:t.\n"
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr "\t-Verkkoon kytten SSH:ta.\n"
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
#, fuzzy
msgid "\t-Network by rsync.\n"
msgstr "\t-Verkkoon kytten FTP:t.\n"
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
#, fuzzy
msgid "\t-Network by webdav.\n"
msgstr "\t-Verkkoon kytten FTP:t.\n"
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Ei asetettu, valitse Velho tai Edistynyt.\n"
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
@@ -10157,7 +10567,7 @@ msgstr ""
"Lista palautettavista tiedoista:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
@@ -10165,159 +10575,277 @@ msgstr ""
"Lista vahingoittuneista tiedoista:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
msgid "Please uncheck or remove it on next time."
msgstr "Poista valinta tai poista se seuraavalla kerralla."
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr "Varmuuskopiot ovat vahingoittuneet"
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
#, fuzzy
msgid " All of your selected data have been "
msgstr " Kaikki valitsemasi tieto on "
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr " onnistuneesti palautettu paikkaan %s "
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
msgid " Restore Configuration "
msgstr " Palauta asetukset "
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr "Ok palauttaakseen muut tiedostot."
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Palautettava kyttjlista (vain uusin piv kutakin kyttj粐 kohti on "
"trke)"
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
msgid "Backup the system files before:"
msgstr "Tee jrjestelmtiedostoista varmuuskopio ennen:"
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
msgid "please choose the date to restore"
msgstr "Valitse pivm粐r, johon tiedon palauttaminen tehd粐n"
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
msgid "Use Hard Disk to backup"
msgstr "Kyt kiintolevy varmuuskopiointiin"
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
msgid "Please enter the directory to save:"
msgstr "Syt hakemisto, johon tallennetaan:"
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
msgid "FTP Connection"
msgstr "FTP-yhteys"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
msgid "Secure Connection"
msgstr "Salattu yhteys"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
msgid "Restore from Hard Disk."
msgstr "Palauta kiintolevylt."
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr "Anna hakemisto, johon varmuuskopiot on tallennettu"
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
msgid "Select another media to restore from"
msgstr "Valitse toinen media, josta palauttaa"
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
msgid "Other Media"
msgstr "Muu media"
# Asennuksen sivuvalikko
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
msgid "Restore system"
msgstr "Palauta jrjestelm"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
msgid "Restore Users"
msgstr "Palauta kyttjt"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore Other"
msgstr "Palauta muut"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "valitse polku, josta palautat (juurihakemiston sijaan)"
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
"Tee uusi varmuuskopio ennen palauttamista (vain kasvavilla varmuuskopioilla)"
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr "Poista kyttjien hakemistot ennen palauttamista."
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3394
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Poista valitut"
+
+#: ../../standalone/drakbackup_.c:3411
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "Palauta muut"
+
+#: ../../standalone/drakbackup_.c:3477
+#, fuzzy, c-format
+msgid "Backup files not found at %s."
+msgstr "Varmuuskopiot ovat vahingoittuneet"
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, fuzzy
+msgid "Restore From CD"
+msgstr "Palauta kiintolevylt."
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "Palauta osiotaulu"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3524
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "Palauta kyttjt"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3525
+#, fuzzy
+msgid "Host Name"
+msgstr "Koneen nimi"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+#, fuzzy
+msgid "Password required"
+msgstr "Salasana"
+
+#: ../../standalone/drakbackup_.c:3539
+#, fuzzy
+msgid "Username required"
+msgstr "Kyttjtunnus"
+
+#: ../../standalone/drakbackup_.c:3542
+#, fuzzy
+msgid "Hostname required"
+msgstr "Koneen nimi:"
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "Palauta muut"
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr "Palauta kaikki varmuuskopiot"
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
msgid "Custom Restore"
msgstr "Mukautettu palautus"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3865
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "Palauta osiotaulu"
+
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "Palauta kyttjt"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
msgid "Previous"
msgstr "Edellinen"
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Tallenna"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
msgid "Build Backup"
msgstr "Tee varmuuskopio"
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
msgid "Restore"
msgstr "Palauta"
-#: ../../standalone/drakbackup_.c:3553
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Tee varmuuskopio ennen kuin yritt palauttaa sen...\n"
-"tai tarkista ett tallennuspolku on oikea."
-
-#: ../../standalone/drakbackup_.c:3574
+#: ../../standalone/drakbackup_.c:4231
+#, fuzzy
msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
"Virhe sendmailin aikana\n"
" raporttipostiasi ei lhetetty\n"
" Konfiguroi sendmail"
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Seuraavat paketit asennetaan"
-#: ../../standalone/drakbackup_.c:3621
+#: ../../standalone/drakbackup_.c:4278
#, fuzzy
msgid ""
"Error during sending file via FTP.\n"
@@ -10326,19 +10854,19 @@ msgstr ""
"Virhe FTP-siirron aikana.\n"
" Korjaa FTP-asetuksesi."
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
msgid "Please select data to restore..."
msgstr "Valitse palautettava tieto..."
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
msgid "Please select media for backup..."
msgstr "Valitse varmuuskopioinnissa kytettv media..."
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
msgid "Please select data to backup..."
msgstr "Valitse varmuuskopioitava tieto..."
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -10346,60 +10874,60 @@ msgstr ""
"Asetustiedostoa ei lytynyt\n"
"valitse joko Velho tai Kehittynyt."
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr "Kehityksen alla ... odota."
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
msgid "Backup system files"
msgstr "Varmuuskopioi jrjestelmtiedostot"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup user files"
msgstr "Varmuuskopioi kyttjtiedostot"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup other files"
msgstr "Varmuuskopioi muut tiedostot"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr "Kokonaisedistyminen"
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr "tiedostoja lhetet粐n FTP:n yli"
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
msgid "Sending files..."
msgstr "Lhetn tiedostoja..."
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
msgid "Backup Now from configuration file"
msgstr "Tee heti asetustiedoston varmuuskopio"
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
msgid "View Backup Configuration."
msgstr "Nyt varmuuskopioinnin asetukset."
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
msgid "Wizard Configuration"
msgstr ""
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
msgid "Advanced Configuration"
msgstr ""
# Asennuksen sivuvalikko
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
msgid "Backup Now"
msgstr "Varmuuskopioi heti"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
msgid ""
"options description:\n"
"\n"
@@ -10431,7 +10959,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10440,7 +10968,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -10481,47 +11009,47 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft. Tekij: DUPONT Sebastien <dupont_s\\@epita."
"fr>"
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -10538,7 +11066,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -10578,7 +11106,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -10589,7 +11117,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10602,7 +11130,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -10683,9 +11211,9 @@ msgstr ""
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
#, fuzzy
msgid "Standalone Tools"
msgstr "Komentorivitykalut"
@@ -10738,26 +11266,26 @@ msgstr "Printerdrake"
msgid "Configuration Wizards"
msgstr "Verkkoasetusten velho"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
#, fuzzy
msgid "Application:"
msgstr "Tunnistustapa"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
#, fuzzy
msgid "Package: "
msgstr "Pakettien valinta"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
#, fuzzy
msgid "Release: "
msgstr "Odota hetki"
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -10769,22 +11297,22 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
#, fuzzy
msgid "Report"
msgstr "portti"
# Asennuksen sivuvalikko
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
#, fuzzy
msgid "Not installed"
msgstr "Poistamisen jlkeiset toiminnot"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Kuvankaappaukset lytyvt asennuksen jlkeen hakemistosta %s"
@@ -11233,7 +11761,7 @@ msgid "Font List"
msgstr "Kirjasinlista"
#: ../../standalone/drakfont_.c:909
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "Valitse sovellukset, jotka tukevat kirjasimia :"
#: ../../standalone/drakfont_.c:918
@@ -11306,19 +11834,19 @@ msgstr "Poista jrjestelmsssi olevia kirjasimia"
msgid "Post Uninstall"
msgstr "Poistamisen jlkeiset toiminnot"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr "Internetyhteyden jakaminen"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr "Internetyhteyden jakaminen on kytss"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -11330,31 +11858,31 @@ msgstr ""
"\n"
"Mit haluat tehd?"
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
msgid "disable"
msgstr "poista kytst"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr "lopeta"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "reconfigure"
msgstr "aseta uudelleen"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
msgid "Disabling servers..."
msgstr "Poistan palvelut kytst..."
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
msgid "Internet connection sharing is now disabled."
msgstr "Internetyhteyden jakaminen ei ole en粐 kytss."
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr "Internetyhteyden jakaminen ei ole kytss"
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -11366,19 +11894,19 @@ msgstr ""
"\n"
"Mit haluat tehd?"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
msgid "enable"
msgstr "ota kyttn"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr "Otan palvelut kyttn.."
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
msgid "Internet connection sharing is now enabled."
msgstr "Internetyhteyden jakaminen on nyt kytss."
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
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 "
@@ -11394,32 +11922,32 @@ msgstr ""
"\n"
"Huomaa: tarvitset erityisen verkkokortin pystytt粐ksesi oman paikallisverkon."
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Liittym %s (kytten moduulia %s)"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, c-format
msgid "Interface %s"
msgstr "Liittym %s"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr "Koneessasi ei ole verkkokorttia!"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
msgstr ""
"Koneestasi ei lytynyt yht粐n verkkokorttia. Aja laitteistonhakutykalu."
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "Verkkoliittym"
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -11434,17 +11962,17 @@ msgstr ""
"\n"
"Valmistaudun asettamaan lhiverkkosi asetukset kyseiselle laitteelle."
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr "Valitse verkkokortti, joka on kytketty paikallisverkkoon."
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:259
msgid "Network interface already configured"
msgstr "Verkkoliitnt on jo asetettu"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -11460,15 +11988,15 @@ msgstr ""
"Voit asettaa sen mys manuaalisesti, mutta silloin sinun pit粐 tiet粐, mit "
"olet tekemss."
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
msgid "Automatic reconfiguration"
msgstr "Automaattinen uudelleenasetus"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
msgid "Show current interface configuration"
msgstr "Nyt nykyiset liitntasetukset"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -11485,7 +12013,7 @@ msgstr ""
"IP-m粐reet: %s\n"
"Ajuri: %s"
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -11505,55 +12033,43 @@ msgstr ""
"palvelimen puolestasi.\n"
"\n"
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr "C-luokan paikallisverkko"
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
msgid "(This) DHCP Server IP"
msgstr "(Tmn) DHCP-palvelimen IP"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr "Aseta liityntrajapinta ja DHCP-palvelin uudelleen"
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr "Paikallisverkko ei loppunut '.0':aan, tydennet粐n."
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"Mahdollinen lhiverkon osoitetrmys lydetty nykyisill asetuksilla %s!\n"
-#: ../../standalone/drakgw_.c:320
-msgid "Firewalling configuration detected!"
-msgstr "Palomuuri lydetty!"
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Varoitus! Olemassaoleva palomuuri lydetty. Tarvitset mahdollisesti ksin "
-"tehtvikorjauksia asennuksen jlkeen."
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
msgid "Configuring..."
msgstr "M粐rittelen..."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
"M粐rittelen komentotiedostot, asennan ohjelmistot, kynnistn palvelimet..."
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, c-format
msgid "Problems installing package %s"
msgstr "Asennan pakettia %s"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -11563,24 +12079,24 @@ msgstr ""
"Voit nyt jakaa internetyhteyden muiden lhiverkon koneiden kanssakyttmll "
"automaattista lhiverkon m粐rittely (DHCP)."
-#: ../../standalone/drakgw_.c:566
+#: ../../standalone/drakgw_.c:504
msgid "The setup has already been done, but it's currently disabled."
msgstr ""
"Asetukset on jo tehty, mutta ne ovat tll hetkell poistettu kytst."
-#: ../../standalone/drakgw_.c:567
+#: ../../standalone/drakgw_.c:505
msgid "The setup has already been done, and it's currently enabled."
msgstr "Asetukset on jo tehty ja ne ovat kytss."
-#: ../../standalone/drakgw_.c:568
+#: ../../standalone/drakgw_.c:506
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Internetyhteyden jakamista ei ole koskaan asetettu."
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
msgid "Internet connection sharing configuration"
msgstr "Internetyhteyden jakamisen asetukset"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -11595,6 +12111,159 @@ msgstr ""
"\n"
"Paina Aseta kynnist粐ksesi asennusohjelman."
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr "Ei yhteytt"
+
+#: ../../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"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+#, fuzzy
+msgid "first step creation"
+msgstr "kynnistyslevykkeen luonti"
+
+#: ../../standalone/draksplash_.c:77
+#, fuzzy
+msgid "final resolution"
+msgstr "Resoluutio"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#, fuzzy
+msgid "choose image file"
+msgstr "Valitse tiedosto"
+
+#: ../../standalone/draksplash_.c:79
+#, fuzzy
+msgid "Theme name"
+msgstr "Jakonimi"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+#, fuzzy
+msgid "go to lilosplash configuration"
+msgstr "Asennuksen jlkeiset toiminnot"
+
+#: ../../standalone/draksplash_.c:83
+#, fuzzy
+msgid "quit"
+msgstr "Lopeta"
+
+# Asennuksen sivuvalikko
+#: ../../standalone/draksplash_.c:84
+#, fuzzy
+msgid "save theme"
+msgstr "Asenna jrjestelm"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#, fuzzy
+msgid "Configure bootsplash picture"
+msgstr "Palvelujen asettaminen"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+#, fuzzy
+msgid "go back"
+msgstr "Loopback"
+
+#: ../../standalone/draksplash_.c:120
+#, fuzzy
+msgid "preview"
+msgstr "laite"
+
+#: ../../standalone/draksplash_.c:121
+#, fuzzy
+msgid "choose color"
+msgstr "Valitse monitori"
+
+#: ../../standalone/draksplash_.c:124
+msgid "Display logo on Console"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:436
+#, fuzzy
+msgid "ProgressBar color selection"
+msgstr "Tulostimen mallin valinta"
+
+#: ../../standalone/draksplash_.c:454
+#, fuzzy
+msgid "You must choose an image file first!"
+msgstr "Sinun tytyy valita tai sytt粐 tulostinlaite!"
+
+#: ../../standalone/draksplash_.c:463
+#, fuzzy
+msgid "Generating preview ..."
+msgstr "Etsin laitteita ..."
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -11687,11 +12356,11 @@ msgstr ""
"kirjoita kyttmsi tv-normi sek asuinmaa"
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr "TV-normi :"
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr "Alue :"
#: ../../standalone/drakxtv_.c:114
@@ -11767,7 +12436,7 @@ msgstr "Jrjestelmn pivityst ei voida aloittaa!\n"
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
msgid "logdrake"
msgstr "logdrake"
@@ -11883,7 +12552,7 @@ msgstr "Posti- ja SMS-hlytys"
#: ../../standalone/logdrake_.c:267
#, c-format
msgid "please wait, parsing file: %s"
-msgstr "odota hetki, jsennn tiedostoa : %s"
+msgstr "odota hetki, jsennn tiedostoa: %s"
#: ../../standalone/logdrake_.c:408
#, fuzzy
@@ -11945,8 +12614,9 @@ msgid "service setting"
msgstr "Palveluiden asettaminen"
#: ../../standalone/logdrake_.c:431
+#, fuzzy
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"You will receive an alert if one of the selected services is no more running"
msgstr "Saat hlytyksen kun jokin valituista palveluista ei ole en粐 kynniss"
#: ../../standalone/logdrake_.c:443
@@ -11966,19 +12636,19 @@ msgstr "hlytyksen asetukset"
msgid "Please enter your email address below "
msgstr "Syt salasanasi"
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr "Tallenna nimell.."
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "Valitse hiiren tyyppi."
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "Emuloi kolmatta nppint?"
-#: ../../standalone/printerdrake_.c:48
+#: ../../standalone/printerdrake_.c:57
#, fuzzy
msgid "Reading printer data ..."
msgstr "Luetaan tulostimen tietoja ..."
@@ -11991,33 +12661,44 @@ msgstr "Etsin laitteita ..."
msgid "Test ports"
msgstr "Kokeile portteja"
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:56
+#, fuzzy, c-format
+msgid "%s found on %s, configure it?"
msgstr "%s lytyi paikasta %s, aseta se ?"
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:65
msgid "Select a scanner"
msgstr "Valitse skanneri"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr "Tt %s skanneria ei ole tuettu"
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, 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:95
+#: ../../standalone/scannerdrake_.c:109
#, fuzzy
msgid "choose device"
msgstr "Kynnistyslaite"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -12025,7 +12706,7 @@ msgid ""
"section."
msgstr ""
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -12033,48 +12714,18 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
"Some devices in the %s class were added:\n"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:30
-msgid "Firewalling Configuration"
-msgstr "Palomuurin asetukset"
-
-#: ../../standalone/tinyfirewall_.c:43
-msgid "Firewalling configuration"
-msgstr "Palomuurin asetukset"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Palomuurin asettaminen\n"
-"\n"
-"Olet jo m粐ritellyt palomuurin. Paina \"M粐rittele\" \n"
-"poistaaksesi palomuurin tai muuttaaksesi sen asetuksia"
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Palomuurin asettaminen\n"
-"\n"
-"Paina \"M粐rittele\" pystyytt粐ksesi palomuurin"
-
# Asennuksen sivuvalikko
#: ../../steps.pm_.c:14
msgid "Choose your language"
@@ -12160,227 +12811,7 @@ msgstr "Asenna pivitykset"
msgid "Exit install"
msgstr "Lopeta asennus"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"tinyfirewallin asettaminen\n"
-"\n"
-"Tm vaihe asettaa henkilkohtaisen palomuurin Mandrake Linux\n"
-"-jrjestelm粐si. Mikli haluat tehokkaan palomuuriratkaisun, hae\n"
-"listietoja MandrakeSecurity Firewall distribuutiosta."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Tss vaiheessa kysyt粐n mit palveluita haluat haluat sallia muille\n"
-"internetin kyttjille siksi aikaa kun tietokoneesi on internetiss. \n"
-"Harkitse huolellisesti, ennen kuin vastaat nihin kysymyksiin,\n"
-"sill nm vaikuttavat tietokoneesi tietoturvaan.\n"
-"\n"
-"Jos et kyt tll hetkell ainoatakaan seuraavista palveluista,\n"
-"suojaa tietokoneesi palomuurilla. Voit muuttaa nit asetuksia milloin \n"
-"haluat vain kynnistmll tmn ohjelman uudelleen."
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Onko tietokoneessasi webbisivuja, joiden haluat nkyvn kaikkialle\n"
-"internettiin? Jos ajat webbipalvelinta, jonka tarvitsee nky vin\n"
-"omalle tietokoneellesi, voit turvallisesti vastata EI thn kysymykseen.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Haluatko koneesi toimivan nimipalvelimena? Jos et halua pystytt粐 \n"
-"nimipalvelinta jakamaan IP- ja vyhyketietoja internettiin, vastaa ei.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Haluatko sallia koneellesi tulevat Secure Shell (ssh) -yhteydet? Tm\n"
-"on telnetin korvaava palvelu, jota voit kytt粐 kirjoittautuaksesi sis粐n\n"
-"internetin kautta. Jos kytt viel telneti, sinun pitisi vaihtaa se \n"
-"ssh:iin. Telnet-yhteydet eivt ole suojattuja -- hykk粐j voi varastaa\n"
-"salasanasi, jos kytt sit. Ssh-yhteys on sitvastoin suojattu, joten\n"
-"kukaan ei pysty salakuuntelemaan sit."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Haluatko sallia sis粐n tulevat telnet-yhteydet?\n"
-"Tm on hirvittvn vaarallista, kuten edellinen kohta osoitti.\n"
-"Suosittelemme ett vastaisit Ei thn kohtaan ja kyttisit\n"
-"telnetin sijaan ssh:ta.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Ajatko tietokoneellasi FTP-palvelinta, jonka haluat nkyvn mys\n"
-"internettiin? Jos vastasit kyll, suosittelemme, ett kyttisit sit\n"
-"vain anonyymeihin siirtoihin. Mik tahansa salasana voidaan varastaa,\n"
-"mikli se siirret粐n FTP-protokollan kautta, sill FTP ei suojaa\n"
-"siirrettvi salasanoja.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Toimiiko tietokoneesi postipalvelimena? Jos lhett shkpostiviestisi\n"
-"pinen, muttin tai mink tahansa tekstipohjaisen postinlukuohjelmiston\n"
-"avulla, se on todennkist. Muussa tapauksessa sinun pitisi suojata\n"
-"ominaisuus pois palomuurin avulla.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Ajatko POP- tai IMAP-palvelinta koneellasi? Nit palvelimia\n"
-"kytet粐n yllpitm粐n ei-webbipohjaisia shkpostitunnuksia\n"
-"ihmisille, jotka haluavat hakea postinsa tlt koneelta omillensa.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Kytt 2.2-sarjan Linuxin ydint. Jos internetosoite (IP),\n"
-"jota tietokoneesi kytt粐, asetetaan automaattisesti\n"
-"toisesta kotonasi tai typaikallasi olevasta tietokoneesta\n"
-"(eli se on dynaamisesti m粐rtty), ominaisuuden kytt \n"
-"pit粐 sallia. Pit粐k paikkaansa?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Onko tietokoneesi kello synkronoitu toisen tietokoneen kanssa?\n"
-"Useimmiten tt ominaisuutta kytet粐n keskisuurissa Unix/Linux\n"
-"-organisaatioissa esimerkiksi lokin synkronointiin. Jos tietokoneesi\n"
-"ei ole osa suurempaa toimistoa tai et ole kuullut tllaisesta, \n"
-"jrjestelm ei luultavasti ole synkronoitu."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Asetukset tehty. Kirjoitetaanko muutokset levylle?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "En voi avata %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Tiedostoa %s ei voi avata kirjoittamista varten: %s\n"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Palomuurin asetukset"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:230
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Valmistelen asennusta"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -12514,6 +12945,10 @@ msgid "Graphical Environment"
msgstr "Graafinen ymprist"
#: ../../share/compssUsers:999
+msgid "Development"
+msgstr "Kehitysymprist"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache WWW-palvelin ja Pro-ftpd FTP-palvelin"
@@ -12624,44 +13059,239 @@ msgstr "Multimedia - CD:n poltto"
msgid "Scientific Workstation"
msgstr "Tieteelliinen tyasema"
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
+#~ msgid ""
+#~ "The first time you try the X configuration, you may not be very "
+#~ "satisfied\n"
+#~ "with its display (screen is too small, shifted left or right...). Hence,\n"
+#~ "even if X starts up correctly, DrakX then asks you if the configuration\n"
+#~ "suits you. It will also propose to change it by displaying a list of "
+#~ "valid\n"
+#~ "modes it could find, asking you to select one.\n"
+#~ "\n"
+#~ "As a last resort, if you still cannot get X to work, choose \"Change\n"
+#~ "graphics card\", select \"Unlisted card\", and when prompted on which\n"
+#~ "server, choose \"FBDev\". This is a failsafe option which works with any\n"
+#~ "modern graphics card. Then choose \"Test again\" to be sure."
+#~ msgstr ""
+#~ "Kun kokeilet ensimmist kertaa X:n asetuksiasi, et ole vlttmtt "
+#~ "kovin\n"
+#~ "tyytyvinen sen nyttn (ruutu on liian pieni, siirtynyt vasemmalle tai\n"
+#~ "oikealle...). Vaikka X kynnistyisikin oikein, DrakX kysyy sinulta, "
+#~ "sopivatko\n"
+#~ "asetukset sinulle. Se ehdottaa mys mys muutoksia nyttmll listan\n"
+#~ "sen lytmist voimassa olevista nytttiloista, pyyten sinua "
+#~ "valitsemaan\n"
+#~ "niist yksi.\n"
+#~ "\n"
+#~ "Jos et mill粐n saa X:粐 toiminaan, kannattaa viimeisen valita \"Vaihda\n"
+#~ "nytnohjain\", sielt \"Listaamaton kortti\", ja kun sinulta kysyt粐n, "
+#~ "mink\n"
+#~ "palvelimen haluat, valitse \"FBDev\". Tm on vikasietoinen valinta, "
+#~ "joka\n"
+#~ "toimii kaikilla nykyaikaisilla nytnohjaimilla. Lopuksi valitse "
+#~ "\"Testaa\n"
+#~ "uudelleen\" varmistaaksesi toimimisen."
+
+#~ msgid "Internet and Messaging"
+#~ msgstr "Internet ja viestint"
+
+#~ msgid "Server Software"
+#~ msgstr "Palvelinohjelmisto"
+
+#~ msgid "MandrakeConsulting"
+#~ msgstr "MandrakeConsulting"
+
+#~ msgid "LBA (doesn't work on old BIOSes)"
+#~ msgstr "LBA (ei toimi vanhoissa BIOSeissa)"
+
+#~ msgid "You don't have any partitions!"
+#~ msgstr "Sinulla ei ole yht粐n osiota!"
-#, fuzzy
#~ 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."
+#~ "DiskDrake failed to read correctly the partition table.\n"
+#~ "Continue at your own risk!"
#~ msgstr ""
-#~ "Tt tasoa tulee kytt粐 varoen. Se tekee jrjestelmstsi helpomman "
-#~ "kytt粐,\n"
-#~ "mutta hyvin herkn: sit ei tule kytt粐 koneessa joka on kytketty muihin "
-#~ "koneisiin\n"
-#~ "tai Internettiin. Koneessa ei ole salasanoja."
+#~ "DiskDrake ei pystynyt lukemaan osiotaulua oikein.\n"
+#~ "Jatka omalla vastuullasi!"
-#, fuzzy
#~ msgid ""
-#~ "With this security level, the use of this system as a server becomes "
-#~ "possible.\n"
-#~ " The security is now high enough to use the system as a "
-#~ "server which can accept\n"
-#~ " connections from many clients. Note: if your machine is "
-#~ "only a client on the Internet, you should choose a lower level."
+#~ "I can't read your partition table, it's too corrupted for me :(\n"
+#~ "I'll try to go on blanking bad partitions"
#~ msgstr ""
-#~ "Tll turvallisuustasolla jrjestelmn kytt palvelimena on "
-#~ "mahdollista.\n"
-#~ "Jrjestelm粐 voidaan kytt粐 palvelimena joka hyvksyy yhteyksi monilta\n"
-#~ "asiakkailta. "
+#~ "Osiotaulua ei voida lukea, siin on liikaa virheit :(\n"
+#~ "Taulu yritet粐n korjata nollaamalla se"
-#, fuzzy
-#~ msgid "Basic Options"
-#~ msgstr "Optiot"
+#~ msgid ""
+#~ "Please Build backup before to restore it...\n"
+#~ " or verify that your path to save is correct."
+#~ msgstr ""
+#~ "Tee varmuuskopio ennen kuin yritt palauttaa sen...\n"
+#~ "tai tarkista ett tallennuspolku on oikea."
-#, fuzzy
-#~ msgid "Security Checks"
-#~ msgstr "Tietoturva"
+#~ msgid "Firewalling Configuration"
+#~ msgstr "Palomuurin asetukset"
+
+#~ msgid "Firewalling configuration"
+#~ msgstr "Palomuurin asetukset"
+
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "You already have set up a firewall.\n"
+#~ "Click on Configure to change or remove the firewall"
+#~ msgstr ""
+#~ "Palomuurin asettaminen\n"
+#~ "\n"
+#~ "Olet jo m粐ritellyt palomuurin. Paina \"M粐rittele\" \n"
+#~ "poistaaksesi palomuurin tai muuttaaksesi sen asetuksia"
+
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "Click on Configure to set up a standard firewall"
+#~ msgstr ""
+#~ "Palomuurin asettaminen\n"
+#~ "\n"
+#~ "Paina \"M粐rittele\" pystyytt粐ksesi palomuurin"
+
+#~ msgid ""
+#~ "We'll now ask you questions about which services you'd like to allow\n"
+#~ "the Internet to connect to. Please think carefully about these\n"
+#~ "questions, as your computer's security is important.\n"
+#~ "\n"
+#~ "Please, if you're not currently using one of these services, firewall\n"
+#~ "it off. You can change this configuration anytime you like by\n"
+#~ "re-running this application!"
+#~ msgstr ""
+#~ "Tss vaiheessa kysyt粐n mit palveluita haluat haluat sallia muille\n"
+#~ "internetin kyttjille siksi aikaa kun tietokoneesi on internetiss. \n"
+#~ "Harkitse huolellisesti, ennen kuin vastaat nihin kysymyksiin,\n"
+#~ "sill nm vaikuttavat tietokoneesi tietoturvaan.\n"
+#~ "\n"
+#~ "Jos et kyt tll hetkell ainoatakaan seuraavista palveluista,\n"
+#~ "suojaa tietokoneesi palomuurilla. Voit muuttaa nit asetuksia milloin \n"
+#~ "haluat vain kynnistmll tmn ohjelman uudelleen."
+
+#~ msgid ""
+#~ "Are you running a web server on this machine that you need the whole\n"
+#~ "Internet to see? If you are running a webserver that only needs to be\n"
+#~ "accessed by this machine, you can safely answer NO here.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Onko tietokoneessasi webbisivuja, joiden haluat nkyvn kaikkialle\n"
+#~ "internettiin? Jos ajat webbipalvelinta, jonka tarvitsee nky vin\n"
+#~ "omalle tietokoneellesi, voit turvallisesti vastata EI thn kysymykseen.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Are you running a name server on this machine? If you didn't set one\n"
+#~ "up to give away IP and zone information to the whole Internet, please\n"
+#~ "answer no.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Haluatko koneesi toimivan nimipalvelimena? Jos et halua pystytt粐 \n"
+#~ "nimipalvelinta jakamaan IP- ja vyhyketietoja internettiin, vastaa ei.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Do you want to allow incoming Secure Shell (ssh) connections? This\n"
+#~ "is a telnet-replacement that you might use to login. If you're using\n"
+#~ "telnet now, you should definitely switch to ssh. telnet is not\n"
+#~ "encrypted -- so some attackers can steal your password if you use\n"
+#~ "it. ssh is encrypted and doesn't allow for this eavesdropping."
+#~ msgstr ""
+#~ "Haluatko sallia koneellesi tulevat Secure Shell (ssh) -yhteydet? Tm\n"
+#~ "on telnetin korvaava palvelu, jota voit kytt粐 kirjoittautuaksesi "
+#~ "sis粐n\n"
+#~ "internetin kautta. Jos kytt viel telneti, sinun pitisi vaihtaa se \n"
+#~ "ssh:iin. Telnet-yhteydet eivt ole suojattuja -- hykk粐j voi varastaa\n"
+#~ "salasanasi, jos kytt sit. Ssh-yhteys on sitvastoin suojattu, joten\n"
+#~ "kukaan ei pysty salakuuntelemaan sit."
+
+#~ msgid ""
+#~ "Do you want to allow incoming telnet connections?\n"
+#~ "This is horribly unsafe, as we explained in the previous screen. We\n"
+#~ "strongly recommend answering No here and using ssh in place of\n"
+#~ "telnet.\n"
+#~ msgstr ""
+#~ "Haluatko sallia sis粐n tulevat telnet-yhteydet?\n"
+#~ "Tm on hirvittvn vaarallista, kuten edellinen kohta osoitti.\n"
+#~ "Suosittelemme ett vastaisit Ei thn kohtaan ja kyttisit\n"
+#~ "telnetin sijaan ssh:ta.\n"
+
+#~ msgid ""
+#~ "Are you running an FTP server here that you need accessible to the\n"
+#~ "Internet? If you are, we strongly recommend that you only use it for\n"
+#~ "Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
+#~ "attackers, since FTP also uses no encryption for transferring passwords.\n"
+#~ msgstr ""
+#~ "Ajatko tietokoneellasi FTP-palvelinta, jonka haluat nkyvn mys\n"
+#~ "internettiin? Jos vastasit kyll, suosittelemme, ett kyttisit sit\n"
+#~ "vain anonyymeihin siirtoihin. Mik tahansa salasana voidaan varastaa,\n"
+#~ "mikli se siirret粐n FTP-protokollan kautta, sill FTP ei suojaa\n"
+#~ "siirrettvi salasanoja.\n"
+
+#~ msgid ""
+#~ "Are you running a mail server here? If you're sending you \n"
+#~ "messages through pine, mutt or any other text-based mail client,\n"
+#~ "you probably are. Otherwise, you should firewall this off.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Toimiiko tietokoneesi postipalvelimena? Jos lhett shkpostiviestisi\n"
+#~ "pinen, muttin tai mink tahansa tekstipohjaisen postinlukuohjelmiston\n"
+#~ "avulla, se on todennkist. Muussa tapauksessa sinun pitisi suojata\n"
+#~ "ominaisuus pois palomuurin avulla.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Are you running a POP or IMAP server here? This would\n"
+#~ "be used to host non-web-based mail accounts for people via \n"
+#~ "this machine.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Ajatko POP- tai IMAP-palvelinta koneellasi? Nit palvelimia\n"
+#~ "kytet粐n yllpitm粐n ei-webbipohjaisia shkpostitunnuksia\n"
+#~ "ihmisille, jotka haluavat hakea postinsa tlt koneelta omillensa.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "You appear to be running a 2.2 kernel. If your network IP\n"
+#~ "is automatically set by a computer in your home or office \n"
+#~ "(dynamically assigned), we need to allow for this. Is\n"
+#~ "this the case?\n"
+#~ msgstr ""
+#~ "Kytt 2.2-sarjan Linuxin ydint. Jos internetosoite (IP),\n"
+#~ "jota tietokoneesi kytt粐, asetetaan automaattisesti\n"
+#~ "toisesta kotonasi tai typaikallasi olevasta tietokoneesta\n"
+#~ "(eli se on dynaamisesti m粐rtty), ominaisuuden kytt \n"
+#~ "pit粐 sallia. Pit粐k paikkaansa?\n"
+
+#~ msgid ""
+#~ "Is your computer getting time syncronized to another computer?\n"
+#~ "Mostly, this is used by medium-large Unix/Linux organizations\n"
+#~ "to synchronize time for logging and such. If you're not part\n"
+#~ "of a larger office and haven't heard of this, you probably \n"
+#~ "aren't."
+#~ msgstr ""
+#~ "Onko tietokoneesi kello synkronoitu toisen tietokoneen kanssa?\n"
+#~ "Useimmiten tt ominaisuutta kytet粐n keskisuurissa Unix/Linux\n"
+#~ "-organisaatioissa esimerkiksi lokin synkronointiin. Jos tietokoneesi\n"
+#~ "ei ole osa suurempaa toimistoa tai et ole kuullut tllaisesta, \n"
+#~ "jrjestelm ei luultavasti ole synkronoitu."
+
+#~ msgid ""
+#~ "Configuration complete. May we write these changes to disk?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Asetukset tehty. Kirjoitetaanko muutokset levylle?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+
+#~ msgid "Can't open %s for writing: %s\n"
+#~ msgstr "Tiedostoa %s ei voi avata kirjoittamista varten: %s\n"
#~ msgid "Data list to include on CDROM."
#~ msgstr "Tietolista sisllytettvksi CD-ROMiin"
@@ -12691,14 +13321,6 @@ msgstr "Tieteelliinen tyasema"
#~ "Valitse, jos haluat tehd CD-levystsi\n"
#~ "kynnistettvn."
-#, fuzzy
-#~ msgid "Windows PDC"
-#~ msgstr "Windows (FAT32)"
-
-#, fuzzy
-#~ msgid "PDC Server Name"
-#~ msgstr "NTP-palvelin"
-
#~ msgid "Auto-Detection of Printers"
#~ msgstr "Tulostimien automaattinen lytminen"
@@ -12711,21 +13333,9 @@ msgstr "Tieteelliinen tyasema"
#~ msgid "Checking device and configuring HPOJ..."
#~ msgstr "Tarkistetaan laite ja asetetaan HPOJ ..."
-#, fuzzy
-#~ msgid "Installing SANE packages..."
-#~ msgstr "Asennetaan SANE-paketteja..."
-
-#, fuzzy
-#~ msgid "Installing mtools packages..."
-#~ msgstr "Asennan paketteja..."
-
#~ msgid "Scanning on your HP multi-function device"
#~ msgstr "Skannataan HP-monikyttlaitteella"
-#, fuzzy
-#~ msgid "Photo memory card access on your HP multi-function device"
-#~ msgstr "Skannataan HP-monikyttlaitteella"
-
#~ msgid "Making printer port available for CUPS..."
#~ msgstr "Asetetaan tulostusportti CUPSin saataville..."
@@ -12835,9 +13445,6 @@ msgstr "Tieteelliinen tyasema"
#~ msgid "Select a graphics card"
#~ msgstr "Valitse nytnohjain"
-#~ msgid "Warning: testing this graphics card may freeze your computer"
-#~ msgstr "Varoitus: nytnohjaimesi testaaminen voi jumittaa tietokoneen"
-
#~ msgid "Standard VGA, 640x480 at 60 Hz"
#~ msgstr "Perus-VGA, 640x480 @ 60 Hz"
diff --git a/perl-install/share/po/ga.po b/perl-install/share/po/ga.po
index ac5cb9ebc..a4398f07f 100644
--- a/perl-install/share/po/ga.po
+++ b/perl-install/share/po/ga.po
@@ -1,7 +1,10 @@
+#
+# Alastair McKinstry <mckinstry@computer.org>, 2002
+#
msgid ""
msgstr ""
-"Project-Id-Version: drakfloppy 0.43\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
+"Project-Id-Version: DrakX\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
"PO-Revision-Date: 2000-08-24 12:00-0000\n"
"Last-Translator: Alastair McKinstry <mckinstry@computer.org>\n"
"Language-Team: Irish <ga@li.org>\n"
@@ -45,45 +48,45 @@ msgstr "32 MB"
msgid "64 MB or more"
msgstr "64 MB n nos m"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "Roghnaigh freastala X"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "X freastala"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
msgstr "Cumraochti gach cinn iolrach"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
msgstr ""
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "Roghnaigh an mid cuimhne at id' charta grafachach"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "Cumraocht XFree"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr ""
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr "Cumraigh gach cinn ar leith"
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr ""
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Cumraigh carta \"%s\" (%s) amhain"
@@ -94,30 +97,30 @@ msgstr "Cumraigh carta \"%s\" (%s) amhain"
msgid "XFree %s"
msgstr "Freastala XFree86: %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s le luadghear crua-earra 3D"
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, 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:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
-#: ../../Xconfig/card.pm_.c:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "Freastala XFree %s le luasghear crua-earra 3D TRIALACH"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -125,60 +128,61 @@ msgid ""
"Your card is supported by XFree %s which may have a better support in 2D."
msgstr ""
-#: ../../Xconfig/card.pm_.c:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, 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:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr ""
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "Socraithe"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
#, fuzzy
msgid "Graphic Card"
msgstr "Carta Grafach"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "Scilen"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "Riteach"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Roghnachais"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "Ceart go Leor"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "alaigh"
@@ -191,28 +195,28 @@ msgid ""
"%s"
msgstr "Coimead an cumraocht IP at ann"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "Roghnaigh scilen"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "Gnth"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
#, fuzzy
msgid "Vendor"
msgstr "Leas"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -226,11 +230,11 @@ msgid ""
" If in doubt, choose a conservative setting."
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "Rta athnuachana cothromnach"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "Rta athnuachana ingearach"
@@ -267,36 +271,40 @@ msgstr "Roghnaigh Riteach agus an mid dath"
msgid "Graphics card: %s"
msgstr "Carta Grafach: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "Cealaigh"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "Trialaigh an cumraocht"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "Trialaigh an cumraocht"
+#: ../../Xconfig/test.pm_.c:31
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr ""
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -431,26 +439,22 @@ msgstr "Bootil as DOS/Windows (loadin)"
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "Promhroghanna bootil"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "Romhchlar Tosnaithe a sid "
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "Feisti cd tosnaithe"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "Gaireas bootil"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr ""
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "Compact"
@@ -467,16 +471,17 @@ msgstr "Md fs"
msgid "Delay before booting default image"
msgstr ""
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Pasfhocal"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "Pasfhocal (ars)"
@@ -510,14 +515,14 @@ msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "Aththrialaigh"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "N mar a chile na pasfhocail"
@@ -560,16 +565,16 @@ msgid ""
"You can add some more or change the existing ones."
msgstr ""
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Suim"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "Crochnithe"
@@ -581,7 +586,7 @@ msgstr "Athraigh"
msgid "Which type of entry do you want to add?"
msgstr "Cn sort iontril a suimigh do"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linux"
@@ -676,13 +681,13 @@ msgstr "An bhfuil ceann eile agat?"
msgid "Do you have any %s interfaces?"
msgstr "An bhfuil comhadan %s agat?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Nl"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "T"
@@ -770,70 +775,78 @@ msgstr ""
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+msgid "access to network tools"
+msgstr ""
+
+#: ../../any.pm_.c:755
+msgid "access to compilation tools"
+msgstr ""
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr ""
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "T an pasfhocal seo ro-shimpl"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr ""
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:768
#, fuzzy
msgid "The user name is too long"
msgstr "Is ann cheana don ainm sideora seo"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "Is ann cheana don ainm sideora seo"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "Suimigh sideoir"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
"%s"
msgstr ""
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr ""
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "For ainm"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Ainm sideora"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "Blaosc"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "Dealbh"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "Uath-Logann"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -842,57 +855,57 @@ msgstr ""
"Is fidir linn do romhaire a shocr le X a thosn i ndhiadh bootil.\n"
"An dteastaonn uait go dtosnfar X nuair a aththosntear an romhaire?"
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "Roghnagih an sidoer gnes:"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "Roghnaigh an Bainistoir Fhuinneoga a ssd:"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
#, fuzzy
msgid "Please choose a language to use."
msgstr "Roghnaight do theangam le do thoil."
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
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:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Gach Rud"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
#, fuzzy
msgid "Allow all users"
msgstr "Suimigh sideoir"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
#, fuzzy
msgid "No sharing"
msgstr "Ag Tosnaigh CUPS"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
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 "
@@ -901,67 +914,67 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
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:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr ""
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "Bocht"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr ""
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "rd"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
#, fuzzy
msgid "Higher"
msgstr "rd"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "Paranid"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
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:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
msgstr ""
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
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:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -971,38 +984,38 @@ msgid ""
"Internet, you should choose a lower level."
msgstr ""
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
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:1091
+#: ../../any.pm_.c:1094
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Roghnachais"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Roghnaigh liebhal slndil"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
#, fuzzy
msgid "Security level"
msgstr "Roghnaigh liebhal slndil"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
#, fuzzy
msgid "Use libsafe for servers"
msgstr "Roghnaigh cumraocht an freastala"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr ""
@@ -1035,57 +1048,57 @@ msgstr ""
# FIXME
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:935
+#: ../../bootloader.pm_.c:932
msgid "Welcome to GRUB the operating system chooser!"
msgstr "File go GRUB, an roghnir Choris "
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:935
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:938
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:941
msgid "commands before booting, or 'c' for a command-line."
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:944
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr ""
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:948
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:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "Deasc"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "Clr Tosn"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr ""
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr ""
@@ -1093,8 +1106,8 @@ msgstr ""
msgid "Boot Style Configuration"
msgstr "Cumraocht Stl Tosn"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Comhad"
@@ -1104,7 +1117,7 @@ msgstr "/_Comhad"
msgid "/File/_Quit"
msgstr "/Comhad/_Ealu"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>E"
@@ -1146,117 +1159,123 @@ msgstr "Feistigh cras"
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+#, fuzzy
+msgid "Create new theme"
+msgstr "Cruthaigh rann nua"
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr ""
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "Earrid"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, fuzzy, c-format
msgid "Write %s"
msgstr "Freastala XFree86: %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
#, fuzzy
msgid "Notice"
msgstr "GanBhide"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
#, fuzzy
msgid "Theme installation failed!"
msgstr "Roghnaigh rang feisti"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
"Click on Configure to launch the setup wizard."
msgstr ""
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Cumraigh"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
#, fuzzy
msgid "Splash selection"
msgstr "Roghn Grpa Pacist"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1265,44 +1284,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr "Md Coras"
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr ""
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr ""
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr "Ceart go Leor"
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, fuzzy, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "Earrid ag oscailt %s do scrobh: %s"
@@ -1407,48 +1426,53 @@ msgstr "srathach"
msgid "United States"
msgstr ""
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-msgid "Unknown Model"
-msgstr ""
-
#: ../../diskdrake/dav.pm_.c:23
#, fuzzy
msgid "New"
msgstr "nua"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr ""
+
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "Freastala"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/dav.pm_.c:81
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Teastil an luchg, le do thoil"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:92
+#: ../../diskdrake/dav.pm_.c:105
#, fuzzy
msgid "Server: "
msgstr "Freastala"
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr ""
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Roghnachais: %s"
@@ -1457,8 +1481,9 @@ msgstr "Roghnachais: %s"
msgid "Please make a backup of your data first"
msgstr ""
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "Ligh go curamach"
@@ -1493,10 +1518,15 @@ msgid "Please click on a partition"
msgstr "Roghnaigh rann le do thoil"
#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "Sonra"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+#, fuzzy
+msgid "No hard drives found"
+msgstr "Printir itil"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1521,13 +1551,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "Malairte"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "Folamh"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "Eile"
@@ -1535,12 +1565,12 @@ msgstr "Eile"
msgid "Filesystem types:"
msgstr "Cinel crais-comhadlanna"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "Cruthaigh"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "Cinel"
@@ -1550,7 +1580,7 @@ msgstr "Cinel"
msgid "Use ``%s'' instead"
msgstr ""
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "Scros"
@@ -1558,83 +1588,83 @@ msgstr "Scros"
msgid "Use ``Unmount'' first"
msgstr ""
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
#, fuzzy
msgid "Choose a partition"
msgstr "Roghnaigh gnomh"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
#, fuzzy
msgid "Choose another partition"
msgstr "Cruthaigh rann nua"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
#, fuzzy
msgid "Exit"
msgstr "Ext2"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "Leas"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "Lean ar aghaidh ar aon ns?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "alaigh gan sabhil"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "alaigh gan an clr-ranna a scrobh?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
#, fuzzy
msgid "Do you want to save /etc/fstab modifications"
msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "Glan gach ceann"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "Mr"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
#, fuzzy
msgid "Hard drive information"
msgstr "Eolas R-Phost"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "T na ranna profa uilig sidthe"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "N fidir liom rann eile a cur isteach"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1642,34 +1672,34 @@ msgstr ""
"Le breis ranna a bheith agat, dealaigh ceann amhin le bheith in ann "
"rannsnithe a cruth"
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
#, fuzzy
msgid "Save partition table"
msgstr "Scriobh clr-ranna"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
#, fuzzy
msgid "Restore partition table"
msgstr "Scriobh clr-ranna"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
#, fuzzy
msgid "Reload partition table"
msgstr "Scriobh clr-ranna"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
msgid "Removable media automounting"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "Roghnaigh Comhad"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1677,11 +1707,11 @@ msgstr ""
"Nl an mid canna ar an rann cltaca\n"
"Lean ar aghaidh ar aon ns?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "Rabhadh"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1689,254 +1719,246 @@ msgstr ""
"Cur diosca flapach sa dioscthiomant\n"
"Caillfear gach sonra ar an dhiosca seo"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "Ag iarraidh an clr-ranna a tarrthil"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
#, fuzzy
msgid "Detailed information"
msgstr "Eolas R-Phost"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "Athmidigh"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "Bog"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "Formidigh"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "Cur le RAID"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "Cur le LVM"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr ""
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "Bain RAID"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "Bain RAID"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "Athraigh RAID"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "Cruthaigh rann nua"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "Teascn tosasch: "
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "Mid i MB: "
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "Cinel cras-comhadlanna:"
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "Tosaocht: "
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
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:494
+#: ../../diskdrake/interactive.pm_.c:499
#, fuzzy
msgid "Remove the loopback file?"
msgstr "Ag formidi comhad 'loopback' %s"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "Athraigh cinel ranna"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "Cn rann at uait?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:584
+#: ../../diskdrake/interactive.pm_.c:594
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "Card a theastaonn uait a dhanamh?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "Ag romhadh teorainn na crais-comhadlanna FAT"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "Ag athmad"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
#, fuzzy
msgid "All data on this partition should be backed-up"
msgstr "caillfear gach sonra ar an rann seo"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "Roghnaigh an mid nua"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
#, fuzzy
msgid "New size in MB: "
msgstr "Mid i MB: "
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "Cn diosca ag a dteastaonn uait a bhogadh?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "Teascn"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "Cn tescn ag a dteastaonn uait a bhogadh?"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "Ag bogadh"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "Ag bogadh rann..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "Roghnaigh RAID at ann le mad"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "nua"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
#, fuzzy
msgid "Choose an existing LVM to add to"
msgstr "Roghnaigh RAID at ann le mad"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr "ainm LVM?"
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
#, fuzzy
msgid "Give a file name"
msgstr "For ainm"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
#, fuzzy
msgid "Mount options"
msgstr "Roghachais modil:"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "feist"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "leibhal"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "mid smutn"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "Cn sort rann at ort?"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr "Roghnaigh pacist ..."
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1948,7 +1970,7 @@ msgstr ""
"M t t ag sid LILO n oibridh s, n nl /boot uait muna n-sideann t "
"LILO"
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -1959,144 +1981,144 @@ msgstr ""
"sorcir ar an dhiosca, agus nl aon rann /boot agat.\n"
"M t t chun LILO a sid, beidh ort rann /boot a cruth ar ball."
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
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:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Scrobhfar clr diosca %s go dhiosca!"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr "Beidh ort an romhaire a aththosn sula ndanfar an athr"
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "Ag formidi"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "Ag formidi comhad 'loopback' %s"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "Ag formidi rann %s"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
#, fuzzy
msgid "Hide files"
msgstr "teip ar 'mkraid'"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
#, fuzzy
msgid "Move files to the new partition"
msgstr "Cruthaigh rann nua"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
#, fuzzy
msgid "Moving files to the new partition"
msgstr "Cruthaigh rann nua"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, fuzzy, c-format
msgid "Removing %s"
msgstr "Riteacha: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "Gaireas: "
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "Litir Dioscthiomnt DOS: %s (buile faoi thuraim)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "Cinel: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "Ainm: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "Ts: teascn %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "Mid: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s teascin"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, fuzzy, c-format
msgid "Cylinder %d to %d\n"
msgstr "Sorcir %d go sorcir %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "Formidithe\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "Neamhformidithe\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2104,27 +2126,27 @@ msgstr ""
"Rann tosaithe de ghnth\n"
" (do thosn MS-DOS, n lilo)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "Leibhal %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "Mid smutn %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "Diosca RAID %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2132,7 +2154,7 @@ msgid ""
"probably leave it alone.\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2140,60 +2162,64 @@ msgid ""
"dual-booting your system.\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "Mid: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Cimseasamh: %s sorcir, %s ceann, %s teascn\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
#, fuzzy
msgid "Info: "
msgstr "Eolas"
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "Diosca LVM %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "Cinal tabla rann: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "ar bhs %d, id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
#, fuzzy
msgid "Filesystem encryption key"
msgstr "Cinel cras-comhadlanna:"
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1180
+#: ../../diskdrake/interactive.pm_.c:1191
#, fuzzy
msgid "The encryption keys do not match"
msgstr "N mar a chile na pasfhocail"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr ""
@@ -2232,7 +2258,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Username"
msgstr "Ainm sideora"
@@ -2247,23 +2273,23 @@ msgstr "Fearannas NIS"
msgid "Search servers"
msgstr "freastala DNS"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "Formidi %s de %s teipithe"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "nl a fhios agam conas %s a formidi go %s"
-#: ../../fs.pm_.c:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr ""
@@ -2280,262 +2306,319 @@ msgstr ""
msgid "server"
msgstr "Freastala"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, fuzzy, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"Ni fidir liom an tbla rainn a lamh, t mchaill ann :(\n"
+"Leanfaidh m orm ag ceal droch rainn"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr ""
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr ""
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr ""
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr ""
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr ""
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr ""
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
"point\n"
msgstr ""
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr ""
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
msgid "Not enough free space for auto-allocating"
msgstr ""
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr ""
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Earrid ag oscailt %s do scrobh: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:158
+#, fuzzy
+msgid "Sound configuration"
+msgstr "cumraocht"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
msgstr ""
-"Tharla earrid - n fhuaireadh aon gaireas ar a bhfadfa crais-comhadlanna "
-"nua a cruthu. Ba chir duit do chuid crua-earra a seiceil le cis an fadhb "
-"a aimsi"
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "Nl aon ranna agat!"
+#: ../../harddrake/sound.pm_.c:162
+#, fuzzy
+msgid "Driver:"
+msgstr "Tiomna"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/sound.pm_.c:173
+msgid "No known driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:177
+msgid "Unkown driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:178
+#, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
+
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "Model"
msgstr "Luchg"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "hard disk model"
msgstr "Cuimhne Charta (DMA)"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
#, fuzzy
msgid "Channel"
msgstr "Cealaigh"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:19
+#: ../../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:20
+#: ../../harddrake/ui.pm_.c:21
#, fuzzy
msgid "Module"
msgstr "Luchg"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "Cuntas"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
#, fuzzy
msgid "Bus identification"
msgstr "Deimni"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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:31
+#: ../../harddrake/ui.pm_.c:32
#, fuzzy
msgid "Old device file"
msgstr "Roghnaigh Comhad"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr ""
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
#, fuzzy
msgid "New devfs device"
msgstr "Gaireas na hInneal Geata"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
#, fuzzy
msgid "Number of buttons"
msgstr "2 cnaip"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:60
+#: ../../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 "alaigh"
-#: ../../harddrake/ui.pm_.c:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/C_idi"
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
#, fuzzy
msgid "/_Help..."
msgstr "/C_idi"
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
#, fuzzy
msgid "/_About..."
msgstr "/Cidi/_Faoi..."
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
msgid "Author:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "leagan `kernel'"
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Detected hardware"
msgstr "Lemh an t-eolais crua-earra"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:105
#, fuzzy
-msgid "Configure module"
-msgstr "Cumraigh luchg"
+msgid "Information"
+msgstr "Taispen Eolas"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:108
#, fuzzy
-msgid "Informations"
-msgstr "Taispen Eolas"
+msgid "Configure module"
+msgstr "Cumraigh luchg"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
#, fuzzy
msgid "Detection in progress"
msgstr "Pointe taca dublach %s"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "Fan tamall"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
#, fuzzy
msgid "secondary"
msgstr "%d siocand"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Scros Printir"
@@ -2568,16 +2651,16 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:213
#, fuzzy
-msgid "Card model :"
+msgid "Card model:"
msgstr "Cuimhne Charta (DMA)"
#: ../../harddrake/v4l.pm_.c:214
#, fuzzy
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "Athraigh cinel ranna"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
+msgid "Number of capture buffers:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:215
@@ -2586,11 +2669,11 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:217
#, fuzzy
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "Ag formidi"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:218
@@ -2602,22 +2685,22 @@ msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2696,7 +2779,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2722,10 +2805,10 @@ msgstr ""
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -2760,11 +2843,11 @@ msgstr ""
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -2805,7 +2888,7 @@ msgstr ""
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -2836,24 +2919,12 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2862,7 +2933,7 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
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"
@@ -2882,13 +2953,13 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
"Linux operating system on your hard drive. If your hard drive is empty or\n"
@@ -2921,7 +2992,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -2954,10 +3027,12 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -2990,7 +3065,7 @@ msgid ""
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
"(formatting means creating a filesystem).\n"
@@ -3018,7 +3093,7 @@ msgid ""
"for bad blocks on the disk."
msgstr ""
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -3028,12 +3103,12 @@ msgid ""
"Please be patient."
msgstr ""
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3043,7 +3118,7 @@ msgid ""
"install the selected package(s), or \"Cancel\" to abort."
msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3052,19 +3127,19 @@ msgid ""
"\"Accept\" button."
msgstr ""
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3081,26 +3156,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3128,7 +3203,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3137,7 +3212,7 @@ msgid ""
"emergency boot situations."
msgstr ""
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
"Please choose the one you want to resize in order to install your new\n"
@@ -3170,34 +3245,34 @@ msgid ""
"disk or partition is called \"C:\")."
msgstr ""
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr ""
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
"installation or if you want to have greater control (\"Expert\"). You can\n"
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3206,30 +3281,35 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3243,7 +3323,7 @@ msgid ""
"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -3256,16 +3336,23 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
"Windows is named \"ttyS0\" under GNU/Linux."
msgstr ""
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -3295,15 +3382,15 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -3342,8 +3429,11 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
+"options, which are reserved for the expert user."
+msgstr ""
+
+#: ../../help.pm_.c:710
+msgid ""
"After you have configured the general bootloader parameters, the list of\n"
"boot options which will be available at boot time will be displayed.\n"
"\n"
@@ -3351,16 +3441,7 @@ msgid ""
"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
"the existing options. Select an entry and click \"Modify\" to modify or\n"
"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:713
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -3408,18 +3489,18 @@ msgstr ""
#: ../../help.pm_.c:759
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -3536,7 +3617,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -3549,14 +3632,14 @@ msgid ""
"associated with it."
msgstr ""
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
"and will not be recoverable!"
msgstr ""
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -3580,7 +3663,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3595,30 +3678,48 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr ""
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, fuzzy, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Cur isteach diosca sa dioscthiomant %s"
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Earrid ag lamh comhad %s"
+#: ../../install_any.pm_.c:1023
+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 ""
+"Tharla earrid - n fhuaireadh aon gaireas ar a bhfadfa crais-comhadlanna "
+"nua a cruthu. Ba chir duit do chuid crua-earra a seiceil le cis an fadhb "
+"a aimsi"
+
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3647,76 +3748,76 @@ msgstr ""
"\n"
"x1Lean ar aghaidh ar aon ns?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr ""
-#: ../../install_interactive.pm_.c:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "sid sps saor"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr ""
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr ""
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
#, fuzzy
msgid "There is no existing partition to use"
msgstr "Ag iarraidh an clr-ranna a tarrthil"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr ""
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
#, fuzzy
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Cn rann a bhfuil t ag iarraidh sid mar rann framhach"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "Roghnaigh an mid nua"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "Mid i MB do Rhann Framhach:"
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "Mid i MB do rhann malairte:"
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr ""
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr ""
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
#, fuzzy
msgid "Resizing Windows partition"
msgstr "Ag romhadh teorainn na crais-comhadlanna FAT"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occured: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
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:138
+#: ../../install_interactive.pm_.c:140
msgid ""
"WARNING!\n"
"\n"
@@ -3728,82 +3829,82 @@ msgid ""
"When sure, press Ok."
msgstr ""
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr ""
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr "rann %s"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Theip ar uathathmhad FAT: %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
msgstr ""
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "Glan diosca ina iomln"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "Dealaigh Windows(TM)"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
msgstr ""
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "sid fdisk"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, 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:227
+#: ../../install_interactive.pm_.c:229
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "Nl aon ranna agat!"
-#: ../../install_interactive.pm_.c:243
+#: ../../install_interactive.pm_.c:245
#, fuzzy
msgid "I can't find any room for installing"
msgstr "N fidir liom rann eile a cur isteach"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr "Theip ar rann: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "Ag tosn suas an ghrasn"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "Ag dnadh sos an ghreasn"
@@ -3815,12 +3916,12 @@ msgstr ""
"Ta earraid ann, nl a fhios agam conas a cheart.\n"
"Lean ort, ar do phriacal fin."
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "Pointe taca dublach %s"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3828,12 +3929,12 @@ msgid ""
"\"\n"
msgstr ""
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "Filte go %s"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "Nl dioscthiomnt flapach ar fil"
@@ -3859,145 +3960,145 @@ msgstr "Rann Feisti"
msgid "Please choose one of the following classes of installation:"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "Roghn Grpa Pacist"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Mid iomln: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "Paciste mcheart"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "Ainm: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "Leagan: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "Mid: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "Tbhacht: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "Feisti"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
#, fuzzy
msgid "Load/Save on floppy"
msgstr "Sabhil ar dhiosca flapach"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
#, fuzzy
msgid "Updating package selection"
msgstr "Roghn Grpa Pacist"
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
#, fuzzy
msgid "Minimal install"
msgstr "Eirigh as Feisti"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "Ag Feisti"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "Ag meast"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "Am fagtha "
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
msgid "Please wait, preparing installation..."
msgstr "Fan tamall, ag ullmhaigh feisti"
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d pacist"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "Ag feistil paciste %s"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Aontaigh"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "Tarrthil"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4007,17 +4108,17 @@ msgid ""
"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
msgstr ""
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "Lean ar aghaidh ar aon ns?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr ""
@@ -4192,7 +4293,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Eocharclr"
@@ -4244,11 +4345,11 @@ msgstr "Roghn Grpa Pacist"
msgid "Please choose the type of your mouse."
msgstr "Cn cinal luchg at agat?"
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "Gaireas luchige"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr ""
@@ -4280,188 +4381,167 @@ msgstr "Ag cumraigh IDE"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "nl aon ranna saora ann"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:366
-#, fuzzy, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Ni fidir liom an tbla rainn a lamh, t mchaill ann :(\n"
-"Leanfaidh m orm ag ceal droch rainn"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"Theip ar DiskDrake an tabla rainn a lamh i gceart.\n"
-"Lean ort, ar do phriacal fin!"
-
-#: ../../install_steps_interactive.pm_.c:396
-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:405
+#: ../../install_steps_interactive.pm_.c:388
#, fuzzy
msgid "No root partition found to perform an upgrade"
msgstr "Roghnaigh na ranna at le formidi"
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "Rann Framhach"
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "Card an rann framhach (/) ded' chras?"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
#, fuzzy
msgid "You need to reboot for the partition table modifications to take place"
msgstr "Beidh ort an romhaire a aththosn sula ndanfar an athr"
-#: ../../install_steps_interactive.pm_.c:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "Roghnaigh na ranna at le formidi"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr "Ag formidi ranna"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, 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:482
+#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "Nil dothain spas malartu chun insealbhu, chuir leis an spas"
-#: ../../install_steps_interactive.pm_.c:489
+#: ../../install_steps_interactive.pm_.c:472
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Ag curdach do na pacist at ar fil"
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "Ag curdach do na pacist at ar fil"
-#: ../../install_steps_interactive.pm_.c:493
+#: ../../install_steps_interactive.pm_.c:476
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "Roghnaigh pacist ..."
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr "Ag crdach pacist le hasgrd"
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
"> %d)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
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:553
+#: ../../install_steps_interactive.pm_.c:537
msgid "Load from floppy"
msgstr "Aisig dhiosca flapach"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Loading from floppy"
msgstr "Aisig dhiosca flapach"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Package selection"
msgstr "Roghn Grpa Pacist"
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
#, fuzzy
msgid "Insert a floppy containing package selection"
msgstr "Cur isteach diosca sa dioscthiomant %s"
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "Sabhil ar dhiosca flapach"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
#, fuzzy
msgid "Type of install"
msgstr "Roghnaigh pacist a feisti ..."
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
#, fuzzy
msgid "With X"
msgstr "Fan tamall"
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
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:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr ""
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "Ag Ullmhaigh feisti"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -4470,21 +4550,21 @@ msgstr ""
"Ag feisteil paciste %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "Cumraocht Iar-feist"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Cur isteach diosca sa dioscthiomant %s"
-#: ../../install_steps_interactive.pm_.c:845
+#: ../../install_steps_interactive.pm_.c:829
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Cur isteach diosca folamh sa dioscthiomant %s"
-#: ../../install_steps_interactive.pm_.c:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -4523,7 +4603,7 @@ msgid ""
"USA"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:888
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -4535,157 +4615,157 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "Cn ceann do chrois ama"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "An bhfuil an clog cruaearrach ar GMT?"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
msgid "NTP Server"
msgstr "Freastala NTP"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr "Scrios Freastala CUPS"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr "Gan Printir"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "An bhfuil ceann eile agat?"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Coimri"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "Luchg"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr "Am Cros"
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Printir"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr "Carta ISDN"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr "Carta Fuaim"
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr "Carta Telefs"
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Windows Domain"
msgstr "Fearannas NIS"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
msgid "Local files"
msgstr "Chomaid itil"
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Socraigh pasfhocal root"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "Gan pasfhocal"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Deimni"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
msgid "Authentication LDAP"
msgstr "Deimni LDAP"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
msgid "LDAP Server"
msgstr "Freastala LDAP"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
msgid "Authentication NIS"
msgstr "Deimni NIS"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "Fearannas NIS"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "Freastala NIS"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -4701,21 +4781,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1140
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Deimni LDAP"
-#: ../../install_steps_interactive.pm_.c:1142
+#: ../../install_steps_interactive.pm_.c:1127
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Ainm Fearannas"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -4733,19 +4813,19 @@ msgid ""
"drive and press \"Ok\"."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "Cead dioscthiomnt flapach"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "Dara dioscthiomint flapach"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Scipeil"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -4761,7 +4841,7 @@ msgid ""
"%s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -4770,29 +4850,29 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "Brn orm, nl aon dioscthiomnt flapach ar fil"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
#, fuzzy
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Roghnaigh na ranna at le formidi"
-#: ../../install_steps_interactive.pm_.c:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "Cur isteach diosca sa dioscthiomant %s"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "Ag Cruthaigh diosca thosnaithe"
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "Ag Ullmhaigh romhchlar thosnaithe"
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -4800,27 +4880,27 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
#, fuzzy
msgid "Do you want to use aboot?"
msgstr "Card a theastaonn uait a dhanamh?"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
#, fuzzy
msgid "Installing bootloader"
msgstr "Feistigh cd tosnaithe"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1274
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -4831,24 +4911,24 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Cur isteach diosca folamh sa dioscthiomant %s"
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
"Do you really want to quit now?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -4867,16 +4947,16 @@ msgid ""
"install chapter of the Official Mandrake Linux User's Guide."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1347
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
#, fuzzy
msgid "Generate auto install floppy"
msgstr "Cruthaigh flapach bootil"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -4885,15 +4965,15 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr "Athldaigh"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
#, fuzzy
msgid "Save packages selection"
msgstr "Roghn Grpa Pacist"
@@ -4903,7 +4983,8 @@ msgstr "Roghn Grpa Pacist"
msgid "Mandrake Linux Installation %s"
msgstr "Feisti Linux-Mandrake %s"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -4921,22 +5002,22 @@ msgstr ""
msgid "Choose a file"
msgstr "Roghnaigh gnomh"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr "Ramhioaocht"
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr ""
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
#, fuzzy
msgid "Next"
msgstr "Teacs"
@@ -5004,380 +5085,380 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "Ceichs (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "Gearminis"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "Spinis"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "Fionlainnais"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "Francaigh"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "Ioruais"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "Polainnais"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "Ruisls"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr ""
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "Marchlr UK"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "Merchlr US"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
msgid "Albanian"
msgstr ""
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr ""
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr ""
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr ""
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr ""
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "Belgiris"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:177
msgid "Bengali"
msgstr ""
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
#, fuzzy
msgid "Bulgarian (phonetic)"
msgstr "Bulgiris"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
#, fuzzy
msgid "Bulgarian (BDS)"
msgstr "Bulgiris"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr ""
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:183
#, fuzzy
msgid "Bosnian"
msgstr "Eastinis"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "Belarisis"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "Eilvis (Stl Ghearmnais)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "Eilvis (Stl Francaigh)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "Ceichs (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr "Gearminis (gach meachlr marbh)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "Danmharghais"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "Dvorak (Meirice)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Ioruais)"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
#, fuzzy
msgid "Dvorak (Swedish)"
msgstr "Dvorak (Meirice)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "Eastinis"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr ""
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr ""
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "Greics"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "Ungrais"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "Critis"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr ""
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr ""
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr ""
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr ""
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "Iodlais"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "Sepainis (106 eochair)"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
msgid "Korean keyboard"
msgstr "Marchlr Chiris"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "Mheirce Theas"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:218
#, fuzzy
msgid "Laotian"
msgstr "it"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr ""
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr ""
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr ""
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr ""
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
#, fuzzy
msgid "Latvian"
msgstr "it"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr ""
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:227
msgid "Mongolian (cyrillic)"
msgstr ""
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr ""
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr ""
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr ""
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr ""
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr ""
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
#, fuzzy
msgid "Romanian (qwertz)"
msgstr "Risis (Yawerty)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
#, fuzzy
msgid "Romanian (qwerty)"
msgstr "Risis (Yawerty)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "Risis (Yawerty)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr ""
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "Slbaicis (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "Slbaicis (QWERTY)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
msgid "Serbian (cyrillic)"
msgstr ""
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
msgstr ""
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr ""
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr ""
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
#, fuzzy
msgid "Tajik keyboard"
msgstr "Merchlr US"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr ""
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr ""
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr ""
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "Mearchlr US (idirnaisinta)"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr ""
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
msgid "Yugoslavian (latin)"
msgstr ""
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr ""
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr ""
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr ""
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr ""
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr ""
@@ -5437,11 +5518,11 @@ msgstr "Mouse Gnth (PS/2)"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -5449,115 +5530,124 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+#, fuzzy
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr "1 Cnaipe"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "Luchg 2-cnaipe Loiceadh"
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr "Rothar"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "srathach"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "Luchg Gnth 3-cnaipe"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Luchg MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Luchg Logitech CC"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Luchg Logitech (srathach, san cinal C7)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
msgid "busmouse"
msgstr "busmouse"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "2 cnaip"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "3 cnaip"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "Ar bith"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "Luchg ar bith"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr "Teastil an luchg, le do thoil"
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
msgid "To activate the mouse,"
msgstr ""
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr "BOG DO ROTHAR!"
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr ""
+
+#: ../../my_gtk.pm_.c:159
msgid "Finish"
msgstr "Fionnlainnis"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr ""
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr "An bhfuil seo ceart?"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "Eolas"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr ""
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr ""
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr ""
@@ -5592,6 +5682,68 @@ msgstr "sid pppoe"
msgid "use pptp"
msgstr "sid pppoe"
+#: ../../network/drakfirewall.pm_.c:12
+#, fuzzy
+msgid "Web Server"
+msgstr "Freastala"
+
+#: ../../network/drakfirewall.pm_.c:17
+#, fuzzy
+msgid "Domain Name Server"
+msgstr "Ainm Fearannas"
+
+#: ../../network/drakfirewall.pm_.c:32
+#, fuzzy
+msgid "Mail Server"
+msgstr "Freastala Printir"
+
+#: ../../network/drakfirewall.pm_.c:37
+#, fuzzy
+msgid "POP and IMAP Server"
+msgstr "Freastala LDAP"
+
+#: ../../network/drakfirewall.pm_.c:111
+#, fuzzy
+msgid "No network card"
+msgstr "n fuaireathas crta grasn"
+
+#: ../../network/drakfirewall.pm_.c:129
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:164
+#, fuzzy
+msgid "Other ports"
+msgstr "Eile"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -5604,7 +5756,7 @@ msgid ""
"I cannot set up this connection type."
msgstr ""
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "Roghnaigh an clradan ghrasn"
@@ -5618,7 +5770,7 @@ msgstr "Cn cinal luchg at agat?"
msgid "no network card found"
msgstr "n fuaireathas crta grasn"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "Cumraigh grasn"
@@ -5630,7 +5782,7 @@ msgid ""
"such as ``mybox.mylab.myco.com''."
msgstr ""
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "stAinm"
@@ -5906,13 +6058,13 @@ msgstr "Roghnagih an sidoer gnes:"
msgid "Use auto detection"
msgstr ""
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Md Saineola"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr ""
@@ -6044,7 +6196,7 @@ msgstr "Ag cumr glas grasn %s"
#: ../../network/network.pm_.c:310
#, fuzzy, c-format
msgid " (driver %s)"
-msgstr " (tiomint $module)"
+msgstr " (tiomint %s)"
#: ../../network/network.pm_.c:312 ../../standalone/drakconnect_.c:231
#: ../../standalone/drakconnect_.c:467
@@ -6068,11 +6220,11 @@ msgstr "Uath-IP"
msgid "Start at boot"
msgstr "Cruthaigh an diosca "
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr ""
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6080,43 +6232,53 @@ msgid ""
"You may also enter the IP address of the gateway if you have one"
msgstr ""
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "freastala DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "Gaireas na hInneal Geata"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "Cumraigh seach-freastala"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "Seach-HTTP"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "Seach-FTP"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr ""
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr ""
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr ""
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "Cumraigh Idirlon"
@@ -6229,36 +6391,36 @@ msgstr "Pasfhocal"
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr ""
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr ""
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
msgid ""
"You have a hole in your partition table but I can't use it.\n"
"The only solution is to move your primary partitions to have the hole next "
"to the extended partitions."
msgstr ""
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr ""
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "Droch comhad chltaca"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "Earridh ag scrobh comhad %s"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -6301,158 +6463,162 @@ msgstr ""
msgid "PDQ - Print, Don't Queue"
msgstr ""
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr ""
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr ""
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr ""
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr ""
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "Printir itil"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "Scros Printir"
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
#, fuzzy
msgid "Printer on remote CUPS server"
msgstr "Scrios Freastala CUPS"
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
#, fuzzy
msgid "Printer on remote lpd server"
msgstr "Scrios freastala lpd"
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
#, fuzzy
msgid "Network printer (TCP/Socket)"
msgstr "Printir Grasn (lpd)"
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
#, fuzzy
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
#, fuzzy
msgid "Printer on NetWare server"
msgstr "Freastala Printir"
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
#, fuzzy
msgid "Enter a printer device URI"
msgstr "Gaireas Printir (URI)"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr ""
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+msgid "Unknown Model"
+msgstr ""
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
#, fuzzy
msgid "Local Printers"
msgstr "Printir itil"
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
#, fuzzy
msgid "Remote Printers"
msgstr "Scros Printir"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ""
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ""
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ""
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, fuzzy, c-format
msgid ", printing to %s"
msgstr "Earridh ag scrobh comhad %s"
-#: ../../printer.pm_.c:544
+#: ../../printer.pm_.c:792
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ""
-#: ../../printer.pm_.c:550
+#: ../../printer.pm_.c:798
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: ../../printer.pm_.c:554
+#: ../../printer.pm_.c:802
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ""
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, fuzzy, c-format
msgid "(on %s)"
msgstr "(modl %s)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr ""
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, fuzzy, c-format
msgid "On CUPS server \"%s\""
msgstr "IP freastala SMP"
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
#, fuzzy
msgid " (Default)"
msgstr "Gnth"
@@ -6476,12 +6642,12 @@ msgstr ""
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
#, fuzzy
msgid "CUPS configuration"
msgstr "cumraocht"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
#, fuzzy
msgid "Specify CUPS server"
msgstr "Scrios Freastala CUPS"
@@ -6511,7 +6677,7 @@ msgstr ""
msgid "The IP address should look like 192.168.1.20"
msgstr ""
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
msgid "The port number should be an integer!"
msgstr ""
@@ -6520,7 +6686,7 @@ msgstr ""
msgid "CUPS server IP"
msgstr "IP freastala SMP"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "Poirt"
@@ -6529,13 +6695,127 @@ msgstr "Poirt"
msgid "Automatic CUPS configuration"
msgstr "Cumraigh ADSL"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+#, fuzzy
+msgid "Printerdrake"
+msgstr "Cldir"
+
+#: ../../printerdrake.pm_.c:178
+#, fuzzy
+msgid "Checking your system..."
+msgstr "Scros Printir"
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:198
+msgid ""
+"The following printers\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:199
+msgid ""
+"The following printer\n"
+"\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:210
+#, fuzzy
+msgid "directly connected to your system"
+msgstr "Nl aon gaireas ghreasn san do chors!"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:221
+#, fuzzy
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "Cn cinal luchg at agat?"
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:236
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:238
+#, fuzzy
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:240
+#, 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:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
#, fuzzy
msgid "Add a new printer"
msgstr "Gan Printir"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6548,7 +6828,7 @@ msgid ""
"connection types."
msgstr ""
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6557,7 +6837,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -6570,7 +6850,22 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:297
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6579,7 +6874,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -6590,26 +6885,26 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:213
+#: ../../printerdrake.pm_.c:315
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "Scros Printir"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
#, fuzzy
msgid "Local Printer"
msgstr "Printir itil"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -6623,50 +6918,50 @@ msgid ""
"Center."
msgstr ""
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Printer auto-detection"
msgstr "Scros Printir"
-#: ../../printerdrake.pm_.c:305
+#: ../../printerdrake.pm_.c:408
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:307
+#: ../../printerdrake.pm_.c:410
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Windows 95/98/NT"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, fuzzy, c-format
msgid "Detected %s"
msgstr "Pointe taca dublach %s"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:321
+#: ../../printerdrake.pm_.c:424
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Printir Grasn (lpd)"
-#: ../../printerdrake.pm_.c:323
+#: ../../printerdrake.pm_.c:426
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Windows 95/98/NT"
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -6674,34 +6969,34 @@ msgid ""
"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
#, fuzzy
msgid "You must enter a device or file name!"
msgstr "Gaireas Printir (URI)"
-#: ../../printerdrake.pm_.c:475
+#: ../../printerdrake.pm_.c:578
#, fuzzy
msgid "No printer found!"
msgstr "Printir itil"
-#: ../../printerdrake.pm_.c:485
+#: ../../printerdrake.pm_.c:588
#, fuzzy
msgid "Available printers"
msgstr "Printir itil"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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:490
+#: ../../printerdrake.pm_.c:593
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:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -6709,7 +7004,7 @@ msgid ""
"configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -6717,87 +7012,87 @@ msgid ""
"customized printer configuration, turn on \"Manual configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
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:496
+#: ../../printerdrake.pm_.c:599
#, fuzzy
msgid "Please choose the port where your printer is connected to."
msgstr "Cn cinal luchg at agat?"
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
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:503
+#: ../../printerdrake.pm_.c:606
#, fuzzy
msgid "You must choose/enter a printer/device!"
msgstr "Gaireas Printir (URI)"
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
#, fuzzy
msgid "Manual configuration"
msgstr "Cumraigh Idirlon"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr ""
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
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:579
+#: ../../printerdrake.pm_.c:682
#, fuzzy
msgid "Remote host name"
msgstr "stAinm"
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
#, fuzzy
msgid "Remote printer name"
msgstr "Scros Printir"
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
msgid "Remote host name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
#, fuzzy
msgid "Remote printer name missing!"
msgstr "Scros Printir"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "Pointe taca dublach %s"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Scanning network..."
msgstr "Nasc Printir"
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Ag dnadh sos an ghreasn"
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Roghanna Printir SMB (Fuinneoga 9x/NT)"
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
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 "
@@ -6805,46 +7100,46 @@ msgid ""
"access and any applicable user name, password, and workgroup information."
msgstr ""
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "freastala stann SMB"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "IP freastala SMP"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "Comh. ainm"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "Grupa na hOibre"
-#: ../../printerdrake.pm_.c:746
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid "Auto-detected"
msgstr "Scros Printir"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printerdrake.pm_.c:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -6868,7 +7163,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -6877,7 +7172,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -6885,11 +7180,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "Roghanna Printir NetWare"
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
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 "
@@ -6897,44 +7192,44 @@ msgid ""
"name and password."
msgstr ""
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "Freastala Printir"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr ""
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
#, c-format
msgid ", host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
#, c-format
msgid "Host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
#, fuzzy
msgid "TCP/Socket Printer Options"
msgstr "Roghanna Printir NetWare"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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:978
+#: ../../printerdrake.pm_.c:1085
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 "
@@ -6942,59 +7237,59 @@ msgid ""
"vary. See the manual of your hardware."
msgstr ""
-#: ../../printerdrake.pm_.c:983
+#: ../../printerdrake.pm_.c:1090
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "stainm Printir"
-#: ../../printerdrake.pm_.c:1005
+#: ../../printerdrake.pm_.c:1112
#, fuzzy
msgid "Printer host name or IP"
msgstr "stainm Printir"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr "Gaireas Printir (URI)"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr ""
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
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:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr "Ainm Printir"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "it"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
msgid "Reading printer database..."
msgstr ""
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
msgid "Preparing printer database..."
msgstr ""
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
#, fuzzy
msgid "Your printer model"
msgstr "Scros Printir"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -7009,28 +7304,28 @@ msgid ""
"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
#, fuzzy
msgid "The model is correct"
msgstr "An bhfuil seo ceart?"
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
#, fuzzy
msgid "Select model manually"
msgstr "Scros Printir"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
#, fuzzy
msgid "Printer model selection"
msgstr "Nasc Printir"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
#, fuzzy
msgid "Which printer model do you have?"
msgstr "Cn sort printir at ort?"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -7039,18 +7334,18 @@ msgid ""
"standing on a wrong model or on \"Raw printer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
#, fuzzy
msgid "OKI winprinter configuration"
msgstr "Cumraigh Idirlon"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -7060,12 +7355,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr "Cumraigh Idirlon"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -7073,20 +7368,46 @@ msgid ""
"to."
msgstr ""
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -7096,34 +7417,34 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr ""
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
#, fuzzy
msgid "Test pages"
msgstr "Bain trial as ars"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -7131,42 +7452,42 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
msgid "No test pages"
msgstr ""
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
#, fuzzy
msgid "Print"
msgstr "Printir"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
#, fuzzy
msgid "Standard test page"
msgstr "Uirlis gnth"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
msgid "Alternative test page (A4)"
msgstr ""
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
msgid "Photo test page"
msgstr ""
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
#, fuzzy
msgid "Do not print any test page"
msgstr "stainm Printir"
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr ""
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -7176,22 +7497,22 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
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:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
#, fuzzy
msgid "Raw printer"
msgstr "Gan Printir"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -7200,15 +7521,15 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -7217,7 +7538,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -7225,41 +7546,41 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, 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:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -7269,7 +7590,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -7278,41 +7599,41 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2153
+#: ../../printerdrake.pm_.c:2343
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Ag dnadh sos an ghreasn"
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, fuzzy, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Ag dnadh sos an ghreasn"
-#: ../../printerdrake.pm_.c:2156
+#: ../../printerdrake.pm_.c:2346
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Ag dnadh sos an ghreasn"
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "Ag dnadh sos an ghreasn"
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
msgstr "Dn"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
#, fuzzy
msgid "Print option list"
msgstr "Roghanna Printir"
-#: ../../printerdrake.pm_.c:2182
+#: ../../printerdrake.pm_.c:2373
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -7326,7 +7647,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -7339,18 +7660,18 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
msgid "Reading printer data..."
msgstr ""
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
#, fuzzy
msgid "Transfer printer configuration"
msgstr "Cumraigh Idirlon"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -7360,51 +7681,51 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
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:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -7412,61 +7733,61 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
#, fuzzy
msgid "New printer name"
msgstr "Gan Printir"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, 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:2316
+#: ../../printerdrake.pm_.c:2510
msgid "Refreshing printer data..."
msgstr ""
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
#, fuzzy
msgid "Configuration of a remote printer"
msgstr "Cumraigh Printir"
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
#, fuzzy
msgid "Starting network..."
msgstr "Nasc Printir"
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
#, fuzzy
msgid "Configure the network now"
msgstr "Cumraigh grasn"
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
#, fuzzy
msgid "Network functionality not configured"
msgstr "Nl aon scilen cumraithe"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -7474,12 +7795,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
#, fuzzy
msgid "Go on without configuring the network"
msgstr "Cumraigh grasn"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -7489,34 +7810,34 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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:2408
+#: ../../printerdrake.pm_.c:2603
#, fuzzy
msgid "Restarting printing system..."
msgstr "Scros Printir"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
#, fuzzy
msgid "high"
msgstr "rd"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
#, fuzzy
msgid "paranoid"
msgstr "Paranid"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -7531,11 +7852,11 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
msgid "Starting the printing system at boot time"
msgstr ""
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -7549,214 +7870,212 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
#, fuzzy
msgid "Select Printer Spooler"
msgstr "Nasc Printir"
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
#, fuzzy
msgid "Which printing system (spooler) do you want to use?"
msgstr "Cn rann at uait?"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printerdrake.pm_.c:2895
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Cumraigh printir"
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
#, fuzzy
msgid "Installing Foomatic..."
msgstr "Ag feistil paciste %s"
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "Roghanna Printir"
-#: ../../printerdrake.pm_.c:2778
-msgid "Preparing PrinterDrake..."
-msgstr ""
+#: ../../printerdrake.pm_.c:2989
+#, fuzzy
+msgid "Preparing Printerdrake..."
+msgstr "Scros Printir"
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
#, fuzzy
msgid "Configuring applications..."
msgstr "Cumraigh printir"
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
#, fuzzy
msgid "Would you like to configure printing?"
msgstr "An dteastaonn uait printir a chumr?"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:2875
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Cldir"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
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."
+"OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
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:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
#, fuzzy
msgid "Change the printing system"
msgstr "Cumraigh grasn"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
#, fuzzy
msgid "Normal Mode"
msgstr "Luchg ar bith"
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
#, fuzzy
msgid "Modify printer configuration"
msgstr "Cumraigh Idirlon"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, fuzzy, c-format
msgid ""
"Printer %s\n"
"What do you want to modify on this printer?"
msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
#, fuzzy
msgid "Printer connection type"
msgstr "Nasc Printir"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
msgid "Printer name, description, location"
msgstr ""
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
#, fuzzy
msgid "Print test pages"
msgstr "stainm Printir"
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
#, fuzzy
msgid "Know how to use this printer"
msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
#, fuzzy
msgid "Remove printer"
msgstr "Scros Printir"
-#: ../../printerdrake.pm_.c:3245
+#: ../../printerdrake.pm_.c:3472
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Scros Printir"
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
#, fuzzy
msgid "Default printer"
msgstr "Printir itil"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "An bhfuil t ag iarraidh an cumraocht a thrial?"
-#: ../../printerdrake.pm_.c:3297
+#: ../../printerdrake.pm_.c:3527
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "Scros Printir"
@@ -8088,7 +8407,7 @@ msgstr "Idirlon"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
#, fuzzy
msgid "System"
msgstr "Md Coras"
@@ -8144,192 +8463,227 @@ msgstr "Clr Tosn"
msgid "Stop"
msgstr "Teascn"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
"the worldwide Linux Community"
msgstr ""
-#: ../../share/advertising/01-gnu.pl_.c:9
+#: ../../share/advertising/02-community.pl_.c:9
#, fuzzy
-msgid "Join the Free Software world"
+msgid "Get involved in the Free Software world"
msgstr "Trialaigh an cumraocht"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../share/advertising/02-internet.pl_.c:9
-#, fuzzy
-msgid "Internet and Messaging"
-msgstr "suimiil"
+#: ../../share/advertising/03-internet.pl_.c:9
+msgid "Get the most from the Internet"
+msgstr ""
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"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 ""
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Ilmhenach"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:11
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"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 ""
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Forbairt"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "Cluich"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
#, fuzzy
msgid "Mandrake Control Center"
msgstr "Bainteach le hIdirlon"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
#, fuzzy
msgid "User interfaces"
msgstr "Clradan Grasn"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
msgstr ""
-#: ../../share/advertising/07-server.pl_.c:9
+#: ../../share/advertising/08-development.pl_.c:9
#, fuzzy
-msgid "Server Software"
-msgstr "freastala stann SMB"
+msgid "Development simplified"
+msgstr "Forbairt"
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/08-development.pl_.c:11
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
msgstr ""
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Cluich"
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "Saineola"
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
+msgstr ""
+
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:9
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
+msgid ""
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
+msgid ""
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
+msgstr ""
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
#, fuzzy
-msgid "MandrakeStore"
-msgstr "sainordaitheach"
+msgid "Become a MandrakeExpert"
+msgstr "Saineola"
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "Saineola"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
msgstr ""
-#: ../../standalone.pm_.c:40
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
+msgstr ""
+
+#: ../../standalone.pm_.c:41
#, fuzzy
msgid "Installing packages..."
msgstr "Ag feistil paciste %s"
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "irigh as le do thoil agus Crtl-Alt-BackSpace a sid"
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr ""
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Ni fidir liom an tbla rainn a lamh, t mchaill ann :(\n"
-"Leanfaidh m orm ag ceal droch rainn"
-
#: ../../standalone/drakTermServ_.c:188
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
@@ -8372,12 +8726,13 @@ msgstr "Suimigh sideoir"
msgid "Add/Del Clients"
msgstr ""
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
#, fuzzy
msgid "Help"
msgstr "/C_idi"
@@ -8536,8 +8891,8 @@ msgid ""
"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "Comhghairdeas!"
@@ -8562,27 +8917,31 @@ msgstr "Suimigh sideoir"
msgid "Remove the last item"
msgstr "Ag formidi comhad 'loopback' %s"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:732
+#: ../../standalone/drakbackup_.c:726
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -8590,7 +8949,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -8598,13 +8957,20 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
#, fuzzy
msgid "Total progess"
msgstr "Bain trial as ars"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -8613,16 +8979,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Gan pasfhocal"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "Earrid ag oscailt %s do scrobh: %s"
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -8633,63 +9024,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Droch comhad chltaca"
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
#, fuzzy
msgid "Backup User files..."
msgstr "Droch comhad chltaca"
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
#, fuzzy
msgid "Backup Other files..."
msgstr "Droch comhad chltaca"
-#: ../../standalone/drakbackup_.c:1266
+#: ../../standalone/drakbackup_.c:1321
#, fuzzy
msgid "No changes to backup!"
msgstr "Droch comhad chltaca"
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -8697,799 +9093,922 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1324
+#: ../../standalone/drakbackup_.c:1379
#, fuzzy
msgid " Error during mail sending. \n"
-msgstr "Earrid ag lamh comhad $f"
+msgstr "Earrid ag lamh comhad %s"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "Roghn Grpa Pacist"
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1527
+#: ../../standalone/drakbackup_.c:1602
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Droch comhad chltaca"
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "Scrios ci"
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
#, fuzzy
msgid "Windows (FAT32)"
msgstr "Dealaigh Windows(TM)"
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
#, fuzzy
msgid "Users"
msgstr "Ainm sideora"
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
#, fuzzy
msgid "Use network connection to backup"
msgstr "Droch comhad chltaca"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Teastil an luchg, le do thoil"
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
#, fuzzy
msgid "Please enter your login"
msgstr "Aththrialaigh"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
#, fuzzy
msgid "Please enter your password"
msgstr "Aththrialaigh"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
#, fuzzy
msgid "Remember this password"
msgstr "Gan pasfhocal"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
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:1849
+#: ../../standalone/drakbackup_.c:1923
#, fuzzy
msgid "Please choose your CD/DVD media size"
msgstr "Cn leagan amach at ar d'eocharchlrsa"
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Roghnaigh rann le do thoil"
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Roghnaigh rann le do thoil"
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Roghnaigh rann le do thoil"
-#: ../../standalone/drakbackup_.c:1868
+#: ../../standalone/drakbackup_.c:1942
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Roghnaigh rann le do thoil"
-#: ../../standalone/drakbackup_.c:1880
+#: ../../standalone/drakbackup_.c:1954
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Roghnaigh rann le do thoil"
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
#, fuzzy
msgid "No CD device defined!"
msgstr "Roghnaigh Comhad"
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
#, fuzzy
msgid "Use tape to backup"
msgstr "Droch comhad chltaca"
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup_.c:1995
+#: ../../standalone/drakbackup_.c:2069
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Teastil an luchg, le do thoil"
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
#, fuzzy
msgid "Use quota for backup files."
msgstr "Droch comhad chltaca"
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
#, fuzzy
msgid "Network"
msgstr "Clradan Grasn"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
#, fuzzy
msgid "Tape"
msgstr "Cinel"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
#, fuzzy
msgid "Use daemon"
msgstr "Ainm sideora"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
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:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
#, fuzzy
msgid "What"
msgstr "Fan tamall"
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
#, fuzzy
msgid "Where"
msgstr "Rothar"
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
#, fuzzy
msgid "When"
msgstr "Rothar"
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
#, fuzzy
msgid "More Options"
msgstr "Roghachais modil:"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "Cumraocht Grasn"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "Cn cinal luchg at agat?"
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
#, fuzzy
msgid "Backup system"
msgstr "Socraigh cras chomhad"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, fuzzy, c-format
-msgid " on device : %s"
+msgid " on device: %s"
msgstr "Gaireas luchige: %s\n"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Roghnachais"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "Cn cinal luchg at agat?"
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
#, fuzzy
msgid " Restore Configuration "
msgstr "Cumraocht Grasn"
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
#, fuzzy
msgid "Backup the system files before:"
msgstr "Droch comhad chltaca"
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "please choose the date to restore"
msgstr "Cn cinal luchg at agat?"
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "Droch comhad chltaca"
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Teastil an luchg, le do thoil"
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
#, fuzzy
msgid "FTP Connection"
msgstr "Nasc LAN"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
#, fuzzy
msgid "Secure Connection"
msgstr "Nasc Printir"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Aisig dhiosca flapach"
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
#, fuzzy
msgid "Select another media to restore from"
msgstr "Cn cinal luchg at agat?"
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Other Media"
msgstr "Eile"
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
#, fuzzy
msgid "Restore system"
msgstr "Feistigh cras"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
#, fuzzy
msgid "Restore Users"
msgstr "Aisig comhad"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore Other"
msgstr "Aisig comhad"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "Cn cinal luchg at agat?"
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3394
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Scrios ci"
+
+#: ../../standalone/drakbackup_.c:3411
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "Aisig comhad"
+
+#: ../../standalone/drakbackup_.c:3477
+#, c-format
+msgid "Backup files not found at %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, fuzzy
+msgid "Restore From CD"
+msgstr "Aisig dhiosca flapach"
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "Scriobh clr-ranna"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3524
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "Aisig comhad"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3525
+#, fuzzy
+msgid "Host Name"
+msgstr "stAinm"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+#, fuzzy
+msgid "Password required"
+msgstr "Pasfhocal"
+
+#: ../../standalone/drakbackup_.c:3539
+#, fuzzy
+msgid "Username required"
+msgstr "Ainm sideora"
+
+#: ../../standalone/drakbackup_.c:3542
+#, fuzzy
+msgid "Hostname required"
+msgstr "Ainm sideora"
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "Aisig comhad"
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
#, fuzzy
msgid "Custom Restore"
msgstr "Socraithe"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3865
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "Scriobh clr-ranna"
+
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "Aisig comhad"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
msgid "Previous"
msgstr ""
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "Clr Tosn"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
#, fuzzy
msgid "Build Backup"
msgstr "Droch comhad chltaca"
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
#, fuzzy
msgid "Restore"
msgstr "Aisig comhad"
-#: ../../standalone/drakbackup_.c:3553
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3574
+#: ../../standalone/drakbackup_.c:4231
msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr ""
-#: ../../standalone/drakbackup_.c:3621
+#: ../../standalone/drakbackup_.c:4278
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
#, fuzzy
msgid "Please select data to restore..."
msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
#, fuzzy
msgid "Please select media for backup..."
msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
#, fuzzy
msgid "Please select data to backup..."
msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
#, fuzzy
msgid "Backup system files"
msgstr "Droch comhad chltaca"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup user files"
msgstr "Droch comhad chltaca"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup other files"
msgstr "Droch comhad chltaca"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
#, fuzzy
msgid "Sending files..."
msgstr "Sabhil i gcomhad"
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "Cumraocht Grasn"
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
#, fuzzy
msgid "View Backup Configuration."
msgstr "Cumraocht Grasn"
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
#, fuzzy
msgid "Wizard Configuration"
msgstr "cumraocht"
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
#, fuzzy
msgid "Advanced Configuration"
msgstr "irigh as cumraocht"
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
#, fuzzy
msgid "Backup Now"
msgstr "Socraigh cras chomhad"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
msgid ""
"options description:\n"
"\n"
@@ -9521,7 +10040,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -9530,7 +10049,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -9571,45 +10090,45 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -9626,7 +10145,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -9666,7 +10185,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -9677,7 +10196,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -9690,7 +10209,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -9771,9 +10290,9 @@ msgstr ""
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
msgid "Standalone Tools"
msgstr ""
@@ -9824,26 +10343,26 @@ msgstr "Cldir"
msgid "Configuration Wizards"
msgstr "Draodir Cumraocht Grasn"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
#, fuzzy
msgid "Application:"
msgstr "Deimni"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
#, fuzzy
msgid "Package: "
msgstr "Roghn Grpa Pacist"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
#, fuzzy
msgid "Release: "
msgstr "Fan tamall"
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -9855,21 +10374,21 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
#, fuzzy
msgid "Report"
msgstr "Poirt"
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
#, fuzzy
msgid "Not installed"
msgstr "Eirigh as Feisti"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
msgid "No browser available! Please install one"
msgstr ""
@@ -10324,7 +10843,7 @@ msgstr ""
#: ../../standalone/drakfont_.c:909
#, fuzzy
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "Roghnaigh na ranna at le formidi"
#: ../../standalone/drakfont_.c:918
@@ -10406,19 +10925,19 @@ msgstr "Nl aon gaireas ghreasn san do chors!"
msgid "Post Uninstall"
msgstr "Eirigh as Feisti"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr ""
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr ""
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -10426,32 +10945,32 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
msgid "disable"
msgstr ""
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr ""
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "reconfigure"
msgstr ""
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
msgid "Disabling servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
#, fuzzy
msgid "Internet connection sharing is now disabled."
msgstr "Nasc na hIdirlon agus cumraocht"
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr ""
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -10459,20 +10978,20 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
msgid "enable"
msgstr ""
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
#, fuzzy
msgid "Internet connection sharing is now enabled."
msgstr "Nasc na hIdirlon agus cumraocht"
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
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 "
@@ -10482,31 +11001,31 @@ msgid ""
"(LAN)."
msgstr ""
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr ""
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, fuzzy, c-format
msgid "Interface %s"
msgstr "suimiil"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr "Nl aon gaireas ghreasn san do chors!"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
msgstr ""
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "Clradan Grasn"
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -10516,18 +11035,18 @@ msgid ""
"I am about to setup your Local Area Network with that adapter."
msgstr ""
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:259
#, fuzzy
msgid "Network interface already configured"
msgstr "Nl aon scilen cumraithe"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -10537,17 +11056,17 @@ msgid ""
"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
#, fuzzy
msgid "Automatic reconfiguration"
msgstr "Cumraigh ADSL"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
#, fuzzy
msgid "Show current interface configuration"
msgstr "Cumraigh Idirlon"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -10558,7 +11077,7 @@ msgid ""
"Driver: %s"
msgstr ""
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -10570,78 +11089,68 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr ""
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
#, fuzzy
msgid "(This) DHCP Server IP"
msgstr "IP freastala SMP"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr ""
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr ""
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
-#: ../../standalone/drakgw_.c:320
-msgid "Firewalling configuration detected!"
-msgstr ""
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
#, fuzzy
msgid "Configuring..."
msgstr "Ag cumraigh IDE"
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, fuzzy, c-format
msgid "Problems installing package %s"
msgstr "Ag feistil paciste %s"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
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:566
+#: ../../standalone/drakgw_.c:504
msgid "The setup has already been done, but it's currently disabled."
msgstr ""
-#: ../../standalone/drakgw_.c:567
+#: ../../standalone/drakgw_.c:505
msgid "The setup has already been done, and it's currently enabled."
msgstr ""
-#: ../../standalone/drakgw_.c:568
+#: ../../standalone/drakgw_.c:506
#, fuzzy
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Nasc na hIdirlon agus cumraocht"
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
#, fuzzy
msgid "Internet connection sharing configuration"
msgstr "Nasc na hIdirlon agus cumraocht"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -10651,6 +11160,157 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr ""
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr "Cumraigh ADSL"
+
+#: ../../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"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+#, fuzzy
+msgid "first step creation"
+msgstr "Trialaigh an cumraocht"
+
+#: ../../standalone/draksplash_.c:77
+#, fuzzy
+msgid "final resolution"
+msgstr "Riteach"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#, fuzzy
+msgid "choose image file"
+msgstr "Roghnaigh gnomh"
+
+#: ../../standalone/draksplash_.c:79
+#, fuzzy
+msgid "Theme name"
+msgstr "Comh. ainm"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+#, fuzzy
+msgid "go to lilosplash configuration"
+msgstr "Cumraocht Iar-feist"
+
+#: ../../standalone/draksplash_.c:83
+#, fuzzy
+msgid "quit"
+msgstr "alaigh"
+
+#: ../../standalone/draksplash_.c:84
+#, fuzzy
+msgid "save theme"
+msgstr "Feistigh cras"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#, fuzzy
+msgid "Configure bootsplash picture"
+msgstr "Cumraigh seirbhis"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+msgid "go back"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:120
+#, fuzzy
+msgid "preview"
+msgstr "feist"
+
+#: ../../standalone/draksplash_.c:121
+#, fuzzy
+msgid "choose color"
+msgstr "Roghnaigh scilen"
+
+#: ../../standalone/draksplash_.c:124
+msgid "Display logo on Console"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:436
+#, fuzzy
+msgid "ProgressBar color selection"
+msgstr "Nasc Printir"
+
+#: ../../standalone/draksplash_.c:454
+#, fuzzy
+msgid "You must choose an image file first!"
+msgstr "Gaireas Printir (URI)"
+
+#: ../../standalone/draksplash_.c:463
+#, fuzzy
+msgid "Generating preview ..."
+msgstr "Scros Printir"
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -10742,11 +11402,11 @@ msgid ""
msgstr ""
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr ""
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr ""
#: ../../standalone/drakxtv_.c:114
@@ -10819,7 +11479,7 @@ msgstr ""
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
msgid "logdrake"
msgstr "logdrake"
@@ -10996,7 +11656,7 @@ msgstr "suimiil"
#: ../../standalone/logdrake_.c:431
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"You will receive an alert if one of the selected services is no more running"
msgstr ""
#: ../../standalone/logdrake_.c:443
@@ -11018,19 +11678,19 @@ msgstr "Cumraigh Idirlon"
msgid "Please enter your email address below "
msgstr "Aththrialaigh"
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr "Sbhil mar..."
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "Cn cinal luchg at agat?"
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr ""
-#: ../../standalone/printerdrake_.c:48
+#: ../../standalone/printerdrake_.c:57
#, fuzzy
msgid "Reading printer data ..."
msgstr "Scros Printir"
@@ -11043,34 +11703,45 @@ msgstr ""
msgid "Test ports"
msgstr ""
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
msgstr ""
+#: ../../standalone/scannerdrake_.c:56
+#, fuzzy, c-format
+msgid "%s found on %s, configure it?"
+msgstr "An dteastaonn uait printir a chumr?"
+
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:65
#, fuzzy
msgid "Select a scanner"
msgstr "Roghnaigh carta grafachach"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr ""
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, 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:95
+#: ../../standalone/scannerdrake_.c:109
#, fuzzy
msgid "choose device"
msgstr "Gaireas bootil"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -11078,7 +11749,7 @@ msgid ""
"section."
msgstr ""
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -11086,43 +11757,18 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
"Some devices in the %s class were added:\n"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:30
-#, fuzzy
-msgid "Firewalling Configuration"
-msgstr "ag lemh cumraocht"
-
-#: ../../standalone/tinyfirewall_.c:43
-#, fuzzy
-msgid "Firewalling configuration"
-msgstr "ag lemh cumraocht"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "Roghnaigh do theanga"
@@ -11196,169 +11842,7 @@ msgstr "Feistigh cras"
msgid "Exit install"
msgstr "Eirigh as Feisti"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:84
-#, fuzzy, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Earrid ag oscailt %s do scrobh: %s"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "ag lemh cumraocht"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:230
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Fan tamall, ag ullmhaigh feisti"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
@@ -11493,6 +11977,10 @@ msgid "Graphical Environment"
msgstr ""
#: ../../share/compssUsers:999
+msgid "Development"
+msgstr "Forbairt"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache, Pro-ftpd"
@@ -11604,56 +12092,22 @@ msgstr "Ilmhenach"
msgid "Scientific Workstation"
msgstr "Stisin Oibre"
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
-
-#, fuzzy
-#~ msgid "Basic Options"
-#~ msgstr "Roghnachais"
-
-#, fuzzy
-#~ msgid "Security Checks"
-#~ msgstr "Slndil"
-
-#, fuzzy
-#~ msgid "Please choose your CD space"
-#~ msgstr "Cn leagan amach at ar d'eocharchlrsa"
-
-#, fuzzy
-#~ msgid "Please enter the cd writer speed"
-#~ msgstr "Teastil an luchg, le do thoil"
-
-#, fuzzy
-#~ msgid "Windows PDC"
-#~ msgstr "Dealaigh Windows(TM)"
+#~ msgid "You don't have any partitions!"
+#~ msgstr "Nl aon ranna agat!"
-#, fuzzy
-#~ msgid "Tamil"
-#~ msgstr "Table"
-
-#, fuzzy
-#~ msgid "PDC Server Name"
-#~ msgstr "Freastala NTP"
-
-#, fuzzy
-#~ msgid "Set up printer manually"
-#~ msgstr "Scros Printir"
-
-#, fuzzy
-#~ msgid "Installing HPOJ package..."
-#~ msgstr "Ag feistil paciste %s"
-
-#, fuzzy
-#~ msgid "Installing SANE packages..."
-#~ msgstr "Ag feistil paciste %s"
-
-#, fuzzy
-#~ msgid "Installing mtools packages..."
-#~ msgstr "Ag feistil paciste %s"
+#~ msgid ""
+#~ "DiskDrake failed to read correctly the partition table.\n"
+#~ "Continue at your own risk!"
+#~ msgstr ""
+#~ "Theip ar DiskDrake an tabla rainn a lamh i gceart.\n"
+#~ "Lean ort, ar do phriacal fin!"
-#, fuzzy
-#~ msgid "Control Center"
-#~ msgstr "Bainteach le hIdirlon"
+#~ msgid ""
+#~ "I can't read your partition table, it's too corrupted for me :(\n"
+#~ "I'll try to go on blanking bad partitions"
+#~ msgstr ""
+#~ "Ni fidir liom an tbla rainn a lamh, t mchaill ann :(\n"
+#~ "Leanfaidh m orm ag ceal droch rainn"
#~ msgid "Choose options for server"
#~ msgstr "Roghnaigh cumraocht an freastala"
diff --git a/perl-install/share/po/gl.po b/perl-install/share/po/gl.po
index 9b997624b..b44156ce2 100644
--- a/perl-install/share/po/gl.po
+++ b/perl-install/share/po/gl.po
@@ -1,7 +1,10 @@
+#
+# Jess Bravo lvarez (mdk) <jba@pobox.com>, 2001
+#
msgid ""
msgstr ""
-"Project-Id-Version: drakfloppy\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
+"Project-Id-Version: DrakX\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
"PO-Revision-Date: 2001-03-17 19:17+0100\n"
"Last-Translator: Jess Bravo lvarez (mdk) <jba@pobox.com>\n"
"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
@@ -45,47 +48,47 @@ msgstr "32 MB"
msgid "64 MB or more"
msgstr "64 MB ou mis"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "Escolla un servidor X"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "Servidor X"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
#, fuzzy
msgid "Multi-head configuration"
msgstr "lendo a configuracin"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
msgstr ""
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "Seleccione a cantidade de memoria da tarxeta grfica"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "Configuracin de XFree"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "Que configuracin de XFree quere usar?"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr ""
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
#, fuzzy
msgid "Use Xinerama extension"
msgstr "Usar deteccin automtica"
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Axudante da configuracin de rede"
@@ -96,13 +99,13 @@ msgstr "Axudante da configuracin de rede"
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s con aceleracin 3D por hardware"
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -112,18 +115,18 @@ msgstr ""
"XFree %s. A tarxeta est soportada por XFree %s, que pode ter un mellor\n"
"soporte en 2D."
-#: ../../Xconfig/card.pm_.c:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"A sa tarxeta pode ter soporte de aceleracin 3D por hardware con XFree %s."
-#: ../../Xconfig/card.pm_.c:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s con aceleracin 3D por hardware EXPERIMENTAL"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -135,7 +138,7 @@ msgstr ""
"A sa tarxeta est soportada por XFree %s, que pode ter un mellor soporte en "
"2D."
-#: ../../Xconfig/card.pm_.c:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -144,53 +147,54 @@ msgstr ""
"A sa tarxeta pode ter soporte de aceleracin 3D por hardware, pero s con\n"
"XFree %s, ADVIRTA QUE ESTE SOPORTE EXPERIMENTAL E PODE COLGAR O SISTEMA."
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr ""
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "Personalizado"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
#, fuzzy
msgid "Graphic Card"
msgstr "Tarxeta grfica"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "Resolucin"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opcins"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "Aceptar"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Sar"
@@ -207,28 +211,28 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "Escolla o monitor"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "Xenrico"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
#, fuzzy
msgid "Vendor"
msgstr "Refacer"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -251,11 +255,11 @@ msgstr ""
"xa que pode danalo.\n"
"No caso de dbida, escolla unha configuracin conservadora."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "Frecuencia de actualizacin horizontal"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "Frecuencia de actualizacin vertical"
@@ -292,36 +296,41 @@ msgstr "Escolla a resolucin e a profundidade de cor"
msgid "Graphics card: %s"
msgstr "Tarxeta grfica: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "Cancelar"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "Proba da configuracin"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "Desexa probar a configuracin?"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "Proba da configuracin"
+#: ../../Xconfig/test.pm_.c:31
+#, fuzzy
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Aviso: probar esta tarxeta grfica pode colgar o ordenador"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -457,26 +466,22 @@ msgstr "Arrincar dende DOS/Windows (loadlin)"
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "Opcins principais do cargador de arrinque"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "Cargador de arrinque que usar"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "Instalacin do cargador de arrinque"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "Dispositivo de arrinque"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (non funciona en BIOS antigas)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "Compacto"
@@ -493,16 +498,17 @@ msgstr "Modo de vdeo"
msgid "Delay before booting default image"
msgstr "Retardo antes de arrincar a imaxe por omisin"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Contrasinal"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "Contrasinal (de novo)"
@@ -538,14 +544,14 @@ msgstr ""
"A opcin ``restrinxir opcins da lia de comandos'' non ten sentido sen "
"contrasinal"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "Tente de novo"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "Os contrasinais non coinciden"
@@ -590,16 +596,16 @@ msgstr ""
"Estas son as diferentes entradas.\n"
"Pode engadir algunhas mis ou cambiar as que xa existen."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Engadir"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "Feito"
@@ -611,7 +617,7 @@ msgstr "Modificar"
msgid "Which type of entry do you want to add?"
msgstr "Que tipo de entrada desexa engadir?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linux"
@@ -706,13 +712,13 @@ msgstr "Ten algunha outra?"
msgid "Do you have any %s interfaces?"
msgstr "Ten algunha interface %s?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Non"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Si"
@@ -811,38 +817,46 @@ msgstr ""
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+msgid "access to network tools"
+msgstr ""
+
+#: ../../any.pm_.c:755
+msgid "access to compilation tools"
+msgstr ""
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(%s xa foi engadido)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "Este contrasinal demasiado simple"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "Indique o nome de usuario"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "O nome de usuario (login) s debe conter letras, nmeros, '-' e '_'"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:768
#, fuzzy
msgid "The user name is too long"
msgstr "Este nome de usuario xa est engadido"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "Este nome de usuario xa est engadido"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "Engadir usuario"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -851,32 +865,32 @@ msgstr ""
"Introduza un usuario\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "Aceptar usuario"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "Nome real"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Nome de usuario"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "Icona"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "Login automtico"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -886,59 +900,59 @@ msgstr ""
"como un usuario. Se non quere usar esta caracterstica, prema o botn\n"
"cancelar."
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "Escolla o usuario por defecto:"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "Escolla o xestor de fiestras para executar:"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
#, fuzzy
msgid "Please choose a language to use."
msgstr "Escolla a lingua que desexe usar."
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "Pode escoller outras linguas que estarn dispoibles trala instalacin"
-#: ../../any.pm_.c:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Todas"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
#, fuzzy
msgid "Allow all users"
msgstr "Engadir usuario"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
#, fuzzy
msgid "No sharing"
msgstr "CUPS iniciando"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr ""
"Este paquete ten que ser actualizado\n"
"Est seguro de que quere deseleccionalo?"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
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 "
@@ -947,42 +961,42 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
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:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "Benvida s crackers"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "Pobre"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Estndar"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "Alto"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
#, fuzzy
msgid "Higher"
msgstr "Alto"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "Paranoico"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
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"
@@ -992,7 +1006,7 @@ msgstr ""
"sinxelo de utilizar, pero moi sensible: non debe usarse nunha mquina\n"
"conectada a outras ou Internet. Non hai contrasinais de acceso."
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1000,7 +1014,7 @@ msgstr ""
"Os contrasinais estn activados, pero o uso como ordenador de rede anda\n"
"non se recomenda."
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1009,13 +1023,13 @@ msgstr ""
"Esta a seguridade recomendada para un ordenador usado para conectar\n"
" Internet como cliente. Agora hai ms comprobacins de seguridade."
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1029,7 +1043,7 @@ msgstr ""
"A seguridade agora alta dabondo para usar o sistema coma un servidor\n"
"que acepta conexins de mltiples clientes."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1038,32 +1052,32 @@ msgstr ""
"Tmanse caractersticas do nivel 4, pero agora o sistema est completamente\n"
"pechado. As caractersticas de seguridade estn mximo nivel."
-#: ../../any.pm_.c:1091
+#: ../../any.pm_.c:1094
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Opcins"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Escola o nivel de seguridade"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
#, fuzzy
msgid "Security level"
msgstr "Establecendo o nivel de seguridade"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
#, fuzzy
msgid "Use libsafe for servers"
msgstr "Escolla as opcins para o servidor"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr ""
@@ -1104,58 +1118,58 @@ msgstr ""
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:935
+#: ../../bootloader.pm_.c:932
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Benvido ao GRUB, o selector de sistemas operativos!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:935
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Use as teclas %c e %c para seleccionar a entrada marcada."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:938
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Prema enter para arrincar o SO seleccionado, 'e' para editar os"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:941
msgid "commands before booting, or 'c' for a command-line."
msgstr "comandos antes de arrincar, ou 'c' para a lia de comandos."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:944
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "A entrada marcada arrincarase automaticamente en %d segundos."
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:948
msgid "not enough room in /boot"
msgstr "non hai espacio dabondo en /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "Escritorio"
# Manter o '' en iso-8859-1
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "Men Inicio"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Onde quere instalar o cargador de arrinque?"
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr "axuda anda non implementada.\n"
@@ -1163,8 +1177,8 @@ msgstr "axuda anda non implementada.\n"
msgid "Boot Style Configuration"
msgstr "Configuracin do estilo de arrinque"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Ficheiro"
@@ -1174,7 +1188,7 @@ msgstr "/_Ficheiro"
msgid "/File/_Quit"
msgstr "/Ficheiro/_Sar"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1220,118 +1234,124 @@ msgstr "Instalar sistema"
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+#, fuzzy
+msgid "Create new theme"
+msgstr "Crear unha nova particin"
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr ""
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "Erro"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
#, fuzzy
msgid "Notice"
msgstr "bo"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
#, fuzzy
msgid "Theme installation failed!"
msgstr "Clase de instalacin"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
"Click on Configure to launch the setup wizard."
msgstr ""
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
#, fuzzy
msgid "Configure"
msgstr "Configurar as X"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
#, fuzzy
msgid "Splash selection"
msgstr "Gardar a seleccin de paquetes"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1340,44 +1360,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr ""
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr "Lanzar o sistema X-Window iniciar"
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr "Non, non quero login automtico"
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Si, quero login automtico con este (usuario, escritorio)"
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr "Aceptar"
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "non se pode abrir /etc/inittab para lectura: %s"
@@ -1482,49 +1502,54 @@ msgstr "serie"
msgid "United States"
msgstr ""
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-msgid "Unknown Model"
-msgstr ""
-
#: ../../diskdrake/dav.pm_.c:23
#, fuzzy
msgid "New"
msgstr "novo"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "Desmontar"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "Montar"
+
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "Servidor"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Punto de montaxe"
-#: ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/dav.pm_.c:81
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Probe o seu rato"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
#, fuzzy
msgid "The URL must begin with http:// or https://"
msgstr "O proxy debera ser http://..."
-#: ../../diskdrake/dav.pm_.c:92
+#: ../../diskdrake/dav.pm_.c:105
#, fuzzy
msgid "Server: "
msgstr "Servidor"
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Punto de montaxe: "
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Opcins: %s"
@@ -1533,8 +1558,9 @@ msgstr "Opcins: %s"
msgid "Please make a backup of your data first"
msgstr "Faga primeiro unha copia de seguridade dos seus datos"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "Lea coidadosamente!"
@@ -1572,10 +1598,15 @@ msgid "Please click on a partition"
msgstr "Prema nunha particin"
#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "Detalles"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+#, fuzzy
+msgid "No hard drives found"
+msgstr "Impresora local"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1601,13 +1632,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "Intercambio"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "Baleiro"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "Outros"
@@ -1615,12 +1646,12 @@ msgstr "Outros"
msgid "Filesystem types:"
msgstr "Tipos de sist. de ficheiros:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "Crear"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "Tipo"
@@ -1630,7 +1661,7 @@ msgstr "Tipo"
msgid "Use ``%s'' instead"
msgstr "Use ``%s'' no seu lugar"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "Borrar"
@@ -1638,84 +1669,84 @@ msgstr "Borrar"
msgid "Use ``Unmount'' first"
msgstr "Use ``Desmontar'' primeiro"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
" mudar o tipo da particin %s, perderanse tdolos datos desta particin"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
#, fuzzy
msgid "Choose a partition"
msgstr "Escolla a accin"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
#, fuzzy
msgid "Choose another partition"
msgstr "Crear unha nova particin"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
#, fuzzy
msgid "Exit"
msgstr "Ext2"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "Mudar a modo experto"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "Mudar a modo normal"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "Refacer"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "Continuar de calquera xeito?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "Sar sen gardar"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "Sar do programa sen gardar a tboa de particins?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
#, fuzzy
msgid "Do you want to save /etc/fstab modifications"
msgstr "Desexa probar a configuracin?"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "Asignacin automtica"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "Borrar todas"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "Mis"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
#, fuzzy
msgid "Hard drive information"
msgstr "Informacin do correo"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "Tdalas particins primarias estn usadas"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "Non posible engadir mis particins"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1723,35 +1754,35 @@ msgstr ""
"Para ter mis particins, borre unha para poder crear unha particin "
"estendida"
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
#, fuzzy
msgid "Save partition table"
msgstr "Escribir tboa de particins"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
#, fuzzy
msgid "Restore partition table"
msgstr "Tboa de particins de rescate"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "Tboa de particins de rescate"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
#, fuzzy
msgid "Reload partition table"
msgstr "Tboa de particins de rescate"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
#, fuzzy
msgid "Removable media automounting"
msgstr "Automonta-las unidades extrables"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "Seleccione un ficheiro"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1759,11 +1790,11 @@ msgstr ""
"A tboa de particins de rescate non ten\n"
"o mesmo tamao. Continuar de calquera xeito?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "Advertencia"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1771,114 +1802,106 @@ msgstr ""
"Insira un disquete na unidade\n"
"Perderanse tdolos datos no disquete"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "Tentando recuperar a tboa de particins de rescate"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
#, fuzzy
msgid "Detailed information"
msgstr "Informacin do correo"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "Redimensionar"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "Desprazar"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "Formatar"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Montar"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "Engadir RAID"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "Engadir LVM"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Desmontar"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "Quitar do RAID"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "Quitar do LVM"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "Modificar o RAID"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "Usar para loopback"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "Crear unha nova particin"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "Sector inicial: "
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "Tamao en MB: "
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "Tipo de sist. de ficheiros: "
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "Preferencia: "
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
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:494
+#: ../../diskdrake/interactive.pm_.c:499
#, fuzzy
msgid "Remove the loopback file?"
msgstr "Formatando o ficheiro loopback %s"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "Mudar o tipo de particin"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Qu sistema de ficheiros desexa?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Onde desexa montar o ficheiro loopback %s?"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Onde desexa montar o dispositivo %s?"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1887,141 +1910,141 @@ msgstr ""
"usar de loopback.\n"
"Quite primeiro o loopback"
-#: ../../diskdrake/interactive.pm_.c:584
+#: ../../diskdrake/interactive.pm_.c:594
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "Onde desexa montar o dispositivo %s?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "Calculando os lmites do sistema de ficheiros FAT"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "Redimensionando"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr "Esta particin non se pode redimensionar"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr "Debera facer unha copia de seguridade dos datos desta particin"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
" redimensionar a particin %s, perderanse tdolos datos desta particin"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "Escoller o novo tamao"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
#, fuzzy
msgid "New size in MB: "
msgstr "Tamao en MB: "
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "A que disco desexa desprazala?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "Sector"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "A que sector desexa desprazala?"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "Desprazando"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "Desprazando particin..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "Escolla un dos RAID para engadirlle"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "novo"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "Escolla un dos LVM para engadirlle"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr "Nome do LVM?"
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "Esta particin non pode usarse para loopback"
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "Nome do ficheiro loopback: "
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
#, fuzzy
msgid "Give a file name"
msgstr "Nome real"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr "O ficheiro xa est a ser usado por outro loopback, escolla outro"
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr "O ficheiro xa existe. Usalo?"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
#, fuzzy
msgid "Mount options"
msgstr "Opcins do mdulo:"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "dispositivo"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "nivel"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "tamao do bloque de datos"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr "Tea coidado: esta operacin perigosa."
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "Qu tipo de particionamento quere?"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr ""
"Este paquete ten que ser actualizado\n"
"Est seguro de que quere deseleccionalo?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2032,7 +2055,7 @@ msgstr ""
"(nun cilindro > 1024). Se usa o LILO, non funcionar, e se non o\n"
"usa, non necesita /boot"
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2044,7 +2067,7 @@ msgstr ""
"Se pensa usar o selector de SO de arrinque LILO, lembre engadir unha\n"
"particin /boot"
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2055,138 +2078,138 @@ msgstr ""
"particin /boot.\n"
"Lembre polo tanto engadir unha particin /boot"
-#: ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Escribirase disco a tboa de particins da unidade %s!"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr ""
"Necesitar reiniciar o equipo para que a modificacin sexa tomada en conta"
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr " formatar a particin %s, perderanse tdolos datos desta particin"
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "Formatando"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formatando o ficheiro loopback %s"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "Formatando a particin %s"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
#, fuzzy
msgid "Hide files"
msgstr "mkraid fallou"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
#, fuzzy
msgid "Move files to the new partition"
msgstr "Non hai espacio libre dabondo para asignar novas particins"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
#, fuzzy
msgid "Moving files to the new partition"
msgstr "Non hai espacio libre dabondo para asignar novas particins"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, fuzzy, c-format
msgid "Removing %s"
msgstr "Resolucin: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "Dispositivo: "
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "Letra de unidade DOS: %s (aproximacin)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "Tipo: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "Nome: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "Inicio: sector %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "Tamao: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s sectores"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, fuzzy, c-format
msgid "Cylinder %d to %d\n"
msgstr "Cilindro %d a cilindro %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "Formatado\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "Non formatado\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "Montado\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, fuzzy, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr "Ficheiro(s) loopback: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2194,27 +2217,27 @@ msgstr ""
"Particin de arrinque por omisin\n"
" (para arrincar en MS-DOS, non para lilo)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "Nivel %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "Tamao do bloque de datos %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "Discos RAID %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "Nome do ficheiro loopback: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2222,7 +2245,7 @@ msgid ""
"probably leave it alone.\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2230,60 +2253,64 @@ msgid ""
"dual-booting your system.\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "Tamao: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Xeometra: %s cilindros, %s cabezas, %s sectores\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "Info: "
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "Discos LVM %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "Tipo de tboa de particins: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "no bus %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
#, fuzzy
msgid "Filesystem encryption key"
msgstr "Tipo de sist. de ficheiros: "
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, fuzzy, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
"Este contrasinal demasiado simple (ten que ter polo menos %d caracteres)"
-#: ../../diskdrake/interactive.pm_.c:1180
+#: ../../diskdrake/interactive.pm_.c:1191
#, fuzzy
msgid "The encryption keys do not match"
msgstr "Os contrasinais non coinciden"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr ""
@@ -2322,7 +2349,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Username"
msgstr "Nome de usuario"
@@ -2337,23 +2364,23 @@ msgstr "Dominio NIS"
msgid "Search servers"
msgstr "Servidor DNS"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "O formato %s de %s fallou"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Desco驩cese o xeito de formatar %s de tipo %s"
-#: ../../fs.pm_.c:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "erro desmontando %s: %s"
@@ -2370,33 +2397,51 @@ msgstr ""
msgid "server"
msgstr "servidor"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, fuzzy, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"Non se pode ler a tboa de particins, est demasiado deteriorada :(\n"
+"Pdese probar baleirando as particins errneas (Perderanse TODOS os "
+"datos!).\n"
+"A outra solucin impedir que o DrakX modifique a tboa de particins.\n"
+"(o erro %s)\n"
+"\n"
+"Concorda coa perda de tdalas particins?\n"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "Non pode usar JFS para particins mis pequenas que 16MB"
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Non pode usar ReiserFS para particins mis pequenas que 32MB"
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "Os puntos de montaxe deben empezar por /"
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Xa existe unha particin co punto de montaxe %s\n"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "Non pode usar un volume lxico LVM para o punto de montaxe %s"
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr "Este directorio debera permanecer dentro do sistema de ficheiros raz"
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
#, fuzzy
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
@@ -2405,231 +2450,277 @@ msgstr ""
"Necesita un sistema de ficheiros real (ext2, reiserfs) para este punto de "
"montaxe\n"
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, fuzzy, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr "Non pode usar un volume lxico LVM para o punto de montaxe %s"
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
#, fuzzy
msgid "Not enough free space for auto-allocating"
msgstr "Non hai espacio libre dabondo para asignar novas particins"
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr ""
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Erro abrir %s para escritura: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:158
+#, fuzzy
+msgid "Sound configuration"
+msgstr "Configuracin da LAN"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:162
+#, fuzzy
+msgid "Driver:"
+msgstr "Controlador"
+
+#: ../../harddrake/sound.pm_.c:173
+msgid "No known driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
msgstr ""
-"Ocorreu un erro - non se atopou ningn dispositivo vlido para crear novos "
-"sistemas de ficheiros. Verifique o seu equipo para ver a razn deste problema"
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "Non ten ningunha particin!"
+#: ../../harddrake/sound.pm_.c:177
+msgid "Unkown driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:178
+#, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "Model"
msgstr "Rato"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "hard disk model"
msgstr "Memoria da tarxeta (DMA)"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
#, fuzzy
msgid "Channel"
msgstr "Cancelar"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:19
+#: ../../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:20
+#: ../../harddrake/ui.pm_.c:21
#, fuzzy
msgid "Module"
msgstr "Rato"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "Descricin"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
#, fuzzy
msgid "Bus identification"
msgstr "Autenticacin"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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:31
+#: ../../harddrake/ui.pm_.c:32
#, fuzzy
msgid "Old device file"
msgstr "Seleccione un ficheiro"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr ""
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
#, fuzzy
msgid "New devfs device"
msgstr "Dispositivo de pasarela"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
#, fuzzy
msgid "Number of buttons"
msgstr "2 botns"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:60
+#: ../../harddrake/ui.pm_.c:38
+#, fuzzy
+msgid "Alternative drivers"
+msgstr "Imprimindo pxina(s) de proba..."
+
+#: ../../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 "Sar"
-#: ../../harddrake/ui.pm_.c:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/A_xuda"
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
#, fuzzy
msgid "/_Help..."
msgstr "/A_xuda"
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
#, fuzzy
msgid "/_About..."
msgstr "/Axuda/_Acerca..."
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
#, fuzzy
msgid "Author:"
msgstr "Autodeteccin"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Detectar discos duros"
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Detected hardware"
msgstr "Mire a informacin sobre o hardware"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:105
#, fuzzy
-msgid "Configure module"
-msgstr "Configurar o rato"
+msgid "Information"
+msgstr "Mostrar informacin"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:108
#, fuzzy
-msgid "Informations"
-msgstr "Mostrar informacin"
+msgid "Configure module"
+msgstr "Configurar o rato"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
#, fuzzy
msgid "Detection in progress"
msgstr "detectado no porto %s"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "Agarde, por favor"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
#, fuzzy
msgid "secondary"
msgstr "%d segundos"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Lendo a base de datos de controladores de CUPS..."
@@ -2662,16 +2753,16 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:213
#, fuzzy
-msgid "Card model :"
+msgid "Card model:"
msgstr "Memoria da tarxeta (DMA)"
#: ../../harddrake/v4l.pm_.c:214
#, fuzzy
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "Mudar o tipo de particin"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
+msgid "Number of capture buffers:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:215
@@ -2680,11 +2771,11 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:217
#, fuzzy
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "Formatando"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:218
@@ -2696,22 +2787,22 @@ msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2790,7 +2881,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2816,10 +2907,10 @@ msgstr ""
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -2854,11 +2945,11 @@ msgstr ""
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -2907,7 +2998,7 @@ msgstr ""
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -2938,24 +3029,12 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2964,7 +3043,7 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
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"
@@ -2984,13 +3063,13 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
#, fuzzy
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
@@ -3024,7 +3103,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3057,7 +3138,9 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
"Neste punto, ten que escoller onde quere instalar o sistema operativo\n"
"Mandrake Linux no disco duro. Se est baleiro, ou se hai outro sistema\n"
@@ -3124,7 +3207,7 @@ msgstr ""
"datos moi facilmente. Polo tanto,\n"
" non a escolla a menos que saiba o que est a facer."
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3157,7 +3240,7 @@ msgid ""
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
"(formatting means creating a filesystem).\n"
@@ -3185,7 +3268,7 @@ msgid ""
"for bad blocks on the disk."
msgstr ""
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -3195,12 +3278,12 @@ msgid ""
"Please be patient."
msgstr ""
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3210,7 +3293,7 @@ msgid ""
"install the selected package(s), or \"Cancel\" to abort."
msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3219,19 +3302,19 @@ msgid ""
"\"Accept\" button."
msgstr ""
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3248,26 +3331,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3295,7 +3378,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3304,7 +3387,7 @@ msgid ""
"emergency boot situations."
msgstr ""
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
"Please choose the one you want to resize in order to install your new\n"
@@ -3337,11 +3420,11 @@ msgid ""
"disk or partition is called \"C:\")."
msgstr ""
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr "Por favor, sexa paciente. Esta operacin pode levar varios minutos."
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
#, fuzzy
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
@@ -3349,23 +3432,23 @@ msgid ""
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3374,11 +3457,11 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
"Escolla \"Instalar\" se non hai ningunha versin previa de Mandrake Linux\n"
"instalada ou se quere usar varios sistemas operativos.\n"
@@ -3414,23 +3497,28 @@ msgstr ""
"coecemento de GNU/Linux. Polo tanto, non\n"
" escolla esta clase de instalacin a menos que saiba o que est a facer."
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3444,7 +3532,7 @@ msgid ""
"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -3457,10 +3545,17 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
#, fuzzy
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
@@ -3469,7 +3564,7 @@ msgstr ""
"Seleccione o porto correcto. Por exemplo, o porto\n"
"COM1 en MS Windows chmase ttyS0 en GNU/Linux."
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -3499,15 +3594,15 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -3546,8 +3641,12 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
+"options, which are reserved for the expert user."
+msgstr ""
+
+#: ../../help.pm_.c:710
+#, fuzzy
+msgid ""
"After you have configured the general bootloader parameters, the list of\n"
"boot options which will be available at boot time will be displayed.\n"
"\n"
@@ -3555,17 +3654,7 @@ msgid ""
"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
"the existing options. Select an entry and click \"Modify\" to modify or\n"
"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:713
-#, fuzzy
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -3632,18 +3721,18 @@ msgstr ""
#: ../../help.pm_.c:759
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -3760,7 +3849,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -3773,14 +3864,14 @@ msgid ""
"associated with it."
msgstr ""
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
"and will not be recoverable!"
msgstr ""
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -3804,7 +3895,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3819,20 +3910,29 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr ""
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Insira un disquete formatado con FAT na unidade %s"
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -3840,11 +3940,19 @@ msgstr ""
"Para usar esta seleccin de paquetes gardada, arrinque a instalacin con "
"``linux defcfg=floppy''"
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Erro lendo o ficheiro %s"
+#: ../../install_any.pm_.c:1023
+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 ""
+"Ocorreu un erro - non se atopou ningn dispositivo vlido para crear novos "
+"sistemas de ficheiros. Verifique o seu equipo para ver a razn deste problema"
+
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3878,60 +3986,60 @@ msgstr ""
"\n"
"Desexa continuar de calquera xeito?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
#, fuzzy
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Debe ter unha particin de intercambio"
-#: ../../install_interactive.pm_.c:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "Usar espacio libre"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr "Non hai espacio libre dabondo para asignar novas particins"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr "Usar particin existente"
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr "Non hai ningunha particin existente para usar"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr "Usar a particin de Windows para loopback"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Que particin desexa usar para Linux4Win?"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "Escolla os tamaos"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "Tamao da particin raz en MB: "
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "Tamao da particin de intercambio en MB: "
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr "Usar o espacio libre da particin de Windows"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr "Que particin desexa redimensionar?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr "Calculando os lmites do sistema de ficheiros de Windows"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -3940,7 +4048,7 @@ msgstr ""
"O redimensionador de FAT non capaz de manexar a sa particin,\n"
"ocorreu o seguinte erro: %s"
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
@@ -3949,7 +4057,7 @@ msgstr ""
"A particin de Windows est demasiado fragmentada, execute primeiro o "
"``defrag''"
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm_.c:140
#, fuzzy
msgid ""
"WARNING!\n"
@@ -3970,21 +4078,21 @@ msgstr ""
"Tamn aconsellable facer unha copia de seguridade dos seus datos.\n"
"Cando estea seguro, prema Aceptar."
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr "Que tamao desexa manter para o Windows en"
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr "particin %s"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "O redimensionamento da FAT fallou: %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -3992,34 +4100,34 @@ msgstr ""
"Non hai particins FAT para redimensionar ou para usar como loopback (ou non "
"hai espacio libre dabondo)"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "Borrar o disco completo"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "Borrar Windows(TM)"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
"Ten mis dunha unidade de disco duro, en cal delas desexa instalar linux?"
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"Perderanse TODAS as particins existentes e os seus datos na unidade %s"
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
msgstr "Particionamento de disco personalizado"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "Usar fdisk"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4028,28 +4136,28 @@ msgstr ""
"Pode agora particionar %s.\n"
"Cando remate, non esqueza gravar usando `w'"
-#: ../../install_interactive.pm_.c:227
+#: ../../install_interactive.pm_.c:229
msgid "You don't have enough free space on your Windows partition"
msgstr "Non ten espacio libre dabondo na particin de Windows"
-#: ../../install_interactive.pm_.c:243
+#: ../../install_interactive.pm_.c:245
msgid "I can't find any room for installing"
msgstr "Non se pode atopar espacio para a instalacin"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "O axudante de particionamento do DrakX atopou as seguintes solucins:"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr "O particionamento fallou: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "Activando a rede"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "Desactivando a rede"
@@ -4061,12 +4169,12 @@ msgstr ""
"Ocorreu un erro, e o programa non sabe como manexalo de\n"
"maneira limpa. Contine seu propio risco."
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "Punto de montaxe %s duplicado"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -4078,12 +4186,12 @@ msgstr ""
"Comprobe o cdrom nun ordenador xa instalado usando \"rpm -qpl Mandrake/RPMS/"
"*.rpm\"\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "Benvido a %s"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "Ningunha disqueteira dispoible"
@@ -4114,71 +4222,71 @@ msgstr "Clase de instalacin"
msgid "Please choose one of the following classes of installation:"
msgstr "Escolla unha das seguintes clases de instalacin:"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "Seleccin dos grupos de paquetes"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr "Seleccin individual de paquetes"
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Tamao total: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "Paquete errneo"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "Nome: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "Versin: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "Tamao: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "Importancia: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"Non pode seleccionar este paquete xa que non hai espacio dabondo para "
"instalalo"
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr "Vanse instalar os seguintes paquetes"
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr "Vanse eliminar os seguintes paquetes"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr "Non pode seleccionar/deseleccionar este paquete"
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr "Este un paquete obrigatorio, non se pode deseleccionar"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr "Non pode deseleccionar este paquete. Xa est instalado"
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -4186,77 +4294,77 @@ msgstr ""
"Este paquete ten que ser actualizado\n"
"Est seguro de que quere deseleccionalo?"
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr "Non pode deseleccionar este paquete. Ten que ser actualizado"
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "Instalar"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
#, fuzzy
msgid "Load/Save on floppy"
msgstr "Gardar nun disquete"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
#, fuzzy
msgid "Updating package selection"
msgstr "Gardar a seleccin de paquetes"
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
#, fuzzy
msgid "Minimal install"
msgstr "Desinstalar"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "Escolla os paquetes que desexa instalar"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "Instalando"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "Estimando"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "Tempo restante "
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
msgid "Please wait, preparing installation..."
msgstr "Por favor, agarde, preparando a instalacin"
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d paquetes"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "Instalando o paquete %s"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Aceptar"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "Rexeitar"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4270,17 +4378,17 @@ msgstr ""
"Por favor, insira o Cd-Rom etiquetado \"%s\" na unidade e prema Aceptar. Se "
"non o ten, prema Cancelar para omitir a instalacin deste Cd-Rom."
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "Seguir adiante?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "Houbo un erro ordenar os paquetes:"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr "Houbo un erro instalar os paquetes:"
@@ -4455,7 +4563,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Teclado"
@@ -4507,11 +4615,11 @@ msgstr "Gardar a seleccin de paquetes"
msgid "Please choose the type of your mouse."
msgstr "Escolla o seu tipo de rato."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "Porto do rato"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Escolla o porto serie onde est conectado o seu rato."
@@ -4543,118 +4651,92 @@ msgstr "Configurando o IDE"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "ningunha particin dispoible"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr "Examinando as particins para atopar os puntos de montaxe"
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "Seleccione os puntos de montaxe"
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Non se pode ler a tboa de particins, est demasiado deteriorada :(\n"
-"Pdese probar baleirando as particins errneas (Perderanse TODOS os "
-"datos!).\n"
-"A outra solucin impedir que o DrakX modifique a tboa de particins.\n"
-"(o erro %s)\n"
-"\n"
-"Concorda coa perda de tdalas particins?\n"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"O DiskDrake non puido ler correctamente a tboa de particins.\n"
-"Contine seu propio risco!"
-
-#: ../../install_steps_interactive.pm_.c:396
-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:405
+#: ../../install_steps_interactive.pm_.c:388
#, fuzzy
msgid "No root partition found to perform an upgrade"
msgstr "Elixa as particins que desexa formatar"
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "Particin raz"
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "Cal a particin raz (/) do seu sistema?"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"Necesita reiniciar o equipo para que a modificacin da tboa\n"
"de particins se tome en conta"
-#: ../../install_steps_interactive.pm_.c:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "Elixa as particins que desexa formatar"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr "Comprobar os bloques errneos?"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr "Formatando as particins"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr "Creando e formatando o ficheiro %s"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, 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:482
+#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
"Non hai espacio de intercambio dabondo para finalizar a instalacin,\n"
"por favor, engada algn"
-#: ../../install_steps_interactive.pm_.c:489
+#: ../../install_steps_interactive.pm_.c:472
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Buscando os paquetes dispoibles"
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "Buscando os paquetes dispoibles"
-#: ../../install_steps_interactive.pm_.c:493
+#: ../../install_steps_interactive.pm_.c:476
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "Non pode deseleccionar este paquete. Xa est instalado"
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr "Atopando os paquetes para actualizar"
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -4663,65 +4745,65 @@ msgstr ""
"O seu sistema non ten espacio libre dabondo para a instalacin ou "
"actualizacin (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
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:553
+#: ../../install_steps_interactive.pm_.c:537
#, fuzzy
msgid "Load from floppy"
msgstr "Restaurar a partir dun disquete"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
#, fuzzy
msgid "Loading from floppy"
msgstr "Restaurar a partir dun disquete"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
#, fuzzy
msgid "Package selection"
msgstr "Seleccin dos grupos de paquetes"
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
#, fuzzy
msgid "Insert a floppy containing package selection"
msgstr "Insira un disquete na unidade %s"
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "Gardar nun disquete"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
#, fuzzy
msgid "Type of install"
msgstr "Elixa o paquete a instalar"
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
#, fuzzy
msgid "With X"
msgstr "Agarde"
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -4731,16 +4813,16 @@ msgstr ""
"Se non ten ningn deses CDs, prema Cancelar.\n"
"Se s faltan algns dos CDs, desmrqueos, e prema Aceptar."
-#: ../../install_steps_interactive.pm_.c:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom etiquetado \"%s\""
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "Preparando a instalacin"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -4749,21 +4831,21 @@ msgstr ""
"Instalando o paquete %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "Configuracin trala instalacin"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Insira un disquete na unidade %s"
-#: ../../install_steps_interactive.pm_.c:845
+#: ../../install_steps_interactive.pm_.c:829
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Insira un disquete baleiro na unidade %s"
-#: ../../install_steps_interactive.pm_.c:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -4834,7 +4916,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:888
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -4846,165 +4928,165 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "Contactando co espello para obter a lista dos paquetes dispoibles"
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr "Escoller un espello do que coller os paquetes"
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Contactando co espello para obter a lista dos paquetes dispoibles"
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "Cal a sa zona horaria?"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "O reloxo interno do seu ordenador usa a hora GMT?"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
#, fuzzy
msgid "NTP Server"
msgstr "Servidor NIS"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr "Servidor CUPS remoto"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr "Sen impresora"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "Ten algunha outra?"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Resume"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "Rato"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr "Zona horaria"
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Impresora"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr "Tarxeta RDSI"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr "Tarxeta de son"
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr "Tarxeta de TV"
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
#, fuzzy
msgid "NIS"
msgstr "Usar NIS"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Windows Domain"
msgstr "Dominio NIS"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
#, fuzzy
msgid "Local files"
msgstr "Impresora local"
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Contrasinal de root"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "Sen contrasinal"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
"Este contrasinal demasiado simple (ten que ter polo menos %d caracteres)"
-#: ../../install_steps_interactive.pm_.c:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autenticacin"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "Authentication LDAP"
msgstr "Autenticacin"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
#, fuzzy
msgid "LDAP Server"
msgstr "Servidor"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
#, fuzzy
msgid "Authentication NIS"
msgstr "Autenticacin NIS"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "Dominio NIS"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "Servidor NIS"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -5020,21 +5102,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1140
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Autenticacin"
-#: ../../install_steps_interactive.pm_.c:1142
+#: ../../install_steps_interactive.pm_.c:1127
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Nome de dominio"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
#, fuzzy
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5063,19 +5145,19 @@ msgstr ""
"de Mandrake, facendo as moito mis fcil a recuperacin no caso de fallo\n"
"grave do sistema. Desexa crear un disco de arrinque para o seu sistema?"
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "Primeira unidade de disquete"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "Segunda unidade de disquete"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Omitir"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5102,7 +5184,7 @@ msgstr ""
"grave do sistema. Desexa crear un disco de arrinque para o seu sistema?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -5111,28 +5193,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "Desculpe, pero non hai ningunha disqueteira dispoible"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Escolla a disqueteira que quere usar para crear o disco de arranque"
-#: ../../install_steps_interactive.pm_.c:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "Insira un disquete na unidade %s"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "Creando o disco de arrinque"
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "Preparando o cargador de arrinque"
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5140,11 +5222,11 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr "Desexa usar aboot?"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5152,16 +5234,16 @@ msgstr ""
"Erro instalando aboot, \n"
"probar a forzar a instalacin mesmo se iso destre a primeira particin?"
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
#, fuzzy
msgid "Installing bootloader"
msgstr "Cargador de arrinque"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr "A instalacin do xestor de arrinque fallou. Ocorreu o seguinte erro:"
-#: ../../install_steps_interactive.pm_.c:1274
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5172,17 +5254,17 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Insira un disquete baleiro na unidade %s"
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr "Creando un disquete de auto-instalacin"
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5192,7 +5274,7 @@ msgstr ""
"\n"
"Desexa realmente sar agora?"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5225,15 +5307,15 @@ msgstr ""
"da instalacin, hai un captulo na Gua do Usuario Oficial\n"
"de Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1347
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
msgid "Generate auto install floppy"
msgstr "Xerar disquete de auto-instalacin"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5247,15 +5329,15 @@ msgstr ""
"\n"
"Pode preferir realizar novamente a instalacin.\n"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr "Automatizada"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr "Reproducir"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
msgid "Save packages selection"
msgstr "Gardar a seleccin de paquetes"
@@ -5264,7 +5346,8 @@ msgstr "Gardar a seleccin de paquetes"
msgid "Mandrake Linux Installation %s"
msgstr "Instalacin de Mandrake Linux %s"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -5283,22 +5366,22 @@ msgstr ""
msgid "Choose a file"
msgstr "Escolla a accin"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr "Avanzado"
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Anterior"
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
#, fuzzy
msgid "Next"
msgstr "Texto"
@@ -5366,386 +5449,386 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "Checo (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "Alemn"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "Teclado dvorak"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "Espaol"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "Finlands"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "Francs"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "Noruegus"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "Polaco"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "Ruso"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "Sueco"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "Britnico"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "Estadounidense"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
#, fuzzy
msgid "Albanian"
msgstr "Iraniano"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr "Armenio (antigo)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr "Armenio (mquina de escribir)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "Armenio (fontico)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr "Azerbaian (latn)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "Belga"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:177
#, fuzzy
msgid "Bengali"
msgstr "activar"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
#, fuzzy
msgid "Bulgarian (phonetic)"
msgstr "Armenio (fontico)"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
#, fuzzy
msgid "Bulgarian (BDS)"
msgstr "Blgaro"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "Brasileiro (ABNT-2)"
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:183
#, fuzzy
msgid "Bosnian"
msgstr "Estonio"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "Bielorruso"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "Suzo (alemn)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "Suzo (francs)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "Checo (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr "Alemn (sen teclas acentuadas)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "Dinamarqus"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "Dvorak (EUA)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Noruegus)"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
#, fuzzy
msgid "Dvorak (Swedish)"
msgstr "Dvorak (EUA)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "Estonio"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "Xeorxiano (\"ruso\")"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "Xeorxiano (\"latino\")"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "Grego"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "Hngaro"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "Croata"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "Israel"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "Israel (Fontico)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr "Iraniano"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "Islands"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "Italiano"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "Xapons de 106 teclas"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
#, fuzzy
msgid "Korean keyboard"
msgstr "Britnico"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "Latinoamericano"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:218
#, fuzzy
msgid "Laotian"
msgstr "Localizacin"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr "Lituano AZERTY (antigo)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr "Lituano AZERTY (novo)"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituano \"ringleira de nmeros\" QWERTY"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituano \"fontico\" QWERTY"
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
#, fuzzy
msgid "Latvian"
msgstr "Localizacin"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr "Macedonio"
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:227
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "Azerbaian (cirlico)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "Holands"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr "Polaco (disposicin qwerty)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr "Polaco (disposicin qwertz)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "Portugus"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr "Canadiano (Qubec)"
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
#, fuzzy
msgid "Romanian (qwertz)"
msgstr "Ruso (Yawerty)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
#, fuzzy
msgid "Romanian (qwerty)"
msgstr "Ruso (Yawerty)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "Ruso (Yawerty)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "Esloveno"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "Eslovaco (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "Eslovaco (QWERTY)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
#, fuzzy
msgid "Serbian (cyrillic)"
msgstr "Azerbaian (cirlico)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
msgstr ""
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr ""
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "Teclado Thai"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
#, fuzzy
msgid "Tajik keyboard"
msgstr "Teclado Thai"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "Turco (tradicional modelo \"F\")"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "Turco (moderno modelo \"Q\")"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "Ucrano"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "Estadounidense (internacional)"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamita \"ringleira de nmeros\" QWERTY"
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
#, fuzzy
msgid "Yugoslavian (latin)"
msgstr "Iugoslavo (latn/cirlico)"
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr ""
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr ""
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr ""
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr ""
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr ""
@@ -5803,11 +5886,11 @@ msgstr "Rato de roda PS2 xenrico"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -5815,115 +5898,124 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+#, fuzzy
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr "1 botn"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "Rato de 2 botns xenrico"
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr "Roda"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "serie"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "Rato de 3 botns xenrico"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Rato Logitech (serie, antigo tipo C7)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
msgid "busmouse"
msgstr "busmouse"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "2 botns"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "3 botns"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "ningn"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "Ningn rato"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr "Probe o seu rato"
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
msgid "To activate the mouse,"
msgstr "Para activar o rato,"
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr "MOVA A RODA!"
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr ""
+
+#: ../../my_gtk.pm_.c:159
msgid "Finish"
msgstr "Finalizar"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "Seguinte ->"
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr "辛 isto correcto?"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "Info"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "Expandir rbore"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "Pechar rbore"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr "Mudar entre lista completa e ordenada por grupos"
@@ -5961,6 +6053,68 @@ msgstr "usar pppoe"
msgid "use pptp"
msgstr "usar pptp"
+#: ../../network/drakfirewall.pm_.c:12
+#, fuzzy
+msgid "Web Server"
+msgstr "Servidor"
+
+#: ../../network/drakfirewall.pm_.c:17
+#, fuzzy
+msgid "Domain Name Server"
+msgstr "Nome de dominio"
+
+#: ../../network/drakfirewall.pm_.c:32
+#, fuzzy
+msgid "Mail Server"
+msgstr "Bases de datos"
+
+#: ../../network/drakfirewall.pm_.c:37
+#, fuzzy
+msgid "POP and IMAP Server"
+msgstr "Servidor"
+
+#: ../../network/drakfirewall.pm_.c:111
+#, fuzzy
+msgid "No network card"
+msgstr "non se atopou ningunha tarxeta de rede"
+
+#: ../../network/drakfirewall.pm_.c:129
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:164
+#, fuzzy
+msgid "Other ports"
+msgstr "Probar portos"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -5977,7 +6131,7 @@ msgstr ""
"Non se detectou ningn adaptador de rede ethernet no seu sistema.\n"
"Non se pode configurar este tipo de conexin."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "Escolla a interface de rede"
@@ -5990,7 +6144,7 @@ msgstr "Escolla o adaptador de rede que desexa usar para conectar Internet"
msgid "no network card found"
msgstr "non se atopou ningunha tarxeta de rede"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "Configurando a rede"
@@ -6006,7 +6160,7 @@ msgstr ""
"Este nome debe ser completamente cualificado,\n"
"como ``miamaquina.meulab.miacomp.es''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "Nome de mquina"
@@ -6306,13 +6460,13 @@ msgstr "Escolla o perfil para configurar"
msgid "Use auto detection"
msgstr "Usar deteccin automtica"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Modo experto"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Detectando os dispositivos..."
@@ -6477,11 +6631,11 @@ msgstr "IP automtico"
msgid "Start at boot"
msgstr "Iniciado o arrincar"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "Os enderezos IP deben estar no formato 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6493,43 +6647,55 @@ msgstr ""
"como ``miamaquina.meulab.miacomp.es''.\n"
"Pode tamn introducir o enderezo IP da pasarela se usa unha"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "Servidor DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "Dispositivo de pasarela"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "Configuracin dos proxys"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "Proxy HTTP"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "Proxy FTP"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr "O proxy debera ser http://..."
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr "O proxy debera ser ftp://..."
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr "Detectouse unha configuracin de firewall!"
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+"Atencin! Detectouse unha configuracin de firewall existente. Pode que "
+"tea que facer algn arranxo manual trala instalacin."
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "Configuracin de Internet"
@@ -6638,15 +6804,15 @@ msgstr "Contrasinal da conta"
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "mount fallou: "
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr "As particins estendidas non estn soportadas nesta plataforma"
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
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 "
@@ -6656,21 +6822,21 @@ msgstr ""
"A nica solucin desprazar as particins primarias para que\n"
"o burato est despois das particins estendidas"
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Fallou a restauracin a partir do ficheiro %s: %s"
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "Ficheiro de backup incorrecto"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "Erro escribindo ficheiro %s"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -6716,157 +6882,161 @@ msgstr ""
msgid "PDQ - Print, Don't Queue"
msgstr ""
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr ""
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr ""
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr ""
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr ""
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "Impresora local"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "Impresora remota"
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
#, fuzzy
msgid "Printer on remote CUPS server"
msgstr "Servidor CUPS remoto"
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
#, fuzzy
msgid "Printer on remote lpd server"
msgstr "Servidor lpd remoto"
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
msgid "Network printer (TCP/Socket)"
msgstr "Impresora de rede (TCP/Socket)"
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
#, fuzzy
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Impresora SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
#, fuzzy
msgid "Printer on NetWare server"
msgstr "Servidor de impresin"
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
#, fuzzy
msgid "Enter a printer device URI"
msgstr "URI do dispositivo de impresin"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr ""
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+msgid "Unknown Model"
+msgstr ""
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
#, fuzzy
msgid "Local Printers"
msgstr "Impresora local"
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
#, fuzzy
msgid "Remote Printers"
msgstr "Impresora remota"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ""
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ""
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ""
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, fuzzy, c-format
msgid ", printing to %s"
msgstr "Erro escribindo ficheiro %s"
-#: ../../printer.pm_.c:544
+#: ../../printer.pm_.c:792
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ""
-#: ../../printer.pm_.c:550
+#: ../../printer.pm_.c:798
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: ../../printer.pm_.c:554
+#: ../../printer.pm_.c:802
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ""
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, fuzzy, c-format
msgid "(on %s)"
msgstr "(mdulo %s)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr ""
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, fuzzy, c-format
msgid "On CUPS server \"%s\""
msgstr "IP do servidor CUPS"
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr " (Por omisin)"
@@ -6893,12 +7063,12 @@ msgstr ""
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
#, fuzzy
msgid "CUPS configuration"
msgstr "Configuracin da LAN"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
#, fuzzy
msgid "Specify CUPS server"
msgstr "Servidor CUPS remoto"
@@ -6929,7 +7099,7 @@ msgstr ""
msgid "The IP address should look like 192.168.1.20"
msgstr "Os enderezos IP deben estar no formato 1.2.3.4"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
#, fuzzy
msgid "The port number should be an integer!"
msgstr "O nmero de porto debe ser numrico"
@@ -6938,7 +7108,7 @@ msgstr "O nmero de porto debe ser numrico"
msgid "CUPS server IP"
msgstr "IP do servidor CUPS"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "Porto"
@@ -6947,13 +7117,129 @@ msgstr "Porto"
msgid "Automatic CUPS configuration"
msgstr "Configuracin do estilo de arrinque"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printerdrake.pm_.c:178
+#, fuzzy
+msgid "Checking your system..."
+msgstr "Que sistema de impresin desexa usar?"
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:198
+#, fuzzy
+msgid ""
+"The following printers\n"
+"\n"
+msgstr "Vanse eliminar os seguintes paquetes"
+
+#: ../../printerdrake.pm_.c:199
+#, fuzzy
+msgid ""
+"The following printer\n"
+"\n"
+msgstr "Vanse eliminar os seguintes paquetes"
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:210
+#, fuzzy
+msgid "directly connected to your system"
+msgstr "Non hai ningn adaptador de rede no seu sistema!"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:221
+#, fuzzy
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "Escolla o porto serie onde est conectado o seu mdem."
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:236
+#, fuzzy
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr "Desexa probar a impresin?"
+
+#: ../../printerdrake.pm_.c:238
+#, fuzzy
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Desexa que a conexin se inicie arrincar?"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:240
+#, 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:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
#, fuzzy
msgid "Add a new printer"
msgstr "Sen impresora"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6966,7 +7252,7 @@ msgid ""
"connection types."
msgstr ""
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6975,7 +7261,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -6988,7 +7274,22 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:297
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6997,7 +7298,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -7008,26 +7309,26 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:213
+#: ../../printerdrake.pm_.c:315
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "Impresora remota"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
#, fuzzy
msgid "Local Printer"
msgstr "Impresora local"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -7041,50 +7342,50 @@ msgid ""
"Center."
msgstr ""
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Printer auto-detection"
msgstr "Usar deteccin automtica"
-#: ../../printerdrake.pm_.c:305
+#: ../../printerdrake.pm_.c:408
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:307
+#: ../../printerdrake.pm_.c:410
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Impresora SMB/Windows 95/98/NT"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, fuzzy, c-format
msgid "Detected %s"
msgstr "detectouse %s"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:321
+#: ../../printerdrake.pm_.c:424
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Impresora de rede (TCP/Socket)"
-#: ../../printerdrake.pm_.c:323
+#: ../../printerdrake.pm_.c:426
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Impresora SMB/Windows 95/98/NT"
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -7092,34 +7393,34 @@ msgid ""
"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
#, fuzzy
msgid "You must enter a device or file name!"
msgstr "URI do dispositivo de impresin"
-#: ../../printerdrake.pm_.c:475
+#: ../../printerdrake.pm_.c:578
#, fuzzy
msgid "No printer found!"
msgstr "Impresora local"
-#: ../../printerdrake.pm_.c:485
+#: ../../printerdrake.pm_.c:588
#, fuzzy
msgid "Available printers"
msgstr "Impresora local"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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:490
+#: ../../printerdrake.pm_.c:593
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:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -7127,7 +7428,7 @@ msgid ""
"configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -7135,38 +7436,38 @@ msgid ""
"customized printer configuration, turn on \"Manual configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
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:496
+#: ../../printerdrake.pm_.c:599
#, fuzzy
msgid "Please choose the port where your printer is connected to."
msgstr "Escolla o porto serie onde est conectado o seu mdem."
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
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:503
+#: ../../printerdrake.pm_.c:606
#, fuzzy
msgid "You must choose/enter a printer/device!"
msgstr "URI do dispositivo de impresin"
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
#, fuzzy
msgid "Manual configuration"
msgstr "Configuracin"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr "Opcins da impresora remota lpd"
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
#, fuzzy
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
@@ -7176,51 +7477,51 @@ msgstr ""
"que indique o nome do servidor de impresin e o nome da fila\n"
"nese servidor."
-#: ../../printerdrake.pm_.c:579
+#: ../../printerdrake.pm_.c:682
#, fuzzy
msgid "Remote host name"
msgstr "Nome do servidor"
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
#, fuzzy
msgid "Remote printer name"
msgstr "Impresora remota"
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
#, fuzzy
msgid "Remote host name missing!"
msgstr "Nome do servidor"
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
#, fuzzy
msgid "Remote printer name missing!"
msgstr "Nome do servidor"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "detectouse %s"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Scanning network..."
msgstr "Probando a conexin..."
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Desactivando a rede"
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Opcins de impresora SMB (Windows 9x/NT)"
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
#, fuzzy
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
@@ -7235,46 +7536,46 @@ msgstr ""
"da impresora que quere usar, as como calquera nome de usuario,\n"
"grupo de traballo ou contrasinal que for necesario."
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "Servidor de SMB"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "IP do servidor SMB"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "Nome de recurso compartido"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "Grupo de traballo"
-#: ../../printerdrake.pm_.c:746
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid "Auto-detected"
msgstr "Usar deteccin automtica"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printerdrake.pm_.c:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -7298,7 +7599,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -7307,7 +7608,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -7315,11 +7616,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "Opcins de impresora NetWare"
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
#, fuzzy
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
@@ -7333,44 +7634,44 @@ msgstr ""
"que desexa usar, as como calquera nome de usuario ou contrasinal\n"
"que for necesario."
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "Servidor de impresin"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr "Nome da fila de impresin"
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
#, c-format
msgid ", host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
#, c-format
msgid "Host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
#, fuzzy
msgid "TCP/Socket Printer Options"
msgstr "Opcins da impresora de socket"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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:978
+#: ../../printerdrake.pm_.c:1085
#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -7381,61 +7682,61 @@ msgstr ""
"Para imprimir nunha impresora de socket, ten que fornecer\n"
"o nome do servidor da impresora, e opcionalmente o nmero do porto."
-#: ../../printerdrake.pm_.c:983
+#: ../../printerdrake.pm_.c:1090
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "Servidor de impresin"
-#: ../../printerdrake.pm_.c:1005
+#: ../../printerdrake.pm_.c:1112
#, fuzzy
msgid "Printer host name or IP"
msgstr "Servidor de impresin"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr "URI do dispositivo de impresin"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr ""
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
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:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr "Nome da impresora"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "Localizacin"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
#, fuzzy
msgid "Reading printer database..."
msgstr "Lendo a base de datos de controladores de CUPS..."
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
#, fuzzy
msgid "Preparing printer database..."
msgstr "Lendo a base de datos de controladores de CUPS..."
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
#, fuzzy
msgid "Your printer model"
msgstr "Impresora remota"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -7450,28 +7751,28 @@ msgid ""
"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
#, fuzzy
msgid "The model is correct"
msgstr "辛 isto correcto?"
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
#, fuzzy
msgid "Select model manually"
msgstr "Impresora remota"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
#, fuzzy
msgid "Printer model selection"
msgstr "Conexin da impresora"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
#, fuzzy
msgid "Which printer model do you have?"
msgstr "Qu tipo de impresora ten?"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -7480,18 +7781,18 @@ msgid ""
"standing on a wrong model or on \"Raw printer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
#, fuzzy
msgid "OKI winprinter configuration"
msgstr "Configuracin de Internet"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -7501,12 +7802,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr "Configuracin de Internet"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -7514,20 +7815,46 @@ msgid ""
"to."
msgstr ""
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -7537,34 +7864,34 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr "Desexa probar a impresin?"
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
#, fuzzy
msgid "Test pages"
msgstr "Probar portos"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -7572,45 +7899,45 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
#, fuzzy
msgid "No test pages"
msgstr "Si, imprimir ambas pxinas de proba"
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
#, fuzzy
msgid "Print"
msgstr "Impresora"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
#, fuzzy
msgid "Standard test page"
msgstr "Ferramentas estndar"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
#, fuzzy
msgid "Alternative test page (A4)"
msgstr "Imprimindo pxina(s) de proba..."
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
#, fuzzy
msgid "Photo test page"
msgstr "Imprimindo pxina(s) de proba..."
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
#, fuzzy
msgid "Do not print any test page"
msgstr "Imprimindo pxina(s) de proba..."
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "Imprimindo pxina(s) de proba..."
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, fuzzy, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -7626,7 +7953,7 @@ msgstr ""
"\n"
"Funciona correctamente?"
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
#, fuzzy
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -7636,16 +7963,16 @@ msgstr ""
"Pode que lle leve un pouco ata que a impresora comece.\n"
"Funciona correctamente?"
-#: ../../printerdrake.pm_.c:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
#, fuzzy
msgid "Raw printer"
msgstr "Sen impresora"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -7654,15 +7981,15 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -7671,7 +7998,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -7679,41 +8006,41 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, 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:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -7723,7 +8050,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -7732,42 +8059,42 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2153
+#: ../../printerdrake.pm_.c:2343
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Desactivando a rede"
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, fuzzy, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Desactivando a rede"
-#: ../../printerdrake.pm_.c:2156
+#: ../../printerdrake.pm_.c:2346
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Desactivando a rede"
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "Desactivando a rede"
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
#, fuzzy
msgid "Close"
msgstr "Rato"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
#, fuzzy
msgid "Print option list"
msgstr "Opcins da impresora"
-#: ../../printerdrake.pm_.c:2182
+#: ../../printerdrake.pm_.c:2373
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -7781,7 +8108,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -7794,19 +8121,19 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
#, fuzzy
msgid "Reading printer data..."
msgstr "Lendo a base de datos de controladores de CUPS..."
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
#, fuzzy
msgid "Transfer printer configuration"
msgstr "Configuracin de Internet"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -7816,51 +8143,51 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
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:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -7868,62 +8195,62 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
#, fuzzy
msgid "New printer name"
msgstr "Sen impresora"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, 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:2316
+#: ../../printerdrake.pm_.c:2510
#, fuzzy
msgid "Refreshing printer data..."
msgstr "Lendo a base de datos de controladores de CUPS..."
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
#, fuzzy
msgid "Configuration of a remote printer"
msgstr "Configurar a impresora"
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
#, fuzzy
msgid "Starting network..."
msgstr "Probando a conexin..."
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
#, fuzzy
msgid "Configure the network now"
msgstr "Configurar a rede"
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
#, fuzzy
msgid "Network functionality not configured"
msgstr "O monitor non est configurado"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -7931,12 +8258,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
#, fuzzy
msgid "Go on without configuring the network"
msgstr "Configurando a rede"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -7946,34 +8273,34 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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:2408
+#: ../../printerdrake.pm_.c:2603
#, fuzzy
msgid "Restarting printing system..."
msgstr "Que sistema de impresin desexa usar?"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
#, fuzzy
msgid "high"
msgstr "Alto"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
#, fuzzy
msgid "paranoid"
msgstr "Paranoico"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -7988,12 +8315,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr "Que sistema de impresin desexa usar?"
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -8007,80 +8334,76 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
#, fuzzy
msgid "Select Printer Spooler"
msgstr "Seleccin da conexin da impresora"
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
#, fuzzy
msgid "Which printing system (spooler) do you want to use?"
msgstr "Que sistema de impresin desexa usar?"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printerdrake.pm_.c:2895
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Configurar impresora"
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
#, fuzzy
msgid "Installing Foomatic..."
msgstr "Instalando o paquete %s"
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "Opcins da impresora"
-#: ../../printerdrake.pm_.c:2778
+#: ../../printerdrake.pm_.c:2989
#, fuzzy
-msgid "Preparing PrinterDrake..."
+msgid "Preparing Printerdrake..."
msgstr "Lendo a base de datos de controladores de CUPS..."
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
#, fuzzy
msgid "Configuring applications..."
msgstr "Configurar impresora"
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
#, fuzzy
msgid "Would you like to configure printing?"
msgstr "Desexa configurar unha impresora?"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:2875
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
"its settings; to make it the default printer; to view information about it; "
"or to make a printer on a remote CUPS server available for Star Office/"
-"OpenOffice.org."
+"OpenOffice.org/GIMP."
msgstr ""
"Estas son as filas de impresin.\n"
"Pode engadir unha nova ou cambiar as que xa existen."
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
#, fuzzy
msgid ""
"The following printers are configured. Double-click on a printer to change "
@@ -8090,137 +8413,139 @@ msgstr ""
"Estas son as filas de impresin.\n"
"Pode engadir unha nova ou cambiar as que xa existen."
-#: ../../printerdrake.pm_.c:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
#, fuzzy
msgid "Change the printing system"
msgstr "Configurar a rede"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
msgid "Normal Mode"
msgstr ""
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "Desexa probar a configuracin?"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
#, fuzzy
msgid "Modify printer configuration"
msgstr "Configuracin de Internet"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, fuzzy, c-format
msgid ""
"Printer %s\n"
"What do you want to modify on this printer?"
msgstr "Desexa probar a configuracin?"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
#, fuzzy
msgid "Printer connection type"
msgstr "Comparticin da conexin Internet"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
#, fuzzy
msgid "Printer name, description, location"
msgstr "Conexin da impresora"
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
#, fuzzy
msgid "Print test pages"
msgstr "Imprimindo pxina(s) de proba..."
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
#, fuzzy
msgid "Know how to use this printer"
msgstr "Desexa probar a configuracin?"
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
#, fuzzy
msgid "Remove printer"
msgstr "Impresora remota"
-#: ../../printerdrake.pm_.c:3245
+#: ../../printerdrake.pm_.c:3472
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Lendo a base de datos de controladores de CUPS..."
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
#, fuzzy
msgid "Default printer"
msgstr "Impresora local"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Desexa reiniciar a rede?"
-#: ../../printerdrake.pm_.c:3297
+#: ../../printerdrake.pm_.c:3527
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "Lendo a base de datos de controladores de CUPS..."
@@ -8622,7 +8947,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
#, fuzzy
msgid "System"
msgstr "Mouse Systems"
@@ -8681,192 +9006,228 @@ msgstr "Estado:"
msgid "Stop"
msgstr "Sector"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
"the worldwide Linux Community"
msgstr ""
-#: ../../share/advertising/01-gnu.pl_.c:9
+#: ../../share/advertising/02-community.pl_.c:9
#, fuzzy
-msgid "Join the Free Software world"
+msgid "Get involved in the Free Software world"
msgstr "Resto do mundo"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../share/advertising/02-internet.pl_.c:9
+#: ../../share/advertising/03-internet.pl_.c:9
#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Acceso Internet"
+msgid "Get the most from the Internet"
+msgstr "Conectar Internet"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"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 ""
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Multimedia - Grficos"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:11
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"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 ""
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Desenvolvemento"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "Xogos"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
#, fuzzy
msgid "Mandrake Control Center"
msgstr "Centro de control"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
#, fuzzy
msgid "User interfaces"
msgstr "Interface de rede"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
msgstr ""
-#: ../../share/advertising/07-server.pl_.c:9
+#: ../../share/advertising/08-development.pl_.c:9
#, fuzzy
-msgid "Server Software"
-msgstr "Servidor de SMB"
+msgid "Development simplified"
+msgstr "Desenvolvemento"
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/08-development.pl_.c:11
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
msgstr ""
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Xogos"
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "Experto"
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
+msgstr ""
+
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:10
+msgid ""
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
+msgstr ""
+
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:9
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
+msgid ""
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
+msgstr ""
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
#, fuzzy
-msgid "MandrakeStore"
-msgstr "obrigatorio"
+msgid "Become a MandrakeExpert"
+msgstr "Experto"
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "Experto"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
msgstr ""
-#: ../../standalone.pm_.c:40
+#: ../../standalone.pm_.c:41
#, fuzzy
msgid "Installing packages..."
msgstr "Instalando o paquete %s"
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Saia da sesin e use Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Entre de novo en %s para activar os cambios"
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Non se pode ler a tboa de particins, est demasiado deteriorada :-(\n"
-"Probarase a ir poendo en branco as particins errneas"
-
#: ../../standalone/drakTermServ_.c:188
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
@@ -8910,12 +9271,13 @@ msgstr "Engadir usuario"
msgid "Add/Del Clients"
msgstr "Cliente DHCP"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
msgid "Help"
msgstr "Axuda"
@@ -9075,8 +9437,8 @@ msgid ""
"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "Noraboa!"
@@ -9101,27 +9463,31 @@ msgstr "Engadir usuario"
msgid "Remove the last item"
msgstr "Formatando o ficheiro loopback %s"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:732
+#: ../../standalone/drakbackup_.c:726
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -9129,7 +9495,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -9137,13 +9503,20 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
#, fuzzy
msgid "Total progess"
msgstr "Probar portos"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -9152,16 +9525,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Sen contrasinal"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "Adaptador %s: %s"
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -9172,63 +9570,68 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
#, fuzzy
msgid "Backup User files..."
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
#, fuzzy
msgid "Backup Other files..."
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:1266
+#: ../../standalone/drakbackup_.c:1321
#, fuzzy
msgid "No changes to backup!"
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -9236,799 +9639,922 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1324
+#: ../../standalone/drakbackup_.c:1379
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "Erro lendo o ficheiro %s"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "Seleccin dos grupos de paquetes"
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1527
+#: ../../standalone/drakbackup_.c:1602
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
#, fuzzy
msgid "Please check all users that you want to include in your backup."
msgstr "Escolla os paquetes que desexa instalar."
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "Eliminar fila"
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
msgid "Windows (FAT32)"
msgstr "Windows(FAT32)"
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
msgid "Users"
msgstr "Usuarios"
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
#, fuzzy
msgid "Use network connection to backup"
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Probe o seu rato"
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
#, fuzzy
msgid "Please enter your login"
msgstr "Tente de novo"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
#, fuzzy
msgid "Please enter your password"
msgstr "Tente de novo"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
#, fuzzy
msgid "Remember this password"
msgstr "Sen contrasinal"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
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:1849
+#: ../../standalone/drakbackup_.c:1923
#, fuzzy
msgid "Please choose your CD/DVD media size"
msgstr "Escolla a disposicin do seu teclado."
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Prema nunha particin"
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Prema nunha particin"
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Prema nunha particin"
-#: ../../standalone/drakbackup_.c:1868
+#: ../../standalone/drakbackup_.c:1942
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Prema nunha particin"
-#: ../../standalone/drakbackup_.c:1880
+#: ../../standalone/drakbackup_.c:1954
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Prema nunha particin"
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
#, fuzzy
msgid "No CD device defined!"
msgstr "Seleccione un ficheiro"
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
#, fuzzy
msgid "Use tape to backup"
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Escolla os paquetes que desexa instalar."
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Escolla os paquetes que desexa instalar."
-#: ../../standalone/drakbackup_.c:1995
+#: ../../standalone/drakbackup_.c:2069
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Escolla os paquetes que desexa instalar."
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Probe o seu rato"
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
#, fuzzy
msgid "Use quota for backup files."
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
#, fuzzy
msgid "Network"
msgstr "Interface de rede"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
#, fuzzy
msgid "Tape"
msgstr "Tipo"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
#, fuzzy
msgid "Use daemon"
msgstr "Nome de usuario"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
#, fuzzy
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Escolla os paquetes que desexa instalar."
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Escolla a lingua que desexe usar."
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
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:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
#, fuzzy
msgid "What"
msgstr "Agarde"
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
#, fuzzy
msgid "Where"
msgstr "Roda"
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
#, fuzzy
msgid "When"
msgstr "Roda"
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
#, fuzzy
msgid "More Options"
msgstr "Opcins do mdulo:"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "Configuracin da rede"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "Escolla os paquetes que desexa instalar."
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Escolla os paquetes que desexa instalar."
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
#, fuzzy
msgid "Backup system"
msgstr "Sistemas de ficheiros"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
#, fuzzy
msgid ""
"\n"
"- User Files:\n"
msgstr "Ficheiros:\n"
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
#, fuzzy
msgid ""
"\n"
"- Other Files:\n"
msgstr "Ficheiros:\n"
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, fuzzy, c-format
-msgid " on device : %s"
+msgid " on device: %s"
msgstr "Dispositivo do rato: %s\n"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Opcins"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "Escolla o porto serie onde est conectado o seu mdem."
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
#, fuzzy
msgid " Restore Configuration "
msgstr "Configuracin da rede"
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
#, fuzzy
msgid "Backup the system files before:"
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "please choose the date to restore"
msgstr "Escolla o seu tipo de rato."
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
#, fuzzy
msgid "Use Hard Disk to backup"
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Probe o seu rato"
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
#, fuzzy
msgid "FTP Connection"
msgstr "Conexin LAN"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
#, fuzzy
msgid "Secure Connection"
msgstr "Seleccin da conexin da impresora"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Restaurar a partir dun disquete"
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
#, fuzzy
msgid "Select another media to restore from"
msgstr "Escolla o seu tipo de rato."
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Other Media"
msgstr "Outros"
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
#, fuzzy
msgid "Restore system"
msgstr "Instalar sistema"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
#, fuzzy
msgid "Restore Users"
msgstr "Restaurar a partir dun ficheiro"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore Other"
msgstr "Restaurar a partir dun ficheiro"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "Escolla o seu tipo de rato."
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3394
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Eliminar fila"
+
+#: ../../standalone/drakbackup_.c:3411
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "Restaurar a partir dun ficheiro"
+
+#: ../../standalone/drakbackup_.c:3477
+#, c-format
+msgid "Backup files not found at %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, fuzzy
+msgid "Restore From CD"
+msgstr "Restaurar a partir dun disquete"
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "Tboa de particins de rescate"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3524
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "Restaurar a partir dun ficheiro"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3525
+#, fuzzy
+msgid "Host Name"
+msgstr "Nome de mquina"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+#, fuzzy
+msgid "Password required"
+msgstr "Contrasinal"
+
+#: ../../standalone/drakbackup_.c:3539
+#, fuzzy
+msgid "Username required"
+msgstr "Nome de usuario"
+
+#: ../../standalone/drakbackup_.c:3542
+#, fuzzy
+msgid "Hostname required"
+msgstr "Nome de mquina: "
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "Restaurar a partir dun ficheiro"
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
#, fuzzy
msgid "Custom Restore"
msgstr "Personalizado"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3865
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "Tboa de particins de rescate"
+
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "Restaurar a partir dun ficheiro"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
msgid "Previous"
msgstr "Anterior"
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "Estado:"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
#, fuzzy
msgid "Build Backup"
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
msgid "Restore"
msgstr "Restaurar"
-#: ../../standalone/drakbackup_.c:3553
+#: ../../standalone/drakbackup_.c:4231
msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3574
-msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Vanse instalar os seguintes paquetes"
-#: ../../standalone/drakbackup_.c:3621
+#: ../../standalone/drakbackup_.c:4278
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
#, fuzzy
msgid "Please select data to restore..."
msgstr "Escolla a lingua que desexe usar."
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
#, fuzzy
msgid "Please select media for backup..."
msgstr "Escolla a lingua que desexe usar."
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
#, fuzzy
msgid "Please select data to backup..."
msgstr "Escolla a lingua que desexe usar."
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
#, fuzzy
msgid "Backup system files"
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup user files"
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup other files"
msgstr "Ficheiro de backup incorrecto"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
#, fuzzy
msgid "Sending files..."
msgstr "Gardar nun ficheiro"
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "Configuracin da rede"
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
#, fuzzy
msgid "View Backup Configuration."
msgstr "Configuracin da rede"
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
#, fuzzy
msgid "Wizard Configuration"
msgstr "Configuracin da LAN"
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
#, fuzzy
msgid "Advanced Configuration"
msgstr "Configuracin da LAN"
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
#, fuzzy
msgid "Backup Now"
msgstr "Sistemas de ficheiros"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
msgid ""
"options description:\n"
"\n"
@@ -10060,7 +10586,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10069,7 +10595,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -10110,45 +10636,45 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -10165,7 +10691,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -10205,7 +10731,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -10216,7 +10742,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10229,7 +10755,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -10310,9 +10836,9 @@ msgstr ""
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
#, fuzzy
msgid "Standalone Tools"
msgstr "Ferramentas de consola"
@@ -10364,26 +10890,26 @@ msgstr "Printerdrake"
msgid "Configuration Wizards"
msgstr "Axudante da configuracin de rede"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
#, fuzzy
msgid "Application:"
msgstr "Autenticacin"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
#, fuzzy
msgid "Package: "
msgstr "Seleccin dos grupos de paquetes"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
#, fuzzy
msgid "Release: "
msgstr "Agarde, por favor"
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -10395,21 +10921,21 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
#, fuzzy
msgid "Report"
msgstr "Porto"
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
#, fuzzy
msgid "Not installed"
msgstr "Sar da instalacin"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Pode escoller outras linguas que estarn dispoibles trala instalacin"
@@ -10852,7 +11378,7 @@ msgstr "Punto de montaxe"
#: ../../standalone/drakfont_.c:909
#, fuzzy
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "Elixa as particins que desexa formatar"
#: ../../standalone/drakfont_.c:918
@@ -10934,19 +11460,19 @@ msgstr "Non hai ningn adaptador de rede no seu sistema!"
msgid "Post Uninstall"
msgstr "Sar da instalacin"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr "Comparticin da conexin Internet"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr "A comparticin da conexin Internet est activada"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -10958,31 +11484,31 @@ msgstr ""
"\n"
"Que desexa facer?"
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
msgid "disable"
msgstr "desactivar"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr ""
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "reconfigure"
msgstr "reconfigurar"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
msgid "Disabling servers..."
msgstr "Desactivando os servidores..."
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
msgid "Internet connection sharing is now disabled."
msgstr "A comparticin da conexin Internet est agora desactivada."
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr "A comparticin da conexin Internet est desactivada"
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -10994,19 +11520,19 @@ msgstr ""
"\n"
"Que desexa facer?"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
msgid "enable"
msgstr "activar"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr "Activando os servidores..."
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
msgid "Internet connection sharing is now enabled."
msgstr "A comparticin da conexin Internet est agora activada."
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
#, fuzzy
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
@@ -11022,21 +11548,21 @@ msgstr ""
"Nota: necesita un adaptador de rede dedicado para configurar unha rede de "
"rea local (LAN)."
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Interface %s (usando o mdulo %s)"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, c-format
msgid "Interface %s"
msgstr "Interface %s"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr "Non hai ningn adaptador de rede no seu sistema!"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -11044,11 +11570,11 @@ msgstr ""
"Non se detectou ningn adaptador de rede ethernet no seu sistema. Execute a "
"ferramenta de configuracin de hardware."
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "Interface de rede"
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -11063,19 +11589,19 @@ msgstr ""
"\n"
"Vaise configurar a rede de rea local usando ese adaptador."
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
"Escolla o adaptador de rede que vai estar conectado rede de rea local."
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:259
#, fuzzy
msgid "Network interface already configured"
msgstr "O monitor non est configurado"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -11085,17 +11611,17 @@ msgid ""
"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
#, fuzzy
msgid "Automatic reconfiguration"
msgstr "Configuracin do estilo de arrinque"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
#, fuzzy
msgid "Show current interface configuration"
msgstr "Configuracin de Internet"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -11106,7 +11632,7 @@ msgid ""
"Driver: %s"
msgstr ""
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -11118,57 +11644,45 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr ""
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
#, fuzzy
msgid "(This) DHCP Server IP"
msgstr "IP do servidor CUPS"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr ""
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr ""
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"Atopouse un conflicto potencial de enderezos da LAN na configuracin actual "
"de %s!\n"
-#: ../../standalone/drakgw_.c:320
-msgid "Firewalling configuration detected!"
-msgstr "Detectouse unha configuracin de firewall!"
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Atencin! Detectouse unha configuracin de firewall existente. Pode que "
-"tea que facer algn arranxo manual trala instalacin."
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
msgid "Configuring..."
msgstr "Configurando..."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
"Configurando os scripts, instalando o software, iniciando os servidores..."
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, c-format
msgid "Problems installing package %s"
msgstr "Problemas instalando o paquete %s"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -11178,7 +11692,7 @@ msgstr ""
"Agora pode compartir a conexin Internet con outros ordenadores da rede de "
"rea local, usando a configuracin automtica de rede (DHCP)."
-#: ../../standalone/drakgw_.c:566
+#: ../../standalone/drakgw_.c:504
#, fuzzy
msgid "The setup has already been done, but it's currently disabled."
msgstr ""
@@ -11187,23 +11701,23 @@ msgstr ""
"\n"
"Que desexa facer?"
-#: ../../standalone/drakgw_.c:567
+#: ../../standalone/drakgw_.c:505
msgid "The setup has already been done, and it's currently enabled."
msgstr ""
"A configuracin da comparticin da conexin Internet xa foi feita.\n"
"Actualmente est activada."
-#: ../../standalone/drakgw_.c:568
+#: ../../standalone/drakgw_.c:506
#, fuzzy
msgid "No Internet Connection Sharing has ever been configured."
msgstr "A comparticin da conexin Internet est activada"
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
#, fuzzy
msgid "Internet connection sharing configuration"
msgstr "Conexin e configuracin de Internet"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -11213,6 +11727,158 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr ""
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr "Non conectado"
+
+#: ../../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"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+#, fuzzy
+msgid "first step creation"
+msgstr "creacin do disquete de arrinque"
+
+#: ../../standalone/draksplash_.c:77
+#, fuzzy
+msgid "final resolution"
+msgstr "Resolucin"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#, fuzzy
+msgid "choose image file"
+msgstr "Escolla a accin"
+
+#: ../../standalone/draksplash_.c:79
+#, fuzzy
+msgid "Theme name"
+msgstr "Nome de recurso compartido"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+#, fuzzy
+msgid "go to lilosplash configuration"
+msgstr "Configuracin trala instalacin"
+
+#: ../../standalone/draksplash_.c:83
+#, fuzzy
+msgid "quit"
+msgstr "Sar"
+
+#: ../../standalone/draksplash_.c:84
+#, fuzzy
+msgid "save theme"
+msgstr "Instalar sistema"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#, fuzzy
+msgid "Configure bootsplash picture"
+msgstr "Configurar servicios"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+#, fuzzy
+msgid "go back"
+msgstr "Loopback"
+
+#: ../../standalone/draksplash_.c:120
+#, fuzzy
+msgid "preview"
+msgstr "dispositivo"
+
+#: ../../standalone/draksplash_.c:121
+#, fuzzy
+msgid "choose color"
+msgstr "Escolla o monitor"
+
+#: ../../standalone/draksplash_.c:124
+msgid "Display logo on Console"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:436
+#, fuzzy
+msgid "ProgressBar color selection"
+msgstr "Conexin da impresora"
+
+#: ../../standalone/draksplash_.c:454
+#, fuzzy
+msgid "You must choose an image file first!"
+msgstr "URI do dispositivo de impresin"
+
+#: ../../standalone/draksplash_.c:463
+#, fuzzy
+msgid "Generating preview ..."
+msgstr "Detectando os dispositivos..."
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -11305,11 +11971,11 @@ msgid ""
msgstr ""
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr ""
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr ""
#: ../../standalone/drakxtv_.c:114
@@ -11386,7 +12052,7 @@ msgstr ""
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
#, fuzzy
msgid "logdrake"
msgstr "draknet"
@@ -11566,7 +12232,7 @@ msgstr "interesante"
#: ../../standalone/logdrake_.c:431
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"You will receive an alert if one of the selected services is no more running"
msgstr ""
#: ../../standalone/logdrake_.c:443
@@ -11588,19 +12254,19 @@ msgstr "Configuracin"
msgid "Please enter your email address below "
msgstr "Tente de novo"
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr "Gardar como..."
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "Escolla o seu tipo de rato."
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "Emular o terceiro botn?"
-#: ../../standalone/printerdrake_.c:48
+#: ../../standalone/printerdrake_.c:57
#, fuzzy
msgid "Reading printer data ..."
msgstr "Lendo a base de datos de controladores de CUPS..."
@@ -11614,34 +12280,45 @@ msgstr "Detectando os dispositivos..."
msgid "Test ports"
msgstr "Probar portos"
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
msgstr ""
+#: ../../standalone/scannerdrake_.c:56
+#, fuzzy, c-format
+msgid "%s found on %s, configure it?"
+msgstr "Desexa configurar unha impresora?"
+
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:65
#, fuzzy
msgid "Select a scanner"
msgstr "Seleccione unha tarxeta grfica"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr ""
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, 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:95
+#: ../../standalone/scannerdrake_.c:109
#, fuzzy
msgid "choose device"
msgstr "Dispositivo de arrinque"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -11649,7 +12326,7 @@ msgid ""
"section."
msgstr ""
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -11657,43 +12334,18 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
"Some devices in the %s class were added:\n"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:30
-#, fuzzy
-msgid "Firewalling Configuration"
-msgstr "lendo a configuracin"
-
-#: ../../standalone/tinyfirewall_.c:43
-#, fuzzy
-msgid "Firewalling configuration"
-msgstr "lendo a configuracin"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "Escoller a lingua"
@@ -11767,169 +12419,7 @@ msgstr "Instalar sistema"
msgid "Exit install"
msgstr "Sar da instalacin"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:82
-#, fuzzy, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Adaptador %s: %s"
-
-#: ../../tinyfirewall.pm_.c:84
-#, fuzzy, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Erro abrir %s para escritura: %s"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "lendo a configuracin"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:230
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Por favor, agarde, preparando a instalacin"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
@@ -12065,6 +12555,10 @@ msgid "Graphical Environment"
msgstr ""
#: ../../share/compssUsers:999
+msgid "Development"
+msgstr "Desenvolvemento"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr ""
@@ -12178,95 +12672,25 @@ msgstr "Multimedia - Gravacin de CD"
msgid "Scientific Workstation"
msgstr "Estacin de traballo cientfica"
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
+#~ msgid "LBA (doesn't work on old BIOSes)"
+#~ msgstr "LBA (non funciona en BIOS antigas)"
-#, fuzzy
-#~ msgid ""
-#~ "This level is to be used with care. It makes your system more easy to "
-#~ "use,\n"
-#~ " but very sensitive: it must not be used for a machine "
-#~ "connected to others\n"
-#~ " or to the Internet. There is no password access."
-#~ msgstr ""
-#~ "Este nivel hai que usalo con coidado. Fai que o seu sistema sexa mis\n"
-#~ "sinxelo de utilizar, pero moi sensible: non debe usarse nunha mquina\n"
-#~ "conectada a outras ou Internet. Non hai contrasinais de acceso."
+#~ msgid "You don't have any partitions!"
+#~ msgstr "Non ten ningunha particin!"
-#, fuzzy
#~ msgid ""
-#~ "With this security level, the use of this system as a server becomes "
-#~ "possible.\n"
-#~ " The security is now high enough to use the system as a "
-#~ "server which can accept\n"
-#~ " connections from many clients. Note: if your machine is "
-#~ "only a client on the Internet, you should choose a lower level."
+#~ "DiskDrake failed to read correctly the partition table.\n"
+#~ "Continue at your own risk!"
#~ msgstr ""
-#~ "Con este nivel de seguridade, posible usar este sistema coma servidor.\n"
-#~ "A seguridade agora alta dabondo para usar o sistema coma un servidor\n"
-#~ "que acepta conexins de mltiples clientes."
+#~ "O DiskDrake non puido ler correctamente a tboa de particins.\n"
+#~ "Contine seu propio risco!"
-#, fuzzy
-#~ msgid "Basic Options"
-#~ msgstr "Opcins"
-
-#, fuzzy
-#~ msgid "Security Checks"
-#~ msgstr "Establecendo o nivel de seguridade"
-
-#, fuzzy
-#~ msgid "Please choose your CD space"
-#~ msgstr "Escolla a disposicin do seu teclado."
-
-#, fuzzy
-#~ msgid "Please enter the cd writer speed"
-#~ msgstr "Probe o seu rato"
-
-#, fuzzy
-#~ msgid "Please check if you want to include install boot on your CD."
-#~ msgstr "Escolla os paquetes que desexa instalar."
-
-#, fuzzy
-#~ msgid "Url should begin with 'ftp:'"
-#~ msgstr "O proxy debera ser ftp://..."
-
-#, fuzzy
#~ msgid ""
-#~ "Please check if you want to include\n"
-#~ " install boot on your CD."
-#~ msgstr "Escolla os paquetes que desexa instalar."
-
-#, fuzzy
-#~ msgid "Windows PDC"
-#~ msgstr "Windows(FAT32)"
-
-#, fuzzy
-#~ msgid "Tamil"
-#~ msgstr "Tboa"
-
-#, fuzzy
-#~ msgid "PDC Server Name"
-#~ msgstr "Servidor NIS"
-
-#, fuzzy
-#~ msgid "Set up printer manually"
-#~ msgstr "Impresora remota"
-
-#, fuzzy
-#~ msgid "Installing HPOJ package..."
-#~ msgstr "Instalando o paquete %s"
-
-#, fuzzy
-#~ msgid "Installing SANE packages..."
-#~ msgstr "Instalando o paquete %s"
-
-#, fuzzy
-#~ msgid "Installing mtools packages..."
-#~ msgstr "Instalando o paquete %s"
-
-#, fuzzy
-#~ msgid "Making printer port available for CUPS..."
-#~ msgstr "Lendo a base de datos de controladores de CUPS..."
+#~ "I can't read your partition table, it's too corrupted for me :(\n"
+#~ "I'll try to go on blanking bad partitions"
+#~ msgstr ""
+#~ "Non se pode ler a tboa de particins, est demasiado deteriorada :-(\n"
+#~ "Probarase a ir poendo en branco as particins errneas"
#~ msgid "Control Center"
#~ msgstr "Centro de control"
@@ -12344,9 +12768,6 @@ msgstr "Estacin de traballo cientfica"
#~ msgid "Select a graphics card"
#~ msgstr "Seleccione unha tarxeta grfica"
-#~ msgid "Warning: testing this graphics card may freeze your computer"
-#~ msgstr "Aviso: probar esta tarxeta grfica pode colgar o ordenador"
-
#~ msgid "Standard VGA, 640x480 at 60 Hz"
#~ msgstr "VGA estndar, 640x480 a 60 Hz"
diff --git a/perl-install/share/po/hr.po b/perl-install/share/po/hr.po
index 00979df9e..99eda3c38 100644
--- a/perl-install/share/po/hr.po
+++ b/perl-install/share/po/hr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
"PO-Revision-Date: 2002-03-22 05:58CET\n"
"Last-Translator: Vlatko Kosturjak <kost@iname.com>\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
@@ -51,19 +51,19 @@ msgstr "32 MB"
msgid "64 MB or more"
msgstr "64 MB ili vie"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "Odaberite X posluitelj"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "X posluitelj"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
msgstr "Vie-zaslonska postava"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -71,27 +71,27 @@ msgstr ""
"Va sustav podrava postavu sa vie zaslona.\n"
"to elite napraviti?"
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "Odaberite koliinu memorije na grafikoj kartici"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "XFree postavke"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "Koju konfiguraciju XFree-a elite imati?"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr "Podesi sve zaslone nezavisno"
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr "Koristi Xinerama proirenje"
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Podesi samo karticu \"%s\" (%s)"
@@ -102,13 +102,13 @@ msgstr "Podesi samo karticu \"%s\" (%s)"
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s sa 3D hardware akceleracijom"
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -117,17 +117,17 @@ msgstr ""
"Vaa video kartica moe imati 3D ubrzanje samo sa XFree %s.\n"
"Vaa kartica je podrana od XFree %s koji moda ima bolju podrku u 2D."
-#: ../../Xconfig/card.pm_.c:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Vaa kartica moe imati 3D hardware-sku akceleraciju sa XFree %s."
-#: ../../Xconfig/card.pm_.c:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s sa EXPERIMENTALNOM 3D hardware akceleracijom"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -139,7 +139,7 @@ msgstr ""
"RAUNALO.Vaa kartica je podrana od XFree %s koja moe imati bolju podrku "
"u 2D."
-#: ../../Xconfig/card.pm_.c:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -149,53 +149,54 @@ msgstr ""
"UPOZORAVAMO VAS DA JE OVO EKSPERIMENTALNA PODRKA I MOE ZAMRZNUTI VAE "
"RAUNALO."
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (instalacijski zaslonski upravljaki program)"
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "Prilagoeno"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
#, fuzzy
msgid "Graphic Card"
msgstr "Grafika kartica"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "Rezolucija"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opcije"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "U redu"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Zavri"
@@ -212,28 +213,28 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "Odaberite monitor"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "Generiki"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
#, fuzzy
msgid "Vendor"
msgstr "Vrati"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -257,11 +258,11 @@ msgstr ""
"vei od mogunosti vaeg monitora jer moete otetiti va monitor.\n"
" Ukoliko ste u nedoumici, izaberite konzervativne postavke."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "Horizontalna vrijednost osvjeavanja"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "Vertikalna vrijednost osvjeavanja"
@@ -298,36 +299,41 @@ msgstr "Odaberite rezoluciju i color depth"
msgid "Graphics card: %s"
msgstr "Grafika kartica: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "Odustani"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "Iskuaj postavu"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "Da li elite iskuati postavu ?"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "Iskuaj postavu"
+#: ../../Xconfig/test.pm_.c:31
+#, fuzzy
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Upozorenje: testiranje grafike kartice moe zamrzunti vae raunalo"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -463,26 +469,22 @@ msgstr "Podizanje sa DOS/Windows-a (loadlin)"
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "Glavne postavke bootloadera"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "Koristiti Bootloader"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "Bootloader instalacija"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "Boot ureaj"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (ne radi na starim BIOSima)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "Zbijeno"
@@ -499,16 +501,17 @@ msgstr "Video mod"
msgid "Delay before booting default image"
msgstr "Odgoda prije bootiranja uobiajenog imagea"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Lozinka"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "Lozinka (provjera)"
@@ -544,14 +547,14 @@ msgstr ""
"Postavka ``Ograniene opcije na komandnoj liniji'' nema svrhe ako ne unesete "
"lozinku"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "Molim pokuajte ponovo"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "Lozinke se ne podudaraju"
@@ -601,16 +604,16 @@ msgstr ""
"Ovo su trenutni zapisi.\n"
"Moete dodati jo koji ili urediti postojei."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Dodaj"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "Gotov"
@@ -622,7 +625,7 @@ msgstr "Promjeni"
msgid "Which type of entry do you want to add?"
msgstr "Kakvu vrstu zapisa elite dodati"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linux"
@@ -716,13 +719,13 @@ msgstr "Da li imate jo koji?"
msgid "Do you have any %s interfaces?"
msgstr "Da li imate %s meusklopova?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Ne"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Da"
@@ -824,38 +827,48 @@ msgstr "dozvoli \"su\""
msgid "access to administrative files"
msgstr "pristup administracijskim datotekama"
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+#, fuzzy
+msgid "access to network tools"
+msgstr "pristup rpm alatima"
+
+#: ../../any.pm_.c:755
+#, fuzzy
+msgid "access to compilation tools"
+msgstr "pristup rpm alatima"
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(ve postoji %s)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "Lozinka je prejednostavna"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "Molim dajte korisniku korisniko ime"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Korisniko ime moe sadravati samo mala slova, brojeve, `-' i `_'"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:768
#, fuzzy
msgid "The user name is too long"
msgstr "Ovaj korisnik ve postoji"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "Ovaj korisnik ve postoji"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "Dodaj korisnika"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -864,32 +877,32 @@ msgstr ""
"Unesite korisnika\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "Prihvati korisnika"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "Puno ime"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Korisniko ime"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "Ljuska"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "Ikona"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "Auto-prijava"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -897,54 +910,54 @@ msgstr ""
"Mogu podesiti da se vae raunalo automatski prijavi kao jedan korisnik.\n"
"Da li elite koristiti tu pogodnost?"
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "Izaberite uobiajenog korisnika:"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "Izaberite prozorski upravitelj koji elite pokrenuti:"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
msgid "Please choose a language to use."
msgstr "Molim izaberite jezik koji elite koristiti."
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
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 "Moete izabrati druge jezike koji e biti dostupni nakon instalacije"
-#: ../../any.pm_.c:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Sve"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "Allow all users"
msgstr "Dozvoli svim korisnicima"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "No sharing"
msgstr "Nema dijeljenja"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Paket %s treba instalirati. Da li ga elite instalirati?"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "Moete izvesti koristei NFS ili Sambu. Koji od njih elite"
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Nuni paket %s nedostaje"
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
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,11 +973,11 @@ msgstr ""
"\n"
"\"Proizvoljno\" e omoguiti dozvoljavanje po korisniku.\n"
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr "Pokreni userdrake"
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -972,31 +985,31 @@ msgstr ""
"Dijeljenje po korisniku koristi grupu \"fileshare\". \n"
"Moete koristiti userdrake za dodavanje korisnika u navedenu grupu."
-#: ../../any.pm_.c:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "Dobrodoli Crackeri"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "Slab"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standardno"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "Visok"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
msgid "Higher"
msgstr "Vii"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "Paranoidan"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
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 +1020,7 @@ msgstr ""
"ali vrlo osjetljiv: ne smije biti koriten za raunala koja su povezana u "
"mrei ili na Internet. Naime, nema lozinke za pristup."
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1015,7 +1028,7 @@ msgstr ""
"Lozinke su sada ukljuene meutim jo ne preporuam koritenje ovog raunala "
"u mrenom okoliu."
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1023,7 +1036,7 @@ msgstr ""
"Ovo je standardna sigurnosna razina preporuena za raunala koja e biti "
"koritena za spajanje na Internet kao klijent."
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1031,7 +1044,7 @@ msgstr ""
"Ve postoje neka ogranienja i vie automatskih provjera se pokree svake "
"noi."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1046,7 +1059,7 @@ msgstr ""
"koji prima zahtjeve od mnogo klijenata. Upozorenje: ako je vae raunalo "
"samo klijent na Internetu, bolje da izaberete niu razinu."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1054,31 +1067,31 @@ msgstr ""
"Temeljeno na prijanjoj razini, ali je sustav potpuno zatvoren.\n"
"Sigurnosne znaajke su na maksimumu."
-#: ../../any.pm_.c:1091
+#: ../../any.pm_.c:1094
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Opcije"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Izaberite sigurnosni nivo"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
msgid "Security level"
msgstr "Sigurnosna razina"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
msgid "Use libsafe for servers"
msgstr "Koristi libsafe za posluitelje"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Biblioteka koja titi od prekoraenja spremnika i format string napada."
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr ""
@@ -1118,57 +1131,57 @@ 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:935
+#: ../../bootloader.pm_.c:932
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Dobro dosli u GRUB izbornik operativnih sustava!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:935
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Za mijenjanje izabranog sustava pritisnite tipke %c i %c."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:938
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Pritisnite ENTER za bootiranje izabranog OS, 'e' za promjenu"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:941
msgid "commands before booting, or 'c' for a command-line."
msgstr "naredbe prije bootiranja ili 'c' za komandnu liniju."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:944
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Osvjetljeni zapis biti e bootiran automatski za %d sekundi."
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:948
msgid "not enough room in /boot"
msgstr "nema dovoljno mjesta u /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "Radna povrina"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "Start Menu"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Ne moete instalirati bootloader na %s particiju\n"
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr "nema jo implementirane pomoi.\n"
@@ -1176,8 +1189,8 @@ msgstr "nema jo implementirane pomoi.\n"
msgid "Boot Style Configuration"
msgstr "Postava Stila Podizanja"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_Datoteka"
@@ -1187,7 +1200,7 @@ msgstr "/_Datoteka"
msgid "/File/_Quit"
msgstr "/Datoteka/_Izlaz"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1229,94 +1242,101 @@ msgstr "Instaliraj sustav"
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+#, fuzzy
+msgid "Create new theme"
+msgstr "Stvori novu particiju"
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr ""
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "Greka"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, fuzzy, c-format
msgid "Copy %s to %s"
msgstr "Kopiram %s"
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
#, fuzzy
msgid "Notice"
msgstr "NemaVidea"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
#, fuzzy
msgid "Theme installation failed!"
msgstr "Odaberite razred instalacije"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1325,23 +1345,22 @@ msgstr ""
"Trenutno koristite %s kao Upravitelj Boot-a.\n"
"Pritisnite na Podesi za pokretanje arobnjaka za postavljanje."
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Podesi"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
#, fuzzy
msgid "Splash selection"
msgstr "Spremi odabir paketa"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1350,44 +1369,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr "Sistemski mod"
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr "Pokreni X-Window sustav pri podizanju"
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr "Ne, ne elim automatsko prijavljivanje"
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Da, elim automatsko prijavljivanje sa ovim korisnikom i okrujem"
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr "U redu"
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "ne mogu otvoriti /etc/inittab za itanje: %s"
@@ -1484,49 +1503,53 @@ msgstr "Austrija"
msgid "United States"
msgstr "Sjedinjene Amerike Drave"
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-#, fuzzy
-msgid "Unknown Model"
-msgstr "Nepoznati model"
-
#: ../../diskdrake/dav.pm_.c:23
#, fuzzy
msgid "New"
msgstr "novi"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "Demontiraj"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "Montiraj"
+
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "Posluitelj"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Toka montiranja"
-#: ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/dav.pm_.c:81
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Upiite brzinu cd snimaa"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:92
+#: ../../diskdrake/dav.pm_.c:105
#, fuzzy
msgid "Server: "
msgstr "Posluitelj"
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Mjesto montiranja:"
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Opcije: %s"
@@ -1535,8 +1558,9 @@ msgstr "Opcije: %s"
msgid "Please make a backup of your data first"
msgstr "Prvo napravite backup podataka"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "Proitajte paljivo!"
@@ -1575,10 +1599,17 @@ msgid "Please click on a partition"
msgstr "Molim kliknite na particiju"
#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "Detalji"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+#, fuzzy
+msgid "No hard drives found"
+msgstr ""
+"Nije pronaen lokalni pisa!\n"
+"\n"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1603,13 +1634,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "Prazno"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "Ostali"
@@ -1617,12 +1648,12 @@ msgstr "Ostali"
msgid "Filesystem types:"
msgstr "Vrste datotenih sustava:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "Napravi"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "Vrsta"
@@ -1632,7 +1663,7 @@ msgstr "Vrsta"
msgid "Use ``%s'' instead"
msgstr "Umjesto toga koristi ``%s''"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "Obrii"
@@ -1640,7 +1671,7 @@ msgstr "Obrii"
msgid "Use ``Unmount'' first"
msgstr "Prvo pritisnite ``Demontiraj''"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1648,72 +1679,72 @@ msgstr ""
"Nakon mijenjanja tipa particije %s svi podaci na ovoj particiji biti e "
"obrisani"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose a partition"
msgstr "Izaberite particiju"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose another partition"
msgstr "Izaberite drugu particiju"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
msgid "Exit"
msgstr "Izlaz"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "Normalno > Ekspert"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "Prebaci u normalni mod"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "Vrati"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "Da ipak nastavim?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "Da zavrim bez spremanja"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "Da zavrim bez zapisivanje particijske tablice?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
msgid "Do you want to save /etc/fstab modifications"
msgstr "Da li elite spremiti /etc/fstab promjene?"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "Raspodijeli automatski"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "Oisti sve"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "Vie"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
msgid "Hard drive information"
msgstr "Hard disk informacije"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "Sve primarne particije su iskoritene"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "Ne mogu dodati niti jednu dodatnu particiju"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1722,31 +1753,31 @@ msgstr ""
"bi\n"
"mogli stvoriti jednu extended particiju."
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
msgid "Save partition table"
msgstr "Spremi particijsku tabelu"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
msgid "Restore partition table"
msgstr "Vrati particijsku tabelu"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "Spasi particijsku tabelu"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
msgid "Reload partition table"
msgstr "Ponovno uitaj particijsku tabelu"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
msgid "Removable media automounting"
msgstr "Automatsko montiranje prenosivog medija"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "Odaberite datoteku"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1754,11 +1785,11 @@ msgstr ""
"Backup particijske tablice nema istu veliinu\n"
"Da ipak nastavim?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "Upozorenje"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1766,112 +1797,104 @@ msgstr ""
"Umetnite disketu u pogon\n"
"Svi podaci na disketi biti e izbrisani"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "Pokuavam spasiti particijsku tablicu"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
msgid "Detailed information"
msgstr "Detaljne informacije"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "Promijeni veliinu"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "Premjesti"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "Formatiraj"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Montiraj"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "Dodaj RAID-u"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "Dodaj LVM-u"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Demontiraj"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "Ukloni sa RAID-a"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "Ukloni sa LVM-a"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "Promijeni RAID"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "Koristi za loopback"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "Stvori novu particiju"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "Poetni sektor:"
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "Veliina u MB:"
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "Vrsta datotenog sustava:"
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "Postavke:"
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
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:494
+#: ../../diskdrake/interactive.pm_.c:499
msgid "Remove the loopback file?"
msgstr "Ukloniti loopback datoteku?"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "Mijenjam tip particije"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Koji datoteni sustav elite?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr "Mijenjam iz ext2 u ext3"
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Gdje elite montirati loopback datoteku %s?"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Gdje elite montirati ureaj %s?"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1880,138 +1903,138 @@ msgstr ""
"loop back.\n"
"Uklonite loopback prvo"
-#: ../../diskdrake/interactive.pm_.c:584
+#: ../../diskdrake/interactive.pm_.c:594
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "Gdje elite montirati ureaj %s?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "Izraunavam granice fat datotenog sustava"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "Mijenjam veliinu"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr "Ova particija nije promjenjiva u veliini"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr "Preporuam da prvo backupirate sve podatke s ove particije"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Nakon mijenjanja veliine particije %s svi podaci na ovoj particiji biti e "
"izgubljeni"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "Odaberite novu veliinu"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
msgid "New size in MB: "
msgstr "Nova veliina u MB: "
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "Na koji disk se elite premjestiti?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "Na koji se sektor elite premjestiti?"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "Premjetam"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "Premjetam particiju..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "Izaberite postojei RAID na koji elite dodati "
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "novi"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "Izaberite postojei LVM na koji elite dodati "
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr "LVM ime?"
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "Ova particija se ne moe koristiti za loopback"
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "Ime loopback datoteke:"
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
msgid "Give a file name"
msgstr "Dajte ime datoteke"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr ""
"Datoteku koristi neki drugi loopback. Molim izaberite neku drugu datoteku"
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr "Datoteka ve postoji. Da li da nju upotrijebim?"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
msgid "Mount options"
msgstr "Opcije montiranja"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr "Razno"
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "ureaj"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "razina"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "chunk veliina"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr "Budite oprezni: ova operacija je opasna"
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "Kakav tip particioniranja?"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr "Paket %s treba instalirati. Da li ga elite instalirati?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2023,7 +2046,7 @@ msgstr ""
"Imate dvije opcije ili ete koristiti LILO pa nee raditi ili neete\n"
"koristiti LILO pa vam /boot nee ni trebati."
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2035,7 +2058,7 @@ msgstr ""
"Ukoliko planirate koristiti LILO boot menader, budite paljivi da dodate/"
"boot particiju"
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2045,45 +2068,45 @@ msgstr ""
"Nema bootloader-a koji je u mogunosti to podrati bez /boot particije.\n"
"Zato budite paljivi da dodate /boot particiju"
-#: ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Particijska tablica pogona %s e sada biti zapisana na disk!"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr "Trebate ponovo pokrenuti sustav prije nego promjene postanu aktivne"
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Nakon formatiranja particije %s svi podaci na ovoj particiji biti e obrisani"
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "Formatiram"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formatiram loopback datoteku %s"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "Formatiram particiju %s"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Hide files"
msgstr "Sakrij datoteku"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Move files to the new partition"
msgstr "Premijesti datoteku na novu particiju"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2092,83 +2115,83 @@ msgstr ""
"Direktorij %s ve sadri neke podatke\n"
"(%s)"
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
msgid "Moving files to the new partition"
msgstr "Premijeteam datoteke na novu particiju"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr "Kopiram %s"
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, c-format
msgid "Removing %s"
msgstr "Uklanjam %s"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr "particija %s je sada poznata kao %s"
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "Ureaj:"
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS ureaj slovo: %s (nagaanje)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "Vrsta: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "Ime: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "Poetak: sektor %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "Veliina: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s sektora"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "Cilindar %d do %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "Formatiran\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "Nije formatiran\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "Montiran\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -2177,7 +2200,7 @@ msgstr ""
"Loopback datoteka(e):\n"
" %s\n"
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2185,27 +2208,27 @@ msgstr ""
"Podrazumijevana boot particija\n"
" (za MS-DOS boot, ne za LILO)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "Razina %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "Chunk veliina %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-diskovi %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "Ime loopback datoteke: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2217,7 +2240,7 @@ msgstr ""
"ustvari particija upravljakog programa, vjerojatno\n"
"biste ju trebali ostaviti.\n"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2229,59 +2252,63 @@ msgstr ""
"particija je za\n"
"dvostruko-podizanje (dual-boot) vaeg sustava.\n"
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "Veliina: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometrija: %s cilindara, %s glava, %s sektora\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "Info: "
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-diskovi %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "Vrsta particijske tabele: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "na sabirnici %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
msgid "Filesystem encryption key"
msgstr "Klju enkriptiranja datotenog sustava"
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr "Izaberite va klju za enkriptiranje datotenog sustava"
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
"Upisani enkripcijski klju je prejednostavan (mora biti dug najmanje %d "
"znakova)"
-#: ../../diskdrake/interactive.pm_.c:1180
+#: ../../diskdrake/interactive.pm_.c:1191
msgid "The encryption keys do not match"
msgstr "Enkripcijski kljuevi se ne slau"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr "Enkripcijski klju"
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr "Enkripcijski klju (ponovno)"
@@ -2318,7 +2345,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Username"
msgstr "Korisniko ime"
@@ -2332,23 +2359,23 @@ msgstr "NIS domena"
msgid "Search servers"
msgstr "Posluitelji za pretraivanje"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatiranje %s nije uspjelo"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "ne znam kako formatirati %s kao vrstu %s"
-#: ../../fs.pm_.c:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "montiranje particije %s u direktorij %s neuspjeno"
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "greka kod demontiranja %s: %s"
@@ -2365,33 +2392,51 @@ msgstr "sa /usr"
msgid "server"
msgstr "posluitelj"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, fuzzy, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"Ne mogu proitati particijsku tablicu, previe je koruptirana za mene :(\n"
+"Mogu pokuati sa brisanjem loih particija (SVI PODACI e biti "
+"izgubljeni!).\n"
+"Drugo rjeenje je onemoguiti DrakX-u da mjenja particijsku tablicu.\n"
+"(greka je %s)\n"
+"\n"
+"Da li se slaete da izgubite sve particije?\n"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "JFS se ne moe koristiti na particijama koje su manje od 16 MB"
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "ReiserFS se ne moe koristiti na particijama koje su manje od 32 MB"
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "Mjesto montiranja mora poeti sa /"
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Ve postoji particija sa mjestom montiranja %s\n"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "Ne moete koristiti LVM logiki prostor za mjesto montiranja %s"
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr "Ovaj direktorij bi trebao ostati unutar root datotenog sustava"
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
#, fuzzy
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
@@ -2400,232 +2445,279 @@ msgstr ""
"Treba vam istinski datoteni sustav (ex2, reiserfs) za ovo mjesto "
"montiranja\n"
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr ""
"Ne moete koristiti enkriptirani datoteni sustav za toku montiranja %s"
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
msgid "Not enough free space for auto-allocating"
msgstr "Nema dovoljno slobodnog prostora za auto-alokaciju"
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr "Nema nita za uraditi"
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Greka prilikom otvaranja %s za pisanje: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:158
+#, fuzzy
+msgid "Sound configuration"
+msgstr "CUPS postavke"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
msgstr ""
-"Pojavila se greka - ne mogu pronai niti jedan valjani ureaj na kojem\n"
-"bih mogao instalirati datoteni sustav. Provjerite da li je sa vaim "
-"hardverom sve u redu."
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "Nemate niti jednu particiju!"
+#: ../../harddrake/sound.pm_.c:162
+#, fuzzy
+msgid "Driver:"
+msgstr "Upravljaki program"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/sound.pm_.c:173
+#, fuzzy
+msgid "No known driver"
+msgstr "X upravljaki program"
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:177
+#, fuzzy
+msgid "Unkown driver"
+msgstr "Nepoznati model"
+
+#: ../../harddrake/sound.pm_.c:178
+#, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
+
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "Model"
msgstr "Mi"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "hard disk model"
msgstr "Memorija kartice (DMA)"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
#, fuzzy
msgid "Channel"
msgstr "Odustani"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:19
+#: ../../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:20
+#: ../../harddrake/ui.pm_.c:21
#, fuzzy
msgid "Module"
msgstr "Mi"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "Opis"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
#, fuzzy
msgid "Bus identification"
msgstr "Provjera autentinosti"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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:31
+#: ../../harddrake/ui.pm_.c:32
#, fuzzy
msgid "Old device file"
msgstr "Odaberite datoteku"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr ""
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
#, fuzzy
msgid "New devfs device"
msgstr "Gateway ureaj"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
#, fuzzy
msgid "Number of buttons"
msgstr "2 gumba"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:60
+#: ../../harddrake/ui.pm_.c:38
+#, fuzzy
+msgid "Alternative drivers"
+msgstr "Alternativna testna stranica (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 "Zavri"
-#: ../../harddrake/ui.pm_.c:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Pomo"
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
#, fuzzy
msgid "/_Help..."
msgstr "/_Pomo"
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
#, fuzzy
msgid "/_About..."
msgstr "/Pomo/_O programu"
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
#, fuzzy
msgid "Author:"
msgstr "Auto. ispitaj"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Otkrivanje hard diskova"
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Detected hardware"
msgstr "Pokai info o hardveru"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:105
#, fuzzy
-msgid "Configure module"
-msgstr "Podesi mi"
+msgid "Information"
+msgstr "Prikai informacije"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:108
#, fuzzy
-msgid "Informations"
-msgstr "Prikai informacije"
+msgid "Configure module"
+msgstr "Podesi mi"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
#, fuzzy
msgid "Detection in progress"
msgstr "detektiran na portu %s"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "Molim priekajte"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
#, fuzzy
msgid "secondary"
msgstr "%d sekundi"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Uklanjam pisa \"%s\" ..."
@@ -2658,16 +2750,16 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:213
#, fuzzy
-msgid "Card model :"
+msgid "Card model:"
msgstr "Memorija kartice (DMA)"
#: ../../harddrake/v4l.pm_.c:214
#, fuzzy
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "Promijeni tip"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
+msgid "Number of capture buffers:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:215
@@ -2676,11 +2768,11 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:217
#, fuzzy
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "Postavka optereenja"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:218
@@ -2692,22 +2784,22 @@ msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2861,7 +2953,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2948,10 +3040,10 @@ msgstr ""
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -3031,11 +3123,11 @@ msgstr ""
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -3119,7 +3211,7 @@ msgstr ""
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -3165,7 +3257,9 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
"X (od X Window System) jest srce GNU/Linux grafikog suelja, na kojem "
"poivaju\n"
@@ -3190,38 +3284,7 @@ msgstr ""
"te\n"
"povratiti ekran."
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"Kada prvi put isprobate X konfiguraciju, moda neete biti vrlo zadovoljni\n"
-"prikazom (premaleni ekran, pomaknut ulijevo ili udesno...). Stoga, i ako se\n"
-"Xi pokrenu normalno, DrakX e vas pitati da li vam postavke odgovaraju. "
-"Takoer\n"
-"e predloiti da ih promijenite izabiranjem jednog od ispravnih modova sa "
-"popisa\n"
-" pronaenih.\n"
-"\n"
-"Kao posljednju mjeru, ako jo uvijek niste uspjeli natjerati Xe da rade, "
-"izaberite\n"
-"\"Promijeni grafiku karticu\", opcija \"Nenavedena kartica\", i kada "
-"budete\n"
-"upitani za posluitelj, izaberite \"FBDev\". Ovo je sigurnosna opcija koja "
-"radi\n"
-"sa svakom suvremenom grafikom karticom. Potom izaberite \"Ponovno isprobaj"
-"\" da\n"
-"biste bili sigurni."
-
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -3237,7 +3300,8 @@ msgstr ""
"raditi kao posluitelj, ili ako niste bili uspjeni u konfiguriranju vaeg\n"
"zaslona."
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
+#, fuzzy
msgid ""
"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
@@ -3257,10 +3321,10 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
"Mandrake Linux CD-ROM ima ugraeni mod za spaavanje. Moete mu pristupiti\n"
"pokretanjem sustava sa CD-ROMa, pritiskanjem >>F1<< tipke pri podizanju "
@@ -3292,7 +3356,7 @@ msgstr ""
"nisu\n"
"potrebni. Neete je morati formatirati, jer e je DrakX potpuno prepisati."
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
"Linux operating system on your hard drive. If your hard drive is empty or\n"
@@ -3325,7 +3389,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3358,7 +3424,9 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
"U ovom trenutku, trebate izabrati gdje ete instalirati va\n"
"Mandrake Linux operativni sustav na vaem tvrdom disku. Ukoliko je prazan "
@@ -3433,7 +3501,7 @@ msgstr ""
"izgubiti sve vae podatke vrlo lako. Zato,\n"
"nemojte izabrati ovo rjeenje ukoliko ne znate to radite."
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3503,7 +3571,7 @@ msgstr ""
"napiite\n"
"\"mformat a:\")"
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
"(formatting means creating a filesystem).\n"
@@ -3556,7 +3624,7 @@ msgstr ""
"Pritisnite na \"Napredno\" ako elite izabrati particije koje e biti\n"
"provjeravane radi loih blokova (bad blocks)."
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -3573,12 +3641,12 @@ msgstr ""
"\n"
"Molimo budite strpljivi."
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3600,7 +3668,7 @@ msgstr ""
"odabrane\n"
"pakete, ili \"Odustani\" za prekid."
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3614,14 +3682,14 @@ msgstr ""
"zavriti instalaciju. Za nastavak instalacije, kliknite na\n"
"\"Prihvati\" gumb."
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
@@ -3636,7 +3704,7 @@ msgstr ""
"\n"
"Ako ne znate to biste odabrali, ostavite podrazumijevanu opciju."
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3653,26 +3721,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3700,7 +3768,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3777,7 +3845,7 @@ msgstr ""
"particije, recimo 50MB, moete ju pronai korisnom za stavljanje\n"
"dodatnog kernela i ramdisk slike u sluaju nude."
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
"Please choose the one you want to resize in order to install your new\n"
@@ -3841,34 +3909,34 @@ msgstr ""
"\"Windows ime\" je slovo vaeg hard diska pod Windows-ima (prvi disk\n"
"ili particija se zove \"C:\")."
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr "Molimo budite strpljivi. Ova operacija moe potrajati nekoliko minuta."
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
"installation or if you want to have greater control (\"Expert\"). You can\n"
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3877,11 +3945,11 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
"DrakX sada treba znati da li elite raditi podrazumijevanu instalaciju\n"
"(\"Preporueno\") ili elite li imati veu kontrolu (\"Strunjak\"). Moete\n"
@@ -3936,19 +4004,22 @@ msgstr ""
"GNU/Linux. Dakle, nemojte izabrati\n"
"ovu instalacijsku klasu ukoliko ne znate to radite."
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
"Obino, DrakX izabere pravu tipkovnicu za vas (ovisno o jeziku koji ste "
"odabrali)\n"
@@ -3961,8 +4032,10 @@ msgstr ""
"\n"
"Pristisnite \"Dodatno\" da biste dobili potpun popis podranih tipkovnica."
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3991,7 +4064,7 @@ msgstr ""
"dodatne\n"
"lokale, stisnite \"U redu\" za nastavak."
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -4004,7 +4077,14 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
"DrakX obino prepozna koliko va mi ima dugmeta. Ako ne, pretpostavlja da\n"
"imate mi sa dva dugmeta, a tree e emulirati. DrakX e automatski znati da "
@@ -4021,7 +4101,7 @@ msgstr ""
"radi\n"
"dobro, stisnite razmaknicu ili [Return] da bi odustali i ponovno izabirali."
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
"Windows is named \"ttyS0\" under GNU/Linux."
@@ -4029,7 +4109,7 @@ msgstr ""
"Molim odaberite ispravni port. Na primjer, COM1 port pod MS Windowsima\n"
"se, pod GNU/Linuxom zove \"ttyS0\"."
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -4059,9 +4139,9 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
@@ -4113,7 +4193,7 @@ msgstr ""
"izabrati\n"
"\"Lokalne datoteke\" za autentifikaciju."
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -4152,16 +4232,7 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
+"options, which are reserved for the expert user."
msgstr ""
"LILO i grub su GNU/Linux bootloaderi. Ovaj korak je obino potpuno "
"automatiziran.\n"
@@ -4219,13 +4290,16 @@ msgstr ""
"stvara\n"
"novu stavku; i \"Zavri\" kree dalje na slijedei instalacijski korak."
-#: ../../help.pm_.c:713
+#: ../../help.pm_.c:710
msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
+"\n"
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -4325,18 +4399,18 @@ msgstr ""
#: ../../help.pm_.c:759
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -4560,7 +4634,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -4604,7 +4680,7 @@ msgstr ""
"Moete\n"
"mijenjati njene parametre pritiskom na dugme."
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
@@ -4614,7 +4690,7 @@ msgstr ""
"novu Mandrake Linux particiju. Budite paljivi, svi postojei podaci\n"
"biti e izgubljen i nee se moi povratiti!"
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -4649,7 +4725,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Morate takoer formatirati %s"
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4675,20 +4751,29 @@ msgstr ""
"\n"
"Da li zaista elite instalirati te posluitelje?\n"
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr "Ne mogu koristiti broadcast bez NIS domene"
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Umetnite FAT formatiranu disketu u pogon %s"
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr "Ova disketa nije FAT formatirana"
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4696,11 +4781,20 @@ msgstr ""
"Za koritenje spremljenog odabira paketa, podignite instalaciju sa ``linux "
"defcfg=floppy''"
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Greka prilikom itanja datoteke %s"
+#: ../../install_any.pm_.c:1023
+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 ""
+"Pojavila se greka - ne mogu pronai niti jedan valjani ureaj na kojem\n"
+"bih mogao instalirati datoteni sustav. Provjerite da li je sa vaim "
+"hardverom sve u redu."
+
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -4734,59 +4828,59 @@ msgstr ""
"\n"
"Da ipak nastavim?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../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:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "Koristi slobodan prostor"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr "Nema dovoljno slobodnog prostora za pravljenje novih particija"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr "Koristi postojee particije"
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr "Nema postojeih particija koje bih mogao upotrijebiti"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr "Koristi Windows particiju za loopback"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Koju particiju elite koristiti za Linux4Win?"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "Odaberite veliinu"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "Veliina korijenske particije u MB: "
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "Veliina swap particiju u MB: "
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr "Iskoristi slobodan prostor na Windows particiji"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr "Kojoj particiji elite promijeniti veliinu?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr "Izraunavam granice Windows datotenog sustava"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4795,7 +4889,7 @@ msgstr ""
"Program koji mjenja veliinu FAT-a ne moe rukovati vaom particijom, \n"
"slijedea greka se dogodila: %s"
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
@@ -4803,7 +4897,7 @@ msgid ""
msgstr ""
"Vaa Windows particija je prefragmentirana, molim pokrenite ``defrag'' prvo."
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm_.c:140
msgid ""
"WARNING!\n"
"\n"
@@ -4824,21 +4918,21 @@ msgstr ""
"Takoer preporuljivo je da sauvate vae podatke (napravite backup).\n"
"Kada ste sigurni da elite nastaviti, pritisnite U redu."
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr "Koliku veliinu elite zadrati za windowse"
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr "particija %s"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Mijenjanje FAT veliine nije uspjelo: %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -4846,32 +4940,32 @@ msgstr ""
"Nema FAT particije za mjenjanje veliine ili za koritenje loopback-a (ili "
"nema dovoljno prostora)"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "Obrii cijeli disk"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "Ukloni Windowse(TM)"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Imate vie od jednog hard diska, na koji elite instalirati Linux?"
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "SVE postojee particije i podaci biti e izgubljeni na disku %s"
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
msgstr "Proizvoljno particioniranje diska"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "Koristi fdisk"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4880,28 +4974,28 @@ msgstr ""
"Sada moete razdijeliti %s.\n"
"Kada ste gotovi ne zaboravite spremiti postavu sa `w'"
-#: ../../install_interactive.pm_.c:227
+#: ../../install_interactive.pm_.c:229
msgid "You don't have enough free space on your Windows partition"
msgstr "Nemate dovoljno slobodnog prostora na vaoj Windows particiji"
-#: ../../install_interactive.pm_.c:243
+#: ../../install_interactive.pm_.c:245
msgid "I can't find any room for installing"
msgstr "Ne mogu pronai bilo kakvo mjesto za instaliranje"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX arobnjak za particioniranje je pronaao slijedea rjeenja:"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr "Particioniranje neuspjelo: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "Podiem mreu"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "Onemoguujem mreu"
@@ -4913,12 +5007,12 @@ msgstr ""
"Dogodila se greka, ali neznam kako s njom lijepo rukovati.\n"
"Nastavite dalje na vlastiti rizik."
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "Dupliciraj mjesto monitranja %s"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -4930,12 +5024,12 @@ msgstr ""
"Provjerite cdrom na instaliranom raunalu koristei \"rpm -qpl Mandrake/RPMS/"
"*.rpm\"\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "Dobrodoli u %s"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "Disketni pogon nije dostupan"
@@ -4964,71 +5058,71 @@ msgstr "Instalacijski razred"
msgid "Please choose one of the following classes of installation:"
msgstr "Molim izaberite jedan od slijedeih razreda instalacije:"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "Odabir grupe paketa"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr "Individualan odabir paketa"
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Ukupna veliina: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "Lo paket"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "Ime: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "Inaica: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "Veliina: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "Znaaj: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"Ne moete oznaiti ovaj paket budui da nema dovoljno mjesta gdje ga se moe "
"instalirati"
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr "Slijedei paketi e biti instalirani"
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr "Slijedei paketi e biti uklonjeni"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr "Ne moete oznaiti/odznaiti ovaj paket"
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr "Budui da je ovo obvezni paket ne moete ga odznaiti"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr "Ne moete odznaiti ovaj paket budui da je ve instaliran"
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -5036,74 +5130,74 @@ msgstr ""
"Ovaj paket treba nadograditi\n"
"Da li ste sigurni da ga elite odznaiti?"
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr "Ne moete odznaiti ovaj paket budui da ga treba nadograditi"
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr "Prikai automatski odabrane pakete"
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "Instaliraj"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
msgid "Load/Save on floppy"
msgstr "Uitaj/Spremi na disketu"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
msgid "Updating package selection"
msgstr "Dograujem izbor paketa"
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
msgid "Minimal install"
msgstr "Minimalna instalacija"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "Odaberite pakete koje elite instalirati"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "Instaliram"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "Procjenjujem"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "Preostalo vrijeme"
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
msgid "Please wait, preparing installation..."
msgstr "Molimo priekajte, Pripremam instalaciju"
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d paketa"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "Instaliram paket %s"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Prihvati"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "Odbij"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5119,17 +5213,17 @@ msgstr ""
"Ukoliko ga nemate, pritisnite Odustani kako bi izbjegli instalaciju sa ovog "
"Cd-Rom-a."
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "Da ipak nastavim?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "Javila se greka prilikom sortiranja paketa:"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr "Pojavila se greka kod instalacije paketa:"
@@ -5445,7 +5539,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Tipkovnica"
@@ -5493,11 +5587,11 @@ msgstr "Samo dogradi pakete"
msgid "Please choose the type of your mouse."
msgstr "Molim izaberite vau vrstu mia."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "Port mia"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Izaberite na kojem serijskom portu je mi prikljuen."
@@ -5529,46 +5623,20 @@ msgstr "Podeavam IDE"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "nema dostupnih particija"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr "Traim particije kako bi pronaao mjesta montiranja"
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "Odaberite mjesta montiranja"
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Ne mogu proitati particijsku tablicu, previe je koruptirana za mene :(\n"
-"Mogu pokuati sa brisanjem loih particija (SVI PODACI e biti "
-"izgubljeni!).\n"
-"Drugo rjeenje je onemoguiti DrakX-u da mjenja particijsku tablicu.\n"
-"(greka je %s)\n"
-"\n"
-"Da li se slaete da izgubite sve particije?\n"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake nije uspio proitati vau particijsku tablice.\n"
-"Nastavite o vlastitoj odgovornosti."
-
-#: ../../install_steps_interactive.pm_.c:396
-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 ""
@@ -5576,71 +5644,71 @@ msgstr ""
"podizanje vaeg sustava, trebati ete napraviti bootstrap particiju u "
"DiskDrake-u"
-#: ../../install_steps_interactive.pm_.c:405
+#: ../../install_steps_interactive.pm_.c:388
msgid "No root partition found to perform an upgrade"
msgstr "Niti jedna root particija nije pronaena da se obavi dogradnja"
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "Korijenska particija"
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "Koja je korijenska particija (/) vaeg sustava?"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"Morate ponovo pokrenuti sustav kako bi se aktivirala promjena particijske "
"tablice"
-#: ../../install_steps_interactive.pm_.c:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "Izaberite particije koje elite formatirati"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr "Provjeri za loe blokove?"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr "Formatiram particije"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr "Stvaram i formatiram datoteku %s"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, 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:482
+#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "Nema dovoljno swapa za zavretak instalacije, molim dodajte jo"
-#: ../../install_steps_interactive.pm_.c:489
+#: ../../install_steps_interactive.pm_.c:472
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Traim dostupne pakete"
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "Traim dostupne pakete"
-#: ../../install_steps_interactive.pm_.c:493
+#: ../../install_steps_interactive.pm_.c:476
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "Ne moete odznaiti ovaj paket budui da je ve instaliran"
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr "Traim pakete koje mogu nadograditi"
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -5648,7 +5716,7 @@ msgid ""
msgstr ""
"Va sustav nema dovoljno prostora za instalaciju ili dogradnju (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -5656,35 +5724,35 @@ msgstr ""
"Molimo izaberite uitivanje ili spremanje izbora paketa na disketu.\n"
"Format je isto kao auto_install napravljene diskete."
-#: ../../install_steps_interactive.pm_.c:553
+#: ../../install_steps_interactive.pm_.c:537
msgid "Load from floppy"
msgstr "Uitaj sa diskete"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Loading from floppy"
msgstr "Uitavam sa diskete"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Package selection"
msgstr "Odabir paketa"
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
msgid "Insert a floppy containing package selection"
msgstr "Umetnite disketu koja sadrava izbor paketa"
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "Spremi na disketu"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr "Izabrana veliina je vea nego raspoloiv prostor"
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
msgid "Type of install"
msgstr "Tip instalacije"
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5692,19 +5760,19 @@ msgstr ""
"Niste izabrali niti jednu grupu paketa\n"
"Izaberite minimalnu instalaciju ako elite"
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
msgid "With X"
msgstr "Sa X-ima"
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr "Sa osnovnom dokumentacijom (preporueno!)"
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr "Stvarno malena instalacija (posebice bez urpmia)"
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5715,16 +5783,16 @@ msgstr ""
"Ako imate samo neke od dolje navedenih CDa odznaite one koje nemate i "
"kliknite U redu."
-#: ../../install_steps_interactive.pm_.c:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom naslovljen \"%s\""
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "Pripremam instalaciju"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -5733,21 +5801,21 @@ msgstr ""
"Instaliram paket %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "Postava nakon instalacije"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Molim, umetnite Boot disketu u pogon %s"
-#: ../../install_steps_interactive.pm_.c:845
+#: ../../install_steps_interactive.pm_.c:829
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Molim, umetnite Update Modules disketu u pogon %s"
-#: ../../install_steps_interactive.pm_.c:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5818,7 +5886,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:888
#, fuzzy
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
@@ -5838,160 +5906,160 @@ msgstr ""
"\n"
"Da li elite instalirati dogradnju?"
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Kontaktiram Mandrake Linux web site za dobivanje popisa raspoloivih mirrora"
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr "Izaberite mirror sa kojeg elite skinuti pakete"
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Spajam se na mirror kako bih pribavio popis dostupnih paketa"
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "Koja je vaa vremenska zona?"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
msgid "Hardware clock set to GMT"
msgstr "Va hardverski sat namjeten je na GMT"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatska vremenska sinkronizacija (koristei NTP)"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
msgid "NTP Server"
msgstr "NTP Posluitelj"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr "Udaljeni CUPS posluitelj"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr "Nema pisaa"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Do you have an ISA sound card?"
msgstr "Da li imate ISA zvunu karticu?"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
"Pokrenite \"sndconfig\" poslije instalacije za podeavanje vae zvune "
"kartice"
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"Nije pronaena zvuna kartica. Probajte \"harddrake\" poslije instalacije"
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Sumarno"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "Mi"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr "Vremenska zona"
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Pisac"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr "ISDN kartica"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr "Zvuna kartica"
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr "TV kartica"
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Windows Domain"
msgstr "Dobavi Windows fontove"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
msgid "Local files"
msgstr "Lokalne datoteke"
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Podeavanje root lozinke"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "Bez lozinke"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr ""
"Ova lozinka je prejednostavna (lozinka mora sadravati barem %d znakova)"
-#: ../../install_steps_interactive.pm_.c:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Provjera autentinosti"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
msgid "Authentication LDAP"
msgstr "LDAP Autentifikacija"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
msgid "LDAP Server"
msgstr "LDAP Posluitelj"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
msgid "Authentication NIS"
msgstr "NIS Autentifikacija"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "NIS domena"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "NIS Posluitelj"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -6007,21 +6075,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1140
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "LDAP Autentifikacija"
-#: ../../install_steps_interactive.pm_.c:1142
+#: ../../install_steps_interactive.pm_.c:1127
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Ime domene"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -6052,19 +6120,19 @@ msgstr ""
"Ako elite napraviti boot disketu za va sustav, ubacite disketu u prvi\n"
" pogon i pritisnite \"U redu\"."
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "Prvi disketni pogon"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "Drugi disketni pogon"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Preskoi"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6091,7 +6159,7 @@ msgstr ""
"Da li elite napraviti proizvoljnu boot disketu za va sustav?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -6105,28 +6173,28 @@ msgstr ""
"stvaranje boot diskete na disketi kapaciteta 1.44 Mb vjerojatno\n"
"nee uspjeti, jer XFS treba vrlo velik pokretaki program)."
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "alim, meutim disketni pogon nije dostupan"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Izaberite disketni pogon koji elite koristiti za izradu boot diskete"
-#: ../../install_steps_interactive.pm_.c:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, c-format
msgid "Insert a floppy in %s"
msgstr "Umetnite disketu u pogon %s"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "Stvaram boot disketu"
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "Pripremam bootloader"
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6138,11 +6206,11 @@ msgstr ""
"Instalacija e nastaviti, ali ete morati\n"
" koristiti BootX da podignete vae raunalo"
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr "Da li elite koristiti aboot?"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6150,16 +6218,16 @@ msgstr ""
"Greka prilikom instalacije aboot-a, \n"
"probati nasilno instalirati iako to moe unititi prvu particiju?"
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
msgid "Installing bootloader"
msgstr "Instaliranje bootloadera"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"Instalacija bootloader-a nije uspjela. Prijavljena je slijedea greska:"
-#: ../../install_steps_interactive.pm_.c:1274
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6176,17 +6244,17 @@ msgstr ""
" Tada napiite: shut-down\n"
"Pri slijedeem podizanju trebali biste vidjeti prompt bootloadera."
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Umetnite praznu disketu u pogon %s"
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr "Pravim auto instalacijsku disketu"
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6196,7 +6264,7 @@ msgstr ""
"\n"
"elite li zaista zavriti?"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6229,16 +6297,16 @@ msgstr ""
"Informacije o konfiguriranju vaeg sustava je raspoloivo u poslije\n"
"instalacijskom poglavlju od Official Mandrake Linux User's Guide."
-#: ../../install_steps_interactive.pm_.c:1347
+#: ../../install_steps_interactive.pm_.c:1332
#, fuzzy
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakesoft.com/sales/contact"
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
msgid "Generate auto install floppy"
msgstr "Napravi auto instalacijsku disketu"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6252,15 +6320,15 @@ msgstr ""
"\n"
"Moete preferirati da ponovite instalaciju.\n"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr "Automatski"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr "Ponovno prikai"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
msgid "Save packages selection"
msgstr "Spremi odabir paketa"
@@ -6269,7 +6337,8 @@ msgstr "Spremi odabir paketa"
msgid "Mandrake Linux Installation %s"
msgstr "Mandrake Linux instalacija %s"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -6287,22 +6356,22 @@ msgstr "nedostaje consolehelper"
msgid "Choose a file"
msgstr "Izaberite datoteku"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr "Napredno"
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr "Osnovno"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Prijanje"
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
msgid "Next"
msgstr "Slijedee"
@@ -6375,375 +6444,375 @@ msgstr ""
msgid "Re-submit"
msgstr "Ponovno Poalji"
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "eka (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "Njemaka"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "panjolska"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "Finska"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "Francuska"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "Norveka"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "Poljska"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "Ruska"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "vedska"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "UK tipkovnica"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "US tipkovnica"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
msgid "Albanian"
msgstr "Albanska"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr "Armenska (stara)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr "Armenska (pisaa maina)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "Armenska (fonetska)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr "Azerbejdanska (latinica)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "Belgijska"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:177
#, fuzzy
msgid "Bengali"
msgstr "omogui"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
msgid "Bulgarian (phonetic)"
msgstr "Bugarska (fonetska)"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
msgid "Bulgarian (BDS)"
msgstr "Bugarska (BDS)"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "Brazilska (ABNT-2)"
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:183
#, fuzzy
msgid "Bosnian"
msgstr "Estonska"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "Bjeloruska"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "vicarska (Njemaki raspored)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "vicarska (francuski raspored)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "eka (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr "Njemaka (bez mrtvih tipaka)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "Danska"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "Dvorak (USA)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norveka)"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Swedish)"
msgstr "Dvorak (vedska)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "Estonska"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "Gruzijska (\"Ruski\" raspored)"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "Gruzijska (\"Latin\" raspored)"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "Grka"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "Maarska"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "Hrvatska"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "Izraelska"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "Izraelska (fonetska)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr "Iranska"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "Islandska"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "Talijanska"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "Japanska (106 tipaka)"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
msgid "Korean keyboard"
msgstr "Korejska tipkovnica"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "Latino amerika"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:218
#, fuzzy
msgid "Laotian"
msgstr "Latvija"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr "Lituanska AZERTY (stara)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr "Lituanska AZERTY (nova)"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituanska \"number row\" QWERTY"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituanska \"fonetska\" QWERTY"
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
msgid "Latvian"
msgstr "Latvija"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr "Makedonska"
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:227
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "Srpska (irilica)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "Nizozemska"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr "Poljska (qwerty raspored)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr "Poljska (qwertz raspored)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "Portugalska"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr "Kanadska (Quebec)"
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
msgid "Romanian (qwertz)"
msgstr "Rumunjska (qwertz)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
msgid "Romanian (qwerty)"
msgstr "Rumunjska (qwerty)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "Ruska (Yawerty)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "Slovenska"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "Slovaka (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "Slovaka (QWERTY)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
msgid "Serbian (cyrillic)"
msgstr "Srpska (irilica)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
msgstr "Tamil (Unicode)"
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr "Tamil (TSCII)"
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "Tajlandska tipkovnica"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
msgid "Tajik keyboard"
msgstr "Tajik tipkovnica"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "Turska (tradicionalni \"F\" model)"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "Turska (moderna \"Q\" model)"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "Ukrajinska"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "US keyboard (internacionalna)"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vijetnamska \"numeric row\" QWERTY"
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
msgid "Yugoslavian (latin)"
msgstr "Jugoslavenska (latinina)"
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr "Desna Alt tipka"
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr "Obe Shift tipke istodobno"
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr "Control i Shift tipke istodobno"
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr "CapsLock tipka"
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl i Alt tipke istodobno"
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr "Alt i Shift tipku istodobno"
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr "\"Menu\" tipka"
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr "Lijeva \"Windows\" tipka"
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr "Desna \"Windows\" tipka"
@@ -6802,11 +6871,11 @@ msgstr "Generiki PS2 mi s kotaiem"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -6814,115 +6883,125 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+#, fuzzy
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr "1 gumb"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "Generiki mi s 2 gumba"
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr "Kotai"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "serijski"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "Generiki mi s 3 gumba"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Logitech CC serije"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Serije"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mi (serijski, stari C7 tip)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
msgid "busmouse"
msgstr "busmi"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "2 gumba"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "3 gumba"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "niti jedan"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "Nema mia"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr "Molimo istestirajte mia."
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
msgid "To activate the mouse,"
msgstr "Za aktiviranje mia,"
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr "POMAKNITE VA KOTAI!"
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+#, fuzzy
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-2,*-r-*"
+
+#: ../../my_gtk.pm_.c:159
msgid "Finish"
msgstr "Zavri"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "Slijedee ->"
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr "Da li je ovo ispravno?"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "Info"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "Proiri stablo"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "Sami stablo"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr "Prebaci izmeu ravno i grupno sortiranog"
@@ -6960,6 +7039,75 @@ msgstr "koristi pppoe"
msgid "use pptp"
msgstr "koristi pptp"
+#: ../../network/drakfirewall.pm_.c:12
+#, fuzzy
+msgid "Web Server"
+msgstr "Posluitelj"
+
+#: ../../network/drakfirewall.pm_.c:17
+#, fuzzy
+msgid "Domain Name Server"
+msgstr "Ime domene"
+
+# ../../share/compssUsers
+#: ../../network/drakfirewall.pm_.c:32
+#, fuzzy
+msgid "Mail Server"
+msgstr "Posluitelj baza podataka"
+
+#: ../../network/drakfirewall.pm_.c:37
+#, fuzzy
+msgid "POP and IMAP Server"
+msgstr "LDAP Posluitelj"
+
+#: ../../network/drakfirewall.pm_.c:111
+#, fuzzy
+msgid "No network card"
+msgstr "ne mogu pronai niti jednu mrenu karticu"
+
+#: ../../network/drakfirewall.pm_.c:129
+#, fuzzy
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+"tinyfirewall podeavanje\n"
+"\n"
+"Ovo podeava osobni vatrozid za ovo Mandrake Linux raunalo.\n"
+"Za snano primjenjena vatrozidna rjeenja, molimo pogledajte\n"
+"specijaliziranu MandrakeSecurity Firewall distribuciju."
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:164
+#, fuzzy
+msgid "Other ports"
+msgstr "Iskuaj portove"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -6976,7 +7124,7 @@ msgstr ""
"Nije pronaen niti jedan mreni adapter na vaem sustavu.\n"
"Ne mogu postaviti ovu vrstu veze."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "Odaberite mreni meusklop"
@@ -6990,7 +7138,7 @@ msgstr ""
msgid "no network card found"
msgstr "ne mogu pronai niti jednu mrenu karticu"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "Podeavam mreu"
@@ -7006,7 +7154,7 @@ msgstr ""
"Vae ime raunala bi trebalo biti potpuno-kvalificirano ime raunala,\n"
"kao to je ``mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "Ime raunala"
@@ -7311,13 +7459,13 @@ msgstr "Izaberite profil za konfiguriranje"
msgid "Use auto detection"
msgstr "Koristi auto detekciju"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Ekspertni mod"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Otkrivanje ureaja..."
@@ -7487,11 +7635,11 @@ msgstr "Automatski IP"
msgid "Start at boot"
msgstr "Pokrenuto pri podizanju"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP adresa treba biti oblika 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7503,43 +7651,55 @@ msgstr ""
"primjerice mojeracunalo.odjel.domena.hr.\n"
"Takoer unesite IP adresu gateway raunala ako gateway postoji"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "DNS posluitelj"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway (npr. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "Gateway ureaj"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "Postava proxy-a"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "HTTP proxy"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "FTP proxy"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr "Prati id mrene kartice (korisno za laptope)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr "Proxy treba biti http://..."
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr "Proxy treba biti ftp://..."
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr "Detektirana je vatrozidna konfiguracija!"
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+"Upozorenje! Postojea vatrozidna konfiguracija je pronaena. Morati ete "
+"runo popraviti neke dijelove nakon instalacije."
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "Postava Interneta"
@@ -7645,15 +7805,15 @@ msgstr "Korisnika Lozinka"
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "montiranje nije uspjelo: "
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr "Proirene particije nisu podrane na ovoj platformi"
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
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 "
@@ -7663,21 +7823,21 @@ msgstr ""
"Jedino rjeenje je da pomaknete vau primarnu particiju kako bi rupa bila\n"
"odmah do proirenih particija."
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Vraanje iz datoteke %s nije uspjelo: %s"
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "Loa backup datoteka"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "Greka prilikom pisanja u datoteku %s"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -7723,150 +7883,155 @@ msgstr "LPD - Line Printer Daemon"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Ispii, Bez Reda"
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr "CUPS"
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr "LPRng"
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr "LPD"
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr "PDQ"
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "Lokalni pisa"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "Udaljeni pisa"
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
msgid "Printer on remote CUPS server"
msgstr "Pisa na udaljenom CUPS posluitelju"
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
msgid "Printer on remote lpd server"
msgstr "Pisa na udaljenom lpd posluitelju"
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
msgid "Network printer (TCP/Socket)"
msgstr "Mreni pisa (TCP/socket)"
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Pisa na SMB/Windows 95/98/NT posluitelju"
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
msgid "Printer on NetWare server"
msgstr "Pisa na NetWare posluitelju"
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
msgid "Enter a printer device URI"
msgstr "Unesite URI pisaa"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr "Proslijedi (pipe) na komandu"
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+#, fuzzy
+msgid "Unknown Model"
+msgstr "Nepoznati model"
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr "Nepoznati model"
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
msgid "Local Printers"
msgstr "Lokalni pisai"
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
msgid "Remote Printers"
msgstr "Udaljeni pisai"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr " na paralelnom portu \\/*%s"
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ", USB pisa \\/*%s"
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ", multi-funkcionalan ureaj na paralelnom portu \\/*%s"
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ", multi-funkcionalan ureaj na USBu"
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ", multi-funkcionalan ureaj na HP JetDirectu"
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ", multi-funkcionalan ureaj"
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, c-format
msgid ", printing to %s"
msgstr ", ispis na %s"
-#: ../../printer.pm_.c:544
+#: ../../printer.pm_.c:792
#, fuzzy, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr "na LPD posluitelju \"%s\", pisa \"%s\""
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ", TCP/IP host \"%s\", port %s"
-#: ../../printer.pm_.c:550
+#: ../../printer.pm_.c:798
#, fuzzy, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr "na Windows posluitelju \"%s\", dijeli \"%s\""
-#: ../../printer.pm_.c:554
+#: ../../printer.pm_.c:802
#, fuzzy, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr "na Novell posluitelju \"%s\", pisa \"%s\""
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ", koritenjem komande %s"
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr "Raw printer (Bez upravljakog programa)"
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, c-format
msgid "(on %s)"
msgstr "(na %s)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr "(na ovom raunalu)"
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, c-format
msgid "On CUPS server \"%s\""
msgstr "Na CUPS posluitelju \"%s\""
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr " (Uobiajeno)"
@@ -7892,11 +8057,11 @@ msgstr ""
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
msgid "CUPS configuration"
msgstr "CUPS postavke"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
msgid "Specify CUPS server"
msgstr "Odredi CUPS posluitelj"
@@ -7938,7 +8103,7 @@ msgstr ""
msgid "The IP address should look like 192.168.1.20"
msgstr "IP adresa treba izgledati poput 192.168.1.20"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
msgid "The port number should be an integer!"
msgstr "Broj porta bi trebao biti cjelobrojni broj!"
@@ -7946,7 +8111,7 @@ msgstr "Broj porta bi trebao biti cjelobrojni broj!"
msgid "CUPS server IP"
msgstr "IP CUPS posluitelja"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "Port"
@@ -7954,12 +8119,130 @@ msgstr "Port"
msgid "Automatic CUPS configuration"
msgstr "Automatska CUPS konfiguracija"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printerdrake.pm_.c:178
+#, fuzzy
+msgid "Checking your system..."
+msgstr "Ponovno pokreem ispisni sutav ..."
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:198
+#, fuzzy
+msgid ""
+"The following printers\n"
+"\n"
+msgstr "Slijedei paketi e biti uklonjeni"
+
+#: ../../printerdrake.pm_.c:199
+#, fuzzy
+msgid ""
+"The following printer\n"
+"\n"
+msgstr "Slijedei paketi e biti uklonjeni"
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:210
+#, fuzzy
+msgid "directly connected to your system"
+msgstr "Kopiraj fontove na va sustav"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:221
+#, fuzzy
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "Izaberite port na kojem se nalazi pisa."
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:236
+#, fuzzy
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr ""
+"Da li elite postaviti ovaj pisa (\"%s\")\n"
+"kao podrazumijevani pisa?"
+
+#: ../../printerdrake.pm_.c:238
+#, fuzzy
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Da li elite pokreniti vau vezu kod svakog podizanja (boot) sustava ?"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:240
+#, 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:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
msgid "Add a new printer"
msgstr "Dodaj novi pisa"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7982,7 +8265,7 @@ msgstr ""
"pristupsvim dostupnim pokretakim programima za pisae, njihovim opcijama i "
"vrstamaveza prema pisaima."
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7991,7 +8274,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -8004,7 +8287,22 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:297
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -8013,7 +8311,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -8024,25 +8322,25 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:213
+#: ../../printerdrake.pm_.c:315
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "Automatski prepoznaj pisa"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
msgid "Local Printer"
msgstr "Lokalni pisa"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -8066,50 +8364,50 @@ msgstr ""
"ispisa,...),izaberite \"Pisa\" u \"Hardver\" odjeljku Mandrake kontrolnog "
"centra."
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Printer auto-detection"
msgstr "Koristi auto detekciju"
-#: ../../printerdrake.pm_.c:305
+#: ../../printerdrake.pm_.c:408
#, fuzzy, c-format
msgid ", network printer \"%s\", port %s"
msgstr ", TCP/IP host \"%s\", port %s"
-#: ../../printerdrake.pm_.c:307
+#: ../../printerdrake.pm_.c:410
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Pisa na SMB/Windows 95/98/NT posluitelju"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, c-format
msgid "Detected %s"
msgstr "Detektirano %s"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr "Pisa na paralelnom portu \\/*%s"
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr "USB pisa \\/*%s"
-#: ../../printerdrake.pm_.c:321
+#: ../../printerdrake.pm_.c:424
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Mreni pisa (TCP/socket)"
-#: ../../printerdrake.pm_.c:323
+#: ../../printerdrake.pm_.c:426
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Pisa na SMB/Windows 95/98/NT posluitelju"
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -8121,23 +8419,23 @@ msgstr ""
"odgovara LPT1:, LPT2:, ..., prvi USB pisa: /dev/usb/lp0, drugi USB pisa:/"
"dev/usb/lp1, ...)."
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
msgid "You must enter a device or file name!"
msgstr "Morate unijeti ime ureaja ili datoteke!"
-#: ../../printerdrake.pm_.c:475
+#: ../../printerdrake.pm_.c:578
#, fuzzy
msgid "No printer found!"
msgstr ""
"Nije pronaen lokalni pisa!\n"
"\n"
-#: ../../printerdrake.pm_.c:485
+#: ../../printerdrake.pm_.c:588
#, fuzzy
msgid "Available printers"
msgstr "Lokalni pisa"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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"
@@ -8145,7 +8443,7 @@ msgstr ""
"Ovaj pisa je prepoznat, ako to nije onaj kojeg elite podeavati, "
"upiiteime ureaja/datoteke u liniju za unos."
-#: ../../printerdrake.pm_.c:490
+#: ../../printerdrake.pm_.c:593
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"
@@ -8153,7 +8451,7 @@ msgstr ""
"Ovo je popis svih prepoznatih pisaa. Izaberite kojeg elite podesitiili "
"upiite ime ureaja/datoteke u liniju za unos"
-#: ../../printerdrake.pm_.c:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -8164,7 +8462,7 @@ msgstr ""
"va pisa nije ispravno prepoznat ili ako biste radije runo "
"namjetalipisa, ukljuite \"Runo namjetanje\"."
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -8176,7 +8474,7 @@ msgstr ""
"prepoznat ili ako biste radije runo namjetalipisa, ukljuite \"Runo "
"namjetanje\"."
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
msgid ""
"Please choose the port where your printer is connected to or enter a device "
"name/file name in the input line"
@@ -8184,11 +8482,11 @@ msgstr ""
"Izaberite port preko kojeg je va pisa povezan ili upiite ime ureaja/"
"datotekeu liniju za unos."
-#: ../../printerdrake.pm_.c:496
+#: ../../printerdrake.pm_.c:599
msgid "Please choose the port where your printer is connected to."
msgstr "Izaberite port na kojem se nalazi pisa."
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
@@ -8196,19 +8494,19 @@ msgstr ""
" (paralelni portovi:/dev/lp0, /dev/lp1, ...,odgovara LPT1:, LPT2:, ..., prvi "
"USB pisa: /dev/usb/lp0, drugi USB pisa: /dev/usb/lp1, ...)."
-#: ../../printerdrake.pm_.c:503
+#: ../../printerdrake.pm_.c:606
msgid "You must choose/enter a printer/device!"
msgstr "Morate izabrati/upisati pisa/ureaj!"
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
msgid "Manual configuration"
msgstr "Runo namjetanje"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr "Postavke udaljenog lpd pisaa"
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
"server and the printer name on that server."
@@ -8216,47 +8514,47 @@ msgstr ""
"Ukoliko elite koristiti udaljeni lpd pisa, morate unijetiime ispisnog "
"posluitelja te ime pisaa na tom posluitelju."
-#: ../../printerdrake.pm_.c:579
+#: ../../printerdrake.pm_.c:682
msgid "Remote host name"
msgstr "Udaljeno ime raunala"
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
msgid "Remote printer name"
msgstr "Ime udaljenog pisaa"
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
msgid "Remote host name missing!"
msgstr "Nedostaje ime raunala udaljenog pisaa!"
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
msgid "Remote printer name missing!"
msgstr "Nedostaje ime udaljenog pisaa!"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "Detektirano %s"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Scanning network..."
msgstr "Pokreem mreu ..."
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, fuzzy, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr "na Windows posluitelju \"%s\", dijeli \"%s\""
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Ispis na pisau \"%s\""
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Postavke SMB (Windows 9x/NT) pisaa"
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
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 "
@@ -8268,46 +8566,46 @@ msgstr ""
"posluitelja, kao iime dijeljenog resursa za pisa kojem elite pristupiti i "
"bilo kojeprimjenjivo korisniko ime, lozinku ili informacije o radnoj grupi."
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "SMB posluitelj"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "IP SMB posluitelja"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "Ime sharea"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "Radna grupa"
-#: ../../printerdrake.pm_.c:746
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid "Auto-detected"
msgstr "Koristi auto detekciju"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
msgstr "Ime posluitelja ili IP posluitelja mora biti naveden!"
-#: ../../printerdrake.pm_.c:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr "Ime dijeljenog samba resursa nedostaje!"
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr "SIGURNOSNO UPOZORENJE!"
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -8350,7 +8648,7 @@ msgstr ""
"uPrinterdrakeu.\n"
"\n"
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -8363,7 +8661,7 @@ msgstr ""
"Printerdrakeu.\n"
"\n"
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -8375,11 +8673,11 @@ msgstr ""
"\n"
"Da li stvarno elite nastaviti namjetati ovaj pisa kao to inite sada?"
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "Postavke NetWare pisaa"
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
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 "
@@ -8391,43 +8689,43 @@ msgstr ""
"ime ispisnog reda za pisa kojimelite pristupiti, te neko primjenjivo "
"korisniko ime i lozinku."
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "Ispisni posluitelj"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr "Ime reda pisaa"
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr "Ime NCP posluitelja nedostaje!"
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr "Nedostaje ime NCP reda!"
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
#, fuzzy, c-format
msgid ", host \"%s\", port %s"
msgstr ", TCP/IP host \"%s\", port %s"
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
#, fuzzy, c-format
msgid "Host \"%s\", port %s"
msgstr ", TCP/IP host \"%s\", port %s"
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
msgid "TCP/Socket Printer Options"
msgstr "Opcije TCP/Socket pisaa"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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:978
+#: ../../printerdrake.pm_.c:1085
#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -8440,21 +8738,21 @@ msgstr ""
"na drugim posluiteljima moe biti drugaije.Pogledajte prirunik vaeg "
"hardvera."
-#: ../../printerdrake.pm_.c:983
+#: ../../printerdrake.pm_.c:1090
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "Nedostaje ime raunala od pisaa!"
-#: ../../printerdrake.pm_.c:1005
+#: ../../printerdrake.pm_.c:1112
#, fuzzy
msgid "Printer host name or IP"
msgstr "Ime raunala od pisaa"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr "URI Ureaja pisaa"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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 "
@@ -8464,11 +8762,11 @@ msgstr ""
"ili Foomatic specifikacijama. Primjetite da nisu svi URI tipovi podrani od "
"svih spoolera."
-#: ../../printerdrake.pm_.c:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr "Ispravan URI mora biti uneen!"
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
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."
@@ -8476,27 +8774,27 @@ msgstr ""
"Svaki pisa treba ime (na primjer \"pisa\").Polja opisa i lokacije ne "
"moraju biti popunjena. To su komentari za korisnike."
-#: ../../printerdrake.pm_.c:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr "Ime pisaa"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "Lokacija"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
msgid "Reading printer database..."
msgstr "itam bazu pisaa ..."
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
msgid "Preparing printer database..."
msgstr "Pripremam bazu pisaa ..."
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
msgid "Your printer model"
msgstr "Model vaeg pisaa"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -8521,24 +8819,24 @@ msgstr ""
"\n"
"%s"
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
msgid "The model is correct"
msgstr "Model je toan"
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
msgid "Select model manually"
msgstr "Runo izaberi model"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
msgid "Printer model selection"
msgstr "Izabir modela pisaa"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
msgid "Which printer model do you have?"
msgstr "Kakav model pisaa imate?"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -8552,7 +8850,7 @@ msgstr ""
"pisaaispravno. Pronaite ispravan model upopisu kada pokaziva pokazuje "
"nakrivi model ili na \"Raw pisa\"."
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
@@ -8560,11 +8858,11 @@ msgstr ""
"Ako va pisa nije prikazan, izaberite kombatibilni (pogledajte prirunik "
"odpisaa) ili neki slini."
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
msgid "OKI winprinter configuration"
msgstr "OKI winprinter konfiguracija"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -8580,11 +8878,11 @@ msgstr ""
"ispisaprobne stranice. Inae pisa nee raditi. Vau postavu tipa veze "
"pokretakiprogram e ignorirati."
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
msgid "Lexmark inkjet configuration"
msgstr "Lexmark inkjet konfiguracija"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -8596,17 +8894,17 @@ msgstr ""
"Spojiteva pisa na lokalni port ili ga namjestite na raunalu u kojeg je "
"ukljuen."
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
+#, fuzzy
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
msgstr ""
"Da bi mogli ispisivati sa svojim Lexmark inkjetom i ovom postavom, "
"trebateLexmarkove inkjet pokretake programe za pisae (http://www.lexmark."
@@ -8618,7 +8916,34 @@ msgstr ""
"stranice za namjetanje glavepisaa sa \"lexmarkmaintain\" i podesite "
"postavke za namjetanje glave saovim programom."
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
+
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -8634,22 +8959,22 @@ msgstr ""
"(memorija,duplex jedinica, dodatne ladice) postavljeni ispravno. Primjetite "
"dasa vrlo velikom kakvoom ispisa/rezolucijom ispis moe znatno usporiti."
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Opcija %s mora biti cijeli broj!"
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr "Opcija %s mora biti broj!"
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr "Opcija %s je izvan dosega!<"
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -8658,11 +8983,11 @@ msgstr ""
"Da li elite postaviti ovaj pisa (\"%s\")\n"
"kao podrazumijevani pisa?"
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
msgid "Test pages"
msgstr "Testne stranice"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -8674,39 +8999,39 @@ msgstr ""
"laserskimpisaima sa malo memorije i uope se ne ispisati. U veini "
"sluajeva jedovoljno ispisati standardnu probnu stranicu."
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
msgid "No test pages"
msgstr "Bez testnih stranica"
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
msgid "Print"
msgstr "Ispii"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
msgid "Standard test page"
msgstr "Standardna testna stranica"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr "Alternativna testna stranica (Letter)"
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
msgid "Alternative test page (A4)"
msgstr "Alternativna testna stranica (A4)"
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
msgid "Photo test page"
msgstr "Foto testna stranica"
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
msgid "Do not print any test page"
msgstr "Ne ispii nikakve probne stranice"
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "Ispisujem probnu stranicu(e)..."
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8721,7 +9046,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -8729,15 +9054,15 @@ msgstr ""
"Probna stranica(e) poslana je na pisa.\n"
"Ponekad je potrebno par sekundi prije nego pisa pone s ispisom.\n"
-#: ../../printerdrake.pm_.c:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr "Da li je sve radilo ispravno?"
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
msgid "Raw printer"
msgstr "Raw pisa"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -8750,7 +9075,7 @@ msgstr ""
"\"kprinter <datoteka>\". Grafiki alati vam omoguuju da lako izaberetepisa "
"i podesite opcije.\n"
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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 "
@@ -8760,8 +9085,8 @@ msgstr ""
"ispis mnogih aplikacija, ali ovdje ne stavljate ime datoteke jerdatoteku za "
"ispis dobavlja sama aplikacija.\n"
-#: ../../printerdrake.pm_.c:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -8773,7 +9098,7 @@ msgstr ""
"\"%s\" komanda dozvoljava da podesite opcije za pojedini posao ispisa.Samo "
"dodajte eljene postavke u komandnu liniju, npr. \"%s <datoteka>\"."
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, fuzzy, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -8783,7 +9108,7 @@ msgstr ""
"Da bi saznali o dostupnim opcijama za trenutni pisa proitajte ili "
"popisprikazan dolje ili stisnite na \"Popis ispisnih opcija\".%s\n"
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
@@ -8791,7 +9116,7 @@ msgstr ""
"Ovo je popis dostupnih opcija za ispis za trenutni pisa:\n"
"\n"
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8800,8 +9125,8 @@ msgstr ""
"Da bi ipisali datoteku iz komandne linije (terminalski prozor) "
"koristitekomandu \"%s <datoteka>\".\n"
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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 "
@@ -8811,7 +9136,7 @@ msgstr ""
"dijalogamnogih aplikacija. Ali tamo ne upisujete ime datoteke jer datoteku "
"za ispisdobavlja sama aplikacija.\n"
-#: ../../printerdrake.pm_.c:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
@@ -8819,7 +9144,7 @@ msgstr ""
"Da bi dobili popis opcija dostupnih za trenutni pisa stisnite na "
"\"Popisispisnih opcija\"."
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8828,7 +9153,7 @@ msgstr ""
"Da bi ispisali datoteku iz komandne linije (terminalskog prozora) "
"koristitenaredbu \"%s <datoteka>\" ili \"%s <datoteka>\".\n"
-#: ../../printerdrake.pm_.c:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -8843,7 +9168,7 @@ msgstr ""
"nazvanu \"ZAUSTAVI pisa!\", koja zaustavlja sve poslove ispisa im "
"jestisnete. Ovo je korisno kad se, npr., zaglavi papir.\n"
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -8856,40 +9181,40 @@ msgstr ""
"odreeniposao ispisa. Jednostavno dodajte eljene postavke u komandnu "
"liniju, npr.\"%s <datoteka>\".\n"
-#: ../../printerdrake.pm_.c:2153
+#: ../../printerdrake.pm_.c:2343
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Ispis/skeniranje na \"%s\""
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Ispis/skeniranje na \"%s\""
-#: ../../printerdrake.pm_.c:2156
+#: ../../printerdrake.pm_.c:2346
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Ispis/skeniranje na \"%s\""
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Ispis na pisau \"%s\""
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
msgstr "Zatvori"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
msgid "Print option list"
msgstr "Popis ispisnih opcija"
-#: ../../printerdrake.pm_.c:2182
+#: ../../printerdrake.pm_.c:2373
#, fuzzy, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -8912,7 +9237,7 @@ msgstr ""
"\n"
"Ne koristite \"scannerdrake\" za ovaj ureaj!"
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -8925,17 +9250,17 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
msgid "Reading printer data..."
msgstr "itam podatke o pisau ..."
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
msgid "Transfer printer configuration"
msgstr "Prebaci postavke pisaa"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -8949,7 +9274,7 @@ msgstr ""
"vrsta veze i podrazumijevane opcije) su preuzeti, ali ne i poslovi.\n"
"Ne mogu se svi redovi prebaciti zbog:\n"
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
@@ -8957,18 +9282,18 @@ msgstr ""
"CUPS ne podrava pisae na Novell posluiteljima ili pisae koji "
"aljupodatke u naredbu slobodne forme.\n"
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
"PDQ podrava samo lokalne pisae, udaljene LPD pisae i socket/TCPpisae.\n"
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD i LPRng ne podravaju IPP pisae.\n"
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
@@ -8976,7 +9301,7 @@ msgstr ""
"Uz to, ovaj program ne moe stvarati redove ili \"foomatic-configure\" sene "
"moe prebaciti."
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
msgid ""
"\n"
"Also printers configured with the PPD files provided by their manufacturers "
@@ -8986,7 +9311,7 @@ msgstr ""
"Takoer, pisai podeeni sa PPD datotekama od svog proizvoaa ili sanative "
"CUPS pokretakim programima se ne mogu prebaciti."
-#: ../../printerdrake.pm_.c:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
@@ -8995,15 +9320,15 @@ msgstr ""
"\n"
"Oznaite pisae koje elite prebaciti i stisnite \"Prebaci\"."
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr "Ne prebacuj pisae"
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr "Prebaci"
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -9014,11 +9339,11 @@ msgstr ""
"Stisnite \"Prebaci\" da prepiete preko njega.\n"
"Moete i upisati novo ime ili preskoiti ovaj pisa."
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Ime pisaa moe sadravati samo slova, brojeve i podvlaku"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
@@ -9027,16 +9352,16 @@ msgstr ""
"Pisa \"%s\" ve postoji,\n"
"da li zaista elite prepisati njegovu konfiguraciju?"
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
msgid "New printer name"
msgstr "Novo ime pisaa"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr "Prebacujem %s ..."
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -9045,29 +9370,29 @@ msgstr ""
"Prebacili ste va bivi podrazumijevani pisa(\"%s\"), da li bi trebao "
"bitipodrazumijevani pisa i u novom sustavu %s?"
-#: ../../printerdrake.pm_.c:2316
+#: ../../printerdrake.pm_.c:2510
msgid "Refreshing printer data..."
msgstr "Osvjeavam padatke o pisau ..."
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
msgid "Configuration of a remote printer"
msgstr "Postavke udaljenog pisaa"
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
msgid "Starting network..."
msgstr "Pokreem mreu ..."
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
msgid "Configure the network now"
msgstr "Podesi mreu"
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
msgid "Network functionality not configured"
msgstr "Mrea nije podeena"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -9078,11 +9403,11 @@ msgstr ""
"jo nije podeena. Ako nastavite bez ispravne mree, neete moikoristiti "
"pisa kojeg sada podeavate. Kako elite nastaviti?"
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
msgid "Go on without configuring the network"
msgstr "Nastavi bez podeavanja mree"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -9097,7 +9422,7 @@ msgstr ""
"Internet\"/\"Veza\", i poslije podesite pisa, takoer iz Mandrake "
"kontrolnog centra,odjeljak \"Hardver\"/\"Pisa\""
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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 "
@@ -9106,24 +9431,24 @@ msgstr ""
"Mrea nije pokrenuta. Provjerite postavke i hardver. Zatim probajte "
"ponovnopodesiti va udaljeni pisa."
-#: ../../printerdrake.pm_.c:2408
+#: ../../printerdrake.pm_.c:2603
msgid "Restarting printing system..."
msgstr "Ponovno pokreem ispisni sutav ..."
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "high"
msgstr "Visoka"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "paranoid"
msgstr "Paranoidna"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Instaliram ispisni sustav s %s sigurnosnom razinom."
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -9146,11 +9471,11 @@ msgstr ""
"\n"
"Da li stvarno elite namjestiti ispisivanje na ovom raunalu?"
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
msgid "Starting the printing system at boot time"
msgstr "Pokretanje ispisnog sustava prilikom podizanja sustava"
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -9170,75 +9495,72 @@ msgstr ""
"\n"
"elite li ponovno ukljuiti automatsko podizanje ispisnog sustava?"
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr "Provjeravam instalirani softver..."
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr "Uklanjam LPRng..."
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr "Uklanjam LPD..."
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
msgid "Select Printer Spooler"
msgstr "Odaberite spooler pisaa"
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
msgid "Which printing system (spooler) do you want to use?"
msgstr "Koji ispisni sustav (spooler) elite koristiti?"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printerdrake.pm_.c:2895
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Podeavam pisa \"%s\" ..."
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
msgid "Installing Foomatic..."
msgstr "Instaliram Foomatic ..."
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "Postavke pisaa"
-#: ../../printerdrake.pm_.c:2778
-msgid "Preparing PrinterDrake..."
+#: ../../printerdrake.pm_.c:2989
+#, fuzzy
+msgid "Preparing Printerdrake..."
msgstr "Pripremam PrinterDrake ..."
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
msgid "Configuring applications..."
msgstr "Podeavam aplikacije..."
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
msgid "Would you like to configure printing?"
msgstr "Da li elite podesiti ispisivanje?"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr "Ispisni sustav:"
-#: ../../printerdrake.pm_.c:2875
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
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."
+"OpenOffice.org/GIMP."
msgstr ""
"Navedeni pisai su podeeni. Dvostruko kliknite na pisa da bi mu "
"promijenilipostavke; da bi ga odredili za podrazumijevani pisa; da bi "
"pogledali informacijeo njemu; ili da bi pisa sa udaljenog CUPS posluitelja "
-"uinili dostupnimStarOfficeu/OpenOffice.orgu."
+"uinili dostupnimStarOfficeu/OpenOffice.org/GIMPu."
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
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 "
@@ -9248,28 +9570,28 @@ msgstr ""
"promijenilipostavke; da ga odredite za podrazumijevani pisa; ili da bi "
"pogledaliinformacije o njemu."
-#: ../../printerdrake.pm_.c:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "Osvjei popis pisaa (za prikaz svih dostupnih udaljenih CUPS pisaa)"
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
msgid "Change the printing system"
msgstr "Promijeni ispisni sustav"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
msgid "Normal Mode"
msgstr "Normalni mod"
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
msgid "Do you want to configure another printer?"
msgstr "elite li podesiti neki drugi pisa?"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
msgid "Modify printer configuration"
msgstr "Promijeni postavke pisaa"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, c-format
msgid ""
"Printer %s\n"
@@ -9278,100 +9600,102 @@ msgstr ""
"Pisa %s\n"
"to elite promijeniti na ovom pisau?"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr "Napravi!"
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
msgid "Printer connection type"
msgstr "Vrsta veze s pisaem"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
msgid "Printer name, description, location"
msgstr "Ime pisaa, opis, lokacija"
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr "Proizvoa pisaa, model, pokretaki program"
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr "Proizvoa pisaa, model"
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr "Odredi ovaj pisa za podrazumijevani"
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Dodaj ovaj pisa StarOfficeu/OpenOffice.orgu"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Dodaj ovaj pisa StarOfficeu/OpenOffice.org/GIMPu"
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Ukloni ovaj pisa iz StarOfficea/OpenOffice.orga"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Ukloni ovaj pisa iz StarOfficea/OpenOffice.org/GIMPa"
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
msgid "Print test pages"
msgstr "Ispii probne stranice"
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
msgid "Know how to use this printer"
msgstr "Saznajte kako koristiti ovaj pisa"
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
msgid "Remove printer"
msgstr "Ukloni pisa"
-#: ../../printerdrake.pm_.c:3245
+#: ../../printerdrake.pm_.c:3472
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Uklanjam stari pisa \"%s\" ..."
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
msgid "Default printer"
msgstr "Podrazumijevani pisa"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Pisa \"%s\" je sada odreen za podrazumijevani."
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Dodavanje pisaa StarOfficeu/OpenOffice.orgu"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Dodavanje pisaa StarOfficeu/OpenOffice.org/GIMPu"
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr "Pisa \"%s\" je uspjeno dodan StarOfficeu/OpenOffice.orgu."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
+msgstr "Pisa \"%s\" je uspjeno dodan StarOfficeu/OpenOffice.org/GIMPu."
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr "Nisam uspio dodati \"%s\" StarOfficeu/OpenOffice.orgu."
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgstr "Nisam uspio dodati \"%s\" StarOfficeu/OpenOffice.org/GIMPu."
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "Uklanjam pisa iz StarOfficea/OpenOffice.orga"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Uklanjam pisa iz StarOfficea/OpenOffice.org/GIMPa"
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr "Pisa \"%s\" je uspjeno uklonjen iz StarOfficea/OpenOffice.orga."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
+msgstr "Pisa \"%s\" je uspjeno uklonjen iz StarOfficea/OpenOffice.org/GIMPa."
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr "Nisam uspio ukloniti pisa \"%s\" iz StarOfficea/OpenOffice.orga."
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
+msgstr "Nisam uspio ukloniti pisa \"%s\" iz StarOfficea/OpenOffice.org/GIMPa."
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Da li stvarno elite ukloniti pisa \"%s\"?"
-#: ../../printerdrake.pm_.c:3297
+#: ../../printerdrake.pm_.c:3527
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "Uklanjam pisa \"%s\" ..."
@@ -9785,7 +10109,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Dijeljenje datoteka"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
msgid "System"
msgstr "Sustav"
@@ -9839,15 +10163,15 @@ msgstr "Pokretanje"
msgid "Stop"
msgstr "Zaustavljanje"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Hvala vam to ste izabrali Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
+msgstr "Hvala vam to ste izabrali Mandrake Linux 9.0"
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr "Dobrodoli u Open Source svijet"
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
@@ -9856,205 +10180,237 @@ msgstr ""
"Uspjeh MandrakeSofta se temelji na principima slobodnog softvera. Vanovi "
"operativni sustav je rezultat udruenog rada svjetske Linux zajednice"
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
+#: ../../share/advertising/02-community.pl_.c:9
+msgid "Get involved in the Free Software world"
msgstr "Pridruite se svijetu slobodnog softvera"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
"Upoznajte Open Source zajednicu i postanite lanom. Uite, poduavajte "
"ipomaite drugima uestvovanjem u diskusijama u mnogim forumima koje "
"etepronai na \"Community\" web stranicama"
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet i slanje poruka"
+#: ../../share/advertising/03-internet.pl_.c:9
+#, fuzzy
+msgid "Get the most from the Internet"
+msgstr "Spoji se na Internet"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"view animations with Mozilla and Konqueror, or read your mail and handle "
+"your personal information with Evolution and Kmail"
msgstr ""
-"Mandrake Linux 8.2 prua najbolji softver za pristupanje svemu to "
+"Mandrake Linux 9.0 prua najbolji softver za pristupanje svemu to "
"Internetima za ponuditi: surfajte webom i gledajte animacije sa Mozillom i "
"Koquererom,razmjenjujte emailove i organizirajte vae osobne informacije sa "
"Evolutionomi Kmailom, i jo mnogo toga"
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimedija - Grafika"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl_.c:11
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"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 vam omoguuje da potpuno ostvarite "
"multimedijalnipotencijal vaeg raunala! Koristite najnovije programe za "
"reprodukcijuglazbe i zvunih datoteka, ureujte i organizirajte slike i "
"fotografije,gledajte TV i video zapise, i jo mnogo toga"
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Razvoj"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "Igre"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-"Mandrake Linux 8.2 je najbolja platforma za razvoj aplikacija. Otkrijte mo "
-"GNU gcc prevoditelja kao i najbolja Open Source okruja za razvojaplikacija."
+"Mandrake Linux 8.2 dolazi sa najboljim Open Source igrama - arkade, akcijske,"
+"kartanje, sport, strategije, ..."
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
msgid "Mandrake Control Center"
msgstr "Mandrake Kontrolni Centar"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
+#, fuzzy
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
"Mandrake Linux 8.2 Kontrolni Centar je mjesto gdje si potpuno "
"moetepodrediti i podesiti va Mandrake sustav"
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
msgid "User interfaces"
msgstr "Korisnika suelja"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
+msgid ""
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
+msgstr ""
+
+#: ../../share/advertising/08-development.pl_.c:9
+#, fuzzy
+msgid "Development simplified"
+msgstr "Razvoj"
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
+
+#: ../../share/advertising/08-development.pl_.c:11
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
msgstr ""
-"Mandrake Linux 8.2 ima izbor od 11 razliitih grafikih suelja za radni "
-"stol i prozorne menaere koji ukljuuje GNOME 1.4, KDE 2.2.2, WindowMaker "
-"0.8 i ostale"
+"Mandrake Linux 8.2 je najbolja platforma za razvoj aplikacija. Otkrijte mo "
+"GNU gcc prevoditelja kao i najbolja Open Source okruja za razvojaplikacija."
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Posluiteljski softver"
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:10
+#, fuzzy
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
"Uinite od svog raunala moni posluitelj sa samo nekoliko pritisaka na "
"miu:Web posluitelj, email, vatrozid, router, datoteni i ispisni "
"posluitelj, ..."
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Igre"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-"Mandrake Linux 8.2 dolazi sa najboljim Open Source igrama - arkade, akcijske,"
-"kartanje, sport, strategije, ..."
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "MandrakeCampus"
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
+msgstr ""
+
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl_.c:10
+#, fuzzy
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
msgstr ""
-"elite li nauiti Linux jednostavno, brzo i besplatno? MandrakeSoftvam "
-"omoguuje besplatnu Linux obuku, kao i nain da provjerite svojnapredak, u "
-"MandrakeCampusu -- naem online centru za obuku"
+"Potpun raspon Linux rjeenja, kao i posebne ponude proizvoda i 'goodiesa', "
+"sudostupni online preko nae e-trgovine"
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-"Kvalitetna podrka od Linux zajednice, kao i od MandrakeSofta, je iza ugla.A "
-"ako ve jeste Linux veteran, postanite \"Strunjak\" i podijelite "
-"svojeznanje na naem websiteu za podrku"
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "MandrakConsulting"
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
msgstr ""
-"Za sve vae IT projekte, nai savjetnici su spremni analizirati vaezahtjeve "
-"i ponuditi konkretno rjeenje. Iskoristite MandrakeSoftovogolemo iskustvo "
-"kao Linux stvaratelja da bi dobili ozbiljnu IT alternativuvaoj poslovnoj "
-"organizaciji"
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "MandrakeStore"
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
+msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
msgstr ""
-"Potpun raspon Linux rjeenja, kao i posebne ponude proizvoda i 'goodiesa', "
-"sudostupni online preko nae e-trgovine"
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
+#, fuzzy
+msgid "Become a MandrakeExpert"
+msgstr "MandrakeExpert"
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-"Za vie informacija o MandrakeSoftovim profesionalnim uslugama i "
-"komercijalnimponudama, pogledajte web stranice:"
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
+msgid ""
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "MandrakeExpert"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
+msgstr ""
-#: ../../standalone.pm_.c:40
+#: ../../standalone.pm_.c:41
msgid "Installing packages..."
msgstr "Instaliram pakete..."
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Molim prvo se odjavite te pritisnite Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Molim ponovo se logirajte u %s kako bi aktivirali promjenjeno"
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Ne mogu proitati vau particijsku tablicu, previe je unitena za mene :(\n"
-"Pokuati u sa brisanjem loih particija"
-
#: ../../standalone/drakTermServ_.c:188
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
@@ -10100,12 +10456,13 @@ msgstr "Dodaj korisnika"
msgid "Add/Del Clients"
msgstr "DHCP klijent"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
msgid "Help"
msgstr "Pomo"
@@ -10281,8 +10638,8 @@ msgstr ""
"\n"
"Parametri automatske instalacije su dostupni u odjeljku na lijevoj strani"
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "estitke!"
@@ -10306,20 +10663,24 @@ msgstr "Dodaj stavku"
msgid "Remove the last item"
msgstr "Ukloni posljednju stavku"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:732
+#: ../../standalone/drakbackup_.c:726
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
@@ -10329,7 +10690,7 @@ msgstr ""
" DrakBackup Report \n"
"\n"
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -10341,7 +10702,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -10353,13 +10714,20 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
#, fuzzy
msgid "Total progess"
msgstr "ukupni progres"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10368,16 +10736,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Bez lozinke"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "Ne mogu otvoriti %s: %s\n"
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -10388,60 +10781,65 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr "Sigurnosna pohrana sustavskih datoteka"
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
msgid "Hard Disk Backup files..."
msgstr "Sigurnosna pohrana datoteka na tvrdom disku..."
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
msgid "Backup User files..."
msgstr "Sigurnosna pohrana korisnikih datoteka"
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr "Progres sigurnosne pohrane tvrdog diska"
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
msgid "Backup Other files..."
msgstr "Sigurnosna pohrana drugih datoteka"
-#: ../../standalone/drakbackup_.c:1266
+#: ../../standalone/drakbackup_.c:1321
#, fuzzy
msgid "No changes to backup!"
msgstr "Koristi vrpcu za pohranu"
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -10449,16 +10847,16 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, fuzzy, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr ""
-"popis datoteka poslan FTPom : %s\n"
+"popis datoteka poslan FTPom: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
#, fuzzy
msgid ""
"\n"
@@ -10469,39 +10867,39 @@ msgstr ""
"(!) problem sa FTP vezom: nije bilo mogue poslati vae pohranjene "
"datotekeFTPom.\n"
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1324
+#: ../../standalone/drakbackup_.c:1379
#, fuzzy
msgid " Error during mail sending. \n"
msgstr "Greka prilikom itanja datoteke %s"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Odabir datoteka"
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr "Izaberi datoteke ili mape i stisni 'Dodaj'"
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10509,26 +10907,26 @@ msgstr ""
"\n"
"Provjerite sve opcije koje trebate.\n"
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Ove opcije mogu pohraniti i povratiti sve datoteke u vaoj /etc mapi.\n"
-#: ../../standalone/drakbackup_.c:1527
+#: ../../standalone/drakbackup_.c:1602
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Sigurnosno pohranjivanje vaih sustavskih datoteka ( /etc mapa )"
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr "Koristi inkrementalno pohranjivanje (ne zamjenjuje staru pohranu)"
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Izostavi kritine datoteke (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10536,129 +10934,133 @@ msgstr ""
"S ovom opcijom moi ete povratiti bilo koju inaicu\n"
"vaeg /etc direktorija."
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
msgid "Please check all users that you want to include in your backup."
msgstr "Odaberite sve korisnike koje elite ukljuiti u pohranu."
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr "Izostavi cache preglednika (browsera)"
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Koristi inkrementalnu pohranu (ne zamjenjuje stare pohrane)"
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Ukloni izabrano"
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
msgid "Windows (FAT32)"
msgstr "Windowse (FAT32)"
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
msgid "Users"
msgstr "Korisnici"
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
#, fuzzy
msgid "Use network connection to backup"
msgstr "Koristi FTP vezu za pohranu"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
#, fuzzy
msgid ""
" Transfer \n"
"Now"
msgstr "Prebaci"
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
msgid "Please enter the host name or IP."
msgstr "Upiite ime hosta ili IP."
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
#, fuzzy
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr "Upiite mapu na ovom hostu u koju ete staviti pohranu."
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
msgid "Please enter your login"
msgstr "Upiite svoje korisniko ime"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
msgid "Please enter your password"
msgstr "Upiite svoju lozinku"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
msgid "Remember this password"
msgstr "Zapamti ovu lozinku"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr "Koristi CD/DVDROM za pohranu"
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
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:1849
+#: ../../standalone/drakbackup_.c:1923
#, fuzzy
msgid "Please choose your CD/DVD media size"
msgstr "Izaberite prostor na CDu"
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Naznaite da li koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
msgid "Please check if you are using CDRW media"
msgstr "Naznaite da li koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Naznaite da li prethodno elite obrisati va CDRW"
-#: ../../standalone/drakbackup_.c:1868
+#: ../../standalone/drakbackup_.c:1942
#, fuzzy
msgid " Erase Now "
msgstr "Prebaci"
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Naznaite da li koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1880
+#: ../../standalone/drakbackup_.c:1954
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Naznaite da li koristite CDRW medij"
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -10666,36 +11068,36 @@ msgstr ""
"Upiite ime vaeg CD snimaa\n"
" ex: 0,1,0"
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
#, fuzzy
msgid "No CD device defined!"
msgstr "Odaberite datoteku"
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
msgid "Use tape to backup"
msgstr "Koristi vrpcu za pohranu"
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr "Upiite ime ureaja kojeg ete koristiti za sigurnosnu pohranu"
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Naznaite da li prethodno elite obrisati va CDRW"
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Naznaite da li prethodno elite obrisati va CDRW"
-#: ../../standalone/drakbackup_.c:1995
+#: ../../standalone/drakbackup_.c:2069
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Naznaite da li prethodno elite obrisati va CDRW"
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -10703,57 +11105,57 @@ msgstr ""
"Upiite maksimalnu dozvoljenu\n"
" veliinu za Drakbackup"
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Upiite mapu za snimanje:"
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
msgid "Use quota for backup files."
msgstr "Koristi quotu za pohranjene datoteke"
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
msgid "Network"
msgstr "Mrea"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr "Tvrdi disk / NFS"
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
#, fuzzy
msgid "Tape"
msgstr "Vrsta"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr "svaki sat"
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr "svaki dan"
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr "svaki tjedan"
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr "svaki mjesec"
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
msgid "Use daemon"
msgstr "Koristi daemon"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -10761,13 +11163,13 @@ msgstr ""
"Izaberite vremenski razmak izmeu\n"
"dvije sigurnosne pohrane"
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Izaberite medij za pohranu."
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
#, fuzzy
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
@@ -10775,71 +11177,71 @@ msgid ""
"Note that currently all 'net' medias also use the hard drive."
msgstr "Osigurajte da je cron daemon ukljuen u vae servise"
-#: ../../standalone/drakbackup_.c:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr "Ovjde poalji izvjetaj mailom poslije svake pohrane:"
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
msgid "What"
msgstr "to"
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
msgid "Where"
msgstr "Gdje"
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
msgid "When"
msgstr "Kada"
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
msgid "More Options"
msgstr "Jo opcija"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
msgid "Drakbackup Configuration"
msgstr "Drakbackup postava"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
msgid "Please choose where you want to backup"
msgstr "Izaberite gdje elite pohranjivati"
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr "na tvrdi disk"
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
msgid "across Network"
msgstr "preko mree"
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
msgid "Please choose what you want to backup"
msgstr "Izaberite to elite pohranjivati"
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
msgid "Backup system"
msgstr "Pohrani sustav"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr "Pohrani korisnike"
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr "Runo izaberi korisnika"
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
@@ -10847,7 +11249,7 @@ msgstr ""
"\n"
"Izvori za pohranu: \n"
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
@@ -10855,7 +11257,7 @@ msgstr ""
"\n"
"- Sustavske datoteke:\n"
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
@@ -10863,7 +11265,7 @@ msgstr ""
"\n"
"- Korisnike datoteke:\n"
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
@@ -10871,64 +11273,64 @@ msgstr ""
"\n"
"- Druge datoteke:\n"
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
"\n"
-"- Snimi na tvrdi disk u putanju : %s\n"
+"- Snimi na tvrdi disk u putanju: %s\n"
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, fuzzy, c-format
-msgid " on device : %s"
+msgid " on device: %s"
msgstr "Ureaj mia: %s\n"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
"\n"
-"Snimi FTPom na host : %s\n"
+"Snimi FTPom na host: %s\n"
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, fuzzy, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
"\n"
-"Snimi FTPom na host : %s\n"
+"Snimi FTPom na host: %s\n"
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -10937,7 +11339,7 @@ msgstr ""
"\t\t korisniko ime: %s\n"
"\t\t u putanju: %s \n"
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
msgid ""
"\n"
"- Options:\n"
@@ -10945,62 +11347,62 @@ msgstr ""
"\n"
"- Opcije:\n"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr "\tIzostavi sustavske datoteke\n"
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr "\tPohrana koristi tar i bzip2\n"
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr "\tPohrana koristi tar i gzip\n"
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
"\n"
"- Daemon (%s) ukljui :\n"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr "\t-Tvrdi disk.\n"
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr "\t-Mreu FTPom.\n"
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr "\t-Mreu SSHom.\n"
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
#, fuzzy
msgid "\t-Network by rsync.\n"
msgstr "\t-Mreu FTPom.\n"
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
#, fuzzy
msgid "\t-Network by webdav.\n"
msgstr "\t-Mreu FTPom.\n"
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Nema postavki, molimo izaberite arobnjaka ili Napredno.\n"
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
@@ -11008,7 +11410,7 @@ msgstr ""
"Popis podataka za povrat:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
@@ -11016,159 +11418,277 @@ msgstr ""
"Popis oteenih podataka:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
msgid "Please uncheck or remove it on next time."
msgstr "Molimo ponitite odabir ili ga uklonite idui put"
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr "Pohranjene datoteke su oteene"
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
#, fuzzy
msgid " All of your selected data have been "
msgstr " Svi vai izabrani podaci su "
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr " Uspjeno povraeni na %s "
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
msgid " Restore Configuration "
msgstr " Povrati postavke "
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr "U redu da bi povratili ostale datoteke"
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Popis korisnika za povrat (samo je najnoviji nadnevak vaan za svakog "
"korisnika)"
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
msgid "Backup the system files before:"
msgstr "Pohrani sustavske datoteke prije:"
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
msgid "please choose the date to restore"
msgstr "izaberite nadnevak za povrat"
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
msgid "Use Hard Disk to backup"
msgstr "Koristi tvrdi disk za pohranu"
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
msgid "Please enter the directory to save:"
msgstr "Upiite mapu za snimanje:"
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
msgid "FTP Connection"
msgstr "FTP veza"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
msgid "Secure Connection"
msgstr "Sigurna veza"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
msgid "Restore from Hard Disk."
msgstr "Povrati s tvrdog diska"
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr "Upiite mapu u koju ste pohranili podatke"
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
msgid "Select another media to restore from"
msgstr "Izaberite drugi medij s kojeg ete povratiti podatke"
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
msgid "Other Media"
msgstr "Ostali mediji"
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
msgid "Restore system"
msgstr "Povrati sustav"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
msgid "Restore Users"
msgstr "Povrati korisnike"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore Other"
msgstr "Povrati ostalo"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "izaberi putanju za povrat (umjesto / )"
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
"Napravi novu sigurnosnu pohranu prije povrata (samo za inkrementalne "
"pohrane.)"
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr "Ukloni mape korisnika prije povrata."
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3394
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Ukloni izabrano"
+
+#: ../../standalone/drakbackup_.c:3411
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "Povrati ostalo"
+
+#: ../../standalone/drakbackup_.c:3477
+#, fuzzy, c-format
+msgid "Backup files not found at %s."
+msgstr "Pohranjene datoteke su oteene"
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, fuzzy
+msgid "Restore From CD"
+msgstr "Povrati s tvrdog diska"
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "Vrati particijsku tabelu"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3524
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "Povrati korisnike"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3525
+#, fuzzy
+msgid "Host Name"
+msgstr "Ime raunala"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+#, fuzzy
+msgid "Password required"
+msgstr "Lozinka"
+
+#: ../../standalone/drakbackup_.c:3539
+#, fuzzy
+msgid "Username required"
+msgstr "Korisniko ime"
+
+#: ../../standalone/drakbackup_.c:3542
+#, fuzzy
+msgid "Hostname required"
+msgstr "Ime raunala: "
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "Povrati ostalo"
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr "Povrati sve pohrane"
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
msgid "Custom Restore"
msgstr "Prilagoena pohrana"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3865
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "Vrati particijsku tabelu"
+
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "Povrati korisnike"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
msgid "Previous"
msgstr "Prijanje"
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Snimi"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
msgid "Build Backup"
msgstr "Sloi sigurnosnu pohranu"
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
msgid "Restore"
msgstr "Povrati"
-#: ../../standalone/drakbackup_.c:3553
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Molimo sloite pohranu prije povrata...\n"
-"ili provjerite da je putanja ispravna"
-
-#: ../../standalone/drakbackup_.c:3574
+#: ../../standalone/drakbackup_.c:4231
+#, fuzzy
msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
"Greka tijekom slanja pote\n"
" va mail sa izvjetajem nije poslan\n"
" molimo podesite sendmail"
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Slijedei paketi e biti instalirani"
-#: ../../standalone/drakbackup_.c:3621
+#: ../../standalone/drakbackup_.c:4278
#, fuzzy
msgid ""
"Error during sending file via FTP.\n"
@@ -11177,19 +11697,19 @@ msgstr ""
"Greka tijekom slanja datoteke putem FTPa.\n"
" Ispravite svoje FTP postavke."
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
msgid "Please select data to restore..."
msgstr "Izaberite podatke za povrat"
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
msgid "Please select media for backup..."
msgstr "Izaberite medij za sigurnosnu pohranu..."
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
msgid "Please select data to backup..."
msgstr "Izaberite podatke koje ete pohraniti..."
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -11197,59 +11717,59 @@ msgstr ""
"Nije pronaena datoteka s postavkama \n"
"pritisnite arobnjaka ili Napredno."
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr "Razvija se ... molimo saekajte."
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
msgid "Backup system files"
msgstr "Pohrani sustavske datoteke"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup user files"
msgstr "Pohrani korisnike datoteke"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup other files"
msgstr "Pohrani ostale datoteke"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr "Ukupni progres"
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr "slanje datoteka FTPom"
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
msgid "Sending files..."
msgstr "aljem datoteke..."
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
msgid "Backup Now from configuration file"
msgstr "Pohrani iz datoteke sa postavkama"
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
msgid "View Backup Configuration."
msgstr "Pogledaj postavke sigurnosne pohrane"
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
msgid "Wizard Configuration"
msgstr "Postavke arobnjaka"
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
msgid "Advanced Configuration"
msgstr "Napredne postavke"
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
msgid "Backup Now"
msgstr "Pohrani sada"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
#, fuzzy
msgid ""
"options description:\n"
@@ -11310,7 +11830,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11324,7 +11844,7 @@ msgstr ""
" namjesiti myhostname ili mydomain u /etc/postfix/main.cf\n"
"\n"
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -11402,28 +11922,29 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
+#, fuzzy
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
@@ -11454,18 +11975,18 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -11495,7 +12016,7 @@ msgstr ""
"sa ovim programom; ako ne, piite na Free Software Foundation,\n"
"Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -11573,7 +12094,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -11591,7 +12112,7 @@ msgstr ""
"no to je poaljete posluitelju.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11612,7 +12133,7 @@ msgstr ""
"mapu, i izgubit ete sve podatke. Vano je biti\n"
"oprezan i ne mijenjati podatke u pohrani runo.\n"
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -11731,9 +12252,9 @@ msgid "Synchronization tool"
msgstr ""
# ../../share/compssUsers
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
#, fuzzy
msgid "Standalone Tools"
msgstr "Konzolni Alati"
@@ -11786,26 +12307,26 @@ msgstr "Printerdrake"
msgid "Configuration Wizards"
msgstr "arobnjak mrenih postavki"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
#, fuzzy
msgid "Application:"
msgstr "Provjera autentinosti"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
#, fuzzy
msgid "Package: "
msgstr "Odabir paketa"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
#, fuzzy
msgid "Release: "
msgstr "Molim priekajte"
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -11817,21 +12338,21 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
#, fuzzy
msgid "Report"
msgstr "port"
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
#, fuzzy
msgid "Not installed"
msgstr "Post deinstalacija"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Screenshotovi e biti raspoloivi poslije instalaciju u %s"
@@ -12280,7 +12801,7 @@ msgid "Font List"
msgstr "Popis fontova"
#: ../../standalone/drakfont_.c:909
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "Izaberite aplikacije koje e podravati fontove :"
#: ../../standalone/drakfont_.c:918
@@ -12351,19 +12872,19 @@ msgstr "Ukloni fontove s vaeg sustava"
msgid "Post Uninstall"
msgstr "Post deinstalacija"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr "Dijeljenje Internet Veze"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr "Dijeljenje veze prema internetu je trenutno omogueno"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -12375,31 +12896,31 @@ msgstr ""
"\n"
"to elite napraviti?"
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
msgid "disable"
msgstr "onemogui"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr "odustani"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "reconfigure"
msgstr "ponovno postavi"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
msgid "Disabling servers..."
msgstr "Onemoguujem posluitelje..."
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
msgid "Internet connection sharing is now disabled."
msgstr "Dijeljenje veze prema Internetu je trenutno onemogueno."
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr "Dijeljenje veze prema Internetu je trenutno onemogueno"
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -12411,19 +12932,19 @@ msgstr ""
"\n"
"to elite napraviti?"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
msgid "enable"
msgstr "omogui"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr "Omoguujem posluitelje..."
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
msgid "Internet connection sharing is now enabled."
msgstr "Dijeljenje veze prema internetu je trenutno omogueno."
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
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 "
@@ -12439,21 +12960,21 @@ msgstr ""
"Upozorenje: trebati ete primjenjeni Mreni Ureaj za postavljanje lokalne "
"mree (LAN)."
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Meusklop %s (koristi modul %s)"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, c-format
msgid "Interface %s"
msgstr "Meusklop %s"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr "Nema mrenog adaptera na vaem sustavu!"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -12461,11 +12982,11 @@ msgstr ""
"Nije pronaen niti jedan mreni adapter na vaem sustavu. Molimo pokrenite "
"hardware-ski konfiguracijski alat."
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "Mreni meusklop"
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -12480,18 +13001,18 @@ msgstr ""
"\n"
"Postaviti u lokalnu mreu (LAN) sa tim adapterom."
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
"Molimo odaberite koji mreni adapter e biti povezan na vau lokalnu mreu."
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:259
msgid "Network interface already configured"
msgstr "Mreno suelje ve podeeno"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -12506,15 +13027,15 @@ msgstr ""
"\n"
"Moete je podesiti i runo, ali trebate znati to radite."
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
msgid "Automatic reconfiguration"
msgstr "Automatska rekonfiguracija"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
msgid "Show current interface configuration"
msgstr "Pokai trenutne postavke suelja"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -12531,7 +13052,7 @@ msgstr ""
"IP atribut: %s\n"
"Pokretaki program: %s"
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -12551,54 +13072,42 @@ msgstr ""
"posluitelj.\n"
"\n"
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr "C-Class lokalna mrea"
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
msgid "(This) DHCP Server IP"
msgstr "IP (ovog) DHCP posluitelja"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr "Re-konfiguriraj suelje i DHCP posluitelj"
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr "Lokalna mrea nije zavrila sa '.0', odustajem."
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"Potencijalni LAN adresni konflikt je pronaen u trenutnoj konfiguraciji %s!\n"
-#: ../../standalone/drakgw_.c:320
-msgid "Firewalling configuration detected!"
-msgstr "Detektirana je vatrozidna konfiguracija!"
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Upozorenje! Postojea vatrozidna konfiguracija je pronaena. Morati ete "
-"runo popraviti neke dijelove nakon instalacije."
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
msgid "Configuring..."
msgstr "Podeavam..."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr "Podeavam skriptove, instaliram softver, pokreem posluitelje..."
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, c-format
msgid "Problems installing package %s"
msgstr "Problem prilikom instaliranja paketa %s"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -12608,23 +13117,23 @@ msgstr ""
"Sada moete dijeliti vau internet vezu sa drugim raunalima na vaoj "
"lokalnoj mrei, koristei automatsku mrenu konfiguraciju (DHCP)."
-#: ../../standalone/drakgw_.c:566
+#: ../../standalone/drakgw_.c:504
msgid "The setup has already been done, but it's currently disabled."
msgstr "Postavljanje je ve uraeno, ali je trenutno onemogueno."
-#: ../../standalone/drakgw_.c:567
+#: ../../standalone/drakgw_.c:505
msgid "The setup has already been done, and it's currently enabled."
msgstr "Postavljanje je ve uraeno, ali je trenutno omogueno."
-#: ../../standalone/drakgw_.c:568
+#: ../../standalone/drakgw_.c:506
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Dijeljenje veze prema internetu nije bilo konfigurirano."
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
msgid "Internet connection sharing configuration"
msgstr "Postavke dijeljenja internet veze"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -12639,6 +13148,167 @@ msgstr ""
"\n"
"Kliknite na Postavke ukoliko elite pokreniti arobnjak za postavljanja."
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr "Nema TV kartice!"
+
+#: ../../standalone/draksound_.c:47
+#, fuzzy
+msgid ""
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+"TV kartica nije prepoznata na vaem raunalu. Provjerite da li je Linux-"
+"podrana Video/TV kartica ispravno ukljuena.\n"
+"\n"
+"\n"
+"Moete posjetiti nau bazu hardvera na:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+#, fuzzy
+msgid "first step creation"
+msgstr "pravljenje boot diskete"
+
+#: ../../standalone/draksplash_.c:77
+#, fuzzy
+msgid "final resolution"
+msgstr "Rezolucija"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#, fuzzy
+msgid "choose image file"
+msgstr "Izaberite datoteku"
+
+#: ../../standalone/draksplash_.c:79
+#, fuzzy
+msgid "Theme name"
+msgstr "Ime sharea"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+#, fuzzy
+msgid "go to lilosplash configuration"
+msgstr "Postava nakon instalacije"
+
+#: ../../standalone/draksplash_.c:83
+#, fuzzy
+msgid "quit"
+msgstr "Zavri"
+
+#: ../../standalone/draksplash_.c:84
+#, fuzzy
+msgid "save theme"
+msgstr "Instaliraj sustav"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#, fuzzy
+msgid "Configure bootsplash picture"
+msgstr "Podeavanje servisa"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+#, fuzzy
+msgid "go back"
+msgstr "Loopback"
+
+#: ../../standalone/draksplash_.c:120
+#, fuzzy
+msgid "preview"
+msgstr "ureaj"
+
+#: ../../standalone/draksplash_.c:121
+#, fuzzy
+msgid "choose color"
+msgstr "Odaberite monitor"
+
+#: ../../standalone/draksplash_.c:124
+msgid "Display logo on Console"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:436
+#, fuzzy
+msgid "ProgressBar color selection"
+msgstr "Izabir modela pisaa"
+
+#: ../../standalone/draksplash_.c:454
+#, fuzzy
+msgid "You must choose an image file first!"
+msgstr "Morate izabrati/upisati pisa/ureaj!"
+
+#: ../../standalone/draksplash_.c:463
+#, fuzzy
+msgid "Generating preview ..."
+msgstr "Otkrivanje ureaja ..."
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12727,11 +13397,11 @@ msgstr ""
"upiite svoj tv standard i zemlju"
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr "TV standard :"
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr "Podruje :"
#: ../../standalone/drakxtv_.c:114
@@ -12816,7 +13486,7 @@ msgstr "Ne mogu pokrenuti ivu nadogradnju !!!\n"
msgid "The change is done, but to be effective you must logout"
msgstr "Promjena je izvrena, ali da bi imala uinak, morate se odlogirati"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
msgid "logdrake"
msgstr "logdrake"
@@ -12994,8 +13664,9 @@ msgid "service setting"
msgstr "postavljanje servisa"
#: ../../standalone/logdrake_.c:431
+#, fuzzy
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"You will receive an alert if one of the selected services is no more running"
msgstr "Primit ete upozorenje ako jedan od izabranih servisa vie ne radi"
#: ../../standalone/logdrake_.c:443
@@ -13015,19 +13686,19 @@ msgstr "postava upozoravanja"
msgid "Please enter your email address below "
msgstr "Upiite svoju lozinku"
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr "Snimi kao.."
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "Molim izaberite koju vrstu mia koristite."
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "Emuliranje tree tipke?"
-#: ../../standalone/printerdrake_.c:48
+#: ../../standalone/printerdrake_.c:57
#, fuzzy
msgid "Reading printer data ..."
msgstr "itam podatke o pisau ..."
@@ -13040,21 +13711,32 @@ msgstr "Otkrivanje ureaja ..."
msgid "Test ports"
msgstr "Iskuaj portove"
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:56
+#, fuzzy, c-format
+msgid "%s found on %s, configure it?"
msgstr "%s naen na %s, podesi?"
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:65
msgid "Select a scanner"
msgstr "Odaberite skener"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr "Skener %s nije podran"
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, c-format
msgid ""
"Scannerdrake was not able to detect your %s scanner.\n"
@@ -13063,11 +13745,11 @@ msgstr ""
"Scannerdrake nije uspio prepoznati va %s skener.\n"
"Izaberite ureaj gdje je skener ukljuen"
-#: ../../standalone/scannerdrake_.c:95
+#: ../../standalone/scannerdrake_.c:109
msgid "choose device"
msgstr "Izaberite ureaj"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -13078,7 +13760,7 @@ msgstr ""
"Moete pokrenuti printerdrake iz Mandrake kontrolnog centra uHardver "
"odjeljku."
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -13089,48 +13771,18 @@ msgstr ""
"Moete sada skenirati dokumente koritenjem ''XSanea'' izMultimedija/Grafika "
"u aplikacijskom izborniku."
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
"Some devices in the %s class were added:\n"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:30
-msgid "Firewalling Configuration"
-msgstr "Vatrozidne postave"
-
-#: ../../standalone/tinyfirewall_.c:43
-msgid "Firewalling configuration"
-msgstr "Vatrozidne postave"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Vatrozidi\n"
-"\n"
-"Ve ste postavili vatrozid.\n"
-"Kliknite na Podesi za promjenu ili brisanje vatrozida"
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Vatrozidi\n"
-"\n"
-"Kliknite na Podesi za postavljanje standardnog vatrozida"
-
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "Odaberite jezik"
@@ -13203,226 +13855,7 @@ msgstr "Instaliraj dogradnje sustava"
msgid "Exit install"
msgstr "Izlaz iz instalacije"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"tinyfirewall podeavanje\n"
-"\n"
-"Ovo podeava osobni vatrozid za ovo Mandrake Linux raunalo.\n"
-"Za snano primjenjena vatrozidna rjeenja, molimo pogledajte\n"
-"specijaliziranu MandrakeSecurity Firewall distribuciju."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Sada emo vas pitati nekoliko pitanja o servisima koje elite dozvoliti\n"
-"Internetu da se spoji. Molimo razmislite paljivo o tim\n"
-"pitanjima, jer sigurnost vaeg raunala je vana.\n"
-"\n"
-"Molimo, ukoliko ne koristite trenutno jedan od tih servisa, postavite\n"
-"vatrozid. Moete promjeniti ovu konfiguraciju bilo kad zaelite\n"
-"pokretanjem ponovno ove aplikacije!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Da li imate pokrenut web posluitelj na ovom raunalu kojeg treba cijeli\n"
-"Internet vidjeti? Ukoliko trebate web posluitelj kojemu e biti pristupan\n"
-"samo sa ovog raunala, moete sigurno odgovoriti NE ovdje.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Da li imate pokrenut imenski posluitelj na ovom raunalu? Ukoliko niste "
-"postavili jedan\n"
-"da daje IP i informacije o zoni cijelom Internet-u, molimo\n"
-"odgovorite ne.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Da li elite omoguiti dolazee Secure Shell (ssh) veze? To je\n"
-"je telnet zamjena to moete koristiti za prijavljivanje. Ako sada "
-"koristite\n"
-"telnet, trebali biste definitivno se prebaciti na ssh. telnet nije\n"
-"enkriptiran -- tako da neki napadai mogu ukrasti vae lozinke ako ga "
-"koristite\n"
-"ssh je enkriptiran i nedozvoljava prislukivanje (sniffanje)."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Da li elite dopustiti dolazee telnet veze?\n"
-"Ovo je uasno nesigurno, kao to smo objasnili na prethodnom zaslonu. Mi\n"
-"jako preporuamo odgovaranjem Ne ovdje i koritenjem ssh-a umjesto\n"
-"telnet-a.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Da li imate pokrenut FTP posluitelj ovdje koji treba biti dostupan\n"
-"Internet-u? Ukoliko da, jako preporuamo da ga koristite samo za\n"
-"anonimni prijenos. Svaka lozinka prenesena FTP-om moe biti ukradena od\n"
-"nekih napadaa, jer FTP takoer ne koristi enkripciju za prijenos lozinki.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Da li imate pokrenut mail posluitelj ovdje? Ako aljete vae \n"
-"poruke kroz pine, mutt ili neki drugi tekst-bazirani mail klijent,\n"
-"vjerojatno ga koristite. Ako ne, trebali biste ga odijeliti vatrozidom.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Da li imate pokrenut POP ili IMAP posluitelj ovdje? Ovo moe\n"
-"koristiti za posluivanje ne-web-baziranih mail rauna za osobe preko\n"
-"ovog raunala.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"ini se da imate pokrenut 2.2 kernel. Ukoliko je vaa IP\n"
-"adresa automatski postavljena u vaem domu ili uredu\n"
-"(dinamiki dodjeljenja), moramo to dozvoliti. Da\n"
-"li je to sluaj?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Da li se vae raunalo vremenski sinkronizira sa drugim raunalom?\n"
-"Veinom, ovo se koristi kod srednje-velikih Unix/Linux organizacija\n"
-"za sinkronizaciju vremena za zapisivanje/logiranje i slino. Ukoliko\n"
-"niste dio veeg ureda ili niste uli za ovo, vjerojatno\n"
-"ne."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Podeavanje zavreno. Moemo li zapisati ove promjene na disk?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Ne mogu otvoriti %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Ne mogu otvoriti %s za pisanje: %s\n"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr "Ne, ne trebam DHCP"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr "Da, trebam DHCP"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr "Ne, ne trebam NTP"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr "Da, trebam NTP"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr "Nemoj snimiti"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr "Snimi & izai"
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-msgid "Firewall Configuration Wizard"
-msgstr "arobnjak za postavu vatrozida"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr "Ne (sadri ovo s interneta na vatrozidu)"
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr "Da (propusti ovo kroz vatrozid)"
-
-#: ../../tinyfirewall.pm_.c:230
-msgid "Please Wait... Verifying installed packages"
-msgstr "Molimo priekajte... Provjeravam instalirane pakete"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Neuspjela instalacija potrebnih paketa : %s i Bastille.\n"
-" Pokuajte ih instalirati runo."
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
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-*"
@@ -13566,6 +13999,10 @@ msgstr ""
msgid "Graphical Environment"
msgstr "Grafiko Okruje"
+#: ../../share/compssUsers:999
+msgid "Development"
+msgstr "Razvoj"
+
# ../../share/compssUsers
#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
@@ -13697,45 +14134,332 @@ msgstr "Multimedija - CD prenje"
msgid "Scientific Workstation"
msgstr "Znanstvena radna stanica"
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
+#~ msgid ""
+#~ "The first time you try the X configuration, you may not be very "
+#~ "satisfied\n"
+#~ "with its display (screen is too small, shifted left or right...). Hence,\n"
+#~ "even if X starts up correctly, DrakX then asks you if the configuration\n"
+#~ "suits you. It will also propose to change it by displaying a list of "
+#~ "valid\n"
+#~ "modes it could find, asking you to select one.\n"
+#~ "\n"
+#~ "As a last resort, if you still cannot get X to work, choose \"Change\n"
+#~ "graphics card\", select \"Unlisted card\", and when prompted on which\n"
+#~ "server, choose \"FBDev\". This is a failsafe option which works with any\n"
+#~ "modern graphics card. Then choose \"Test again\" to be sure."
+#~ msgstr ""
+#~ "Kada prvi put isprobate X konfiguraciju, moda neete biti vrlo "
+#~ "zadovoljni\n"
+#~ "prikazom (premaleni ekran, pomaknut ulijevo ili udesno...). Stoga, i ako "
+#~ "se\n"
+#~ "Xi pokrenu normalno, DrakX e vas pitati da li vam postavke odgovaraju. "
+#~ "Takoer\n"
+#~ "e predloiti da ih promijenite izabiranjem jednog od ispravnih modova sa "
+#~ "popisa\n"
+#~ " pronaenih.\n"
+#~ "\n"
+#~ "Kao posljednju mjeru, ako jo uvijek niste uspjeli natjerati Xe da rade, "
+#~ "izaberite\n"
+#~ "\"Promijeni grafiku karticu\", opcija \"Nenavedena kartica\", i kada "
+#~ "budete\n"
+#~ "upitani za posluitelj, izaberite \"FBDev\". Ovo je sigurnosna opcija "
+#~ "koja radi\n"
+#~ "sa svakom suvremenom grafikom karticom. Potom izaberite \"Ponovno "
+#~ "isprobaj\" da\n"
+#~ "biste bili sigurni."
+
+#~ msgid "Internet and Messaging"
+#~ msgstr "Internet i slanje poruka"
+
+#~ msgid "Multimedia and Graphics"
+#~ msgstr "Multimedija - Grafika"
-#, fuzzy
#~ 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."
+#~ "Mandrake Linux 8.2 provides 11 different graphical desktop environments "
+#~ "and window managers to choose from including GNOME 1.4, KDE 2.2.2, Window "
+#~ "Maker 0.8, and the rest"
#~ msgstr ""
-#~ "Ova razina se treba koristiti sa panjom. Ona ini va sustav mnogo "
-#~ "lakim za koritenje,\n"
-#~ "ali vrlo osjetljiv: ne smije biti koriten za raunala koja su povezana u "
-#~ "mrei ili na Internet. Naime, nema lozinke za pristup."
+#~ "Mandrake Linux 8.2 ima izbor od 11 razliitih grafikih suelja za radni "
+#~ "stol i prozorne menaere koji ukljuuje GNOME 1.4, KDE 2.2.2, WindowMaker "
+#~ "0.8 i ostale"
+
+#~ msgid "Server Software"
+#~ msgstr "Posluiteljski softver"
+
+#~ msgid "MandrakeCampus"
+#~ msgstr "MandrakeCampus"
-#, fuzzy
#~ msgid ""
-#~ "With this security level, the use of this system as a server becomes "
-#~ "possible.\n"
-#~ " The security is now high enough to use the system as a "
-#~ "server which can accept\n"
-#~ " connections from many clients. Note: if your machine is "
-#~ "only a client on the Internet, you should choose a lower level."
+#~ "Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+#~ "provides free Linux training, as well as a way to test your progress, at "
+#~ "MandrakeCampus -- our online training center"
#~ msgstr ""
-#~ "Sa ovom sigurnosnom razinom, koritenje ovog sustava kao posluitelj "
-#~ "postaje mogue.\n"
-#~ "Sigurnost je sada toliko visoka da se sustav moe koristiti kao "
-#~ "posluitelj\n"
-#~ "koji prima zahtjeve od mnogo klijenata. Upozorenje: ako je vae raunalo "
-#~ "samo klijent na Internetu, bolje da izaberete niu razinu."
+#~ "elite li nauiti Linux jednostavno, brzo i besplatno? MandrakeSoftvam "
+#~ "omoguuje besplatnu Linux obuku, kao i nain da provjerite svojnapredak, "
+#~ "u MandrakeCampusu -- naem online centru za obuku"
-#, fuzzy
-#~ msgid "Basic Options"
-#~ msgstr "Opcije"
+#~ msgid ""
+#~ "Quality support from the Linux Community, and from MandrakeSoft, is just "
+#~ "around the corner. And if you're already a Linux veteran, become an "
+#~ "\"Expert\" and share your knowledge at our support website"
+#~ msgstr ""
+#~ "Kvalitetna podrka od Linux zajednice, kao i od MandrakeSofta, je iza "
+#~ "ugla.A ako ve jeste Linux veteran, postanite \"Strunjak\" i podijelite "
+#~ "svojeznanje na naem websiteu za podrku"
-#, fuzzy
-#~ msgid "Security Checks"
-#~ msgstr "Sigurnost"
+#~ msgid "MandrakeConsulting"
+#~ msgstr "MandrakConsulting"
+
+#~ msgid ""
+#~ "For all of your IT projects, our consultants are ready to analyze your "
+#~ "requirements and offer a customized solution. Benefit from MandrakeSoft's "
+#~ "vast experience as a Linux producer to provide a true IT alternative for "
+#~ "your business organization"
+#~ msgstr ""
+#~ "Za sve vae IT projekte, nai savjetnici su spremni analizirati "
+#~ "vaezahtjeve i ponuditi konkretno rjeenje. Iskoristite "
+#~ "MandrakeSoftovogolemo iskustvo kao Linux stvaratelja da bi dobili "
+#~ "ozbiljnu IT alternativuvaoj poslovnoj organizaciji"
+
+#~ msgid "MandrakeStore"
+#~ msgstr "MandrakeStore"
+
+#~ msgid ""
+#~ "For more information on MandrakeSoft's Professional Services and "
+#~ "commercial offerings, please see the following web page:"
+#~ msgstr ""
+#~ "Za vie informacija o MandrakeSoftovim profesionalnim uslugama i "
+#~ "komercijalnimponudama, pogledajte web stranice:"
+
+#~ msgid "LBA (doesn't work on old BIOSes)"
+#~ msgstr "LBA (ne radi na starim BIOSima)"
+
+#~ msgid "You don't have any partitions!"
+#~ msgstr "Nemate niti jednu particiju!"
+
+#~ msgid ""
+#~ "DiskDrake failed to read correctly the partition table.\n"
+#~ "Continue at your own risk!"
+#~ msgstr ""
+#~ "DiskDrake nije uspio proitati vau particijsku tablice.\n"
+#~ "Nastavite o vlastitoj odgovornosti."
+
+#~ msgid ""
+#~ "I can't read your partition table, it's too corrupted for me :(\n"
+#~ "I'll try to go on blanking bad partitions"
+#~ msgstr ""
+#~ "Ne mogu proitati vau particijsku tablicu, previe je unitena za mene :"
+#~ "(\n"
+#~ "Pokuati u sa brisanjem loih particija"
+
+#~ msgid ""
+#~ "Please Build backup before to restore it...\n"
+#~ " or verify that your path to save is correct."
+#~ msgstr ""
+#~ "Molimo sloite pohranu prije povrata...\n"
+#~ "ili provjerite da je putanja ispravna"
+
+#~ msgid "Firewalling Configuration"
+#~ msgstr "Vatrozidne postave"
+
+#~ msgid "Firewalling configuration"
+#~ msgstr "Vatrozidne postave"
+
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "You already have set up a firewall.\n"
+#~ "Click on Configure to change or remove the firewall"
+#~ msgstr ""
+#~ "Vatrozidi\n"
+#~ "\n"
+#~ "Ve ste postavili vatrozid.\n"
+#~ "Kliknite na Podesi za promjenu ili brisanje vatrozida"
+
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "Click on Configure to set up a standard firewall"
+#~ msgstr ""
+#~ "Vatrozidi\n"
+#~ "\n"
+#~ "Kliknite na Podesi za postavljanje standardnog vatrozida"
+
+#~ msgid ""
+#~ "We'll now ask you questions about which services you'd like to allow\n"
+#~ "the Internet to connect to. Please think carefully about these\n"
+#~ "questions, as your computer's security is important.\n"
+#~ "\n"
+#~ "Please, if you're not currently using one of these services, firewall\n"
+#~ "it off. You can change this configuration anytime you like by\n"
+#~ "re-running this application!"
+#~ msgstr ""
+#~ "Sada emo vas pitati nekoliko pitanja o servisima koje elite dozvoliti\n"
+#~ "Internetu da se spoji. Molimo razmislite paljivo o tim\n"
+#~ "pitanjima, jer sigurnost vaeg raunala je vana.\n"
+#~ "\n"
+#~ "Molimo, ukoliko ne koristite trenutno jedan od tih servisa, postavite\n"
+#~ "vatrozid. Moete promjeniti ovu konfiguraciju bilo kad zaelite\n"
+#~ "pokretanjem ponovno ove aplikacije!"
+
+#~ msgid ""
+#~ "Are you running a web server on this machine that you need the whole\n"
+#~ "Internet to see? If you are running a webserver that only needs to be\n"
+#~ "accessed by this machine, you can safely answer NO here.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Da li imate pokrenut web posluitelj na ovom raunalu kojeg treba cijeli\n"
+#~ "Internet vidjeti? Ukoliko trebate web posluitelj kojemu e biti "
+#~ "pristupan\n"
+#~ "samo sa ovog raunala, moete sigurno odgovoriti NE ovdje.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Are you running a name server on this machine? If you didn't set one\n"
+#~ "up to give away IP and zone information to the whole Internet, please\n"
+#~ "answer no.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Da li imate pokrenut imenski posluitelj na ovom raunalu? Ukoliko niste "
+#~ "postavili jedan\n"
+#~ "da daje IP i informacije o zoni cijelom Internet-u, molimo\n"
+#~ "odgovorite ne.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Do you want to allow incoming Secure Shell (ssh) connections? This\n"
+#~ "is a telnet-replacement that you might use to login. If you're using\n"
+#~ "telnet now, you should definitely switch to ssh. telnet is not\n"
+#~ "encrypted -- so some attackers can steal your password if you use\n"
+#~ "it. ssh is encrypted and doesn't allow for this eavesdropping."
+#~ msgstr ""
+#~ "Da li elite omoguiti dolazee Secure Shell (ssh) veze? To je\n"
+#~ "je telnet zamjena to moete koristiti za prijavljivanje. Ako sada "
+#~ "koristite\n"
+#~ "telnet, trebali biste definitivno se prebaciti na ssh. telnet nije\n"
+#~ "enkriptiran -- tako da neki napadai mogu ukrasti vae lozinke ako ga "
+#~ "koristite\n"
+#~ "ssh je enkriptiran i nedozvoljava prislukivanje (sniffanje)."
+
+#~ msgid ""
+#~ "Do you want to allow incoming telnet connections?\n"
+#~ "This is horribly unsafe, as we explained in the previous screen. We\n"
+#~ "strongly recommend answering No here and using ssh in place of\n"
+#~ "telnet.\n"
+#~ msgstr ""
+#~ "Da li elite dopustiti dolazee telnet veze?\n"
+#~ "Ovo je uasno nesigurno, kao to smo objasnili na prethodnom zaslonu. Mi\n"
+#~ "jako preporuamo odgovaranjem Ne ovdje i koritenjem ssh-a umjesto\n"
+#~ "telnet-a.\n"
+
+#~ msgid ""
+#~ "Are you running an FTP server here that you need accessible to the\n"
+#~ "Internet? If you are, we strongly recommend that you only use it for\n"
+#~ "Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
+#~ "attackers, since FTP also uses no encryption for transferring passwords.\n"
+#~ msgstr ""
+#~ "Da li imate pokrenut FTP posluitelj ovdje koji treba biti dostupan\n"
+#~ "Internet-u? Ukoliko da, jako preporuamo da ga koristite samo za\n"
+#~ "anonimni prijenos. Svaka lozinka prenesena FTP-om moe biti ukradena od\n"
+#~ "nekih napadaa, jer FTP takoer ne koristi enkripciju za prijenos "
+#~ "lozinki.\n"
+
+#~ msgid ""
+#~ "Are you running a mail server here? If you're sending you \n"
+#~ "messages through pine, mutt or any other text-based mail client,\n"
+#~ "you probably are. Otherwise, you should firewall this off.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Da li imate pokrenut mail posluitelj ovdje? Ako aljete vae \n"
+#~ "poruke kroz pine, mutt ili neki drugi tekst-bazirani mail klijent,\n"
+#~ "vjerojatno ga koristite. Ako ne, trebali biste ga odijeliti vatrozidom.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Are you running a POP or IMAP server here? This would\n"
+#~ "be used to host non-web-based mail accounts for people via \n"
+#~ "this machine.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Da li imate pokrenut POP ili IMAP posluitelj ovdje? Ovo moe\n"
+#~ "koristiti za posluivanje ne-web-baziranih mail rauna za osobe preko\n"
+#~ "ovog raunala.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "You appear to be running a 2.2 kernel. If your network IP\n"
+#~ "is automatically set by a computer in your home or office \n"
+#~ "(dynamically assigned), we need to allow for this. Is\n"
+#~ "this the case?\n"
+#~ msgstr ""
+#~ "ini se da imate pokrenut 2.2 kernel. Ukoliko je vaa IP\n"
+#~ "adresa automatski postavljena u vaem domu ili uredu\n"
+#~ "(dinamiki dodjeljenja), moramo to dozvoliti. Da\n"
+#~ "li je to sluaj?\n"
+
+#~ msgid ""
+#~ "Is your computer getting time syncronized to another computer?\n"
+#~ "Mostly, this is used by medium-large Unix/Linux organizations\n"
+#~ "to synchronize time for logging and such. If you're not part\n"
+#~ "of a larger office and haven't heard of this, you probably \n"
+#~ "aren't."
+#~ msgstr ""
+#~ "Da li se vae raunalo vremenski sinkronizira sa drugim raunalom?\n"
+#~ "Veinom, ovo se koristi kod srednje-velikih Unix/Linux organizacija\n"
+#~ "za sinkronizaciju vremena za zapisivanje/logiranje i slino. Ukoliko\n"
+#~ "niste dio veeg ureda ili niste uli za ovo, vjerojatno\n"
+#~ "ne."
+
+#~ msgid ""
+#~ "Configuration complete. May we write these changes to disk?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Podeavanje zavreno. Moemo li zapisati ove promjene na disk?\n"
+#~ "\n"
+#~ "\n"
+#~ "\n"
+
+#~ msgid "Can't open %s for writing: %s\n"
+#~ msgstr "Ne mogu otvoriti %s za pisanje: %s\n"
+
+#~ msgid "No I don't need DHCP"
+#~ msgstr "Ne, ne trebam DHCP"
+
+#~ msgid "Yes I need DHCP"
+#~ msgstr "Da, trebam DHCP"
+
+#~ msgid "No I don't need NTP"
+#~ msgstr "Ne, ne trebam NTP"
+
+#~ msgid "Yes I need NTP"
+#~ msgstr "Da, trebam NTP"
+
+#~ msgid "Don't Save"
+#~ msgstr "Nemoj snimiti"
+
+#~ msgid "Save & Quit"
+#~ msgstr "Snimi & izai"
+
+#~ msgid "Firewall Configuration Wizard"
+#~ msgstr "arobnjak za postavu vatrozida"
+
+#~ msgid "No (firewall this off from the internet)"
+#~ msgstr "Ne (sadri ovo s interneta na vatrozidu)"
+
+#~ msgid "Yes (allow this through the firewall)"
+#~ msgstr "Da (propusti ovo kroz vatrozid)"
+
+#~ msgid "Please Wait... Verifying installed packages"
+#~ msgstr "Molimo priekajte... Provjeravam instalirane pakete"
+
+#~ msgid ""
+#~ "Failure installing the needed packages: %s and Bastille.\n"
+#~ " Try to install them manually."
+#~ msgstr ""
+#~ "Neuspjela instalacija potrebnih paketa: %s i Bastille.\n"
+#~ " Pokuajte ih instalirati runo."
#~ msgid "Data list to include on CDROM."
#~ msgstr "Popis datoteka koje e biti na CDu."
@@ -13766,14 +14490,6 @@ msgstr "Znanstvena radna stanica"
#~ "Naznaite da li elite ukljuiti podizanje instalacije pri\n"
#~ "dizanju raunala sa CDa."
-#, fuzzy
-#~ msgid "Windows PDC"
-#~ msgstr "Windowse (FAT32)"
-
-#, fuzzy
-#~ msgid "PDC Server Name"
-#~ msgstr "NTP Posluitelj"
-
#~ msgid ""
#~ "\n"
#~ "Welcome to the Printer Setup Wizard\n"
@@ -13842,36 +14558,15 @@ msgstr "Znanstvena radna stanica"
#~ "Da bi instalirali mrene pisae, stisnite \"Odustani\", prebacite se u"
#~ "\"Strunjak\" mod i ponovno stisnite \"Dodaj novi pisa\"."
-#, fuzzy
-#~ msgid ""
-#~ "Is your printer a multi-function device from HP (OfficeJet, PSC, LaserJet "
-#~ "1100/1200/1220/3200/3300 with scanner), an HP PhotoSmart or an HP "
-#~ "LaserJet 2200?"
-#~ msgstr ""
-#~ "Da li je va pisa HPov multi-funkcijski ureaj (OfficeJet, PSC, "
-#~ "PhotoSmart,LaserJet 1100/1200/1220/3200/3300 sa skenerom)?"
-
#~ msgid "Installing HPOJ package..."
#~ msgstr "Instaliram HPOJ paket"
#~ msgid "Checking device and configuring HPOJ..."
#~ msgstr "Provjeravam ureaj i namjetam HPOJ ..."
-#, fuzzy
-#~ msgid "Installing SANE packages..."
-#~ msgstr "Instaliram SANE paket..."
-
-#, fuzzy
-#~ msgid "Installing mtools packages..."
-#~ msgstr "Instaliram pakete..."
-
#~ msgid "Scanning on your HP multi-function device"
#~ msgstr "Skeniram na vaem HP multi-funkcijskom ureaju"
-#, fuzzy
-#~ msgid "Photo memory card access on your HP multi-function device"
-#~ msgstr "Skeniram na vaem HP multi-funkcijskom ureaju"
-
#~ msgid "Making printer port available for CUPS..."
#~ msgstr "inim pisa dostupnim CUPSu ..."
@@ -14005,13 +14700,6 @@ msgstr "Znanstvena radna stanica"
#~ msgid "Choose a X driver"
#~ msgstr "Odaberite X upravljaki program"
-#~ msgid "X driver"
-#~ msgstr "X upravljaki program"
-
-#~ msgid "Warning: testing this graphics card may freeze your computer"
-#~ msgstr ""
-#~ "Upozorenje: testiranje grafike kartice moe zamrzunti vae raunalo"
-
#~ msgid "Standard VGA, 640x480 at 60 Hz"
#~ msgstr "Standardni VGA, 640x480 na 60 Hz"
diff --git a/perl-install/share/po/id.po b/perl-install/share/po/id.po
index dd230bae2..61efebbb6 100644
--- a/perl-install/share/po/id.po
+++ b/perl-install/share/po/id.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX 0.1\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
"PO-Revision-Date: 2002-08-17 22:55+09:00\n"
"Last-Translator: Budi Rachmanto <rac@linux-mandrake.com>\n"
"Language-Team: Bahasa Indonesia <id@li.org>\n"
@@ -54,19 +54,19 @@ msgstr "32 MB"
msgid "64 MB or more"
msgstr "64 MB atau lebih"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "Pilih server X"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "Server X"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
msgstr "Konfigurasi head majemuk"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -74,27 +74,27 @@ msgstr ""
"Sistem Anda mendukung konfigurasi head majemuk.\n"
"Apa yg ingin Anda lakukan?"
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "Pilih memori kartu grafis Anda"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "Konfigurasi XFree"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "Konfigurasi XFree mana yang Anda inginkan?"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr "Konfigurasikan semua head secara terpisah"
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr "Gunakan ekstensi Xinerama"
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Konfigurasikan hanya kartu \"%s\"%s"
@@ -105,13 +105,13 @@ msgstr "Konfigurasikan hanya kartu \"%s\"%s"
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s dengan akselerasi hardware 3D"
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -121,17 +121,17 @@ msgstr ""
"XFree %s.\n"
"Kartu Anda ini dapat dipakai pada XFree %s yg punya dukungan baik dalam 2D."
-#: ../../Xconfig/card.pm_.c:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "Kartu Anda dapat menggunakan akselerasi hardware 3D pada XFree %s."
-#: ../../Xconfig/card.pm_.c:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s dengan akselerasi hardware 3D PERCOBAAN"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -142,7 +142,7 @@ msgstr ""
"NAMUN INI BARU DALAM TAHAP PERCOBAAN DAN DAPAT MEMBUAT KOMPUTER ANDA HANG.\n"
"Kartu Anda ini dapat digunakan XFree %s yang lebih baik dalam 2D."
-#: ../../Xconfig/card.pm_.c:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -151,52 +151,53 @@ msgstr ""
"Kartu Anda dapat menggunakan akselerasi hardware 3D pada XFree %s,\n"
"NAMUN INI BARU DALAM TAHAP PERCOBAAN DAN DAPAT MEMBUAT KOMPUTER ANDA HANG."
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (instalasi driver display)"
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "Customized"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
msgid "Graphic Card"
msgstr "Kartu Grafik"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "Resolusi"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr "Tes"
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Pilihan"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "Ok"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Keluar"
@@ -213,27 +214,27 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "Pilih monitor"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr "Plug'n Play"
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "Generik"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
msgid "Vendor"
msgstr "Pembuat"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -255,11 +256,11 @@ msgstr ""
"Anda akan rusak berat.\n"
"Kalau Anda ragu, gunakan setting yang umum."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "Laju refresh horisontal"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "Laju refresh vertikal"
@@ -296,36 +297,41 @@ msgstr "Pilih resolusi dan kedalaman warna"
msgid "Graphics card: %s"
msgstr "Kartu grafis: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "Batal"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "Tes konfigurasi"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "Anda ingin tes konfigurasi ini?"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "Tes konfigurasi"
+#: ../../Xconfig/test.pm_.c:31
+#, fuzzy
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Awas: tes kartu grafis ini dapat membekukan komputer Anda"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -468,26 +474,22 @@ msgstr "Boot dari DOS/windows (loadlin)"
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "Parameter Bootloader utama"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "Bootloader yang hendak digunakan"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "Instalasi Bootloader"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "Device boot"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (tak bisa dipakai pada BIOS kuno)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "Kompak"
@@ -504,16 +506,17 @@ msgstr "Mode video"
msgid "Delay before booting default image"
msgstr "Delay sebelum boot ke image default"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Katasandi"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "Katasandi (lagi)"
@@ -548,14 +551,14 @@ msgid ""
msgstr ""
"Pilihan ``Batasi parameter command line'' tidak ada gunanya tanpa katasandi"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "Silakan ulangi"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "Katasandi tidak sama"
@@ -605,16 +608,16 @@ msgstr ""
"Ini adalah entri yang lain lagi.\n"
"Anda boleh tambahkan atau mengubah yang sudah ada."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Tambah"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "Selesai"
@@ -626,7 +629,7 @@ msgstr "Modifikasi"
msgid "Which type of entry do you want to add?"
msgstr "Tipe entri mana yang hendak ditambahkan?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linux"
@@ -720,13 +723,13 @@ msgstr "Anda punya lagi?"
msgid "Do you have any %s interfaces?"
msgstr "Punya antarmuka %s?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Tidak"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "Ya"
@@ -825,37 +828,47 @@ msgstr "izinkan \"su\""
msgid "access to administrative files"
msgstr "akses ke file administratif"
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+#, fuzzy
+msgid "access to network tools"
+msgstr "akses ke peralatan rpm"
+
+#: ../../any.pm_.c:755
+#, fuzzy
+msgid "access to compilation tools"
+msgstr "akses ke peralatan rpm"
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(sudah ditambahkan %s)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "Katasandi ini terlalu sederhana"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "Silakan tulis nama user"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Nama user hanya boleh terdiri dari huruf, angka, `-' dan `_'"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:768
msgid "The user name is too long"
msgstr "Nama user terlalu panjang"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "User ini sudah ada sebelumnya"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "Tambah user"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -864,32 +877,32 @@ msgstr ""
"Masukkan user\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "Buat user"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "Nama Lengkap"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Nama user"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "Ikon"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -897,54 +910,54 @@ msgstr ""
"Komputer Anda dapat diset agar secara otomatis login dg satu user.\n"
"Anda ingin pakai feature ini?"
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "Pilih user default:"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "Pilih manajer window yg akan dipakai:"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
msgid "Please choose a language to use."
msgstr "Pilih bahasan yg akan dipakai."
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr "Anda bisa pilih bahasa lain yang akan tersedia setelah install selesai"
-#: ../../any.pm_.c:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Semua"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "Allow all users"
msgstr "Izinkan semua user"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "No sharing"
msgstr "Tiada pemakaian bersama"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Paket %s perlu diupgrade. Anda ingin instal?"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "Anda dapat mengekspor dg NFS atau Samba. Pilih yg Anda ingin."
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Paket wajib %s hilang"
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -958,11 +971,11 @@ msgstr ""
"\n"
"\"Custom\" memungkinkan tuning masing-masing user.\n"
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr "Luncurkan userdrake"
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -970,31 +983,31 @@ msgstr ""
"Sharing per-user menggunakan grup \"fileshare\". \n"
"Anda dapat memakai userdrake utk menambah user di grup ini."
-#: ../../any.pm_.c:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "Selamat Datang di Crackers"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "Lemah"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Standar"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "Kuat"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
msgid "Higher"
msgstr "Lebih Kuat"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "Pengecut"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive: it must not be used for a machine connected to others\n"
@@ -1005,13 +1018,13 @@ msgstr ""
"mesin yang terhubung ke mesin lain atau ke ke Internet. Tidak akan ada\n"
"akses katasandi."
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
msgstr "Katasandi akan diaktifkan, tapi mohon jangan disambungkan ke jaringan."
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1019,7 +1032,7 @@ msgstr ""
"Ini adalah sekuriti standar, dianjurkan untuk komputer yang akan\n"
"terkoneksi ke Internet sebagai klien."
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1027,7 +1040,7 @@ msgstr ""
"Sudah ada beberapa batasan, dan beberapa pengecekan otomatis berjalan tiap "
"malam."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1040,7 +1053,7 @@ msgstr ""
"Sekuriti kini cukup tinggi untuk dapat melayani koneksi banyak klien.\n"
"Jika mesin Anda hanya berfungsi sebagai klien, pilihlah level lebih rendah."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1048,28 +1061,28 @@ msgstr ""
"Sama dengan level sebelumnya, tapi sistem sepenuhnya ditutup.\n"
"Fitur sekuriti maksimum."
-#: ../../any.pm_.c:1091
+#: ../../any.pm_.c:1094
msgid "DrakSec Basic Options"
msgstr "Opsi Dasar DrakSec"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
msgid "Please choose the desired security level"
msgstr "Pilih tingkat keamanan yg Anda inginkan"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
msgid "Security level"
msgstr "Tingkat keamanan"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
msgid "Use libsafe for servers"
msgstr "Gunakan libsafe utk server"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr "Library penahan serangan string format dan overflow buffer"
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr "Admin Keamanan (login / email)"
@@ -1113,57 +1126,57 @@ 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:935
+#: ../../bootloader.pm_.c:932
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Selamat datang di sang pemilih sistem operasi, GRUB"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:935
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Gunakan tombol %c dan %c untuk memilih entri yang disorot"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:938
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Tekan enter untuk memboot OS yang terpilih, atau tekan 'e' untuk edit"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:941
msgid "commands before booting, or 'c' for a command-line."
msgstr "perintah sebelum booting, atau 'c' untuk command line."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:944
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Entri yang dipilih akan diboot secara otomatis dalam %d detik."
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:948
msgid "not enough room in /boot"
msgstr "tak cukup ruang di /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "Start Menu"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Anda tak dapat menginstal bootloader pada partisi %s\n"
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr "belum ada help.\n"
@@ -1171,8 +1184,8 @@ msgstr "belum ada help.\n"
msgid "Boot Style Configuration"
msgstr "Konfigurasi Tipe Boot"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_File"
@@ -1182,7 +1195,7 @@ msgstr "/_File"
msgid "/File/_Quit"
msgstr "/File/_Keluar"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1223,54 +1236,60 @@ msgstr "Instal tema"
msgid "Display theme under console"
msgstr "Display tema di konsol"
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+#, fuzzy
+msgid "Create new theme"
+msgstr "Membuat partisi baru"
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr "Gagal membuat preview Bootsplash"
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "Ada Kesalahan"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr "Backup %s ke %s.old"
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
msgstr "gagal mem-backup pesan lilo"
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, c-format
msgid "Copy %s to %s"
msgstr "Salin %s ke %s"
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr "tak dapat mengubah pesan lilo"
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr "Pesan lilo tak ditemukan"
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr "Tak dapat menulis /etc/sysconfig/bootsplash."
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, c-format
msgid "Write %s"
msgstr "Tulis %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
@@ -1278,17 +1297,17 @@ msgstr ""
"Tak dapat menulis /etc/sysconfig/bootsplash\n"
"File tak ditemukan."
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr "Tak dapat meluncurkan mkinitrd -f /boot/initrd-%s.img %s."
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
-msgstr "Buat initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
+msgstr "Buat initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
@@ -1297,45 +1316,45 @@ msgstr ""
"Luncurkan \"lilo\" sbg root di baris perintah utk menyelesaikan instalasi "
"tema LiLo."
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr "Luncur ulang 'lilo'"
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
msgid "Notice"
msgstr "Catatan"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr "Instalasi tema LiLo dan Bootsplash sukses"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "Theme installation failed!"
msgstr "Instalasi tema gagal!"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
"Click on Configure to launch the setup wizard."
msgstr "Manajer Boot: %s. Klik Configure untuk memanggil ahli setup."
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Konfigurasikan"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
msgid "Splash selection"
msgstr "Pilihan Splash"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
msgid "Themes"
msgstr "Tema"
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1349,44 +1368,44 @@ msgstr ""
"Anda dapat memilih\n"
"secara terpisah"
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr "Layar lilo"
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr "Bootsplash"
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr "Mode sistem"
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr "Jalankan X-Window saat sistem dimulai"
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr "Tidak, saya tak mau autologin"
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "Ya, saya mau autologin dg (user,desktop) ini"
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "gagal baca file /etc/inittab: %s"
@@ -1483,45 +1502,50 @@ msgstr "Austria"
msgid "United States"
msgstr "Amerika Serikat"
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-msgid "Unknown Model"
-msgstr "Model Tak Dikenal"
-
#: ../../diskdrake/dav.pm_.c:23
msgid "New"
msgstr "Baru"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "Unmount"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "Mount"
+
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Posisi mount"
-#: ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/dav.pm_.c:81
msgid "Please enter the WebDAV server URL"
msgstr "Masukkan URL server WebDAV"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
msgid "The URL must begin with http:// or https://"
msgstr "URL harus dimulai dg http:// atau https://"
-#: ../../diskdrake/dav.pm_.c:92
+#: ../../diskdrake/dav.pm_.c:105
msgid "Server: "
msgstr "Server: "
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Posisi mount: "
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Pilihan: %s"
@@ -1530,8 +1554,9 @@ msgstr "Pilihan: %s"
msgid "Please make a backup of your data first"
msgstr "Lebih dulu buatlah backup data Anda"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "Baca dengan seksama!"
@@ -1568,10 +1593,15 @@ msgid "Please click on a partition"
msgstr "Silakan pilih partisi"
#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "Detil"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+#, fuzzy
+msgid "No hard drives found"
+msgstr "Printer tak ditemukan!"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1596,13 +1626,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "Kosong"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "Lainnya"
@@ -1610,12 +1640,12 @@ msgstr "Lainnya"
msgid "Filesystem types:"
msgstr "Tipe filesystem:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "Buat"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "Tipe"
@@ -1625,7 +1655,7 @@ msgstr "Tipe"
msgid "Use ``%s'' instead"
msgstr "Gunakan ``%s'' saja"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "Hapus"
@@ -1633,110 +1663,110 @@ msgstr "Hapus"
msgid "Use ``Unmount'' first"
msgstr "Gunakan ``unmount'' terlebih dahulu"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"Setelah mengganti tipe partisi %s, semua data pada partisi ini akan hilang"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose a partition"
msgstr "Pilih partisi"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose another partition"
msgstr "Pilih partisi lain"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
msgid "Exit"
msgstr "Keluar"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "Ubah ke modus ahli"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "Ubah ke modus normal"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "Kembali"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "Jalan terus?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "Keluar tanpa menyimpan"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "Keluar dari program tanpa menyimpan dalam tabel partisi?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
msgid "Do you want to save /etc/fstab modifications"
msgstr "Ingin simpan modifikasi /etc/fstab"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "Alokasi otomatis"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "Hapus semua"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "Tambahan"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
msgid "Hard drive information"
msgstr "Info hard drive"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "Semua partisi primary telah digunakan"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "Partisi tak dapat ditambah"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
msgstr ""
"Untuk menambahkan partisi, hapus satu agar dapat membuat partisi extended"
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
msgid "Save partition table"
msgstr "Simpan tabel partisi"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
msgid "Restore partition table"
msgstr "Kembalikan tabel partisi"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "Selamatkan tabel partisi"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
msgid "Reload partition table"
msgstr "Muat ulang tabel partisi"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
msgid "Removable media automounting"
msgstr "Mount otomatis media lepas"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "Pilih file"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1744,11 +1774,11 @@ msgstr ""
"Backup tabel partisi tidak memiliki ukuran yg sama\n"
"Jalan terus?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "Awas"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1756,79 +1786,71 @@ msgstr ""
"Masukkan disket ke drive\n"
"semua data di disket ini akan hilang"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "Sedang mencoba menyelamatkan tabel partisi"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
msgid "Detailed information"
msgstr "Info detil"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "Ubah ukuran"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "Pindah"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "Format"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Mount"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "Tambahkan ke RAID"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "Tambahkan ke LVM"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Unmount"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "Hapus dari RAID"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "Hapus dari LVM"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "Ganti RAID"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "digunakan untuk loopback"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "Membuat partisi baru"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "Sektor awal: "
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "Ukuran dalam MB: "
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "Tipe filesystem: "
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "Kesukaan: "
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
msgid ""
"You can't create a new partition\n"
"(since you reached the maximal number of primary partitions).\n"
@@ -1838,33 +1860,33 @@ msgstr ""
"(karena jumlah maksimal partisi primer telah tercapai).\n"
"Hapuslah satu partisi primer dan buatlah partisi extended."
-#: ../../diskdrake/interactive.pm_.c:494
+#: ../../diskdrake/interactive.pm_.c:499
msgid "Remove the loopback file?"
msgstr "Hapus file loopback?"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "Mengubah tipe partisi"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Filesystem apa yang Anda inginkan?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr "Pindah dari ext2 ke ext3"
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Device loopback %s akan dimount ke mana?"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Mount device %s akan dimount ke mana?"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1872,135 +1894,135 @@ msgstr ""
"Tak bisa unset mount point karena partisi ini sudah digunakan untuk\n"
"loopback. Hapus dulu loopbacknya."
-#: ../../diskdrake/interactive.pm_.c:584
+#: ../../diskdrake/interactive.pm_.c:594
#, c-format
msgid "Where do you want to mount %s?"
msgstr "%s akan dimount ke mana?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "Sedang menghitung bound filesystem FAT"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "Sedang mengubah ukuran"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr "Ukuran partisi ini tidak dapat diubah"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr "Semua data pada partisi ini sebaiknya dibackup dulu"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "Sehabis meresize partisi %s, semua data pada partisi ini akan hilang"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "Pilih ukuran baru"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
msgid "New size in MB: "
msgstr "Ukuran baru dalam MB: "
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "Disk mana yang hendak dipindah?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "Sektor"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "Sektor mana yang hendak dipindah"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "Pindah"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "Memindahkan partisi..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "Pilih RAID yang ada untuk ditambahkan ke"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "baru"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "Pilih LVM yang ada untuk ditambahkan ke"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr "nama LVM?"
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "Partisi ini tak bisa dipakai sebagai loopback"
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "Nama file loopback: "
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
msgid "Give a file name"
msgstr "Berikan nama file"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr "File sudah digunakan loopback yang lain, pilih yang lainnya dong"
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr "File sudah ada. Gunakan file ini ?"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
msgid "Mount options"
msgstr "Opsi mount"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr "Macam-macam"
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "device"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "level"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "ukuran chunk"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr "Hati-hati: operasi ini berbahaya"
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "Tipe partisi apa yang hendak digunakan?"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, c-format
msgid "The package %s is needed. Install it?"
msgstr "Perlu paket %s. Anda ingin instal?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2011,7 +2033,7 @@ msgstr ""
"Kalau Anda pakai LILO dan tak jalan, atau Anda tak mau LILO dan tak mau /"
"boot juga"
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2022,7 +2044,7 @@ msgstr ""
"dan Anda tidak memiliki partisi /boot. Apabila Anda akan menggunakan lilo\n"
"(boot manager), hati-hati dalam menambahkan partisi /boot"
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2032,44 +2054,44 @@ msgstr ""
"Sekarang bootloader tak ada yang bisa handel tanpa partisi /boot.\n"
"Jadi hati-hati dalam menambahkan partisi /boot"
-#: ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Tabel partisi pada drive %s akan ditulis ke disk!"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr "Anda harus reboot agar perubahan tabel partisi dapat berlaku"
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "Sehabis memformat partisi %s semua data pada partisi ini akan hilang"
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "Sedang memformat"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "Sekarang sedang memformat file loopback %s"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "Melakukan format partisi %s"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Hide files"
msgstr "Sembunyikan file"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Move files to the new partition"
msgstr "Pindah file ke partisi baru"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2078,83 +2100,83 @@ msgstr ""
"Direktori %s telah berisi data\n"
"(%s)"
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
msgid "Moving files to the new partition"
msgstr "Pindah file ke partisi baru"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr "Salin %s"
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, c-format
msgid "Removing %s"
msgstr "Hapus %s"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr "partisi %s sekarang jadi %s"
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "Device: "
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS letter: %s (hanya tebakan)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "Tipe: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "Nama: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "Mulai: sektor %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "Ukuran: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s sektor"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "Silinder %d sampai %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "Telah diformat\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "Belum diformat\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "Telah di-mount\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -2163,7 +2185,7 @@ msgstr ""
"File loopback:\n"
" %s\n"
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2171,27 +2193,27 @@ msgstr ""
"Partisi di-boot secara default\n"
" (untuk MS-DOS boot, bukan untuk lilo)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "Level %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "Ukuran chunk %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "Disk RAID %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "Nama file loopback: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2203,7 +2225,7 @@ msgstr ""
"partisi Driver, sebaiknya\n"
"biarkan begitu saja.\n"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2215,57 +2237,61 @@ msgstr ""
"yang khusus digunakan \n"
"oleh sistem dual boot.\n"
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "Ukuran: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Ukuran: %s silinber, %s head, %s sektor\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "Info: "
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "Disk LVM %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "Partisi tipe: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, c-format
msgid "on channel %d id %d\n"
msgstr "pada kanal %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
msgid "Filesystem encryption key"
msgstr "Kunci sandi sistem file"
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr "Pilih kunci sandi sistem file Anda"
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr "Katasandi ini terlalu mudah (harus paling tidak %d karakter)"
-#: ../../diskdrake/interactive.pm_.c:1180
+#: ../../diskdrake/interactive.pm_.c:1191
msgid "The encryption keys do not match"
msgstr "Kunci sandi tak cocok"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr "Kunci sandi"
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr "Kunci sandi (lagi)"
@@ -2299,7 +2325,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr "Masukkan nama user, katakunci dan nama domain utk mengakses host ini."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
msgid "Username"
msgstr "Nama user"
@@ -2311,23 +2337,23 @@ msgstr "Domain"
msgid "Search servers"
msgstr "Cari Server"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s proses format dari %s gagal"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "tidak bisa melakukan format %s dengan tipe %s"
-#: ../../fs.pm_.c:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "penyambungan partisi %s ke direktori %s gagal"
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "error melepas mount %s: %s"
@@ -2344,33 +2370,50 @@ msgstr "dengan /usr"
msgid "server"
msgstr "server"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, fuzzy, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"Tabel partisi rusak tak terbaca :(\n"
+"Partisi buruk dapat dicoba dihapus (SEMUA DATA AKAN HILANG!).\n"
+"Solusi lainnya adalah melarang DrakX memodifikasi tabel partisi.\n"
+"(pesan errornya adalah %s)\n"
+"\n"
+"Anda setuju untuk menghapus semua partisi?\n"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "JFS tak dapat dipakai utk partisi berukuran di bawah 16MB"
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "ReiserFS tak dapat dipakai utk partisi berukuran di bawah 32MB"
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "Mount point harus diawali dengan /"
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Partisi dengan titik mount %s sudah ada\n"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "Anda tak dapat menggunakan LVM Logical Volume untuk titik mount %s."
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr "Direktori ini harus ada di filesystem root"
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
"point\n"
@@ -2378,102 +2421,141 @@ msgstr ""
"Anda perlu filesystem yg benar (ext2, reiserfs, xfs, atau jfs) utk titik "
"mount ini\n"
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr "Anda tak dapat menggunakan sistem file bersandi utk mount point %s"
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
msgid "Not enough free space for auto-allocating"
msgstr "Tak cukup ruangan untuk alokasi otomatis"
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr "Tiada yang dikerjakan"
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "error membuka file %s untuk ditulisi: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:158
+#, fuzzy
+msgid "Sound configuration"
+msgstr "konfigurasi CUPS"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
msgstr ""
-"Error - tidak ada device yang valid untuk membuat filesystem baru. Periksa "
-"kembali hardware untuk mencari penyebabnya"
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "Anda tak punya partisi!"
+#: ../../harddrake/sound.pm_.c:162
+#, fuzzy
+msgid "Driver:"
+msgstr "Driver"
+
+#: ../../harddrake/sound.pm_.c:173
+#, fuzzy
+msgid "No known driver"
+msgstr "Driver X"
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:177
+#, fuzzy
+msgid "Unkown driver"
+msgstr "Model tak dikenal"
+
+#: ../../harddrake/sound.pm_.c:178
+#, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
msgid "Model"
msgstr "Model"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
msgid "hard disk model"
msgstr "model harddisk"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "Channel"
msgstr "Kanal"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr "Kanal EIDE/SCSI"
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr "Bus"
-#: ../../harddrake/ui.pm_.c:19
+#: ../../harddrake/ui.pm_.c:20
msgid ""
"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
msgstr "ini adalah bus fisik tempat alat tersambung (mis: PCI, USB, ...)"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "Module"
msgstr "Modul"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr "modul kernel GNU/Linux yang menangani alat tersebut"
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr "Kelas media"
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr "kelas alat hardware"
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "Keterangan"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr "keterangan alat"
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
msgid "Bus identification"
msgstr "Identifikasi bus"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
"- Alat PCI dan USB : daftar identitas PCI/USB penjual, alat, sub-penjual dan "
"sub-alat"
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr "Lokasi di bus"
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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"
@@ -2483,48 +2565,57 @@ msgstr ""
"- alat eide: alat adalah majikan atau budak\n"
"- alat scsi: bus scsi dan id alat scsi"
-#: ../../harddrake/ui.pm_.c:31
+#: ../../harddrake/ui.pm_.c:32
msgid "Old device file"
msgstr "File device lama"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr "nama alat statis lama yg dipakai di paket dev"
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
msgid "New devfs device"
msgstr "Device devfs baru"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr "nama alat dinamis baru yg dihasilkan oleh devfs kernel incore"
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
msgid "Number of buttons"
msgstr "Jumlah tombol"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr "nama pembuat device"
-#: ../../harddrake/ui.pm_.c:60
+#: ../../harddrake/ui.pm_.c:38
+#, fuzzy
+msgid "Alternative drivers"
+msgstr "Halaman tes alternatif (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 "/_Keluar"
-#: ../../harddrake/ui.pm_.c:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Tolong"
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
msgid "/_Help..."
msgstr "/_Tolong..."
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr "Pertolongan Harddrake"
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
@@ -2532,15 +2623,15 @@ msgstr ""
"Penjelasan isian:\n"
"\n"
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
msgid "/_About..."
msgstr "/_About..."
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr "Tentang Harddrake"
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
@@ -2548,51 +2639,51 @@ msgstr ""
"Inilah HardDrake, alat konfigurasi hardware Mandrake.\n"
"Versi:"
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
msgid "Author:"
msgstr "Pengarang:"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
msgstr "Harddrake2 versi "
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
msgid "Detected hardware"
msgstr "Hardware terdeteksi"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:105
+msgid "Information"
+msgstr "Info"
+
+#: ../../harddrake/ui.pm_.c:108
msgid "Configure module"
msgstr "Konfigurasi modul"
-#: ../../harddrake/ui.pm_.c:92
-msgid "Informations"
-msgstr "Info"
-
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr "Jalankan alat konfigurasi"
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
msgid "Detection in progress"
msgstr "Pendeteksian sedang berjalan"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "Tunggulah"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr "primer"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "secondary"
msgstr "sekunder"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr "Konfigurasi tiap parameter modul dapat dilakukan di sini."
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, c-format
msgid "Running \"%s\" ..."
msgstr "Jalankan \"%s\"..."
@@ -2626,15 +2717,15 @@ msgstr ""
"parameter kartu tv Anda jika perlu"
#: ../../harddrake/v4l.pm_.c:213
-msgid "Card model :"
+msgid "Card model:"
msgstr "Model kartu :"
#: ../../harddrake/v4l.pm_.c:214
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "Tipe tuner :"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
+msgid "Number of capture buffers:"
msgstr "Jumlah buffer penangkap :"
#: ../../harddrake/v4l.pm_.c:215
@@ -2642,11 +2733,11 @@ msgid "number of capture buffers for mmap'ed capture"
msgstr "Jumlah buffer penangkap utk penangkapan mmap"
#: ../../harddrake/v4l.pm_.c:217
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "setting PLL :"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr "Support radio :"
#: ../../harddrake/v4l.pm_.c:218
@@ -2658,22 +2749,22 @@ msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2807,7 +2898,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2876,10 +2967,10 @@ msgstr ""
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -2941,11 +3032,11 @@ msgstr ""
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -3016,7 +3107,7 @@ msgstr ""
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -3057,7 +3148,9 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
"X (Sistem Window X) adalah jantung antarmuka grafis GNU/Linux tempat sandar\n"
"semua lingkungan grafis (KDE, Gnome, AfterStep, WindowMaker...) Mandrake\n"
@@ -3074,30 +3167,7 @@ msgstr ""
"berikut. Jika Anda tak dapat melihat pesan, berarti konfigurasi salah dan\n"
"10 detik kemudian tes otomatis berakhir dg kembali ke layar semula."
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"Pertama kali mencoba konfigurasi X, Anda mungkin tak puas dg tampilannya\n"
-"(layar terlalu kecil, tergeser ke kiri/kanan...). Jadi walau X jalan dengan\n"
-"baik, DrakX akan bertanya apakah konfigurasi ini memuaskan. Mode valid yang\n"
-"ditemukan juga akan disajikan untuk dipilih.\n"
-"\n"
-"Jika Anda tetap gagal menjalankan X, pilih \"Ubah kartu grafis\", lalu\n"
-"\"Kartu tak terdaftar\", dan saat ditanya server apa yg Anda inginkan,\n"
-"pilih \"FBDev\". Ini adalah opsi failsafe yg jalan di kartu grafis modern.\n"
-"Lalu pilih \"Tes lagi\" agar yakin."
-
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -3110,7 +3180,8 @@ msgstr ""
"Jelas, Anda ingin menjawab \"Tidak\" jika mesin Anda dijadikan server, atau\n"
"jika Anda gagal mengkonfigurasi display."
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
+#, fuzzy
msgid ""
"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
@@ -3130,10 +3201,10 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
"CDROM Mandrake Linux punya mode pertolongan built-in, yg bisa diakses dg\n"
"mem-boot dari CDROM, tekan >>F1<< dan ketik >>rescue<< di prompt. Tapi jika\n"
@@ -3143,7 +3214,7 @@ msgstr ""
" * saat instalasi bootloader, DrakX akan menulis ulang sektor boot (MBR)\n"
"disk utama Anda (kecuali jika Anda memakai manajer boot lain) sehingga Anda\n"
"dapat menjalankan GNU/Linux atau Mindows (jika Anda punya Mindows di sistem\n"
-"Anda). Jika Anda menginstal Mindows lagi, proses instal micro$oft akan\n"
+"Anda). Jika Anda menginstal Mindows lagi, proses instal microsoft akan\n"
"menulis ulang sektor boot, dan Anda takkan dapat menjalankan GNU/Linux!\n"
"\n"
" * jika ada masalah sehingga Anda tak dapat menjalankan GNU/Linux dari hard\n"
@@ -3155,7 +3226,7 @@ msgstr ""
"harus kosong / berisi data yg tak Anda perlukan. Tak perlu diformat sebab\n"
"DrakX akan menulis ulang seluruh disket."
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
"Linux operating system on your hard drive. If your hard drive is empty or\n"
@@ -3188,7 +3259,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3221,7 +3294,9 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
"Pada tahap ini, pilihlah tempat Mandrake Linux akan diinstal di harddisk.\n"
"Bila harddisk masih kosong / ada sistem operasi lain yg mengisi seluruhnya,\n"
@@ -3279,7 +3354,7 @@ msgstr ""
"Awas! Cara ini amat perkasa tapi juga berbahaya. Anda bisa kehilangan data\n"
"dg mudah. Jangan pilih kecuali Anda tahu yg Anda lakukan."
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3340,7 +3415,7 @@ msgstr ""
"(*) Anda perlu floppy berformat FAT (utk membuatnya di GNU/Linux, jalankan\n"
"\"mformat a:\")"
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
"(formatting means creating a filesystem).\n"
@@ -3389,7 +3464,7 @@ msgstr ""
"Klik \"Tambahan\" jika ingin memilih partisi yg akan dicek blok rusaknya\n"
"di disk."
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -3404,12 +3479,12 @@ msgstr ""
"\n"
"Sabar..."
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3428,7 +3503,7 @@ msgstr ""
"dekat. Lalu muncul pohon seleksi paket: lihat lagi pilihan Anda, tekan\n"
"\"Instal\" untuk mengambil/nstal paket atau \"Batal\" jika tak jadi."
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3441,14 +3516,14 @@ msgstr ""
"dalamnya, klik \"Tolak\" agar instalasi terhenti. Untuk melanjutkan, klik\n"
"\"Terima\"."
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
@@ -3459,7 +3534,7 @@ msgstr ""
"\n"
"Jika Anda tak tahu apa yg dipilih, tetaplah pada opsi standar."
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3476,26 +3551,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3523,7 +3598,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3590,7 +3665,7 @@ msgstr ""
"lebih besar, katakan 50MB, Anda bisa memanfaatkannya utk menyimpan kernel\n"
"cadangan dan image ramdisk utk situasi boot darurat."
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
"Please choose the one you want to resize in order to install your new\n"
@@ -3651,34 +3726,34 @@ msgstr ""
"\"Nama windows\" adalah huruf hard drive Anda pada windows (disk pertama\n"
"pada partisi disebut \"C:\")."
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr "Sabar... Proses ini akan makan waktu beberapa menit"
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
"installation or if you want to have greater control (\"Expert\"). You can\n"
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3687,11 +3762,11 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
"DrakX kini perlu tahu Anda ingin instalasi standar (\"Disarankan\") atau\n"
"ingin punya kontrol lebih besar (\"Ahli\"). Anda juga punya pilihan utk\n"
@@ -3721,19 +3796,22 @@ msgstr ""
"Bbrp pertanyaan sulit dijawab jika Anda tak berpengetahuan kuat tentang\n"
"GNU/Linux. Jangan pilih kelas ini kecuali Anda tahu apa yang Anda lakukan."
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
"Normalnya, DrakX memilih papanketik utk Anda (sesuai bahasa yg Anda pilih)\n"
"dan Anda bahkan takkan melihat tahap ini. Tapi Anda mungkin tak punya papan\n"
@@ -3745,8 +3823,10 @@ msgstr ""
"\n"
"Klik \"Lagi\" utk menampilkan daftar lengkap keyboard ter-support."
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3770,7 +3850,7 @@ msgstr ""
"Anda dapat menginstal banyak bahasa. Setelah Anda selesai memilih tambahan\n"
"bahasa (locale) klik \"OK\" untuk melanjutkan."
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -3783,7 +3863,14 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
"Secara standar DrakX berasumsi mouse Anda bertombol dua dan akan menset-up\n"
"emulasi 3-tombol. DrakX otomatis tahu itu mouse PS/2, serial atau USB.\n"
@@ -3795,7 +3882,7 @@ msgstr ""
"mouse. Gunakan tombol dan roda untuk verifikasi setting. Jika mouse tak\n"
"bekerja baik tekan spasi atau RETURN untuk \"Batal\" dan pilih lagi."
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
"Windows is named \"ttyS0\" under GNU/Linux."
@@ -3803,7 +3890,7 @@ msgstr ""
"Pilih port yang benar. Misalnya \"COM1\" di Mindows bernama \"ttyS0\" di \n"
"GNU/Linux."
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -3833,9 +3920,9 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
@@ -3871,7 +3958,7 @@ msgstr ""
"Jika komputer Anda tak terhubung dengan jaringan terkelola, pilihlah\n"
"\"File lokal\" untuk otentikasi."
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -3910,16 +3997,7 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
+"options, which are reserved for the expert user."
msgstr ""
"LILO/GRUB adalah pemuat boot GNU/Linux. Step ini biasanya otomatis penuh.\n"
"DrakX menganalisa sektor boot disk dan beraksi menurut apa yg ditemukan:\n"
@@ -3961,13 +4039,16 @@ msgstr ""
"membuat masukan baru; dan \"Selesai\" membawa Anda ke tahap instalasi\n"
"berikutnya."
-#: ../../help.pm_.c:713
+#: ../../help.pm_.c:710
msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
+"\n"
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -4053,18 +4134,18 @@ msgstr ""
#: ../../help.pm_.c:759
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -4270,7 +4351,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -4306,7 +4389,7 @@ msgstr ""
" * \"Kartu ISDN\": kartu ISDN yg terdeteksi di sistem Anda akan ditampilkan\n"
"di sini. Anda dapat meng-klik tombol utk mengubah parameternya."
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
@@ -4316,7 +4399,7 @@ msgstr ""
"Linux Mandrake. Hati-hati, semua data di situ akan hilang dan\n"
"tak dapat dikembalikan seperti semula!"
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -4349,7 +4432,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Anda harus juga memformat %s"
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4371,20 +4454,29 @@ msgstr ""
"\n"
"Jadi instal server ini?\n"
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr "Tanpa domain NIS, broadcast tak dapat dipakai"
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Masukkan disket yang sudah diformat dengan tipe FAT di drive %s"
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr "Disket ini tak diformat dengan sistem FAT"
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4392,11 +4484,19 @@ msgstr ""
"Untuk menggunakan pilihan paket yang sudah disimpan sebelumnya, bootlah "
"instalasi dengan pilihan ''linux defcfg=floppy''"
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Error saat membaca file %s"
+#: ../../install_any.pm_.c:1023
+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 ""
+"Error - tidak ada device yang valid untuk membuat filesystem baru. Periksa "
+"kembali hardware untuk mencari penyebabnya"
+
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -4430,59 +4530,59 @@ msgstr ""
"\n"
"Jalan terus?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Anda harus punya partisi FAT termount pada /boot/efi"
-#: ../../install_interactive.pm_.c:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "Pakai ruang kosong"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr "Tidak ada cukup ruangan untuk mengalokasikan partisi baru"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr "Pakai partisi yang sudah ada"
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr "Tidak ada partisi yang bisa digunakan"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr "Gunakan partisi windows untuk loopback"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Partisi mana yang hendak dipakai oleh Linux4Win?"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "Pilih ukurannya"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "Ukuran partisi root dalam MB: "
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "Ukuran partisi swap dalam MB: "
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr "Pakai ruang kosong pada partisi windows"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr "partisi mana yang mau Anda ubah ukurannya?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr "Sedang menghitung bound sistem file Mindows"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4491,14 +4591,14 @@ msgstr ""
"Saya tidak dapat mengubah ukuran partisi FAT ini,\n"
"Ada error ini yang terjadi: %s"
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
"installation."
msgstr "Partisi Mindows Anda terlalu terfragmen, jalankan ``defrag'' dulu"
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm_.c:140
msgid ""
"WARNING!\n"
"\n"
@@ -4517,21 +4617,21 @@ msgstr ""
"jalankan scandisk (dan defrag juga) di partisi ini lalu backup datanya.\n"
"Setelah yakin, tekan Ok."
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr "Tentukan ukuran untuk menyimpan Mindows"
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr "Partisi %s"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Resize FAT gagal: %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -4539,32 +4639,32 @@ msgstr ""
"Tidak ada partisi FAT untuk diubah ukurannya atau untuk digunakan sebagai "
"loopback (atau tidak ada cukup ruangan)"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "Hapus seluruh disk"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "Buang Mindows"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Anda punya beberapa harddisk, yang mana yang ingin di-instal linux?"
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "SEMUA partisi yang ada beserta data pada drive %s akan hilang"
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
msgstr "Lakukan partisi disk secara custom"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "gunakan fdisk"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4573,28 +4673,28 @@ msgstr ""
"Anda kini dapat membuat partisi %s. \n"
"Ketika selesai jangan lupa simpan dengan menekan tombol `w'"
-#: ../../install_interactive.pm_.c:227
+#: ../../install_interactive.pm_.c:229
msgid "You don't have enough free space on your Windows partition"
msgstr "Anda tak punya cukup ruangan pada partisi Mindows!"
-#: ../../install_interactive.pm_.c:243
+#: ../../install_interactive.pm_.c:245
msgid "I can't find any room for installing"
msgstr "Tiada ruang untuk instalasi"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Wizard partisi DrakX menemukan solusi berikut:"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr "Proses partisi gagal: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "Aktifkan jaringan"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "Matikan jaringan"
@@ -4606,12 +4706,12 @@ msgstr ""
"Ada error, tapi cara mengatasinya tak diketahui.\n"
"Jalan terus tapi resiko tanggung sendiri."
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "Lokasi mount %s ada dua"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -4623,12 +4723,12 @@ msgstr ""
"Cek dulu cdromnya di komputer yang sudah terinstal Linux dengan\n"
"perintah \"rpm -qpl Mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "Selamat Datang di %s"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "Tidak ada floppy drive"
@@ -4657,69 +4757,69 @@ msgstr "Kelas Instalasi"
msgid "Please choose one of the following classes of installation:"
msgstr "Pilihlah kelas instalasi berikut:"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "Pilihan Grup Paket"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr "Pilih paket sendiri"
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Ukuran total: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "Paket buruk"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "Nama: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "Versi: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "Ukuran: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "Derajat kepentingan: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr "Paket ini tak dapat dipilih sebab tak ada ruang untuk menginstalnya"
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr "Paket berikut akan diinstal"
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr "Paket berikut akan dihapus"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr "Anda tak bisa pilih/buang paket ini"
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr "Paket ini harus diinstal, tak bisa dibuang"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr "Anda tak bisa buang paket ini, sebab dia sudah diinstal"
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -4727,74 +4827,74 @@ msgstr ""
"Paket ini mesti diupgrade\n"
"Benar tak mau dipilih?"
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr "Anda tak bisa buang paket ini. dia mesti diupgrade"
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr "Tunjukkan paket yang sudah dipilih secara otomatis"
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "Instal"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
msgid "Load/Save on floppy"
msgstr "Muat/Simpan di floppy"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
msgid "Updating package selection"
msgstr "Update pilihan paket"
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
msgid "Minimal install"
msgstr "Instalasi minimal"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "Pilih paket yang akan diinstal"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "Instalasi"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "Perkiraan"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "Sisa waktu"
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
msgid "Please wait, preparing installation..."
msgstr "Tunggu, instalasi sedang disiapkan..."
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d paket"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "Instalasi paket %s"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Terima"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "Tolak"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4808,17 +4908,17 @@ msgstr ""
"Masukkan Cd-Rom berlabel \"%s\" ke drive dan tekan Ok. Jika Anda tak punya,\n"
"tekan Batal untuk menghindari instalasi dari Cd-Rom ini."
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "Jalan terus?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "Ada error mengurutkan paket:"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr "Ada error saat instalasi paket:"
@@ -5143,7 +5243,7 @@ msgid "Are you sure you refuse the licence?"
msgstr "Benarkah Anda menolak lisensi?"
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Keyboard"
@@ -5191,11 +5291,11 @@ msgstr "Hanya upgrade paket"
msgid "Please choose the type of your mouse."
msgstr "Pilihlah tipe mouse Anda."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "Port Mouse"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Di serial port mana mouse Anda dicolokkan ?"
@@ -5227,85 +5327,60 @@ msgstr "Konfigurasi IDE"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "Tidak ada partisi"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr "Mendeteksi partisi untuk mencari lokasi mount"
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "Pilih lokasi mount"
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Tabel partisi rusak tak terbaca :(\n"
-"Partisi buruk dapat dicoba dihapus (SEMUA DATA AKAN HILANG!).\n"
-"Solusi lainnya adalah melarang DrakX memodifikasi tabel partisi.\n"
-"(pesan errornya adalah %s)\n"
-"\n"
-"Anda setuju untuk menghapus semua partisi?\n"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake gagal membaca tabel partisi Anda.\n"
-"Lanjutkan tapi resiko tanggung sendiri!"
-
-#: ../../install_steps_interactive.pm_.c:396
-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 ""
"Tiada ruang 1MB utk bootstrap! Instal akan berlanjut, tetapi utk mem-boot "
"sistem, Anda perlu membuat partisi bootstrap di DiskDrake"
-#: ../../install_steps_interactive.pm_.c:405
+#: ../../install_steps_interactive.pm_.c:388
msgid "No root partition found to perform an upgrade"
msgstr "Tiada partisi root ditemukam utk upgrade"
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "Partisi root"
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "Manakah partisi root (/) di sistem Anda?"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
msgid "You need to reboot for the partition table modifications to take place"
msgstr "Anda harus reboot agar perubahan tabel partisi dapat berlaku"
-#: ../../install_steps_interactive.pm_.c:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "Pilih partisi yang akan diformat"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr "Periksa bad blok?"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr "Melakukan format partisi"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr "Membuat dan memformat file %s"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
@@ -5313,34 +5388,34 @@ msgid ""
msgstr ""
"Gagal mencek sistem file %s. Ingin direparasi? (awas, data Anda bisa hilang)"
-#: ../../install_steps_interactive.pm_.c:482
+#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "Instalasi tak dapat diteruskan karena swap kurang, tambahkan"
-#: ../../install_steps_interactive.pm_.c:489
+#: ../../install_steps_interactive.pm_.c:472
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Sedang mencari paket yg tersedia dan bangun ulang database rpm..."
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "Sedang mencari paket yang tersedia..."
-#: ../../install_steps_interactive.pm_.c:493
+#: ../../install_steps_interactive.pm_.c:476
msgid "Looking at packages already installed..."
msgstr "Mencari paket terinstal"
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr "Mencari paket untuk diupgrade"
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
"> %d)"
msgstr "Tak cukup ruang untuk instalasi atau upgrade (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -5348,35 +5423,35 @@ msgstr ""
"Pilih muat/simpan seleksi paket di floppy.\n"
"Formatnya sama dengan floppy buatan auto_install."
-#: ../../install_steps_interactive.pm_.c:553
+#: ../../install_steps_interactive.pm_.c:537
msgid "Load from floppy"
msgstr "Muat dari floppy"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Loading from floppy"
msgstr "Memuat dari floppy"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Package selection"
msgstr "Pilihan paket"
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
msgid "Insert a floppy containing package selection"
msgstr "Masukkan disket yg berisi seleksi paket"
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "Simpan di floppy"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr "Ukuran terpilih melebihi area yg ada"
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
msgid "Type of install"
msgstr "Tipe instalasi"
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5384,19 +5459,19 @@ msgstr ""
"Anda belum memilih grup paket.\n"
"Pilih instalasi minimal yang Anda ingin:"
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
msgid "With X"
msgstr "Dengan X"
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr "Dengan dokumentasi dasar (disarankan!)"
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr "Sungguh instalasi minimal (khususnya tanpa urpmi)"
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5406,16 +5481,16 @@ msgstr ""
"Kalau tak punya sama sekali, click Cancel.\n"
"Kalau cuma punya beberapa aja, pilih aja, trus klik Ok."
-#: ../../install_steps_interactive.pm_.c:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Label CD-ROM \"%s\""
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "Sedang menyiapkan instalasi"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -5424,21 +5499,21 @@ msgstr ""
"Instalasi paket %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "Konfigurasi instalasi akhir"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Masukkan floppy boot ke drive %s"
-#: ../../install_steps_interactive.pm_.c:845
+#: ../../install_steps_interactive.pm_.c:829
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Masukkan disket Update Modules ke drive %s"
-#: ../../install_steps_interactive.pm_.c:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5505,7 +5580,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:888
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5523,154 +5598,154 @@ msgstr ""
"\n"
"Ingin instal update ?"
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "Mandrake Linux sedang dihubungi untuk mengambil daftar mirror"
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr "Pilih mirror tempat Anda ingin mengambil paket program"
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Saya sedang mencek mirror untuk mengambil daftar paket yang tersedia"
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "Pilih zonawaktu Anda"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
msgid "Hardware clock set to GMT"
msgstr "Jam hardware diset ke GMT"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr "sinkronisasi waktu otomatis (dg NTP)"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
msgid "NTP Server"
msgstr "Server NTP"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr "Server CUPS remote"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr "Tidak ada printer"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Do you have an ISA sound card?"
msgstr "Anda punya kartu suara ISA?"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr "Jalankan \"sndconfig\" setelah instalasi untuk konfigurasi kartu suara"
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr "Kartu suara tak terdeteksi. Coba \"harddrake\" setelah instalasi"
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Ringkasan"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "Mouse"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr "Zonawaktu"
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Printer"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr "Kartu ISDN"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr "Kartu suara"
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr "Kartu TV"
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
msgid "Windows Domain"
msgstr "Domain Mindows"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
msgid "Local files"
msgstr "File lokal"
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Set katasandi root"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "Tiada katasandi"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Katasandinya terlalu mudah (harus paling tidak %d karakter)"
-#: ../../install_steps_interactive.pm_.c:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Otentikasi"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
msgid "Authentication LDAP"
msgstr "Otentikasi LDAP"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr "Basis dn LDAP"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
msgid "LDAP Server"
msgstr "Server LDAP"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
msgid "Authentication NIS"
msgstr "Otentikasi NIS"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "Domain NIS"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "Server NIS"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -5697,19 +5772,19 @@ msgstr ""
"Admin, setelah boot system.\n"
"Perintah 'wbinfo -t' akan mengetes apakah rahasia otentikasi Anda baik."
-#: ../../install_steps_interactive.pm_.c:1140
+#: ../../install_steps_interactive.pm_.c:1125
msgid "Authentication Windows Domain"
msgstr "Otentikasi Domain Mindows"
-#: ../../install_steps_interactive.pm_.c:1142
+#: ../../install_steps_interactive.pm_.c:1127
msgid "Domain Admin User Name"
msgstr "Nama User Admin Domain"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
msgstr "Katakunci Admin Domain"
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -5734,19 +5809,19 @@ msgstr ""
"merecover sistem dari kegagalan. Jika Anda mau bikin bootdisk, masukkan\n"
"disket ke drive pertama dan tekan \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "Drive disket Pertama"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "Drive disket kedua"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Lewatkan"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -5769,7 +5844,7 @@ msgstr ""
"memudahkan kita untuk merecover sistem dari kegagalan. Ingin buat bootdisk?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -5783,28 +5858,28 @@ msgstr ""
"pembuatan bootdisk di disket 1.44 Mb mungkin gagal,\n"
"karena XFS perlu driver amat besar)."
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "Tiada floppy drive tersedia"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Pilih drive floppy untuk membuat bootdisk"
-#: ../../install_steps_interactive.pm_.c:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, c-format
msgid "Insert a floppy in %s"
msgstr "Masukkan disket ke %s"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "Membuat bootdisk"
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "Membuat bootloader"
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5816,11 +5891,11 @@ msgstr ""
"Instal akan berlanjut, tapi Anda perlu memakai\n"
"BootX utk mem-boot mesin Anda"
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr "Ingin pakai aboot?"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -5828,15 +5903,15 @@ msgstr ""
"Ada error saat install aboot,\n"
"paksakan instalasi walau merusak partisi awal?"
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
msgid "Installing bootloader"
msgstr "Instalasi bootloader"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Instalasi bootloader gagal. Ada kesalahan berikut:"
-#: ../../install_steps_interactive.pm_.c:1274
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5853,17 +5928,17 @@ msgstr ""
" kemudian: shut-down\n"
"Anda akan melihat prompt bootloader pada boot selanjutnya."
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Masukkan disket kosong di drive %s"
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
msgstr "Lagi buat disket auto install"
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5873,7 +5948,7 @@ msgstr ""
"\n"
"Anda ingin keluar sekarang?"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5905,15 +5980,15 @@ msgstr ""
"Informasi untuk konfigurasi sistem juga tersedia di \n"
"bab Instalasi akhir di Buku Petunjuk Resmi Linux Mandrake."
-#: ../../install_steps_interactive.pm_.c:1347
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr "http://www.mandrakelinux.com/en/90errata.php3"
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
msgid "Generate auto install floppy"
msgstr "Buat floppy instalasi otomatis"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5927,15 +6002,15 @@ msgstr ""
"\n"
"Mungkin Anda perlu mengulangi instalasinya.\n"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr "Otomatis"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr "Ulang"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
msgid "Save packages selection"
msgstr "Simpan pilihan paket"
@@ -5944,7 +6019,8 @@ msgstr "Simpan pilihan paket"
msgid "Mandrake Linux Installation %s"
msgstr "Instalasi Linux Mandrake %s"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -5962,22 +6038,22 @@ msgstr "consolehelper hilang"
msgid "Choose a file"
msgstr "Pilih file"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr "Tambahan"
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr "Dasar"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Tahap sebelumnya"
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
msgid "Next"
msgstr "Lanjut"
@@ -6050,375 +6126,375 @@ msgstr ""
msgid "Re-submit"
msgstr "Kirim ulang"
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "Ceko (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "Jerman"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "Spanyol"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "Finland"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "Perancis"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "Norwegia"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "Polandia"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "Rusia"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "Swedia"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "Keyboard UK"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "Keyboard US"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
msgid "Albanian"
msgstr "Albania"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr "Armenia (lama)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr "Armenia (mesintik)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "Armenia (fonetik)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr "Azerbaijan (latin)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "Belgia"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:177
#, fuzzy
msgid "Bengali"
msgstr "aktifkan"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
msgid "Bulgarian (phonetic)"
msgstr "Bulagaria (fonetik)"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
msgid "Bulgarian (BDS)"
msgstr "Bulgaria (BDS)"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "Brazil (ABNT-2)"
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:183
#, fuzzy
msgid "Bosnian"
msgstr "Estonia"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "Belarusia"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "Swis (layout Jerman)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "Swis (layout Prancis)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "Ceko (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr "Jerman (tanpa dead key)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "Denmark"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norwegia)"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Swedish)"
msgstr "Dvorak (Swedia)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "Estonia"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgia (layout \"Rusia\")"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgia (layout \"Latin\")"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "Yunani"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "Hungaria"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "Kroasia"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "Ibrani"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "Ibrani (fonetik)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr "Iran"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "Islandia"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "Itali"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "Jepang 106 tombol"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
msgid "Korean keyboard"
msgstr "Keyboard Korea"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "Amerika Latin"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:218
#, fuzzy
msgid "Laotian"
msgstr "Latvia"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr "Lithuania AZERTY (lama)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr "Lithuania AZERTY (baru)"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lithuania \"number row\" QWERTY"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lithuania \"fonetik\" QWERTY"
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
msgid "Latvian"
msgstr "Latvia"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr "Macedonia"
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:227
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "Serbia (cyrillic)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "Belanda"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr "Polandia (layout qwerty)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr "Polandia (layout qwertz)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "Portugis"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr "Kanada (Quebec)"
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
msgid "Romanian (qwertz)"
msgstr "Romania (qwertz)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
msgid "Romanian (qwerty)"
msgstr "Romania (qwerty)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "Rusia (Yawerty)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "Slovenia"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "Slovakia (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "Slovakia (QWERTY)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
msgid "Serbian (cyrillic)"
msgstr "Serbia (cyrillic)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
msgstr "Tamil (Unicode)"
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr "Tamil (TSCII)"
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "Papanketik Muangthai"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
msgid "Tajik keyboard"
msgstr "Papanketik Tajik"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "Turki (model \"F\" tradisional)"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "Turki (model \"Q\" modern)"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "Ukraina"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "Keyboard US (internasional)"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnam \"numeric row\" QWERTY"
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
msgid "Yugoslavian (latin)"
msgstr "Yugoslavia (latin)"
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr "kunci Alt Kanan"
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr "Kedua Shift bersamaan"
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr "Control dan Shift bersamaan"
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr "CapsLock"
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr "Ctrl dan Alt bersamaan"
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr "Alt dan Shift bersamaan"
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr "Kunci \"Menu\""
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr "Kunci \"Mindows\" kiri"
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr "Kunci \"Mindows\" kanan"
@@ -6474,11 +6550,11 @@ msgstr "Mouse PS2 wheel generik"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -6486,115 +6562,125 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+#, fuzzy
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr "1 tombol"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "Mouse Generik 2 Tombol"
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr "Wheel"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "serial"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "Mouse Generik 3 Tombol"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Sistem Mouse (serial)"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech Mouse (serial, old C7 type)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
msgid "busmouse"
msgstr "busmouse"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "2 tombol"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "3 tombol"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "tiada"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "Tidak pakai mouse"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr "Silakan tes mouse Anda"
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
msgid "To activate the mouse,"
msgstr "Untuk mengaktifkan mouse,"
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr "gerakkan rodanya!"
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+#, fuzzy
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
+
+#: ../../my_gtk.pm_.c:159
msgid "Finish"
msgstr "Selesai"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "Lanjutkan ->"
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr "Sudah sesuai?"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "Info"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "Buka Tree"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "Tutup Tree"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr "Togel tampilan rata dan terurut grupnya"
@@ -6632,6 +6718,74 @@ msgstr "gunakan pppoe"
msgid "use pptp"
msgstr "gunakan pptp"
+#: ../../network/drakfirewall.pm_.c:12
+#, fuzzy
+msgid "Web Server"
+msgstr "Server"
+
+#: ../../network/drakfirewall.pm_.c:17
+#, fuzzy
+msgid "Domain Name Server"
+msgstr "Perumus Nama Domain"
+
+#: ../../network/drakfirewall.pm_.c:32
+#, fuzzy
+msgid "Mail Server"
+msgstr "Aktifkan Server"
+
+#: ../../network/drakfirewall.pm_.c:37
+#, fuzzy
+msgid "POP and IMAP Server"
+msgstr "Server LDAP"
+
+#: ../../network/drakfirewall.pm_.c:111
+#, fuzzy
+msgid "No network card"
+msgstr "kartu jaringan tak ditemukan"
+
+#: ../../network/drakfirewall.pm_.c:129
+#, fuzzy
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+"konfigurator tinyfirewall\n"
+"\n"
+"Program ini mengkonfigurasi firewall pribadi sistem Linux Mandrake.\n"
+"Untuk membuat solusi firewall yang lebih baik, cobalah\n"
+"distribusi Mandrake Security Firewall"
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:164
+#, fuzzy
+msgid "Other ports"
+msgstr "Tes port"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -6648,7 +6802,7 @@ msgstr ""
"Tidak ada adapter jaringan ethernet yang terdeteksi di sistem ini.\n"
"Tipe koneksi ini tak dapat diset up."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "Pilih interface jaringan"
@@ -6661,7 +6815,7 @@ msgstr "Pilih adapter jaringan yang akan digunakan untuk terhubung ke Internet"
msgid "no network card found"
msgstr "kartu jaringan tak ditemukan"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "Konfigureasi jaringan"
@@ -6676,7 +6830,7 @@ msgstr ""
"Hostname (nama komputer) sebaiknya merupakan nama host yg fully-qualified\n"
"misalnya ``mesinku.labku.kotaku.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "Nama Host"
@@ -6981,13 +7135,13 @@ msgstr "Pilih profil yang hendak Anda konfigurasikan"
msgid "Use auto detection"
msgstr "Gunakan deteksi otomatis"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Mode Ahli"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Mendeteksi alat..."
@@ -7157,11 +7311,11 @@ msgstr "IP otomatis"
msgid "Start at boot"
msgstr "Start saat boot"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "Alamat IP harus dalam format 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7173,43 +7327,55 @@ msgstr ""
"misalnya ``mesin.lab.grup.com''.\n"
"Anda juga bisa masukkan alamat IP gateway kalau ada"
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "Server DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway (mis. %s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "Device gateway"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "Konfigurasi proxy"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "Proxy HTTP"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "Proxy FTP"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr "Lacak ID kartu network (berguna di laptop)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr "Proxy biasanya http://..."
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr "Proxy biasanya ftp://..."
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr "Konfigurasi firewall terdeteksi!"
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+"Awas! Sudah ada konfigurasi firewall. Anda perlu mengecek dan membetulkan "
+"secara manual setelah instalasi."
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "Konfigurasi Internet"
@@ -7315,15 +7481,15 @@ msgstr "Katasandi Account"
msgid "United Kingdom"
msgstr "Inggris"
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "gagal melakukan mount: "
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr "Partisi extended tak bisa dipakai di platform ini"
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
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 "
@@ -7333,21 +7499,21 @@ msgstr ""
"Satu-satunya cara adalah memindahkan partisi primary Anda ke partisi\n"
"extended selanjutnya"
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Proses restore dari file %s gagal: %s"
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "File backup rusak"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "Error pada saat menulis file %s"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -7393,150 +7559,154 @@ msgstr "LPD - Line Printer Daemon"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Print, Don't Queue"
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr "CUPS"
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr "LPRng"
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr "LPD"
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr "PDQ"
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "Printer lokal"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "printer remote"
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
msgid "Printer on remote CUPS server"
msgstr "Printer di server CUPS remote"
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
msgid "Printer on remote lpd server"
msgstr "Printer di server lpd remote"
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
msgid "Network printer (TCP/Socket)"
msgstr "Printer jaringan (TCP/Socket)"
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Printer di server SMB/windows 95/98/NT"
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
msgid "Printer on NetWare server"
msgstr "Printer di server NetWare"
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
msgid "Enter a printer device URI"
msgstr "Masukkan URI device printer"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr "Pipe job ke perintah"
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+msgid "Unknown Model"
+msgstr "Model Tak Dikenal"
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr "Model tak dikenal"
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
msgid "Local Printers"
msgstr "Printer Lokal"
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
msgid "Remote Printers"
msgstr "Printer Remote"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr " di port paralel \\/*%s"
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ", printer USB \\/*%s"
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ", alat multifungsi di port paralel \\/*%s"
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ", alat multifungsi di USB"
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ", alat multifungsi di HP JetDirect"
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ", alat multifungsi"
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, c-format
msgid ", printing to %s"
msgstr ", cetak ke %s"
-#: ../../printer.pm_.c:544
+#: ../../printer.pm_.c:792
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr " di server LPD \"%s\", printer \"%s\""
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ", host TCP/IP \"%s\", port %s"
-#: ../../printer.pm_.c:550
+#: ../../printer.pm_.c:798
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr " di server SMB/Mindows \"%s\", share \"%s\""
-#: ../../printer.pm_.c:554
+#: ../../printer.pm_.c:802
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr " di server Novell \"%s\", printer \"%s\""
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ", menggunakan perintah %s"
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr "Printer telanjang (tanpa driver)"
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, c-format
msgid "(on %s)"
msgstr "(di %s)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr "(di mesin ini)"
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, c-format
msgid "On CUPS server \"%s\""
msgstr "Di server CUPS \"%s\""
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr " (Default)"
@@ -7562,11 +7732,11 @@ msgstr ""
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr "Printer deteksi otomatis (Lokal, TCP/Socket, dan SMB)"
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
msgid "CUPS configuration"
msgstr "konfigurasi CUPS"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
msgid "Specify CUPS server"
msgstr "Tentukan server CUPS"
@@ -7607,7 +7777,7 @@ msgstr ""
msgid "The IP address should look like 192.168.1.20"
msgstr "Alamat IP harus seperti 192.168.1.20"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
msgid "The port number should be an integer!"
msgstr "Nomor port harus berupa bilangan bulat"
@@ -7615,7 +7785,7 @@ msgstr "Nomor port harus berupa bilangan bulat"
msgid "CUPS server IP"
msgstr "IP server CUPS"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "Port"
@@ -7623,12 +7793,130 @@ msgstr "Port"
msgid "Automatic CUPS configuration"
msgstr "Konfigurasi CUPS otomatis"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+msgid "Printerdrake"
+msgstr "Printerdrake"
+
+#: ../../printerdrake.pm_.c:178
+#, fuzzy
+msgid "Checking your system..."
+msgstr "Mulai ulang sistem cetak ..."
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:198
+#, fuzzy
+msgid ""
+"The following printers\n"
+"\n"
+msgstr "Paket berikut akan dihapus"
+
+#: ../../printerdrake.pm_.c:199
+#, fuzzy
+msgid ""
+"The following printer\n"
+"\n"
+msgstr "Paket berikut akan dihapus"
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:210
+#, fuzzy
+msgid "directly connected to your system"
+msgstr "Salin font di sistem Anda"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:221
+#, fuzzy
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "Pilihlah port tempat printer Anda terhubung."
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:236
+#, fuzzy
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr ""
+"Ingin menset printer ini (\"%s\")\n"
+"sbg printer standar?"
+
+#: ../../printerdrake.pm_.c:238
+#, fuzzy
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Anda mau jalankan koneksi ini saat boot?"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:240
+#, 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:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
msgid "Add a new printer"
msgstr "Tambah printer baru"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7650,7 +7938,8 @@ msgstr ""
"Anda akses ke semua driver printer tersedia, opsi driver, dan tipe koneksi "
"printer."
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
+#, fuzzy
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7659,7 +7948,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -7688,7 +7977,40 @@ msgstr ""
" Klik \"Lanjut\" jika siap, dan \"Batal\" jika Anda tak ingin men-setup "
"printer(s) sekarang."
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+#, fuzzy
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+"\n"
+"Selamat Datang di Dukun Setup Printer\n"
+"\n"
+"Dukun ini menolong Anda menginstal printer yg terhubung dg komputer ini atau "
+"jaringan.\n"
+"\n"
+"Jika Anda punya printer terhubung dg mesin ini, hubungkan dan nyalakan "
+"sehingga ia/mereka dapat dideteksi. Juga printer jaringan harus terhubung "
+"dan dinyalakan.\n"
+"\n"
+"Ingat, deteksi printer jaringan membutuhkan waktu lebih lama daripada "
+"printer lokal yg terhubung langsung dg mesin ini. Jadi matikan deteksi "
+"printer jaringan jika tak perlu.\n"
+"\n"
+" Klik \"Lanjut\" jika siap, dan \"Batal\" jika Anda tak ingin men-setup "
+"printer(s) sekarang."
+
+#: ../../printerdrake.pm_.c:297
+#, fuzzy
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7697,7 +8019,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -7724,24 +8046,24 @@ msgstr ""
" Klik \"Lanjut\" jika siap, dan \"Batal\" jika Anda tak ingin men-setup "
"printer(s) sekarang."
-#: ../../printerdrake.pm_.c:213
+#: ../../printerdrake.pm_.c:315
msgid "Auto-detect printers connected to this machine"
msgstr "Deteksi printer yg terhubung dg mesin ini"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr "Deteksi printer yang terhubung dengan jaringan lokal"
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr "Deteksi printer yg terhubung dg mesin Microsoft Windows"
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
msgid "Local Printer"
msgstr "Printer Lokal"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -7764,49 +8086,49 @@ msgstr ""
"ingin mengubah opsi standar setting (tray kertas, kualitas cetak, ...), "
"pilih \"Printer\" di bagian \"Perangkat Keras\" Pusat Kontrol Mandrake."
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
msgid "Printer auto-detection"
msgstr "Deteksi otomatis printer"
-#: ../../printerdrake.pm_.c:305
+#: ../../printerdrake.pm_.c:408
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ", printer jaringan \"%s\", port %s"
-#: ../../printerdrake.pm_.c:307
+#: ../../printerdrake.pm_.c:410
#, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr ", printer \"%s\" di server SMB/Windows \"%s\""
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, c-format
msgid "Detected %s"
msgstr "Terdeteksi %s"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr "Printer di port paralel \\/*%s"
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr "printer USB \\/*%s"
-#: ../../printerdrake.pm_.c:321
+#: ../../printerdrake.pm_.c:424
#, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Printer jaringan \"%s\", port %s"
-#: ../../printerdrake.pm_.c:323
+#: ../../printerdrake.pm_.c:426
#, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Printer \"%s\" di server SMB/Windows \"%s\""
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -7818,19 +8140,19 @@ msgstr ""
"sebanding dg LPT1:, LPT2:, ..., printer USB pertama: /dev/usb/lp0, printer "
"USB kedua: /dev/usb/lp1, ...)."
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
msgid "You must enter a device or file name!"
msgstr "Masukkan nama alat atau file!"
-#: ../../printerdrake.pm_.c:475
+#: ../../printerdrake.pm_.c:578
msgid "No printer found!"
msgstr "Printer tak ditemukan!"
-#: ../../printerdrake.pm_.c:485
+#: ../../printerdrake.pm_.c:588
msgid "Available printers"
msgstr "Printer yg tersedia"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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"
@@ -7838,7 +8160,7 @@ msgstr ""
"Printer berikut terdeteksi otomatis, jika bukan yang ingin dikonfigurasikan, "
"masukkan nama alat/file di baris masukan"
-#: ../../printerdrake.pm_.c:490
+#: ../../printerdrake.pm_.c:593
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"
@@ -7846,7 +8168,7 @@ msgstr ""
"Daftar printer terdeteksi otomatis. Pilihlah printer yang ingin diset up "
"atau masukkan nama alat/file di baris masukan"
-#: ../../printerdrake.pm_.c:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -7857,7 +8179,7 @@ msgstr ""
"otomatis. Jika printer Anda tak terdeteksi dengan benar atau jika ingin Anda "
"konfigurasi sendiri, jalankan \"Konfigurasi manual\"."
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -7869,7 +8191,7 @@ msgstr ""
"dengan benar atau jika ingin Anda konfigurasi sendiri, jalankan "
"\"Konfigurasi manual\"."
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
msgid ""
"Please choose the port where your printer is connected to or enter a device "
"name/file name in the input line"
@@ -7877,11 +8199,11 @@ msgstr ""
"Pilih port tempat printer Anda terhubung atau masukkan nama alat/file di "
"baris masukan"
-#: ../../printerdrake.pm_.c:496
+#: ../../printerdrake.pm_.c:599
msgid "Please choose the port where your printer is connected to."
msgstr "Pilihlah port tempat printer Anda terhubung."
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
@@ -7889,19 +8211,19 @@ msgstr ""
" (Port Paralel: /dev/lp0, /dev/lp1, ..., sebanding dengan LPT1:, LPT2:, ..., "
"printer USB pertama: /dev/usb/lp0, printer USB kedua: /dev/usb/lp1, ...)."
-#: ../../printerdrake.pm_.c:503
+#: ../../printerdrake.pm_.c:606
msgid "You must choose/enter a printer/device!"
msgstr "Pilih/masukkan printer/device!"
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
msgid "Manual configuration"
msgstr "Konfigurasi manual"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr "Pilihan printer lpd remote"
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
"server and the printer name on that server."
@@ -7909,46 +8231,46 @@ msgstr ""
"Untuk memakai printer lpd remote, berikan nama host\n"
"server printer dan nama printer di server tsb."
-#: ../../printerdrake.pm_.c:579
+#: ../../printerdrake.pm_.c:682
msgid "Remote host name"
msgstr "Nama host remote"
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
msgid "Remote printer name"
msgstr "Nama printer remote"
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
msgid "Remote host name missing!"
msgstr "Nama host remote hilang!"
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
msgid "Remote printer name missing!"
msgstr "Nama printer remote hilang!"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
#, c-format
msgid "Detected model: %s %s"
msgstr "Terdeteksi model: %s %s"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
msgid "Scanning network..."
msgstr "Jaringan sedang di-scan..."
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ", printer \"%s\" di server \"%s\""
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
#, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Printer \"%s\" di server \"%s\""
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Pilihan printer SMB (windows 95/NT)"
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
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 "
@@ -7960,7 +8282,7 @@ msgstr ""
"share printer yang ingin Anda akses, juga nama user, katasandi, dan info "
"workgroup."
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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."
@@ -7968,39 +8290,39 @@ msgstr ""
" Jika printer yg diinginkan terdeteksi, pilihlah dari daftar lalu tambahkan "
"nama user, katakunci, dan/atau grupkerja jika perlu."
-#: ../../printerdrake.pm_.c:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "Host server SMB"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "IP server SMB"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "Nama share"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "Grupkerja"
-#: ../../printerdrake.pm_.c:746
+#: ../../printerdrake.pm_.c:853
msgid "Auto-detected"
msgstr "Otomatis terdeteksi"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
msgstr "Harus ada nama/IP server!"
-#: ../../printerdrake.pm_.c:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr "Nama share Samba hilang!"
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr "PERINGATAN KEAMANAN!"
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -8042,7 +8364,7 @@ msgstr ""
"Printerdrake.\n"
"\n"
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -8053,7 +8375,7 @@ msgstr ""
"Set up server Windows Anda agar printer tersedia di protokol IPP dan set up "
"pencetakan dari mesin ini dengan tipe koneksi \"%s\" di Printerdrake.\n"
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -8065,11 +8387,11 @@ msgstr ""
"\n"
"Anda ingin lanjutkan set up printer ini seperti yang Anda lakukan sekarang?"
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "Pilihan printer NetWare"
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
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 "
@@ -8080,37 +8402,37 @@ msgstr ""
"NetWare (tak selalu sama dengan nama TCP/IPnya) juga nama antrian printer "
"yang ingin digunakan beserta nama user dan katasandinya."
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "Server Printer"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr "Nama antrian printer"
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr "Nama server NCP hilang!"
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr "Nama antrian NCP hilang!"
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
#, c-format
msgid ", host \"%s\", port %s"
msgstr ", host \"%s\", port %s"
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
#, c-format
msgid "Host \"%s\", port %s"
msgstr "Host \"%s\", port %s"
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
msgid "TCP/Socket Printer Options"
msgstr "Opsi Printer TCP/Soket"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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."
@@ -8118,7 +8440,7 @@ msgstr ""
"Pilih satu printer dari daftar atau isilah namahost atau IP dan nomor port "
"opsional (default 9100)."
-#: ../../printerdrake.pm_.c:978
+#: ../../printerdrake.pm_.c:1085
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 "
@@ -8129,19 +8451,19 @@ msgstr ""
"nomor portnya (default 9100). Nomor port server HP JetDirect biasanya 9100, "
"server lain mungkin bervariasi. Lihat manual perangkat keras Anda."
-#: ../../printerdrake.pm_.c:983
+#: ../../printerdrake.pm_.c:1090
msgid "Printer host name or IP missing!"
msgstr "Nama host printer atau IP tidak ada!"
-#: ../../printerdrake.pm_.c:1005
+#: ../../printerdrake.pm_.c:1112
msgid "Printer host name or IP"
msgstr "Nama host atau IP printer"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr "Device Printer URI"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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 "
@@ -8151,11 +8473,11 @@ msgstr ""
"spesifikasi CUPS/Foomatic. Ingat, tak semua tipe URI di-support oleh semua "
"spooler."
-#: ../../printerdrake.pm_.c:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr "Harus diisi URI valid!"
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
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."
@@ -8163,27 +8485,27 @@ msgstr ""
"Tiap printer perlu nama (misalnya \"printer\"). Kolom Penjelasan / Lokasi "
"tak harus terisi. Itu komentar utk user."
-#: ../../printerdrake.pm_.c:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr "Nama Printer"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "Lokasi"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
msgid "Reading printer database..."
msgstr "Pembacaan database printer..."
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
msgid "Preparing printer database..."
msgstr "Persiapan database printer ..."
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
msgid "Your printer model"
msgstr "Model printer Anda"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -8208,24 +8530,24 @@ msgstr ""
"\n"
"%s"
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
msgid "The model is correct"
msgstr "Model sudah benar"
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
msgid "Select model manually"
msgstr "Pilih model secara manual"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
msgid "Printer model selection"
msgstr "Seleksi model printer"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
msgid "Which printer model do you have?"
msgstr "Anda punya model printer mana?"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -8239,7 +8561,7 @@ msgstr ""
"benar. Cari model yang benar di daftar jika kursor menunjukkan model yang "
"salah atau di \"Printer telanjang\"."
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
@@ -8247,11 +8569,11 @@ msgstr ""
"Jika printer Anda tak terdaftar, pilih yang kompatibel (lihat manual) atau "
"yang mirip."
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
msgid "OKI winprinter configuration"
msgstr "Konfigurasi winprinter OKI"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -8267,11 +8589,11 @@ msgstr ""
"cetak. Jika tidak, printer takkan bekerja. Setting tipe koneksi Anda akan "
"diabaikan oleh driver."
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
msgid "Lexmark inkjet configuration"
msgstr "Konfigurasi Lexmark inkjet"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -8282,17 +8604,17 @@ msgstr ""
"bukan printer di mesin remote atau kotak server cetak. Hubungkan printer "
"Anda ke port lokal atau konfigurasikan di mesin yang terhubung dengannya."
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
+#, fuzzy
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
msgstr ""
"Agar dapat mencetak dg Lexmark inkjet Anda dan konfigurasi ini, Anda perlu "
"driver printer inkjet yg disediakan Lexmark (http://www.lexmark.com/). "
@@ -8303,7 +8625,34 @@ msgstr ""
"halaman printhead alignment dg \"lexmarkmaintain\" dan cocokkan setting head "
"alignmentdd dg program ini."
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
+
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -8318,22 +8667,22 @@ msgstr ""
"perangkat keras printer laser (memori, unit duplex, tray extra). Ingat, "
"pencetakan dg kualitas tinggi berjalan amat lambat."
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr "Opsi %s harus berupa integer!"
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr "Opsi %s harus berupa bilangan!"
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr "Opsi %s keluar batas!"
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -8342,11 +8691,11 @@ msgstr ""
"Ingin menset printer ini (\"%s\")\n"
"sbg printer standar?"
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
msgid "Test pages"
msgstr "Halaman tes"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -8357,39 +8706,39 @@ msgstr ""
"Ingat: halaman tes photo perlu waktu lama untuk dicetak. Di printer laser "
"bermemori rendah itu bahkan takkan muncul. Umumnya cukup halaman tes standar."
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
msgid "No test pages"
msgstr "Tiada halaman tes"
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
msgid "Print"
msgstr "Cetak"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
msgid "Standard test page"
msgstr "Halaman tes standar"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr "Halaman tes alternatif (Letter)"
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
msgid "Alternative test page (A4)"
msgstr "Halaman tes alternatif (A4)"
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
msgid "Photo test page"
msgstr "Halaman tes foto"
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
msgid "Do not print any test page"
msgstr "Jangan cetak halaman tes"
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "Pencetakan halaman tes..."
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8404,7 +8753,7 @@ msgstr ""
"%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -8412,15 +8761,15 @@ msgstr ""
"Halaman test telah dikirim ke printer.\n"
"Akan butuh waktu sebentar untuk mulai mencetak.\n"
-#: ../../printerdrake.pm_.c:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr "Bekerja dg baik?"
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
msgid "Raw printer"
msgstr "Printer telanjang"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -8433,7 +8782,7 @@ msgstr ""
"<file>\". Alat grafis memungkinkan Anda memilih printer dan memodifikasi "
"setting dengan mudah.\n"
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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 "
@@ -8443,8 +8792,8 @@ msgstr ""
"banyak aplikasi, tapi jangan berikan nama file di sini karena file yang "
"dicetak akan diberikan oleh aplikasi.\n"
-#: ../../printerdrake.pm_.c:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -8456,7 +8805,7 @@ msgstr ""
"Komando \"%s\" juga memungkinkan modifikasi setting job cetak tertentu. "
"Tambahkan setting yang diinginkan ke baris perintah, mis. \"%s <file>\". "
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -8467,7 +8816,7 @@ msgstr ""
"\"Daftar opsi cetak\".%s%s\n"
"\n"
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
@@ -8475,7 +8824,7 @@ msgstr ""
"Daftar opsi cetak tersedia untuk printer ini:\n"
"\n"
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8484,8 +8833,8 @@ msgstr ""
"Utk mencetak file dari baris komando (window terminal) gunakan perintah \"%s "
"<file>\".\n"
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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 "
@@ -8495,13 +8844,13 @@ msgstr ""
"aplikasi. Tapi jangan berikan nama file di sini karena file yg dicetak akan "
"diberikan oleh aplikasi.\n"
-#: ../../printerdrake.pm_.c:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr "Untuk mendapat daftar opsi printer klik \"Daftar opsi cetak\"."
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
@@ -8510,7 +8859,7 @@ msgstr ""
"Utk mencetak file dari baris komando (jendela terminal) gunakan komando \"%s "
"<file>\" atau \"%s <file>\".\n"
-#: ../../printerdrake.pm_.c:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -8525,7 +8874,7 @@ msgstr ""
"di desktop, berlabel \"STOP Printer!\", yang menghentikan semua job cetak "
"seketika bila Anda tekan. Ini berguna contohnya saat kertas macet.\n"
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -8538,40 +8887,40 @@ msgstr ""
"cetak tertentu. Tambahkan setting yg diinginkan ke baris perintah, misalnya "
"\"%s <file>\".\n"
-#: ../../printerdrake.pm_.c:2153
+#: ../../printerdrake.pm_.c:2343
#, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Cetak/Scan/Kartu Foto di \"%s\""
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Cetak/Scan di \"%s\""
-#: ../../printerdrake.pm_.c:2156
+#: ../../printerdrake.pm_.c:2346
#, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Cetak/Akses Kartu Foto di \"%s\""
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Pencetakan di printer \"%s\""
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
msgstr "Tutup"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
msgid "Print option list"
msgstr "Daftar opsi cetak"
-#: ../../printerdrake.pm_.c:2182
+#: ../../printerdrake.pm_.c:2373
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -8593,7 +8942,7 @@ msgstr ""
"\n"
"Jangan pakai \"scannerdrake\" utk alat ini!"
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -8614,17 +8963,17 @@ msgstr ""
"printer HP dengan drive kartu foto. Di \"MtoolsFM\" Anda dapat men-switch "
"drive dg isian di sudut kanan atas daftar file."
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
msgid "Reading printer data..."
msgstr "Pembacaan data printer..."
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
msgid "Transfer printer configuration"
msgstr "Transfer konfigurasi printer"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -8639,7 +8988,7 @@ msgstr ""
"ditransfer. \n"
"Tak semua antrian dapat ditransfer karena alasan berikut:\n"
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
@@ -8647,17 +8996,17 @@ msgstr ""
"CUPS tak men-support printer server Novell atau printer yg mengirim data ke "
"perintah format-bebas.\n"
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr "PDQ hanya men-support printer lokal, LPD remote, dan Soket/TCP.\n"
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr "LPD and LPRng tak men-support printer IPP.\n"
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
@@ -8665,7 +9014,7 @@ msgstr ""
"Antrian tak dibuat oleh program ini atau \"foomatic-configure\" tak dapat "
"ditransfer."
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
msgid ""
"\n"
"Also printers configured with the PPD files provided by their manufacturers "
@@ -8675,7 +9024,7 @@ msgstr ""
"Juga printer yg terkonfigurasi dengan file PPD dari pabrik atau driver CUPS "
"asli tak dapat ditransfer."
-#: ../../printerdrake.pm_.c:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
@@ -8684,15 +9033,15 @@ msgstr ""
"\n"
"Tandai printer yg ingin Anda transfer lalu klik\"Transfer\"."
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr "Jangan transfer printer"
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr "Transfer"
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -8703,27 +9052,27 @@ msgstr ""
"Klik \"Transfer\" untuk menindihnya.\n"
"Anda juga dapat menuliskan nama baru atau melewatkan printer ini."
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr "Nama printer harus hanya berupa huruf, angka, atau garisbawah"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr "Sudah ada printer \"%s\", Anda benar ingin menindih konfigurasinya?"
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
msgid "New printer name"
msgstr "Nama printer baru"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr "Pemindahan %s ..."
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, c-format
msgid ""
"You have transferred your former default printer (\"%s\"), Should it be also "
@@ -8732,29 +9081,29 @@ msgstr ""
"Anda telah men-transfer printer standar lama Anda (\"%s\"), Akankah ia juga "
"dijadikan printer default pada sistem cetak baru %s?"
-#: ../../printerdrake.pm_.c:2316
+#: ../../printerdrake.pm_.c:2510
msgid "Refreshing printer data..."
msgstr "Penyegaran data printer..."
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
msgid "Configuration of a remote printer"
msgstr "Konfigurasi printer remote"
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
msgid "Starting network..."
msgstr "Pemulaian network..."
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
msgid "Configure the network now"
msgstr "Konfigurasikan jaringan sekarang"
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
msgid "Network functionality not configured"
msgstr "Fungsi network tak dikonfigurasi"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -8766,11 +9115,11 @@ msgstr ""
"tanpa konfigurasi network, Anda takkan dapat menggunakan printer yang Anda "
"konfigurasikan sekarang. Bagaimana Anda mau teruskan?"
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
msgid "Go on without configuring the network"
msgstr "Jalan tanpa konfigurasi jaringan"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -8785,7 +9134,7 @@ msgstr ""
"\"Koneksi\", lalu set printer juga dg Pusat Kontrol Mandrake, bagian "
"\"Hardware\"/\"Printer\""
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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 "
@@ -8794,24 +9143,24 @@ msgstr ""
"Akses network tak jalan dan tak dapat dimulai. Cek konfigurasi dan hardware "
"Anda, lalu coba konfigurasikan printer remote Anda lagi."
-#: ../../printerdrake.pm_.c:2408
+#: ../../printerdrake.pm_.c:2603
msgid "Restarting printing system..."
msgstr "Mulai ulang sistem cetak ..."
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "high"
msgstr "tinggi"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "paranoid"
msgstr "pengecut"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr "Instalasi sistem cetak dalam level keamanan %s"
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -8834,11 +9183,11 @@ msgstr ""
"\n"
"Benarkah Anda ingin mengkonfigurasikan printer di mesin ini?"
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
msgid "Starting the printing system at boot time"
msgstr "Inisiasi sistem cetak pada saat boot"
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -8858,75 +9207,72 @@ msgstr ""
"\n"
"Anda ingin auto-start sistem cetak dinyalakan lagi?"
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr "Pemeriksaan perangkat lunak terinstal"
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr "Hapus LPRng..."
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr "Hapus LPD..."
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
msgid "Select Printer Spooler"
msgstr "Pilih spooler printer"
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
msgid "Which printing system (spooler) do you want to use?"
msgstr "Sistem (spooler) printer mana yang ingin digunakan?"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printerdrake.pm_.c:2895
#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Konfigurasikan printer \"%s\"..."
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
msgid "Installing Foomatic..."
msgstr "Instalasi Foomatic ..."
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "Opsi printer"
-#: ../../printerdrake.pm_.c:2778
-msgid "Preparing PrinterDrake..."
+#: ../../printerdrake.pm_.c:2989
+#, fuzzy
+msgid "Preparing Printerdrake..."
msgstr "Persiapan PrinterDrake ..."
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
msgid "Configuring applications..."
msgstr "Konfigurasi aplikasi..."
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
msgid "Would you like to configure printing?"
msgstr "Ingin konfigurasi printer?"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr "Sistem cetak: "
-#: ../../printerdrake.pm_.c:2875
-msgid "Printerdrake"
-msgstr "Printerdrake"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
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."
+"OpenOffice.org/GIMP."
msgstr ""
"Printer berikut telah dikonfigurasikan. Klik-dobel printer utk memodifikasi "
"setting; membuatnya printer default; atau melihat info tentangnya; atau "
"membuat printer di server CUPS remote dapat dipakai oleh Star Office/"
-"OpenOffice.org."
+"OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
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 "
@@ -8935,28 +9281,28 @@ msgstr ""
"Printer berikut telah dikonfigurasikan. Klik-dobel printer utk memodifikasi "
"setting; membuatnya printer default; atau melihat info tentangnya."
-#: ../../printerdrake.pm_.c:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr "Penyegaran daftar printer (utk menampilkan semua printer CUPS remote)"
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
msgid "Change the printing system"
msgstr "Ubah sistem cetak"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
msgid "Normal Mode"
msgstr "Modus Normal"
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
msgid "Do you want to configure another printer?"
msgstr "Ingin konfigurasikan printer lain?"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
msgid "Modify printer configuration"
msgstr "Modifikasi konfigurasi printer"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, c-format
msgid ""
"Printer %s\n"
@@ -8965,100 +9311,102 @@ msgstr ""
"Printer %s\n"
"Apa yg Anda inginkan utk modifikasi printer ini?"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr "Kerjakan!"
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
msgid "Printer connection type"
msgstr "Tipe koneksi printer"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
msgid "Printer name, description, location"
msgstr "Nama, penjelasan, lokasi printer"
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr "Pembuat, model, driver printer"
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr "Pembuat, model printer"
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr "Set printer ini sebagai standar"
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
-msgstr "Tambah printer ini ke Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Tambah printer ini ke Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
-msgstr "Hapus printer ini dari Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Hapus printer ini dari Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
msgid "Print test pages"
msgstr "Cetak halaman tes"
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
msgid "Know how to use this printer"
msgstr "Cara penggunaan printer ini"
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
msgid "Remove printer"
msgstr "Hapus printer"
-#: ../../printerdrake.pm_.c:3245
+#: ../../printerdrake.pm_.c:3472
#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Menghapus printer lama \"%s\"..."
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
msgid "Default printer"
msgstr "Printer standar"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr "Printer \"%s\" kini diset sbg printer standar."
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
-msgstr "Penambahan printer ke Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
+msgstr "Penambahan printer ke Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
-msgstr "Printer \"%s\" sukses ditambahkan ke Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
+msgstr "Printer \"%s\" sukses ditambahkan ke Star Office/OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
-msgstr "Gagal menambahkan printer \"%s\" ke Star Office/OpenOffice.org."
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
+msgstr "Gagal menambahkan printer \"%s\" ke Star Office/OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
-msgstr "Hapus printer dari Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+msgstr "Hapus printer dari Star Office/OpenOffice.org/GIMP"
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
-msgstr "Printer \"%s\" sukses dihapus dari Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
+msgstr "Printer \"%s\" sukses dihapus dari Star Office/OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
-msgstr "Gagal menghapus printer \"%s\" dari Star Office/OpenOffice.org."
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
+msgstr "Gagal menghapus printer \"%s\" dari Star Office/OpenOffice.org/GIMP."
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Anda ingin menghapus printer \"%s\"?"
-#: ../../printerdrake.pm_.c:3297
+#: ../../printerdrake.pm_.c:3527
#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Menghapus printer \"%s\"..."
@@ -9458,7 +9806,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr "Pemakaian file bersama"
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
msgid "System"
msgstr "Sistem"
@@ -9511,15 +9859,15 @@ msgstr "Mulai"
msgid "Stop"
msgstr "Stop"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
-msgstr "Terima kasih memilih Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
+msgstr "Terima kasih memilih Mandrake Linux 9.0"
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr "Selamat datang di dunia Source Terbuka"
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
@@ -9528,202 +9876,235 @@ msgstr ""
"Sukses MandrakeSoft berdasar prinsip Perangkat Lunak Bebas. OS baru Anda "
"adalah hasil kerja kolaborasi Komunitas Linux seluruh dunia"
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
+#: ../../share/advertising/02-community.pl_.c:9
+msgid "Get involved in the Free Software world"
msgstr "Gabung dunia Perangkat Lunak Bebas"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
"Cari tahu tentang komunitas Sumber Bebas dan jadi anggota. Belajar, ajari, "
"dan bantulah sesama dengan bergabung dalam banyak forum diskusi di halaman "
"web \"Komunitas\" kami"
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet dan Pesan"
+#: ../../share/advertising/03-internet.pl_.c:9
+#, fuzzy
+msgid "Get the most from the Internet"
+msgstr "Hubungan ke Internet"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"view animations with Mozilla and Konqueror, or read your mail and handle "
+"your personal information with Evolution and Kmail"
msgstr ""
-"Mandrake Linux 8.2 menyajikan software terbaik untuk mengakses segala yang "
+"Mandrake Linux 9.0 menyajikan software terbaik untuk mengakses segala yang "
"disediakan Internet: Jelajah web & lihat animasi dengan Mozilla dan "
"Konqueror, tukar email & atur info pribadi Anda dengan Evolution dan Kmail, "
"dan banyak lagi"
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimedia dan Grafik"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:11
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
+"files, edit and handle your images or photos, and play videos"
msgstr ""
"Mandrake Linux 8.2 memaksimalkan komputer multimedia Anda! Gunakan software "
"mutakhir untuk memainkan file music dan audio, edit dan mengatur gambar dan "
"foto, melihat TV dan video, dan banyak lagi"
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Development"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "Game"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-"Mandrake Linux 8.2 adalah platform development terampuh. Temukan power "
-"compiler gcc GNU, juga lingkungan development Sumber Bebas terbaik"
+"Mandrake Linux 8.2 menyediakan game terbaik Source Terbuka - arcade, aksi, "
+"kartu, olah raga, strategi, ..."
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
msgid "Mandrake Control Center"
msgstr "Pusat Kontrol Mandrake"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
+#, fuzzy
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
"Pusat Kontrol Mandrake Linux 8.2 adalah tempat terpadu untuk mengkonfigurasi "
"sistem Mandrake Anda"
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
msgid "User interfaces"
msgstr "Antarmuka user"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
+msgid ""
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
+msgstr ""
+
+#: ../../share/advertising/08-development.pl_.c:9
+#, fuzzy
+msgid "Development simplified"
+msgstr "Development"
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
+
+#: ../../share/advertising/08-development.pl_.c:11
+#, fuzzy
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
msgstr ""
-"Mandrake Linux 8.2 menyediakan 11 lingkungan desktop grafis dan manajer "
-"window termasuk GNOME 1.4, KDE 2.2.2, Window Maker 0.8, dan lain-lain"
+"Mandrake Linux 8.2 adalah platform development terampuh. Temukan power "
+"compiler gcc GNU, juga lingkungan development Sumber Bebas terbaik"
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Piranti Lunak Server"
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:10
+#, fuzzy
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
"Jadikan mesin Anda server powerful dengan hanya beberapa klik mouse: server "
"Web, email, firewall, router, server file dan cetak, ..."
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Game"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-"Mandrake Linux 8.2 menyediakan game terbaik Source Terbuka - arcade, aksi, "
-"kartu, olah raga, strategi, ..."
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
-msgstr "KampusMandrake"
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
+msgstr ""
+
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl_.c:10
+#, fuzzy
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
msgstr ""
-"Inginkah Anda belajar Linux secara mudah, cepat dan gratis? MandrakeSoft "
-"menyediakan training Linux gratis, beserta cara mentes kemajuan Anda, di "
-"KampusMandrake -- pusat training online kami"
+"Solusi Linux lengkap, termasuk sajian khusus produk dan 'goodies', tersedia "
+"online di e-store kami"
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "AhliMandrake"
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-"Support kualitas dari Komunitas Linux, dan dari MandrakeSoft, ada di sekitar "
-"pojok. Jika Anda veteran Linux, jadilah \"Ahli\" dan bagilah pengetahuan "
-"Anda di situs web support kami"
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
-msgstr "KonsultasiMandrake"
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
+msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
msgstr ""
-"Untuk semua proyek IT, konsultan kami siap menganalisa kebutuhan Anda dan "
-"menyediakan solusi pilihan. Hasil pengalaman total MandrakeSoft sebagai "
-"produser Linux menyediakan Teknologi Informasi sesungguhnya untuk organisasi "
-"bisnis Anda"
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
-msgstr "TokoMandrake"
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
+msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
msgstr ""
-"Solusi Linux lengkap, termasuk sajian khusus produk dan 'goodies', tersedia "
-"online di e-store kami"
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
+#, fuzzy
+msgid "Become a MandrakeExpert"
+msgstr "AhliMandrake"
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
+msgstr ""
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
+msgid ""
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "AhliMandrake"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
msgstr ""
-"Untuk info lebih lanjut tentang Servis Profesional MandrakeSoft dan sajian "
-"komersial, lihat halaman web berikut:"
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
-msgstr "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
+msgstr ""
-#: ../../standalone.pm_.c:40
+#: ../../standalone.pm_.c:41
msgid "Installing packages..."
msgstr "Instalasi paket..."
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Silakan log out dan tekan Ctrl-Alt-BackSpace"
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Silakan masuk lagi ke %s untuk mengaktifkan perubahan"
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Tabel partisi rusak tak terbaca :(\n"
-"Partisi buruk akan dicoba dihapus"
-
#: ../../standalone/drakTermServ_.c:188
msgid "Mandrake Terminal Server Configuration"
msgstr "Konfigurasi Server Terminal Mandrake"
@@ -9760,12 +10141,13 @@ msgstr "Tambah/Hapus User"
msgid "Add/Del Clients"
msgstr "Tambah/Hapus Klien DHCP"
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
msgid "Help"
msgstr "Pertolongan"
@@ -9928,8 +10310,8 @@ msgstr ""
"\n"
"Parameter instalasi otomatis tersedia di bagian sebelah kiri"
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "Selamat!"
@@ -9951,20 +10333,24 @@ msgstr "Tambah item"
msgid "Remove the last item"
msgstr "Hapus item terakhir"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:732
+#: ../../standalone/drakbackup_.c:726
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
@@ -9974,7 +10360,7 @@ msgstr ""
" Laporan DrakBackup \n"
"\n"
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -9986,7 +10372,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -9998,12 +10384,19 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
msgid "Total progess"
msgstr "Total perkembangan"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10016,16 +10409,41 @@ msgstr ""
"Awas: Jika Anda telah melakukan proses ini Anda mungkin perlu\n"
" membersihkan entri dari authorized_keys pada server."
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr "Perlu waktu untuk membuat kunci"
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr "ERROR: Tak dapat menghasilkan %s."
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Tiada katasandi"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "Tidak bisa buka %s: %s\n"
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -10042,61 +10460,66 @@ msgstr ""
"\n"
"tanpa ditanyai katakunci."
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
#, fuzzy
msgid "Not erasable media!"
msgstr "Media removable"
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr "Perlu waktu untuk menghapus media."
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr "Backup file sistem..."
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
msgid "Hard Disk Backup files..."
msgstr "File Backup Hard Disk..."
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
msgid "Backup User files..."
msgstr "Backup file User..."
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr "Kemajuan Backup Hard Disk..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
msgid "Backup Other files..."
msgstr "Backup file lain..."
-#: ../../standalone/drakbackup_.c:1266
+#: ../../standalone/drakbackup_.c:1321
#, fuzzy
msgid "No changes to backup!"
msgstr "Gunakan pita utk backup"
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -10107,16 +10530,16 @@ msgstr ""
"Aktivitas drakbackup via %s:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr ""
-"daftar file yg dikirim oleh FTP : %s\n"
+"daftar file yg dikirim oleh FTP: %s\n"
" "
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
@@ -10125,7 +10548,7 @@ msgstr ""
"\n"
" Problem koneksi FTP: Gagal mengirim file backup dengan FTP.\n"
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
@@ -10135,7 +10558,7 @@ msgstr ""
"Aktivitas drakbackup via CD:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
@@ -10145,24 +10568,24 @@ msgstr ""
"Aktivitas drakbackup via tape:\n"
"\n"
-#: ../../standalone/drakbackup_.c:1324
+#: ../../standalone/drakbackup_.c:1379
msgid " Error during mail sending. \n"
msgstr " Kesalahan saat pengiriman surat. \n"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Pilihan File"
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr "Pilih file atau direktori dan klik 'Tambah'"
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10170,63 +10593,67 @@ msgstr ""
"\n"
"Periksa semua opsi yang Anda inginkan.\n"
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
"Opsi ini memungkinkan backup / restorasi semua file di direktori /etc.\n"
-#: ../../standalone/drakbackup_.c:1527
+#: ../../standalone/drakbackup_.c:1602
msgid "Backup your System files. (/etc directory)"
msgstr "Backup file System Anda. (direktori /etc)"
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr "Pakai backup incremental (tidak menghapus backup lama)"
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Tidak memasukkan file penting (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr "Dengan opsi ini Anda dapat menyimpan ulang semua versi direktori /etc."
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
msgid "Please check all users that you want to include in your backup."
msgstr "Periksa semua user yang ingin Anda masukkan ke backup."
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr "Jangan masukkan cache browser"
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Pakai Backup Incremental (tidak menghapus backup lama)"
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Hapus Pilihan"
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
msgid "Windows (FAT32)"
msgstr "Mindows (FAT32)"
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
msgid "Users"
msgstr "User"
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
msgid "Use network connection to backup"
msgstr "Pakai koneksi jaringan utk backup"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr "Pakai Expect utk SSH"
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
@@ -10234,7 +10661,7 @@ msgstr ""
"Buat/Transfer\n"
"kunci cadangan SSH"
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
msgid ""
" Transfer \n"
"Now"
@@ -10242,15 +10669,15 @@ msgstr ""
" Transfer \n"
"Sekarang"
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr "Kunci sudah ada di tempat"
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
msgid "Please enter the host name or IP."
msgstr "Masukkan nama host atau IP."
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
@@ -10258,27 +10685,27 @@ msgstr ""
"Masukkan direktori (atau modul) utk\n"
" meletakkan backup di host ini."
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
msgid "Please enter your login"
msgstr "Masukkan login"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
msgid "Please enter your password"
msgstr "Masukkan katasandi"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
msgid "Remember this password"
msgstr "Ingat katasandi ini"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
msgid "Need hostname, username and password!"
msgstr "Perlu namahost, namauser dan katakunci!"
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr "Pakai CD/DVDROM utk backup"
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
msgid ""
"Please choose your CD/DVD device\n"
"(Press Enter to propogate settings to other fields.\n"
@@ -10288,35 +10715,35 @@ msgstr ""
"(Tekan Enter untuk menyalurkan setting ke tempat isian lain.\n"
"Field ini tak diperlukan, hanya alat utk mengisi formulir.)"
-#: ../../standalone/drakbackup_.c:1849
+#: ../../standalone/drakbackup_.c:1923
msgid "Please choose your CD/DVD media size"
msgstr "Pilih ukuran media CD/DVD Anda"
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
msgid "Please check for multisession CD"
msgstr "Mohon cek perihal CD multisession"
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
msgid "Please check if you are using CDRW media"
msgstr "Periksa apakah Anda menggunakan media CDRW"
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Cek apakah Anda ingin menghapus media RW (session pertama)"
-#: ../../standalone/drakbackup_.c:1868
+#: ../../standalone/drakbackup_.c:1942
msgid " Erase Now "
msgstr " Hapus Sekarang "
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
msgid "Please check if you are using a DVDR device"
msgstr "Periksa apakah Anda menggunakan alat DVDR"
-#: ../../standalone/drakbackup_.c:1880
+#: ../../standalone/drakbackup_.c:1954
msgid "Please check if you are using a DVDRAM device"
msgstr "Periksa apakah Anda menggunakan alat DVDRAM"
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -10324,32 +10751,32 @@ msgstr ""
"Masukkan nama alat Penulis CD Anda\n"
" mis: 0,1,0"
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
msgid "No CD device defined!"
msgstr "Tidak ada alat CD didefinisikan!"
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
msgid "Use tape to backup"
msgstr "Gunakan pita utk backup"
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr "Masukkan nama alat utk backup"
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
msgid "Please check if you want to use the non-rewinding device."
msgstr "Cek apakah Anda ingin menggunakan alat non-rewinding."
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
msgid "Please check if you want to erase your tape before the backup."
msgstr "Cek apakah Anda ingin menghapus tape sebelum backup."
-#: ../../standalone/drakbackup_.c:1995
+#: ../../standalone/drakbackup_.c:2069
msgid "Please check if you want to eject your tape after the backup."
msgstr "Cek apakah Anda ingin meng-eject tape setelah backup."
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -10357,67 +10784,67 @@ msgstr ""
"Masukkan ukuran maximum\n"
" yg diizinkan utk Drakbackup"
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
msgid "Please enter the directory to save to:"
msgstr "Masukkan direktori utk penyimpanan:"
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
msgid "Use quota for backup files."
msgstr "Pakai quota utk file backup."
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
msgid "Network"
msgstr "Jaringan"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr "CDROM / DVDROM"
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr "HardDrive / NFS"
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
msgid "Tape"
msgstr "Tape"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr "perjam"
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr "harian"
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr "mingguan"
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr "bulanan"
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
msgid "Use daemon"
msgstr "Pakai daemon"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr "Pilih interval waktu backup"
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Pilih media backup."
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
"\n"
@@ -10427,71 +10854,71 @@ msgstr ""
"\n"
"Ingat bahwa kini semua media 'net' juga menggunakan harddisk."
-#: ../../standalone/drakbackup_.c:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr "Kirim laporan mail setelah tiap backup ke :"
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
msgid "What"
msgstr "Apa"
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
msgid "Where"
msgstr "Mana"
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
msgid "When"
msgstr "Kapan"
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
msgid "More Options"
msgstr "Opsi Tambahan"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
msgid "Drakbackup Configuration"
msgstr "Konfigurasi Drakbackup"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
msgid "Please choose where you want to backup"
msgstr "Pilih tempat backup"
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr "di Hard Drive"
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
msgid "across Network"
msgstr "lewat Network"
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr "di CDROM"
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
msgid "on Tape Device"
msgstr "di Device Pita"
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
msgid "Please choose what you want to backup"
msgstr "Pilih apa yang akan di-backup"
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
msgid "Backup system"
msgstr "Backup sistem"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr "Backup User"
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr "Pilih user secara manual"
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
@@ -10499,7 +10926,7 @@ msgstr ""
"\n"
"Sumber Backup: \n"
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
@@ -10507,7 +10934,7 @@ msgstr ""
"\n"
"- File Sistem:\n"
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
@@ -10515,7 +10942,7 @@ msgstr ""
"\n"
"- File User:\n"
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
@@ -10523,22 +10950,22 @@ msgstr ""
"\n"
"- File Lain:\n"
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
"\n"
-"- Simpan di Hard drive di path : %s\n"
+"- Simpan di Hard drive di path: %s\n"
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
@@ -10546,43 +10973,43 @@ msgstr ""
"\n"
"- Bakar ke CD"
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr "RW"
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, c-format
-msgid " on device : %s"
-msgstr " di device : %s"
+msgid " on device: %s"
+msgstr " di device: %s"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
"\n"
-"- Simpan ke tape di alat : %s"
+"- Simpan ke tape di alat: %s"
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr "\t\tHapus=%s"
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
"\n"
-"- Simpan via %s di host : %s\n"
+"- Simpan via %s di host: %s\n"
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -10591,7 +11018,7 @@ msgstr ""
"\t\t name user: %s\n"
"\t\t di path: %s \n"
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
msgid ""
"\n"
"- Options:\n"
@@ -10599,60 +11026,60 @@ msgstr ""
"\n"
"- Opsi:\n"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr "\tJangan masukkan File Sistem\n"
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr "\tBackup dengan tar dan bzip2\n"
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr "\tBackup dengan tar dan gzip\n"
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
"\n"
"- Cakupan daemon (%s) :\n"
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr "\t-Hard drive.\n"
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr "\t-Tape \n"
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr "\t-Network dg FTP.\n"
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr "\t-Network dg SSH.\n"
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by rsync.\n"
msgstr "\t-Network dg rsync.\n"
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by webdav.\n"
msgstr "\t-Network dg webdav.\n"
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr "Tiada konfigurasi, mohon klik Dukun atau Lanjutan.\n"
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
@@ -10660,7 +11087,7 @@ msgstr ""
"Daftar data restorasi:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
@@ -10668,146 +11095,265 @@ msgstr ""
"Daftar data rusak:\n"
"\n"
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
msgid "Please uncheck or remove it on next time."
msgstr "Mohon uncheck atau hapus nanti."
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr "File backup rusak"
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
msgid " All of your selected data have been "
msgstr " Semua data terpilih telah "
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr " Berhasil Direstorasi di %s "
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
msgid " Restore Configuration "
msgstr " Restorasi Konfigurasi "
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr "OK utk restorasi file lain."
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr "Daftar user restorasi (hanya tanggal terakhir per user yg penting)"
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
msgid "Backup the system files before:"
msgstr "Backup file sistem sebelum:"
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
msgid "please choose the date to restore"
msgstr "pilih tanggal restorasi"
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
msgid "Use Hard Disk to backup"
msgstr "Pakai Hard Disk utk backup"
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
msgid "Please enter the directory to save:"
msgstr "Masukkan direktori utk penyimpanan:"
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
msgid "FTP Connection"
msgstr "Koneksi FTP"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
msgid "Secure Connection"
msgstr "Koneksi Aman"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
msgid "Restore from Hard Disk."
msgstr "Restorasi dari Hard Disk."
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr "Masukkan direktori tempat backup disimpan"
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
msgid "Select another media to restore from"
msgstr "Pilih media lain utk direstorasi"
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
msgid "Other Media"
msgstr "Media Lain"
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
msgid "Restore system"
msgstr "Restorasi sistem"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
msgid "Restore Users"
msgstr "Restorasi User"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore Other"
msgstr "Restorasi Lain-lain"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
msgid "select path to restore (instead of /)"
msgstr "pilih path utk restorasi (selain /)"
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr "Lakukan backup baru sebelum restorasi (hanya utk backup incremental.)"
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr "Hapus direktori user sebelum restorasi."
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3394
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Hapus Pilihan"
+
+#: ../../standalone/drakbackup_.c:3411
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "Restorasi Lain-lain"
+
+#: ../../standalone/drakbackup_.c:3477
+#, fuzzy, c-format
+msgid "Backup files not found at %s."
+msgstr "Backup %s ke %s.old"
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, fuzzy
+msgid "Restore From CD"
+msgstr "Restorasi dari Hard Disk."
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "Kembalikan tabel partisi"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3524
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "Restorasi User"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3525
+#, fuzzy
+msgid "Host Name"
+msgstr "Nama Host"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+#, fuzzy
+msgid "Password required"
+msgstr "Katasandi"
+
+#: ../../standalone/drakbackup_.c:3539
+#, fuzzy
+msgid "Username required"
+msgstr "Nama user"
+
+#: ../../standalone/drakbackup_.c:3542
+#, fuzzy
+msgid "Hostname required"
+msgstr "Nama Host: "
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "Restorasi Lain-lain"
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr "Restorasi semua backup"
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
msgid "Custom Restore"
msgstr "Restorasi pilihan sendiri"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+#, fuzzy
+msgid "CD in place - continue."
+msgstr "Tekan Lanjutkan utk melanjutkan"
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3865
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "Kembalikan tabel partisi"
+
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "Restorasi User"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
msgid "Previous"
msgstr "Sebelumnya"
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Simpan"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
msgid "Build Backup"
msgstr "Bangun Backup"
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
msgid "Restore"
msgstr "Restorasi"
-#: ../../standalone/drakbackup_.c:3553
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Buatlah backup sebelum menyimpan ulang...\n"
-" atau pastikan path utk menyimpan sudah benar."
-
-#: ../../standalone/drakbackup_.c:3574
+#: ../../standalone/drakbackup_.c:4231
+#, fuzzy
msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
"Error saat sendmail\n"
" surat laporan Anda tak terkirim\n"
" Mohon konfigurasikan sendmail"
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
@@ -10815,7 +11361,7 @@ msgstr ""
"Paket berikut perlu diinstal:\n"
" @list_of_rpm_to_install"
-#: ../../standalone/drakbackup_.c:3621
+#: ../../standalone/drakbackup_.c:4278
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
@@ -10823,19 +11369,19 @@ msgstr ""
"Error saat pengiriman file via FTP.\n"
" Betulkan konfigurasi FTP Anda."
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
msgid "Please select data to restore..."
msgstr "Pilih data utk direstorasi..."
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
msgid "Please select media for backup..."
msgstr "Pilih media backup..."
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
msgid "Please select data to backup..."
msgstr "Pilih data backup..."
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -10843,59 +11389,59 @@ msgstr ""
"Tiada file konfigurasi \n"
"Mohon klik Dukun atau Lanjutan"
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr "Sedang dibangun ... tunggu."
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
msgid "Backup system files"
msgstr "Backup file sistem"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup user files"
msgstr "Backup file user"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup other files"
msgstr "Backup file lain"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr "Total Kemajuan"
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr "file dikirim dg FTP"
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
msgid "Sending files..."
msgstr "Kirim file..."
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
msgid "Backup Now from configuration file"
msgstr "Backup Sekarang dari file konfigurasi"
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
msgid "View Backup Configuration."
msgstr "Lihat Konfigurasi Backup."
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
msgid "Wizard Configuration"
msgstr "Konfigurasi Dukun"
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
msgid "Advanced Configuration"
msgstr "Konfigurasi Lanjutan"
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
msgid "Backup Now"
msgstr "Backup Sekarang"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
msgid ""
"options description:\n"
"\n"
@@ -10955,7 +11501,7 @@ msgstr ""
" \n"
"\n"
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -10969,7 +11515,7 @@ msgstr ""
" myhostname atau mydomain di /etc/postfix/main.cf harus diset\n"
"\n"
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -11044,28 +11590,29 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
+#, fuzzy
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
@@ -11094,19 +11641,19 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
" Haksalin (C) 2001 MandrakeSoft oleh DUPONT Sebastien <dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
" update 2002 MandrakeSoft oleh Stew Benedict <sbenedict\\@mandrakesoft.com>"
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -11134,7 +11681,7 @@ msgstr ""
" ini; jika tidak, tulis ke the Free Software\n"
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -11210,7 +11757,7 @@ msgstr ""
"\n"
"\n"
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -11227,7 +11774,7 @@ msgstr ""
"membangun backup di harddrive Anda sebelum mengirimnya ke server.\n"
"\n"
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11248,7 +11795,7 @@ msgstr ""
"akan kehilangan semua data. Hati-hati dan jangan mengubah\n"
"file data backup secara manual.\n"
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -11372,9 +11919,9 @@ msgstr "Dukun Kali Pertama"
msgid "Synchronization tool"
msgstr "Sinkronisator"
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
msgid "Standalone Tools"
msgstr "Alat Mandiri"
@@ -11418,23 +11965,23 @@ msgstr "Userdrake"
msgid "Configuration Wizards"
msgstr "Dukun Konfigurasi"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
msgid "Application:"
msgstr "Aplikasi:"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
msgid "Package: "
msgstr "Paket: "
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr "Kernel:"
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
msgid "Release: "
msgstr "Release: "
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -11453,19 +12000,19 @@ msgstr ""
"ditransfer ke server tsb\n"
"\n"
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
msgid "Report"
msgstr "Laporan"
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
msgid "Not installed"
msgstr "Tak terinstal"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr "koneksi ke dukun Bugzilla ..."
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
msgid "No browser available! Please install one"
msgstr "Browser tak tersedia! Installah satu"
@@ -11910,7 +12457,7 @@ msgid "Font List"
msgstr "Daftaf Font"
#: ../../standalone/drakfont_.c:909
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "Pilih aplikasi yang mensupport font :"
#: ../../standalone/drakfont_.c:918
@@ -11981,19 +12528,19 @@ msgstr "Hapus font di sistem Anda"
msgid "Post Uninstall"
msgstr "Un-Instalasi Akhir"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr "Pemakaian Bersama Koneksi Internet"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr "Maaf, support hanya untuk kernel 2.4"
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr "Pemakaian Bersama Koneksi Internet telah aktif"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -12005,31 +12552,31 @@ msgstr ""
"\n"
"Apa yang ingin Anda lakukan?"
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
msgid "disable"
msgstr "matikan"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr "tutup"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "reconfigure"
msgstr "konfigurasi ulang"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
msgid "Disabling servers..."
msgstr "Server-server sedang dimatikan"
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
msgid "Internet connection sharing is now disabled."
msgstr "Internet Connection Sharing telah dimatikan"
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr "Internet Connection Sharing masih dimatikan"
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -12041,19 +12588,19 @@ msgstr ""
"\n"
"Apa yang ingin Anda lakukan?"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
msgid "enable"
msgstr "aktifkan"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr "Server-server akan dinyalakan"
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
msgid "Internet connection sharing is now enabled."
msgstr "Internet Connection Sharing sudah aktif"
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
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 "
@@ -12069,32 +12616,32 @@ msgstr ""
"Perhatikan: Anda mesti punya adapter jaringan untuk mensetup Local Area "
"Network (LAN)."
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Interface %s (pakai module %s)"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, c-format
msgid "Interface %s"
msgstr "Antarmuka %s"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr "Tidak ada adaptor jaringan di sistem ini!"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
msgstr ""
"Tiada adapter jaringan ethernet terdeteksi. Jalankan konfigurator hardware."
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "Antarmuka jaringan"
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -12109,7 +12656,7 @@ msgstr ""
"\n"
"Apakah Anda mau melakukan setup Local Area Network untuk adapter itu?"
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
@@ -12117,11 +12664,11 @@ msgstr ""
"Silakan pilih adapter jaringan yang hendak disambung ke Local Area Network "
"Anda."
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:259
msgid "Network interface already configured"
msgstr "Antarmuka network telah dikonfigurasi"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -12136,15 +12683,15 @@ msgstr ""
"\n"
"Anda dapat melakukannya secara manual tapi Anda perlu tahu yg Anda kerjakan."
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
msgid "Automatic reconfiguration"
msgstr "Konfigurasi ulang otomatis"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
msgid "Show current interface configuration"
msgstr "Tampilkan konfigurasi antarmuka"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -12161,7 +12708,7 @@ msgstr ""
"Atribut IP: %s\n"
"Driver: %s"
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -12180,53 +12727,41 @@ msgstr ""
"Atau, antarmuka dan server DHCP dapat dikonfigurasikan (lagi).\n"
"\n"
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr "Jaringan Lokal Kelas-C"
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
msgid "(This) DHCP Server IP"
msgstr "IP Server DHCP (Ini)"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr "Konfigurasi ulang antarmuka dan server DHCP"
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr "Jaringan Lokal tak berakhiran `.0', keluar."
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr "Ada potensi konflik alamat LAN pada konfigurasi %s!\n"
-#: ../../standalone/drakgw_.c:320
-msgid "Firewalling configuration detected!"
-msgstr "Konfigurasi firewall terdeteksi!"
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Awas! Sudah ada konfigurasi firewall. Anda perlu mengecek dan membetulkan "
-"secara manual setelah instalasi."
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
msgid "Configuring..."
msgstr "Konfigurasi..."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr "Mengkonfigurasikan skrip, menginstall software, menjalankan server..."
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, c-format
msgid "Problems installing package %s"
msgstr "Problem instalasi paket %s"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -12237,23 +12772,23 @@ msgstr ""
"pada Local Area Network di tempat Anda, dengan menggunakan konfigurasi "
"jaringan otomatis (DHCP)."
-#: ../../standalone/drakgw_.c:566
+#: ../../standalone/drakgw_.c:504
msgid "The setup has already been done, but it's currently disabled."
msgstr "Konfigurasi telah seleasi.Namun sekarang masih dimatikan."
-#: ../../standalone/drakgw_.c:567
+#: ../../standalone/drakgw_.c:505
msgid "The setup has already been done, and it's currently enabled."
msgstr "Konfigurasi telah selesai.Namun sekarang sudah aktif."
-#: ../../standalone/drakgw_.c:568
+#: ../../standalone/drakgw_.c:506
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Internet Connection Sharing belum pernah dikonfigurasikan"
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
msgid "Internet connection sharing configuration"
msgstr "Koneksi dan konfigurasi sharing Internet"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -12268,6 +12803,168 @@ msgstr ""
"\n"
"Silakan pencet Konfigurasikan untuk mulai."
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr "Kartu TV tak terdeteksi!"
+
+#: ../../standalone/draksound_.c:47
+#, fuzzy
+msgid ""
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound Card is correctly plugged in.\n"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+"Kartu TV tak terdeteksi. Pastikan Kartu Video/TV yg disupport Linux "
+"terhubung dengan benar.\n"
+"\n"
+"\n"
+"Kunjungi database piranti keras di:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+#, fuzzy
+msgid "first step creation"
+msgstr "pembuatan bootdisk"
+
+#: ../../standalone/draksplash_.c:77
+#, fuzzy
+msgid "final resolution"
+msgstr "Resolusi"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#, fuzzy
+msgid "choose image file"
+msgstr "Pilih file"
+
+#: ../../standalone/draksplash_.c:79
+#, fuzzy
+msgid "Theme name"
+msgstr "Nama share"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+#, fuzzy
+msgid "go to lilosplash configuration"
+msgstr "Konfigurasi instalasi akhir"
+
+#: ../../standalone/draksplash_.c:83
+#, fuzzy
+msgid "quit"
+msgstr "Keluar"
+
+#: ../../standalone/draksplash_.c:84
+#, fuzzy
+msgid "save theme"
+msgstr "Instal tema"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#, fuzzy
+msgid "Configure bootsplash picture"
+msgstr "Gagal membuat preview Bootsplash"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+#, fuzzy
+msgid "go back"
+msgstr "Loopback"
+
+#: ../../standalone/draksplash_.c:120
+#, fuzzy
+msgid "preview"
+msgstr "device"
+
+#: ../../standalone/draksplash_.c:121
+#, fuzzy
+msgid "choose color"
+msgstr "Pilih monitor"
+
+#: ../../standalone/draksplash_.c:124
+#, fuzzy
+msgid "Display logo on Console"
+msgstr "Display tema di konsol"
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:436
+#, fuzzy
+msgid "ProgressBar color selection"
+msgstr "Seleksi model printer"
+
+#: ../../standalone/draksplash_.c:454
+#, fuzzy
+msgid "You must choose an image file first!"
+msgstr "Pilih/masukkan printer/device!"
+
+#: ../../standalone/draksplash_.c:463
+#, fuzzy
+msgid "Generating preview ..."
+msgstr "Pendeteksian alat..."
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12367,11 +13064,11 @@ msgstr ""
"tuliskan standar dan daerah tv Anda"
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr "standar TV :"
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr "Area :"
#: ../../standalone/drakxtv_.c:114
@@ -12454,7 +13151,7 @@ msgstr "Gagal memulai upgrade live !!!\n"
msgid "The change is done, but to be effective you must logout"
msgstr "Perubahan telah dilakukan, Anda harus logout agar perubahan berlaku"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
msgid "logdrake"
msgstr "logdrake"
@@ -12622,8 +13319,9 @@ msgid "service setting"
msgstr "setting servis"
#: ../../standalone/logdrake_.c:431
+#, fuzzy
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"You will receive an alert if one of the selected services is no more running"
msgstr "Anda akan menerima peringatan bila salah satu servis terpilih terhenti"
#: ../../standalone/logdrake_.c:443
@@ -12642,19 +13340,19 @@ msgstr "konfigurasi peringatan"
msgid "Please enter your email address below "
msgstr "Masukkan alamat email Anda di bawah "
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr "Simpan sbg.."
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "Tipe mouse yang anda punya?"
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "Emulasikan tombol ketiga?"
-#: ../../standalone/printerdrake_.c:48
+#: ../../standalone/printerdrake_.c:57
msgid "Reading printer data ..."
msgstr "Pembacaan data printer ..."
@@ -12666,21 +13364,32 @@ msgstr "Pendeteksian alat..."
msgid "Test ports"
msgstr "Tes port"
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:56
+#, fuzzy, c-format
+msgid "%s found on %s, configure it?"
msgstr "%s ditemukan di %s, konfigurasikan?"
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:65
msgid "Select a scanner"
msgstr "Pilih scanner"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr "Scanner %s ini tak disupport"
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, c-format
msgid ""
"Scannerdrake was not able to detect your %s scanner.\n"
@@ -12689,11 +13398,11 @@ msgstr ""
"Scannerdrake gagal mendeteksi scanner %s Anda.\n"
"Pilihlah device tempat scanner terhubung"
-#: ../../standalone/scannerdrake_.c:95
+#: ../../standalone/scannerdrake_.c:109
msgid "choose device"
msgstr "pilih device"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -12704,7 +13413,7 @@ msgstr ""
"Anda dapat meluncurkan printerdrake dari Pusat Kontrol Mandrake bagian "
"Hardware."
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -12715,12 +13424,12 @@ msgstr ""
"Anda dapat men-scan dokumen dengan ``XSane'' dari Multimedia/Grafik di menu "
"aplikasi."
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr "Some devices in the \"%s\" hardware class were removed:\n"
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
@@ -12729,36 +13438,6 @@ msgstr ""
"\n"
"Bbrp device di kelas %s ditambahkan:\n"
-#: ../../standalone/tinyfirewall_.c:30
-msgid "Firewalling Configuration"
-msgstr "konfigurasi firewall"
-
-#: ../../standalone/tinyfirewall_.c:43
-msgid "Firewalling configuration"
-msgstr "konfigurasi firewall"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Anda sudah ada firewall.\n"
-"Silakan tekan Konfigurasikan untuk mengganti atau menghapus firewall"
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Silakan tekan Konfigurasikan untuk mensetup firewall standar"
-
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "Pilih bahasa Anda"
@@ -12831,224 +13510,7 @@ msgstr "Instal update sistem"
msgid "Exit install"
msgstr "Keluar dari proses instal"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"konfigurator tinyfirewall\n"
-"\n"
-"Program ini mengkonfigurasi firewall pribadi sistem Linux Mandrake.\n"
-"Untuk membuat solusi firewall yang lebih baik, cobalah\n"
-"distribusi Mandrake Security Firewall"
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Sekarang saya akan tanyakan layanan mana saja yang hendak Anda bolehkan\n"
-"untuk dapat diakses dari Internet. Silakan fikirkan dulu masak-masak akan\n"
-"hal ini, karena keamanan komputer Anda sangat penting kan.\n"
-"\n"
-"Ayo, bila Anda tidak pakai layanan-layanan ini, matikan saja lewat "
-"firewall.\n"
-"Anda bisa ubah konfigurasikan lagi kapan-kapan dengan menjalankan\n"
-"aplikasi ini lagi nantinya."
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Apakah Anda ingin webserver Anda juga dapat diakses dari Internet ??\n"
-"Bila Anda ingin webserver Anda HANYA ingin diakses dari KOMPUTER INI SAJA\n"
-"maka jawab saja TIDAK di sini.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Apakah Anda menjalankan Name server di komputer ini? Bila Anda\n"
-"tidak menjalankan nameserver untuk menjawab informasi IP dan zone untuk "
-"Internet\n"
-"silakan jawab TIDAK.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Apakah Anda ingin membuka koneksi Secure Shell (ssh) ?\n"
-"SSH adalah pengganti telnet yang mungkin hendak Anda gunakan.\n"
-"Bila Anda hanya menggunakan telnet sekarang, silakan ganti ke ssh.\n"
-"telnet tidak dienkripsi loh -- jadi orang lain bisa mencuri katasandi Anda\n"
-"saat telnet. SSH dienkripsi dan tidak bisa disadap."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Apakah Anda ingin membuka koneksi telnet?\n"
-"Ini sangat tidak aman sebagaimana dijelaskan pada layar sebelumnya.\n"
-"Sebaiknya jawab TIDAK dan gunakan SSH.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Apakah Anda hendak membuka koneksi FTP yang ingin diakses dari Internet?\n"
-"Bila ya, silakan gunakan saja untuk transfer anonimous. Katasandi yang "
-"dikirimkan\n"
-"oleh FTP bisa dicuri oleh cracker, karena FTP tidak diacak saat pertukaran "
-"katasandi terjadi.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Apakah Anda menjalankan server mail ? Bila Anda mengirim email dengan\n"
-"menggunakan pine, mutt, atau klien mail teks, maka sebaiknya iya.\n"
-"Selainnya, matikan saja.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Apakah Anda menjalankan server POP atau IMAP ?\n"
-"Fasilitas ini bisa digunakan untuk menampung account email non web untuk\n"
-"umum.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Kelihatannya Anda memakai kernel 2.2. Bila IP jaringan Anda diset sendiri\n"
-"oleh komputer di kantor atau rumah (secara dinamis) maka kita harus jawab\n"
-"YA di sini. Benarkah demikian?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"Apakah komputer Anda mendapatkan informasi jam dari komputer lain?\n"
-"Biasanya, fasilitas ini digunakan oleh organisasi sedang/besar Unix/Linux\n"
-"untuk sinkronisasi waktu untuk logging dan sebagainya. Bila Anda\n"
-"tidak tergabung dari kantor yang besar atau belum pernah dengar ini\n"
-"sebelumnya, jawab TIDAK."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Konfigurasi tamat. Simpan perubahan ini ke disk?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Tidak bisa buka %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Tak dapat membuka file %s untuk ditulisi: %s\n"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr "Tidak, tak perlu DHCP"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr "Ya, perlu DHCP"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr "Tidak, tak perlu NTP"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr "Ya, perlu NTP"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr "Jangan Simpan"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr "Simpan & Keluar"
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-msgid "Firewall Configuration Wizard"
-msgstr "Dukun Konfigurasi Firewall"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr "Tidak (lindungi dari internet)"
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr "Ya (izinkan ini melewati firewall)"
-
-#: ../../tinyfirewall.pm_.c:230
-msgid "Please Wait... Verifying installed packages"
-msgstr "Tunggu, paket terinstal sedang diverifikasi"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Gagal menginstal paket kebutuhan : %s dan Bastille.\n"
-" Coba instal secara manual."
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -13181,6 +13643,10 @@ msgid "Graphical Environment"
msgstr "Mode Grafis"
#: ../../share/compssUsers:999
+msgid "Development"
+msgstr "Development"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache dan Pro-ftpd"
@@ -13292,20 +13758,325 @@ msgstr "Multimedia - CD Burning"
msgid "Scientific Workstation"
msgstr "Aplikasi Ilmu pengetahuan"
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
+#~ msgid ""
+#~ "The first time you try the X configuration, you may not be very "
+#~ "satisfied\n"
+#~ "with its display (screen is too small, shifted left or right...). Hence,\n"
+#~ "even if X starts up correctly, DrakX then asks you if the configuration\n"
+#~ "suits you. It will also propose to change it by displaying a list of "
+#~ "valid\n"
+#~ "modes it could find, asking you to select one.\n"
+#~ "\n"
+#~ "As a last resort, if you still cannot get X to work, choose \"Change\n"
+#~ "graphics card\", select \"Unlisted card\", and when prompted on which\n"
+#~ "server, choose \"FBDev\". This is a failsafe option which works with any\n"
+#~ "modern graphics card. Then choose \"Test again\" to be sure."
+#~ msgstr ""
+#~ "Pertama kali mencoba konfigurasi X, Anda mungkin tak puas dg tampilannya\n"
+#~ "(layar terlalu kecil, tergeser ke kiri/kanan...). Jadi walau X jalan "
+#~ "dengan\n"
+#~ "baik, DrakX akan bertanya apakah konfigurasi ini memuaskan. Mode valid "
+#~ "yang\n"
+#~ "ditemukan juga akan disajikan untuk dipilih.\n"
+#~ "\n"
+#~ "Jika Anda tetap gagal menjalankan X, pilih \"Ubah kartu grafis\", lalu\n"
+#~ "\"Kartu tak terdaftar\", dan saat ditanya server apa yg Anda inginkan,\n"
+#~ "pilih \"FBDev\". Ini adalah opsi failsafe yg jalan di kartu grafis "
+#~ "modern.\n"
+#~ "Lalu pilih \"Tes lagi\" agar yakin."
+
+#~ msgid "Internet and Messaging"
+#~ msgstr "Internet dan Pesan"
+
+#~ msgid "Multimedia and Graphics"
+#~ msgstr "Multimedia dan Grafik"
+
+#~ msgid ""
+#~ "Mandrake Linux 8.2 provides 11 different graphical desktop environments "
+#~ "and window managers to choose from including GNOME 1.4, KDE 2.2.2, Window "
+#~ "Maker 0.8, and the rest"
+#~ msgstr ""
+#~ "Mandrake Linux 8.2 menyediakan 11 lingkungan desktop grafis dan manajer "
+#~ "window termasuk GNOME 1.4, KDE 2.2.2, Window Maker 0.8, dan lain-lain"
+
+#~ msgid "Server Software"
+#~ msgstr "Piranti Lunak Server"
+
+#~ msgid "MandrakeCampus"
+#~ msgstr "KampusMandrake"
+
+#~ msgid ""
+#~ "Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
+#~ "provides free Linux training, as well as a way to test your progress, at "
+#~ "MandrakeCampus -- our online training center"
+#~ msgstr ""
+#~ "Inginkah Anda belajar Linux secara mudah, cepat dan gratis? MandrakeSoft "
+#~ "menyediakan training Linux gratis, beserta cara mentes kemajuan Anda, di "
+#~ "KampusMandrake -- pusat training online kami"
+
+#~ msgid ""
+#~ "Quality support from the Linux Community, and from MandrakeSoft, is just "
+#~ "around the corner. And if you're already a Linux veteran, become an "
+#~ "\"Expert\" and share your knowledge at our support website"
+#~ msgstr ""
+#~ "Support kualitas dari Komunitas Linux, dan dari MandrakeSoft, ada di "
+#~ "sekitar pojok. Jika Anda veteran Linux, jadilah \"Ahli\" dan bagilah "
+#~ "pengetahuan Anda di situs web support kami"
+
+#~ msgid "MandrakeConsulting"
+#~ msgstr "KonsultasiMandrake"
+
+#~ msgid ""
+#~ "For all of your IT projects, our consultants are ready to analyze your "
+#~ "requirements and offer a customized solution. Benefit from MandrakeSoft's "
+#~ "vast experience as a Linux producer to provide a true IT alternative for "
+#~ "your business organization"
+#~ msgstr ""
+#~ "Untuk semua proyek IT, konsultan kami siap menganalisa kebutuhan Anda dan "
+#~ "menyediakan solusi pilihan. Hasil pengalaman total MandrakeSoft sebagai "
+#~ "produser Linux menyediakan Teknologi Informasi sesungguhnya untuk "
+#~ "organisasi bisnis Anda"
+
+#~ msgid "MandrakeStore"
+#~ msgstr "TokoMandrake"
+
+#~ msgid ""
+#~ "For more information on MandrakeSoft's Professional Services and "
+#~ "commercial offerings, please see the following web page:"
+#~ msgstr ""
+#~ "Untuk info lebih lanjut tentang Servis Profesional MandrakeSoft dan "
+#~ "sajian komersial, lihat halaman web berikut:"
+
+#~ msgid "LBA (doesn't work on old BIOSes)"
+#~ msgstr "LBA (tak bisa dipakai pada BIOS kuno)"
+
+#~ msgid "You don't have any partitions!"
+#~ msgstr "Anda tak punya partisi!"
+
+#~ msgid ""
+#~ "DiskDrake failed to read correctly the partition table.\n"
+#~ "Continue at your own risk!"
+#~ msgstr ""
+#~ "DiskDrake gagal membaca tabel partisi Anda.\n"
+#~ "Lanjutkan tapi resiko tanggung sendiri!"
+
+#~ msgid ""
+#~ "I can't read your partition table, it's too corrupted for me :(\n"
+#~ "I'll try to go on blanking bad partitions"
+#~ msgstr ""
+#~ "Tabel partisi rusak tak terbaca :(\n"
+#~ "Partisi buruk akan dicoba dihapus"
+
+#~ msgid ""
+#~ "Please Build backup before to restore it...\n"
+#~ " or verify that your path to save is correct."
+#~ msgstr ""
+#~ "Buatlah backup sebelum menyimpan ulang...\n"
+#~ " atau pastikan path utk menyimpan sudah benar."
+
+#~ msgid "Firewalling Configuration"
+#~ msgstr "konfigurasi firewall"
+
+#~ msgid "Firewalling configuration"
+#~ msgstr "konfigurasi firewall"
+
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "You already have set up a firewall.\n"
+#~ "Click on Configure to change or remove the firewall"
+#~ msgstr ""
+#~ "Firewall\n"
+#~ "\n"
+#~ "Anda sudah ada firewall.\n"
+#~ "Silakan tekan Konfigurasikan untuk mengganti atau menghapus firewall"
+
+#~ msgid ""
+#~ "Firewalling\n"
+#~ "\n"
+#~ "Click on Configure to set up a standard firewall"
+#~ msgstr ""
+#~ "Firewall\n"
+#~ "\n"
+#~ "Silakan tekan Konfigurasikan untuk mensetup firewall standar"
+
+#~ msgid ""
+#~ "We'll now ask you questions about which services you'd like to allow\n"
+#~ "the Internet to connect to. Please think carefully about these\n"
+#~ "questions, as your computer's security is important.\n"
+#~ "\n"
+#~ "Please, if you're not currently using one of these services, firewall\n"
+#~ "it off. You can change this configuration anytime you like by\n"
+#~ "re-running this application!"
+#~ msgstr ""
+#~ "Sekarang saya akan tanyakan layanan mana saja yang hendak Anda bolehkan\n"
+#~ "untuk dapat diakses dari Internet. Silakan fikirkan dulu masak-masak "
+#~ "akan\n"
+#~ "hal ini, karena keamanan komputer Anda sangat penting kan.\n"
+#~ "\n"
+#~ "Ayo, bila Anda tidak pakai layanan-layanan ini, matikan saja lewat "
+#~ "firewall.\n"
+#~ "Anda bisa ubah konfigurasikan lagi kapan-kapan dengan menjalankan\n"
+#~ "aplikasi ini lagi nantinya."
+
+#~ msgid ""
+#~ "Are you running a web server on this machine that you need the whole\n"
+#~ "Internet to see? If you are running a webserver that only needs to be\n"
+#~ "accessed by this machine, you can safely answer NO here.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Apakah Anda ingin webserver Anda juga dapat diakses dari Internet ??\n"
+#~ "Bila Anda ingin webserver Anda HANYA ingin diakses dari KOMPUTER INI "
+#~ "SAJA\n"
+#~ "maka jawab saja TIDAK di sini.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Are you running a name server on this machine? If you didn't set one\n"
+#~ "up to give away IP and zone information to the whole Internet, please\n"
+#~ "answer no.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Apakah Anda menjalankan Name server di komputer ini? Bila Anda\n"
+#~ "tidak menjalankan nameserver untuk menjawab informasi IP dan zone untuk "
+#~ "Internet\n"
+#~ "silakan jawab TIDAK.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Do you want to allow incoming Secure Shell (ssh) connections? This\n"
+#~ "is a telnet-replacement that you might use to login. If you're using\n"
+#~ "telnet now, you should definitely switch to ssh. telnet is not\n"
+#~ "encrypted -- so some attackers can steal your password if you use\n"
+#~ "it. ssh is encrypted and doesn't allow for this eavesdropping."
+#~ msgstr ""
+#~ "Apakah Anda ingin membuka koneksi Secure Shell (ssh) ?\n"
+#~ "SSH adalah pengganti telnet yang mungkin hendak Anda gunakan.\n"
+#~ "Bila Anda hanya menggunakan telnet sekarang, silakan ganti ke ssh.\n"
+#~ "telnet tidak dienkripsi loh -- jadi orang lain bisa mencuri katasandi "
+#~ "Anda\n"
+#~ "saat telnet. SSH dienkripsi dan tidak bisa disadap."
+
+#~ msgid ""
+#~ "Do you want to allow incoming telnet connections?\n"
+#~ "This is horribly unsafe, as we explained in the previous screen. We\n"
+#~ "strongly recommend answering No here and using ssh in place of\n"
+#~ "telnet.\n"
+#~ msgstr ""
+#~ "Apakah Anda ingin membuka koneksi telnet?\n"
+#~ "Ini sangat tidak aman sebagaimana dijelaskan pada layar sebelumnya.\n"
+#~ "Sebaiknya jawab TIDAK dan gunakan SSH.\n"
+
+#~ msgid ""
+#~ "Are you running an FTP server here that you need accessible to the\n"
+#~ "Internet? If you are, we strongly recommend that you only use it for\n"
+#~ "Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
+#~ "attackers, since FTP also uses no encryption for transferring passwords.\n"
+#~ msgstr ""
+#~ "Apakah Anda hendak membuka koneksi FTP yang ingin diakses dari Internet?\n"
+#~ "Bila ya, silakan gunakan saja untuk transfer anonimous. Katasandi yang "
+#~ "dikirimkan\n"
+#~ "oleh FTP bisa dicuri oleh cracker, karena FTP tidak diacak saat "
+#~ "pertukaran katasandi terjadi.\n"
+
+#~ msgid ""
+#~ "Are you running a mail server here? If you're sending you \n"
+#~ "messages through pine, mutt or any other text-based mail client,\n"
+#~ "you probably are. Otherwise, you should firewall this off.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Apakah Anda menjalankan server mail ? Bila Anda mengirim email dengan\n"
+#~ "menggunakan pine, mutt, atau klien mail teks, maka sebaiknya iya.\n"
+#~ "Selainnya, matikan saja.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "Are you running a POP or IMAP server here? This would\n"
+#~ "be used to host non-web-based mail accounts for people via \n"
+#~ "this machine.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "Apakah Anda menjalankan server POP atau IMAP ?\n"
+#~ "Fasilitas ini bisa digunakan untuk menampung account email non web untuk\n"
+#~ "umum.\n"
+#~ "\n"
+
+#~ msgid ""
+#~ "You appear to be running a 2.2 kernel. If your network IP\n"
+#~ "is automatically set by a computer in your home or office \n"
+#~ "(dynamically assigned), we need to allow for this. Is\n"
+#~ "this the case?\n"
+#~ msgstr ""
+#~ "Kelihatannya Anda memakai kernel 2.2. Bila IP jaringan Anda diset "
+#~ "sendiri\n"
+#~ "oleh komputer di kantor atau rumah (secara dinamis) maka kita harus "
+#~ "jawab\n"
+#~ "YA di sini. Benarkah demikian?\n"
+
+#~ msgid ""
+#~ "Is your computer getting time syncronized to another computer?\n"
+#~ "Mostly, this is used by medium-large Unix/Linux organizations\n"
+#~ "to synchronize time for logging and such. If you're not part\n"
+#~ "of a larger office and haven't heard of this, you probably \n"
+#~ "aren't."
+#~ msgstr ""
+#~ "Apakah komputer Anda mendapatkan informasi jam dari komputer lain?\n"
+#~ "Biasanya, fasilitas ini digunakan oleh organisasi sedang/besar Unix/"
+#~ "Linux\n"
+#~ "untuk sinkronisasi waktu untuk logging dan sebagainya. Bila Anda\n"
+#~ "tidak tergabung dari kantor yang besar atau belum pernah dengar ini\n"
+#~ "sebelumnya, jawab TIDAK."
#~ msgid ""
+#~ "Configuration complete. May we write these changes to disk?\n"
+#~ "\n"
#~ "\n"
-#~ "Drakbackup activities via $net_proto:\n"
#~ "\n"
#~ msgstr ""
+#~ "Konfigurasi tamat. Simpan perubahan ini ke disk?\n"
#~ "\n"
-#~ "Aktivitas drakbackup via $net_proto:\n"
#~ "\n"
+#~ "\n"
+
+#~ msgid "Can't open %s for writing: %s\n"
+#~ msgstr "Tak dapat membuka file %s untuk ditulisi: %s\n"
+
+#~ msgid "No I don't need DHCP"
+#~ msgstr "Tidak, tak perlu DHCP"
+
+#~ msgid "Yes I need DHCP"
+#~ msgstr "Ya, perlu DHCP"
-#~ msgid "\n"
-#~ msgstr "\n"
+#~ msgid "No I don't need NTP"
+#~ msgstr "Tidak, tak perlu NTP"
+
+#~ msgid "Yes I need NTP"
+#~ msgstr "Ya, perlu NTP"
+
+#~ msgid "Don't Save"
+#~ msgstr "Jangan Simpan"
+
+#~ msgid "Save & Quit"
+#~ msgstr "Simpan & Keluar"
+
+#~ msgid "Firewall Configuration Wizard"
+#~ msgstr "Dukun Konfigurasi Firewall"
+
+#~ msgid "No (firewall this off from the internet)"
+#~ msgstr "Tidak (lindungi dari internet)"
+
+#~ msgid "Yes (allow this through the firewall)"
+#~ msgstr "Ya (izinkan ini melewati firewall)"
+
+#~ msgid "Please Wait... Verifying installed packages"
+#~ msgstr "Tunggu, paket terinstal sedang diverifikasi"
+
+#~ msgid ""
+#~ "Failure installing the needed packages: %s and Bastille.\n"
+#~ " Try to install them manually."
+#~ msgstr ""
+#~ "Gagal menginstal paket kebutuhan: %s dan Bastille.\n"
+#~ " Coba instal secara manual."
#~ msgid ""
#~ "This level is to be used with care. It makes your system more easy to "
@@ -13341,12 +14112,6 @@ msgstr "Aplikasi Ilmu pengetahuan"
#~ msgid "Security Checks"
#~ msgstr "Cek Keamanan"
-#~ msgid "WARNING: $warning"
-#~ msgstr "AWAS: $warning"
-
-#~ msgid "$descr"
-#~ msgstr "$descr"
-
#~ msgid "Data list to include on CDROM."
#~ msgstr "Daftar data utk dimasukkan ke CDROM."
@@ -13946,7 +14711,7 @@ msgstr "Aplikasi Ilmu pengetahuan"
#~ "Anda\n"
#~ "dapat menjalankan GNU/Linux atau Mindows (jika Anda punya Mindows di "
#~ "sistem\n"
-#~ "Anda). Jika Anda menginstal Mindows lagi, proses instal micro$oft akan\n"
+#~ "Anda). Jika Anda menginstal Mindows lagi, proses instal microsoft akan\n"
#~ "menulis ulang sektor boot, dan Anda takkan dapat menjalankan GNU/Linux!\n"
#~ "\n"
#~ " * jika ada masalah sehingga Anda tak dapat menjalankan GNU/Linux dari "
@@ -15053,12 +15818,6 @@ msgstr "Aplikasi Ilmu pengetahuan"
#~ msgid "Choose a X driver"
#~ msgstr "Pilih driver X"
-#~ msgid "X driver"
-#~ msgstr "Driver X"
-
-#~ msgid "Warning: testing this graphics card may freeze your computer"
-#~ msgstr "Awas: tes kartu grafis ini dapat membekukan komputer Anda"
-
#~ msgid "Standard VGA, 640x480 at 60 Hz"
#~ msgstr "VGA Standar, 640x480 pada 60 Hz"
@@ -15214,18 +15973,12 @@ msgstr "Aplikasi Ilmu pengetahuan"
#~ "Anda harus menginstalnya.\n"
#~ " Ketikkan \"urpmi xawtv\""
-#~ msgid "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-#~ msgstr "-adobe-utopia-medium-r-normal-*-12-*-*-*-p-*-iso8859-*,*-r-*"
-
#~ msgid ""
#~ "Can't access kernel modules corresponding to your kernel (file %s is "
#~ "missing)"
#~ msgstr ""
#~ "Tak dapat mengakses modul kernel yg sesuai dg kernel Anda (file %s hilang)"
-#~ msgid "$f-$g %s)"
-#~ msgstr "$f-$g %s)"
-
#~ msgid "None"
#~ msgstr "Tiada"
@@ -15394,9 +16147,6 @@ msgstr "Aplikasi Ilmu pengetahuan"
#~ "Device mana yang terhubung ke printer\n"
#~ "(ingat, /dev/lp0 = LPT1:) ?\n"
-#~ msgid "%s"
-#~ msgstr "%s"
-
#~ msgid ""
#~ "Warning, the network adapter is already configured. I will reconfigure it."
#~ msgstr ""
@@ -15478,9 +16228,6 @@ msgstr "Aplikasi Ilmu pengetahuan"
#~ msgid "Test the mouse here."
#~ msgstr "Silakan tes mouse Anda"
-#~ msgid "Press next to continue."
-#~ msgstr "Tekan Lanjutkan utk melanjutkan"
-
#~ msgid ""
#~ "Please choose your preferred language for installation and system usage."
#~ msgstr "Pilihlan bahasa yang ingin Anda gunakan untuk instalasi dan sistem."
diff --git a/perl-install/share/po/is.po b/perl-install/share/po/is.po
index 3b7edab59..9f1163b8e 100644
--- a/perl-install/share/po/is.po
+++ b/perl-install/share/po/is.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX VERSION\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
"PO-Revision-Date: 2000-01-05 18:53-0500\n"
"Last-Translator: Thorarinn Einarsson <teinarsson@nc.rr.com>\n"
"Language-Team: Icelandic\n"
@@ -52,48 +52,48 @@ msgstr "32 MB"
msgid "64 MB or more"
msgstr "64 MB ea meira"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "Veldu X jn"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "X jnn"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
#, fuzzy
msgid "Multi-head configuration"
msgstr "Les uppsetningarskr"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
msgstr ""
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "Veldu minnisstr skjkortsins"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
#, fuzzy
msgid "XFree configuration"
msgstr "Lokauppsetning"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
#, fuzzy
msgid "Which configuration of XFree do you want to have?"
msgstr "Hverju viltu bta vi?"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr ""
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr ""
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Netstillingar"
@@ -104,30 +104,30 @@ msgstr "Netstillingar"
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr ""
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, 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:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
-#: ../../Xconfig/card.pm_.c:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr ""
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -135,62 +135,63 @@ msgid ""
"Your card is supported by XFree %s which may have a better support in 2D."
msgstr ""
-#: ../../Xconfig/card.pm_.c:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, 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:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr ""
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
#, fuzzy
msgid "Custom"
msgstr "Srlagaa"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
#, fuzzy
msgid "Graphic Card"
msgstr "Skjkort"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "Skjr"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "Upplausn"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
#, fuzzy
msgid "Options"
msgstr "Upplsingar"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr " lagi"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Htta"
@@ -203,28 +204,28 @@ msgid ""
"%s"
msgstr "Halda nverandi IP stillingum"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "Veldu skj"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
#, fuzzy
msgid "Vendor"
msgstr "Endurheimta"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -244,11 +245,11 @@ msgstr ""
"a er MJG MIKILVGT a velja ekki of htt t逅nisvi fyrir skjinn. Hafir\n"
" einhverjar efasemdir, veldu lgri stillingar."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "Lrtt t逅ni"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "L齔rtt t逅ni"
@@ -285,36 +286,40 @@ msgstr "Veldu upplausn og fjlda lita"
msgid "Graphics card: %s"
msgstr "Skjkort: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "Htta vi"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "Prfunar skilgreining"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "Viltu prfa skilgreininguna"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "Prfunar skilgreining"
+#: ../../Xconfig/test.pm_.c:31
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr ""
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -453,29 +458,25 @@ msgstr ""
msgid "Yaboot"
msgstr "Rt"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
#, fuzzy
msgid "Bootloader main options"
msgstr "Stillingar LILO"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
#, fuzzy
msgid "Bootloader to use"
msgstr "Stillingar LILO"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
#, fuzzy
msgid "Bootloader installation"
msgstr "Stillingar LILO"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "Rsitki"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr ""
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "Samjappa"
@@ -492,16 +493,17 @@ msgstr "Skjhamur"
msgid "Delay before booting default image"
msgstr "Tf 瘰ur en sjlfgefin rsing byrjar"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Lykilor"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "Lykilor (aftur)"
@@ -536,14 +538,14 @@ msgid ""
msgstr ""
"Valkosturinn ``Takmarka alla rofa skipanalnu'' gerir ekkert n lykilors"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "Reyndu aftur"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "Mismunandi lykilor"
@@ -590,16 +592,16 @@ msgstr ""
"Hrna eru nverandi stillingar LILO .\n"
"滲 getur btt vi fleirum ea breytt essum."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Bta vi"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "Bi"
@@ -612,7 +614,7 @@ msgstr "Breyta RAID"
msgid "Which type of entry do you want to add?"
msgstr "Hverju viltu bta vi?"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linux"
@@ -709,13 +711,13 @@ msgstr "Er kannski eitt enn vlinni?"
msgid "Do you have any %s interfaces?"
msgstr "Eru einhver %s tengi tlvunni?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "Nei"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "J"
@@ -814,38 +816,46 @@ msgstr ""
msgid "access to administrative files"
msgstr ""
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+msgid "access to network tools"
+msgstr ""
+
+#: ../../any.pm_.c:755
+msgid "access to compilation tools"
+msgstr ""
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(%s er n egar til)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "etta lykilor er of einfalt"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "Vinsamlega sl瘰u inn notandanafn"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "Notandanafni m bara innihalda litla stafi, tlustafi, `-' og `_'"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:768
#, fuzzy
msgid "The user name is too long"
msgstr "etta notandanafn er n egar til"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "etta notandanafn er n egar til"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "Bta vi notanda"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -854,32 +864,32 @@ msgstr ""
"Sl瘰u inn notanda\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "Samykkja notanda"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "Nafn notanda"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Notandanafn:"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "Skel"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr ""
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr ""
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
#, fuzzy
msgid ""
"I can set up your computer to automatically log on one user.\n"
@@ -888,59 +898,59 @@ msgstr ""
"g get stillt tlvuna na til a kveikja sjlfvirkt X vi rsingu\n"
"Vilt kveikja X vi endurrsingu?"
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
#, fuzzy
msgid "Choose the default user:"
msgstr "Veldu nja str"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
#, fuzzy
msgid "Choose the window manager to run:"
msgstr "Veldu forriti sem vilt nota"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
#, fuzzy
msgid "Please choose a language to use."
msgstr "Hvernig ms ertu me?"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
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:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr ""
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
#, fuzzy
msgid "Allow all users"
msgstr "Bta vi notanda"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
#, fuzzy
msgid "No sharing"
msgstr "Stabundinn prentari"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, fuzzy, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Hvaa pakka viltu setja inn"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr ""
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr ""
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
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,55 +959,55 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr ""
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
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:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "Velkomin(n) tlvurjtinn"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "Llegt"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr ""
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "Htt"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
#, fuzzy
msgid "Higher"
msgstr "Htt"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "Taugaveikla"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
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:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
msgstr ""
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
#, fuzzy
msgid ""
"This is the standard security recommended for a computer that will be used "
@@ -1006,13 +1016,13 @@ msgstr ""
"etta er hi hefbundna ryggi sem mlt er me fyrir tlvu sem verur notu\n"
"til a tengja vi neti sem biill. ryggisathuganir eru nna gangi. "
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
#, fuzzy
msgid ""
"With this security level, the use of this system as a server becomes "
@@ -1026,7 +1036,7 @@ msgstr ""
"ryggi er ngu ngu miki til a taka vi fyrirspurnum fr\n"
"mrgum bilum. "
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
#, fuzzy
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
@@ -1035,32 +1045,32 @@ msgstr ""
"Kerfi er komi 4. stig og er n alveg loka.\n"
"ryggi er hsta stigi."
-#: ../../any.pm_.c:1091
+#: ../../any.pm_.c:1094
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Upplsingar"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Hvernig ms ertu me?"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
#, fuzzy
msgid "Security level"
msgstr "Stilli ryggisrep"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
#, fuzzy
msgid "Use libsafe for servers"
msgstr "Veldu valmguleika fyrir jn"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr ""
@@ -1104,57 +1114,57 @@ 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:935
+#: ../../bootloader.pm_.c:932
msgid "Welcome to GRUB the operating system chooser!"
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:935
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:938
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:941
msgid "commands before booting, or 'c' for a command-line."
msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:944
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr ""
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:948
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:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr ""
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr ""
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, fuzzy, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Hvert viltu setja rsistjrann?"
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr ""
@@ -1163,8 +1173,8 @@ msgstr ""
msgid "Boot Style Configuration"
msgstr "Lokauppsetning"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
#, fuzzy
msgid "/_File"
@@ -1175,7 +1185,7 @@ msgstr "Skrr:\n"
msgid "/File/_Quit"
msgstr ""
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr ""
@@ -1221,119 +1231,125 @@ msgstr "Setja kerfi inn"
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+#, fuzzy
+msgid "Create new theme"
+msgstr "Ba til nja disksnei"
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr ""
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "Villa"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, c-format
msgid "Copy %s to %s"
msgstr ""
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
#, fuzzy
msgid "Notice"
msgstr "tki"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
#, fuzzy
msgid "Theme installation failed!"
msgstr "Veldu innsetningarflokk"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, fuzzy, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
"Click on Configure to launch the setup wizard."
msgstr "Veldu prenttengingu"
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
#, fuzzy
msgid "Configure"
msgstr "Stilla X"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
#, fuzzy
msgid "Splash selection"
msgstr "Val pakkahp"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
#, fuzzy
msgid "Themes"
msgstr "Tr"
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1342,44 +1358,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr ""
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr ""
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr ""
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr ""
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr ""
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr ""
@@ -1485,48 +1501,53 @@ msgstr "ratengd"
msgid "United States"
msgstr ""
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-msgid "Unknown Model"
-msgstr ""
-
#: ../../diskdrake/dav.pm_.c:23
msgid "New"
msgstr "N"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "Aftengja"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "Tengipunktur"
+
+#: ../../diskdrake/dav.pm_.c:61
#, fuzzy
msgid "Server"
msgstr "netjnn"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Tengipunktur"
-#: ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/dav.pm_.c:81
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Hvernig ms ertu me?"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:92
+#: ../../diskdrake/dav.pm_.c:105
#, fuzzy
msgid "Server: "
msgstr "netjnn"
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Tengipunktur: "
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, fuzzy, c-format
msgid "Options: %s"
msgstr "Rtardisksnei"
@@ -1535,8 +1556,9 @@ msgstr "Rtardisksnei"
msgid "Please make a backup of your data first"
msgstr "Vinsamlega taktu fyrst afrit af llum ggnum"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "Lestu vandlega!"
@@ -1573,10 +1595,15 @@ msgid "Please click on a partition"
msgstr "Smelltu disksnei"
#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "tarleg atrii"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+#, fuzzy
+msgid "No hard drives found"
+msgstr "Stabundinn prentari"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1602,13 +1629,13 @@ msgstr ""
msgid "Swap"
msgstr "Diskminni"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "Tm"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "Anna"
@@ -1616,12 +1643,12 @@ msgstr "Anna"
msgid "Filesystem types:"
msgstr "Tegundir skrakerfa:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "Ba til"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "Tegund"
@@ -1631,7 +1658,7 @@ msgstr "Tegund"
msgid "Use ``%s'' instead"
msgstr "Nota ``%s'' stainn"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "Eya"
@@ -1639,84 +1666,84 @@ msgstr "Eya"
msgid "Use ``Unmount'' first"
msgstr "Nota ``Aftengja'' fyrst"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, fuzzy, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr "ll ggn essari disksnei tapast"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
#, fuzzy
msgid "Choose a partition"
msgstr "Veldu ager"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
#, fuzzy
msgid "Choose another partition"
msgstr "Ba til nja disksnei"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
#, fuzzy
msgid "Exit"
msgstr "Ext2"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "Fra snillingsham"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "Fara venjulegan ham"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "Endurheimta"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "Halda samt fram?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "Htta n ess a vista"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "Htta n ess a skrifa sneiatfluna?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
#, fuzzy
msgid "Do you want to save /etc/fstab modifications"
msgstr "Viltu prfa skilgreininguna"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "R瘰stafa skjlfkrafa"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "Hreinsa allt"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
#, fuzzy
msgid "More"
msgstr "Fra"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
#, fuzzy
msgid "Hard drive information"
msgstr "Sna upplsingar"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "ll aal skrarsni eru notkun"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "Get ekki btt vi disksneium"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1724,36 +1751,36 @@ msgstr ""
"Til a f fleiri disksneiar, vinsamlega eyddu einni til a ba til "
"vibtarsnei"
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
#, fuzzy
msgid "Save partition table"
msgstr "Skrifa sneiatflu"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
#, fuzzy
msgid "Restore partition table"
msgstr "Bjarga sneiatflunni"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "Bjarga sneiatflunni"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
#, fuzzy
msgid "Reload partition table"
msgstr "Bjarga sneiatflunni"
# ## skrytid
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
#, fuzzy
msgid "Removable media automounting"
msgstr "Sjlfvirk tenging aukatkja"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "Velji skr"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1761,11 +1788,11 @@ msgstr ""
"Disksneiin sem var tekin sem afrit er ekki af smu str\n"
"Halda fram?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "Avrun"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1773,256 +1800,248 @@ msgstr ""
"Settu diskling drifi\n"
"ll ggn essum diskling tapast"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "Reyni a endurheimta disksneiatfluna"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
#, fuzzy
msgid "Detailed information"
msgstr "Sna upplsingar"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "Endurstkka"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "Fra"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "Forsn逅a"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Tengipunktur"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "Bta vi RAID"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "Bta vi LVM"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Aftengja"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "Taka r RAID"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "Taka r LVM"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "Breyta RAID"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "Ba til nja disksnei"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "Byrjunar geiri"
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "Str MB: "
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "Tegund skrakerfis:"
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "Valkostur:"
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
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:494
+#: ../../diskdrake/interactive.pm_.c:499
#, fuzzy
msgid "Remove the loopback file?"
msgstr "Forsn逅 disksnei %s"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "Breyta tegund sneiar"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
#, fuzzy
msgid "Which filesystem do you want?"
msgstr "Hvaa sneitegund viltu?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, fuzzy, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Hvar viltu tengja tki %s?"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Hvar viltu tengja tki %s?"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:584
+#: ../../diskdrake/interactive.pm_.c:594
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "Hvar viltu tengja tki %s?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "Reikna takmarkanir FAT skrarkerfis..."
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "Endursn逅"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
#, fuzzy
msgid "This partition is not resizeable"
msgstr "Hvaa sneitegund viltu?"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
#, fuzzy
msgid "All data on this partition should be backed-up"
msgstr "ll ggn essari disksnei tapast"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, fuzzy, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "ll ggn essari disksnei tapast"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "Veldu nja str"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
#, fuzzy
msgid "New size in MB: "
msgstr "Str MB: "
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "Hvaa disk viltu fra til?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "Geiri"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "Hvaa geira viltu fra ggn til?"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "Fri"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "Fri disksnei..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "Veldu RAID sem til er fyrir til a bta vi"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "n"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "Veldu LVM sem til er fyrir til a bta vi"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
#, fuzzy
msgid "Give a file name"
msgstr "Nafn notanda"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
#, fuzzy
msgid "File already exists. Use it?"
msgstr "Nafni %s er egar notkun"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
#, fuzzy
msgid "Mount options"
msgstr "Stillingar kjarnaeininga:"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "tki"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "stig"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "str hlutar"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
#, fuzzy
msgid "What type of partitioning?"
msgstr "Hvernig prentara ertu me?"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr "Hvaa pakka viltu setja inn"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2034,7 +2053,7 @@ msgstr ""
"Annahvort notar LILO og a mun ekki virka, ea notar ekki LILO og "
"sleppir v a hafa /boot"
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2045,143 +2064,143 @@ msgstr ""
"1024. svalnings hara disknum og hefur enga /boot snei.\n"
"Ef tlar a nota LILO rsistjrann skaltu muna a bta vi /boot snei"
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
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:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "Disksneiatafla drifs %s mun vera skrifu disk!"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr "滲 arft a endurrsa 瘰ur en breytingar taka gildi"
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, fuzzy, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "ll ggn essari disksnei tapast"
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "Forsn逅ing"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, fuzzy, c-format
msgid "Formatting loopback file %s"
msgstr "Forsn逅 disksnei %s"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "Forsn逅 disksnei %s"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Hide files"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
#, fuzzy
msgid "Move files to the new partition"
msgstr "Ba til nja disksnei"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
"(%s)"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
#, fuzzy
msgid "Moving files to the new partition"
msgstr "Ba til nja disksnei"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, fuzzy, c-format
msgid "Removing %s"
msgstr "Upplausnir"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "Tki: "
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS drifstafur: %s (bara giskun)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "Tegund: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "Byrja: geiri %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "Str: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s geirar"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, fuzzy, c-format
msgid "Cylinder %d to %d\n"
msgstr "Svalningur %d til %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "Forsniinn\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "Ekki forsniinn\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "Tengdur\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2189,27 +2208,27 @@ msgstr ""
"Sjlfgefin disksnei rst\n"
" (fyrir MS-DOS rsingu, ekki fyrir LILO)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "Stig %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "Hlunkastr %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-diskar %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2217,7 +2236,7 @@ msgid ""
"probably leave it alone.\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2225,59 +2244,63 @@ msgid ""
"dual-booting your system.\n"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "Str: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Skilgreining: %s svalningar, %s hausar, %s geirar\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "Upplsingar: "
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-diskar %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, fuzzy, c-format
msgid "Partition table type: %s\n"
msgstr "Rtardisksnei"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr " gagnabraut %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
#, fuzzy
msgid "Filesystem encryption key"
msgstr "Tegund skrakerfis:"
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, fuzzy, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr "etta lykilor er of einfalt (verur a vera minnst %d stafa langt)"
-#: ../../diskdrake/interactive.pm_.c:1180
+#: ../../diskdrake/interactive.pm_.c:1191
#, fuzzy
msgid "The encryption keys do not match"
msgstr "Mismunandi lykilor"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr ""
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr ""
@@ -2316,7 +2339,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Username"
msgstr "Notandanafn:"
@@ -2331,23 +2354,23 @@ msgstr "NIS ln"
msgid "Search servers"
msgstr "Nafnamilari"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, fuzzy, c-format
msgid "%s formatting of %s failed"
msgstr "gat ekki forsnii %s"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "kann ekki a forsn逅a %s af tegundinni %s"
-#: ../../fs.pm_.c:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr ""
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "villa vi a aftengja %s: %s"
@@ -2365,262 +2388,321 @@ msgstr ""
msgid "server"
msgstr "netjnn"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, fuzzy, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"g get ekki lesi disksneiatflu na, hn er of skemmd fyrir mig :-(\n"
+"g mun reyna a halda fram me v a hreinsa skemmdar disksneiar"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr ""
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr ""
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "Heiti tengipunkta vera a byrja /."
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, fuzzy, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "a er egar disksnei me tengipunktinn %s"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr ""
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr ""
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
"point\n"
msgstr ""
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr ""
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
msgid "Not enough free space for auto-allocating"
msgstr ""
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr ""
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Villa vi a opna %s til skriftar: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:158
+#, fuzzy
+msgid "Sound configuration"
+msgstr "Uppsetning"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
msgstr ""
-"a kom upp villa. Engin tki fundust sem unnt er a ba til n skrakerfi "
-". Vinsamlegast athugau vlbnainn leit a orsk vandamlsins."
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "滲 hefur ekki neinar disksneiar"
+#: ../../harddrake/sound.pm_.c:162
+#, fuzzy
+msgid "Driver:"
+msgstr "Sem jn"
+
+#: ../../harddrake/sound.pm_.c:173
+msgid "No known driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr ""
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/sound.pm_.c:177
+msgid "Unkown driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:178
+#, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
+
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "Model"
msgstr "USB ms"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
msgid "hard disk model"
msgstr ""
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
#, fuzzy
msgid "Channel"
msgstr "Htta vi"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:19
+#: ../../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:20
+#: ../../harddrake/ui.pm_.c:21
#, fuzzy
msgid "Module"
msgstr "USB ms"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
#, fuzzy
msgid "Description"
msgstr "Stilla handvirkt"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
#, fuzzy
msgid "Bus identification"
msgstr "Aukenning"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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:31
+#: ../../harddrake/ui.pm_.c:32
#, fuzzy
msgid "Old device file"
msgstr "Velji skr"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr ""
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
#, fuzzy
msgid "New devfs device"
msgstr "Gtt (tki)"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
msgid "Number of buttons"
msgstr ""
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:60
+#: ../../harddrake/ui.pm_.c:38
+#, fuzzy
+msgid "Alternative drivers"
+msgstr "Prenta t prufublas逅u(r)..."
+
+#: ../../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 "Htta"
-#: ../../harddrake/ui.pm_.c:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
#, fuzzy
msgid "/_Help"
msgstr "Hjlp"
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
#, fuzzy
msgid "/_Help..."
msgstr "Hjlp"
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
#, fuzzy
msgid "/_About..."
msgstr "Tengipunktur"
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
#, fuzzy
msgid "Author:"
msgstr "Stilla sjlfvirkt"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "Nota fnstillingar hrum disk(um)"
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Detected hardware"
msgstr "Skoau vlbnaarupplsingar"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:105
#, fuzzy
-msgid "Configure module"
-msgstr "Tilgreindu ms"
+msgid "Information"
+msgstr "Sna upplsingar"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:108
#, fuzzy
-msgid "Informations"
-msgstr "Sna upplsingar"
+msgid "Configure module"
+msgstr "Tilgreindu ms"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
#, fuzzy
msgid "Detection in progress"
msgstr "%s tengipunktur er n egar til"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "Augnablik..."
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
#, fuzzy
msgid "secondary"
msgstr "Htti eftir %d sekndur"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "Vifng fyrir fjartengda lpd prentara"
@@ -2651,16 +2733,16 @@ msgid ""
msgstr ""
#: ../../harddrake/v4l.pm_.c:213
-msgid "Card model :"
+msgid "Card model:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:214
#, fuzzy
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "Breyta tegund sneiar"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
+msgid "Number of capture buffers:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:215
@@ -2669,11 +2751,11 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:217
#, fuzzy
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "forsn逅"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:218
@@ -2685,22 +2767,22 @@ msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2779,7 +2861,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2805,10 +2887,10 @@ msgstr ""
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -2843,11 +2925,11 @@ msgstr ""
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -2888,7 +2970,7 @@ msgstr ""
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -2919,24 +3001,12 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
-msgstr ""
-
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -2945,7 +3015,7 @@ msgid ""
"configured."
msgstr ""
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
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"
@@ -2965,13 +3035,13 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
"Linux operating system on your hard drive. If your hard drive is empty or\n"
@@ -3004,7 +3074,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3037,10 +3109,12 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3073,7 +3147,7 @@ msgid ""
"\"mformat a:\")"
msgstr ""
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
"(formatting means creating a filesystem).\n"
@@ -3101,7 +3175,7 @@ msgid ""
"for bad blocks on the disk."
msgstr ""
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -3111,12 +3185,12 @@ msgid ""
"Please be patient."
msgstr ""
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3126,7 +3200,7 @@ msgid ""
"install the selected package(s), or \"Cancel\" to abort."
msgstr ""
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3135,19 +3209,19 @@ msgid ""
"\"Accept\" button."
msgstr ""
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3164,26 +3238,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3211,7 +3285,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3220,7 +3294,7 @@ msgid ""
"emergency boot situations."
msgstr ""
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
"Please choose the one you want to resize in order to install your new\n"
@@ -3253,34 +3327,34 @@ msgid ""
"disk or partition is called \"C:\")."
msgstr ""
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr ""
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
"installation or if you want to have greater control (\"Expert\"). You can\n"
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3289,30 +3363,35 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3326,7 +3405,7 @@ msgid ""
"additional locales, click the \"OK\" button to continue."
msgstr ""
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -3339,10 +3418,17 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
#, fuzzy
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
@@ -3351,7 +3437,7 @@ msgstr ""
"Veldu tengi sem vilt nota. Tengi COM1 MS Windows er kalla\n"
"ttyS0 Linux, COM2 er ttyS1, o.s.frv."
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -3381,15 +3467,15 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
msgstr ""
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -3428,8 +3514,11 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
+"options, which are reserved for the expert user."
+msgstr ""
+
+#: ../../help.pm_.c:710
+msgid ""
"After you have configured the general bootloader parameters, the list of\n"
"boot options which will be available at boot time will be displayed.\n"
"\n"
@@ -3437,16 +3526,7 @@ msgid ""
"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
"the existing options. Select an entry and click \"Modify\" to modify or\n"
"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
-msgstr ""
-
-#: ../../help.pm_.c:713
-msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -3501,18 +3581,18 @@ msgstr ""
#: ../../help.pm_.c:759
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -3629,7 +3709,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -3642,14 +3724,14 @@ msgid ""
"associated with it."
msgstr ""
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
"and will not be recoverable!"
msgstr ""
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -3673,7 +3755,7 @@ msgstr ""
msgid "You must also format %s"
msgstr ""
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -3688,30 +3770,47 @@ msgid ""
"Do you really want to install these servers?\n"
msgstr ""
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr "Get ekki nota tsendingu n NIS lns"
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, fuzzy, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Settu tman diskling drif %s"
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr ""
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
msgstr ""
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "villa vi lestur r skrnni %s"
+#: ../../install_any.pm_.c:1023
+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 ""
+"a kom upp villa. Engin tki fundust sem unnt er a ba til n skrakerfi "
+". Vinsamlegast athugau vlbnainn leit a orsk vandamlsins."
+
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -3743,83 +3842,83 @@ msgstr ""
"\n"
"Halda samt fram?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
#, fuzzy
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "滲 verur a hafa diskminni"
-#: ../../install_interactive.pm_.c:91
+#: ../../install_interactive.pm_.c:92
#, fuzzy
msgid "Use free space"
msgstr "Notandanafn:"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr ""
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
#, fuzzy
msgid "Use existing partitions"
msgstr "Forsn逅 disksnei %s"
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
#, fuzzy
msgid "There is no existing partition to use"
msgstr "Reyni a endurheimta disksneiatfluna"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr ""
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
#, fuzzy
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Hvaa disksnei vilt nota sem rtardisksnei"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
#, fuzzy
msgid "Choose the sizes"
msgstr "Veldu nja str"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
#, fuzzy
msgid "Root partition size in MB: "
msgstr "Rtardisksnei"
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
#, fuzzy
msgid "Swap partition size in MB: "
msgstr "Str MB: "
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr ""
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
#, fuzzy
msgid "Which partition do you want to resize?"
msgstr "Hvaa sneitegund viltu?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
#, fuzzy
msgid "Resizing Windows partition"
msgstr "Reikna takmarkanir FAT skrarkerfis..."
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occured: %s"
msgstr ""
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
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:138
+#: ../../install_interactive.pm_.c:140
#, fuzzy
msgid ""
"WARNING!\n"
@@ -3842,12 +3941,12 @@ msgstr ""
"ggnunum num.\n"
"Sl瘰u ' lagi' til a halda fram."
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
#, fuzzy
msgid "Which size do you want to keep for Windows on"
msgstr "Hvaa geira viltu fra ggn til?"
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, fuzzy, c-format
msgid "partition %s"
msgstr "Rtardisksnei"
@@ -3857,74 +3956,74 @@ msgstr "Rtardisksnei"
# *** ATH: a er sumt eftir fyrir ofan ***
# ******************************************
#
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, fuzzy, c-format
msgid "FAT resizing failed: %s"
msgstr "Sjlfvirk endurstkkun brst"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
msgstr ""
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr ""
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr ""
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, fuzzy, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "ll ggn essari disksnei tapast"
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
#, fuzzy
msgid "Custom disk partitioning"
msgstr "Forsn逅 disksnei %s"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr ""
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, 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:227
+#: ../../install_interactive.pm_.c:229
#, fuzzy
msgid "You don't have enough free space on your Windows partition"
msgstr "滲 hefur ekki neinar disksneiar"
-#: ../../install_interactive.pm_.c:243
+#: ../../install_interactive.pm_.c:245
#, fuzzy
msgid "I can't find any room for installing"
msgstr "Get ekki btt vi disksneium"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, fuzzy, c-format
msgid "Partitioning failed: %s"
msgstr "Rtardisksnei"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "Keyri upp neti"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
#, fuzzy
msgid "Bringing down the network"
msgstr "Keyri upp neti"
@@ -3937,12 +4036,12 @@ msgstr ""
"圉ekkt villa kom upp sem ekki er hgt a mehndla.\n"
"Haltu fram eigin byrg."
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "%s tengipunktur er n egar til"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -3950,12 +4049,12 @@ msgid ""
"\"\n"
msgstr ""
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, fuzzy, c-format
msgid "Welcome to %s"
msgstr "Velkomin(n) tlvurjtinn"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "Ekkert disklingadrif agengilegt"
@@ -3982,151 +4081,151 @@ msgstr "Innsetningarafer"
msgid "Please choose one of the following classes of installation:"
msgstr "Vinsamlega tilgreindu eftirfarandi"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "Val pakkahp"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
#, fuzzy
msgid "Individual package selection"
msgstr "Val pakkahp"
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, fuzzy, c-format
msgid "Total size: %d / %d MB"
msgstr "Heildarstr: "
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "Skemmdur pakki"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "tgfa: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "Str: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
#, fuzzy
msgid "The following packages are going to be installed"
msgstr "Eftirfarandi pakkar vera fjarlgir"
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
#, fuzzy
msgid "The following packages are going to be removed"
msgstr "Eftirfarandi pakkar vera fjarlgir"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr ""
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "Innsetning"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
#, fuzzy
msgid "Load/Save on floppy"
msgstr "Vista diskling"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
#, fuzzy
msgid "Updating package selection"
msgstr "Val pakkahp"
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
#, fuzzy
msgid "Minimal install"
msgstr "Fjarlgja"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "Veldu pakkana sem vilt setja inn"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "Set inn"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "漕tla"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "Tmi eftir "
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
#, fuzzy
msgid "Please wait, preparing installation..."
msgstr "Undirb innsetningu"
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d pakkar"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "Set inn pakka %s"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
#, fuzzy
msgid "Accept"
msgstr "Samykkja notanda"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#, fuzzy
msgid "Refuse"
msgstr "Endurstkka"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4136,17 +4235,17 @@ msgid ""
"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
msgstr ""
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "Viltu samt halda fram?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "a kom upp villa vi a raa pkkum:"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
#, fuzzy
msgid "There was an error installing packages:"
msgstr "a kom upp villa vi a raa pkkum:"
@@ -4322,7 +4421,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Lyklabor"
@@ -4377,11 +4476,11 @@ msgstr "Val pakkahp"
msgid "Please choose the type of your mouse."
msgstr "Hvernig ms ertu me?"
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "Msartengi"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
#, fuzzy
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Vi hvaa ratengi er msin n tengd?"
@@ -4415,192 +4514,171 @@ msgstr "Uppsetning"
msgid "IDE"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "engar reiubnar disksneiar"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "Veldu tengipunktana"
-#: ../../install_steps_interactive.pm_.c:366
-#, fuzzy, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"g get ekki lesi disksneiatflu na, hn er of skemmd fyrir mig :-(\n"
-"g mun reyna a halda fram me v a hreinsa skemmdar disksneiar"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"DiskDrake gat ekki lesi sneiatfluna.\n"
-"Haltu fram eigin byrg!"
-
-#: ../../install_steps_interactive.pm_.c:396
-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:405
+#: ../../install_steps_interactive.pm_.c:388
#, fuzzy
msgid "No root partition found to perform an upgrade"
msgstr "Engin rtarsnei fannst"
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "Rtardisksnei"
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "Hver er rtardisksnei (/) kerfisins?"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"滲 verur a rsa tlvuna aftur svo breytingar sneiatflunni taki gildi"
-#: ../../install_steps_interactive.pm_.c:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "Veldu r disksneiar sem a forsn逅a"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr "Athuga skemmdar blokkir?"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
#, fuzzy
msgid "Formatting partitions"
msgstr "Forsn逅 disksnei %s"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, 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:482
+#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr "Ekki ngjanlegt diskminni fyrir innsetningu. Bttu vi a"
-#: ../../install_steps_interactive.pm_.c:489
+#: ../../install_steps_interactive.pm_.c:472
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Leita a fanlegum pkkum"
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "Leita a fanlegum pkkum"
-#: ../../install_steps_interactive.pm_.c:493
+#: ../../install_steps_interactive.pm_.c:476
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "Eftirfarandi pakkar vera fjarlgir"
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr "Leita a pkkum til a uppfra"
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
"> %d)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
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:553
+#: ../../install_steps_interactive.pm_.c:537
#, fuzzy
msgid "Load from floppy"
msgstr "Endurheimta fr diskling"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
#, fuzzy
msgid "Loading from floppy"
msgstr "Endurheimta fr diskling"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
#, fuzzy
msgid "Package selection"
msgstr "Val pakkahp"
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
#, fuzzy
msgid "Insert a floppy containing package selection"
msgstr "Settu tman diskling drif %s"
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "Vista diskling"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
#, fuzzy
msgid "Type of install"
msgstr "Veldu pakka til a setja inn"
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
#, fuzzy
msgid "With X"
msgstr "Augnablik"
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
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:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr ""
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "Undirb innsetningu"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -4609,21 +4687,21 @@ msgstr ""
"Set inn pakka %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "Lokauppsetning"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, fuzzy, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Settu tman diskling drif %s"
-#: ../../install_steps_interactive.pm_.c:845
+#: ../../install_steps_interactive.pm_.c:829
#, fuzzy, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Settu tman diskling drif %s"
-#: ../../install_steps_interactive.pm_.c:865
+#: ../../install_steps_interactive.pm_.c:849
#, fuzzy
msgid ""
"You now have the opportunity to download encryption software.\n"
@@ -4706,7 +4784,7 @@ msgstr ""
"Altadena, California, 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:904
+#: ../../install_steps_interactive.pm_.c:888
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -4718,168 +4796,168 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
#, fuzzy
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr "Hef samband vi vlina til a skja lista yfir fanlega pakka"
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr "Veldu spegilvlina aan sem a skja pakkanna"
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Hef samband vi vlina til a skja lista yfir fanlega pakka"
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
#, fuzzy
msgid "Which is your timezone?"
msgstr " hvaa tmasv胛i ertu?"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
#, fuzzy
msgid "Hardware clock set to GMT"
msgstr "Veltu stilla tlvuklukkuna GMT?"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
#, fuzzy
msgid "NTP Server"
msgstr "NIS jnn"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
#, fuzzy
msgid "Remote CUPS server"
msgstr "Fjartengd prentr"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
#, fuzzy
msgid "No printer"
msgstr "Stabundinn prentari"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
#, fuzzy
msgid "Do you have an ISA sound card?"
msgstr "Er kannski eitt enn vlinni?"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
#, fuzzy
msgid "Mouse"
msgstr "USB ms"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Prentari"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
#, fuzzy
msgid "NIS"
msgstr "Nota NIS"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Windows Domain"
msgstr "Upplsingar"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
#, fuzzy
msgid "Local files"
msgstr "Stabundinn prentari"
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "kvea rtarlykilor"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "Ekkert lykilor"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "etta lykilor er of einfalt (verur a vera minnst %d stafa langt)"
-#: ../../install_steps_interactive.pm_.c:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Aukenning"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
#, fuzzy
msgid "Authentication LDAP"
msgstr "Aukenning"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
#, fuzzy
msgid "LDAP Server"
msgstr "netjnn"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
#, fuzzy
msgid "Authentication NIS"
msgstr "Aukenning NIS"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "NIS ln"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "NIS jnn"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -4895,21 +4973,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1140
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Aukenning"
-#: ../../install_steps_interactive.pm_.c:1142
+#: ../../install_steps_interactive.pm_.c:1127
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Nafn lns"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
#, fuzzy
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -4938,21 +5016,21 @@ msgstr ""
" vlinni ef alvarleg vandaml koma upp.\n"
"Viltu ba til rsidiskling fyrir vlina na?"
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
#, fuzzy
msgid "First floppy drive"
msgstr "Fyrsta drif"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
#, fuzzy
msgid "Second floppy drive"
msgstr "Anna drif"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Sleppa"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, fuzzy, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -4979,7 +5057,7 @@ msgstr ""
"Viltu ba til rsidiskling fyrir vlina na?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -4988,28 +5066,28 @@ msgid ""
"because XFS needs a very large driver)."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "Ekkert disklingadrif til staar"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr "Veldu disklingadrifi sem vilt nota til a gera rsidisk"
-#: ../../install_steps_interactive.pm_.c:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, fuzzy, c-format
msgid "Insert a floppy in %s"
msgstr "Settu tman diskling drif %s"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "B til rsidiskling..."
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "Set upp rsistjrann..."
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -5017,28 +5095,28 @@ msgid ""
" need to use BootX to boot your machine"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
#, fuzzy
msgid "Do you want to use aboot?"
msgstr "Viltu nota SILO?"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
#, fuzzy
msgid "Installing bootloader"
msgstr "Setja inn rsihlaara"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
#, fuzzy
msgid "Installation of bootloader failed. The following error occured:"
msgstr "Innsetning LILO brst skum eftirfarandi villu:"
-#: ../../install_steps_interactive.pm_.c:1274
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -5049,18 +5127,18 @@ msgid ""
"At your next boot you should see the bootloader prompt."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, fuzzy, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Settu tman diskling drif %s"
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
#, fuzzy
msgid "Creating auto install floppy..."
msgstr "Undirb innsetningu"
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -5070,7 +5148,7 @@ msgstr ""
"\n"
"Viltu virkilega htta nna?"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, fuzzy, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -5100,16 +5178,16 @@ msgstr ""
"Frekari upplsingar um hvernig a stilla vlina eftir innsetninguna er a\n"
"finna vieigandi kafla Official Mandrake Linux User's Guide bkinni."
-#: ../../install_steps_interactive.pm_.c:1347
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
#, fuzzy
msgid "Generate auto install floppy"
msgstr "Undirb innsetningu"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -5118,17 +5196,17 @@ msgid ""
"You may prefer to replay the installation.\n"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
#, fuzzy
msgid "Automated"
msgstr "Sjlfvirkt IP"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
#, fuzzy
msgid "Replay"
msgstr "Endurhlaa"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
#, fuzzy
msgid "Save packages selection"
msgstr "Val pakkahp"
@@ -5138,7 +5216,8 @@ msgstr "Val pakkahp"
msgid "Mandrake Linux Installation %s"
msgstr "Mandrake Linux innsetning %s"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -5157,22 +5236,22 @@ msgstr ""
msgid "Choose a file"
msgstr "Veldu ager"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr ""
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr ""
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr ""
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
#, fuzzy
msgid "Next"
msgstr "Texta"
@@ -5240,397 +5319,397 @@ msgstr ""
msgid "Re-submit"
msgstr ""
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "Tkkneskt (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "漲skt"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "Spnskt"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "Finnskt"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "Franskt"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "Norkst"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "Plskt"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "Rssneskt"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "Snskt"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "Breskt lyklabor"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "Bandarskt lyklabor"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
#, fuzzy
msgid "Albanian"
msgstr "krankst"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
#, fuzzy
msgid "Armenian (old)"
msgstr "Armenskt"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
#, fuzzy
msgid "Armenian (typewriter)"
msgstr "Armenskt (hlj齔fr胛ilegt)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "Armenskt (hlj齔fr胛ilegt)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr ""
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "Belgskt"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:177
#, fuzzy
msgid "Bengali"
msgstr "Tafla"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
#, fuzzy
msgid "Bulgarian (phonetic)"
msgstr "Armenskt (hlj齔fr胛ilegt)"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
#, fuzzy
msgid "Bulgarian (BDS)"
msgstr "Blgarskt"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "Brasilskt"
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:183
#, fuzzy
msgid "Bosnian"
msgstr "Eistlenskt"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
#, fuzzy
msgid "Belarusian"
msgstr "Blgarskt"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "Svissneskt (sk uppsetn.)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "Svissneskt (frnsk uppsetn.)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "Tkkneskt (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr ""
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "Danskt"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
#, fuzzy
msgid "Dvorak (US)"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
#, fuzzy
msgid "Dvorak (Norwegian)"
msgstr "Norkst"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
#, fuzzy
msgid "Dvorak (Swedish)"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "Eistlenskt"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgskt (\"Rssneskt\")"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgskt (\"Latnu\")"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "Grskt"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "Ungverskt"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr ""
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "sraelskt"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "sraelskt (hlj齔fr.)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
#, fuzzy
msgid "Iranian"
msgstr "krankst"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "slenskt"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "talskt"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr ""
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
#, fuzzy
msgid "Korean keyboard"
msgstr "Breskt lyklabor"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "Suur amerskt"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:218
#, fuzzy
msgid "Laotian"
msgstr "Upplsingar"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
#, fuzzy
msgid "Lithuanian AZERTY (old)"
msgstr "Lithenskt AZERTY"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
#, fuzzy
msgid "Lithuanian AZERTY (new)"
msgstr "Lithenskt AZERTY"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lithenskt \"tlur\" QWERTY"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lithenskt \"hlj齔fr胛ilegt\" QWERTY"
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
#, fuzzy
msgid "Latvian"
msgstr "Upplsingar"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr ""
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:227
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "Jgoslavneskt (Latnu upps.)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "Hollenskt"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
#, fuzzy
msgid "Polish (qwerty layout)"
msgstr "Svissneskt (sk uppsetn.)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
#, fuzzy
msgid "Polish (qwertz layout)"
msgstr "Svissneskt (sk uppsetn.)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "Portgskt"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr "Kanadskt (Quebec)"
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
#, fuzzy
msgid "Romanian (qwertz)"
msgstr "Rssneskt (Yawerty)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
#, fuzzy
msgid "Romanian (qwerty)"
msgstr "Rssneskt (Yawerty)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "Rssneskt (Yawerty)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "Slvenskt"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "Slvakskt (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "Slvakskt (QWERTY)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
#, fuzzy
msgid "Serbian (cyrillic)"
msgstr "Jgoslavneskt (Latnu upps.)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
msgstr ""
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr ""
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "Thlenskt lyklabor"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
#, fuzzy
msgid "Tajik keyboard"
msgstr "Thlenskt lyklabor"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "Tyrkneskt (hefbundi \"F\" mdel)"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "Tyrkneskt (ntma \"Q\" mdel)"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "krankst"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "Bandarskt (alj齔legt)"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
#, fuzzy
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Lithenskt \"tlur\" QWERTY"
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
#, fuzzy
msgid "Yugoslavian (latin)"
msgstr "Jgoslavneskt (Latnu upps.)"
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr ""
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr ""
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr ""
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr ""
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr ""
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr ""
@@ -5690,11 +5769,11 @@ msgstr "Almenn ms"
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -5702,121 +5781,130 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius NetScroll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+#, fuzzy
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr ""
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr ""
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
#, fuzzy
msgid "Wheel"
msgstr "stig"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "ratengd"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "Almenn riggja hnappa ms"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Logitech CC Series"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "MM Series"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Logitech ms (ratengd, gmul C7 tegund)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
#, fuzzy
msgid "busmouse"
msgstr "Engin ms"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr ""
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr ""
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
#, fuzzy
msgid "none"
msgstr "Bi"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "Engin ms"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
#, fuzzy
msgid "Please test the mouse"
msgstr "Hvernig ms ertu me?"
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
#, fuzzy
msgid "To activate the mouse,"
msgstr "Hvernig ms ertu me?"
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr ""
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr ""
+
+#: ../../my_gtk.pm_.c:159
#, fuzzy
msgid "Finish"
msgstr "Finnskt"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr ""
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr "Er etta rtt?"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "Upplsingar"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "Opna tr"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "Loka tr"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr ""
@@ -5852,6 +5940,68 @@ msgstr ""
msgid "use pptp"
msgstr ""
+#: ../../network/drakfirewall.pm_.c:12
+#, fuzzy
+msgid "Web Server"
+msgstr "netjnn"
+
+#: ../../network/drakfirewall.pm_.c:17
+#, fuzzy
+msgid "Domain Name Server"
+msgstr "Nafn lns"
+
+#: ../../network/drakfirewall.pm_.c:32
+#, fuzzy
+msgid "Mail Server"
+msgstr "Prentjnn"
+
+#: ../../network/drakfirewall.pm_.c:37
+#, fuzzy
+msgid "POP and IMAP Server"
+msgstr "netjnn"
+
+#: ../../network/drakfirewall.pm_.c:111
+#, fuzzy
+msgid "No network card"
+msgstr "ekkert netkort fannst"
+
+#: ../../network/drakfirewall.pm_.c:129
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:164
+#, fuzzy
+msgid "Other ports"
+msgstr "Prfa tengi"
+
#: ../../network/ethernet.pm_.c:37
#, fuzzy
msgid ""
@@ -5865,7 +6015,7 @@ msgid ""
"I cannot set up this connection type."
msgstr ""
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
#, fuzzy
msgid "Choose the network interface"
msgstr "Veldu nja str"
@@ -5880,7 +6030,7 @@ msgstr "Vi hvaa ratengi er msin n tengd?"
msgid "no network card found"
msgstr "ekkert netkort fannst"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "Stilli staarnetstenginu"
@@ -5897,7 +6047,7 @@ msgstr ""
"vistfang gttarinnar ef veist hva a vistfang er.\n"
"Gttin gefur r agang t r staarnetinu (t.d. Interneti)."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
#, fuzzy
msgid "Host name"
msgstr "Vlarheiti:"
@@ -6186,14 +6336,14 @@ msgstr "Veldu nja str"
msgid "Use auto detection"
msgstr ""
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
#, fuzzy
msgid "Expert Mode"
msgstr "F. snillinga"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Leita a tkjum..."
@@ -6357,11 +6507,11 @@ msgstr "Sjlfvirkt IP"
msgid "Start at boot"
msgstr "Ba til rsidiskling"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "IP vistfang a vera sniinu 192.168.1.10"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -6373,44 +6523,55 @@ msgstr ""
"vistfang gttarinnar ef veist hva a vistfang er.\n"
"Gttin gefur r agang t r staarnetinu (t.d. Interneti)."
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "Nafnamilari"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr ""
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "Gtt (tki)"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
#, fuzzy
msgid "Proxies configuration"
msgstr "Lokauppsetning"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "HTTP sel:"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "FTP Sel:"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr "Sel a vera http://..."
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr "Sel a vera ftp://..."
+#: ../../network/shorewall.pm_.c:24
+#, fuzzy
+msgid "Firewalling configuration detected!"
+msgstr "Les uppsetningarskr"
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+
#: ../../network/tools.pm_.c:41
#, fuzzy
msgid "Internet configuration"
@@ -6529,15 +6690,15 @@ msgstr "Lykilor"
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "tkst ekki a tengja: "
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr ""
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
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 "
@@ -6547,21 +6708,21 @@ msgstr ""
"Eina lausnins er a fra aalsneiar svo a gati veri vi hliina "
"vibtasnei"
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Villa vi lestur r skrnni %s: %s"
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "Skemmd afritsskr"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "Villa vi a skrifa skrna %s"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -6606,159 +6767,163 @@ msgstr ""
msgid "PDQ - Print, Don't Queue"
msgstr ""
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr ""
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr ""
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr ""
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr ""
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "Stabundinn prentari"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
#, fuzzy
msgid "Remote printer"
msgstr "Vifng fyrir fjartengda lpd prentara"
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
#, fuzzy
msgid "Printer on remote CUPS server"
msgstr "Fjartengd prentr"
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
#, fuzzy
msgid "Printer on remote lpd server"
msgstr "Fjartengdur"
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
#, fuzzy
msgid "Network printer (TCP/Socket)"
msgstr "Vifng NetWare prentara"
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
#, fuzzy
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "SMB/Windows 95/98/NT"
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
#, fuzzy
msgid "Printer on NetWare server"
msgstr "Prentjnn"
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
#, fuzzy
msgid "Enter a printer device URI"
msgstr "Prenttki:"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr ""
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+msgid "Unknown Model"
+msgstr ""
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr ""
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
#, fuzzy
msgid "Local Printers"
msgstr "Stabundinn prentari"
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
#, fuzzy
msgid "Remote Printers"
msgstr "Vifng fyrir fjartengda lpd prentara"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ""
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ""
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ""
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ""
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, fuzzy, c-format
msgid ", printing to %s"
msgstr "Villa vi a skrifa skrna %s"
-#: ../../printer.pm_.c:544
+#: ../../printer.pm_.c:792
#, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ""
-#: ../../printer.pm_.c:550
+#: ../../printer.pm_.c:798
#, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr ""
-#: ../../printer.pm_.c:554
+#: ../../printer.pm_.c:802
#, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ""
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr ""
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, fuzzy, c-format
msgid "(on %s)"
msgstr "(eining %s)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr ""
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, fuzzy, c-format
msgid "On CUPS server \"%s\""
msgstr "Vistfang SMB jns"
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr " (Sjlfgefi)"
@@ -6781,12 +6946,12 @@ msgstr ""
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
#, fuzzy
msgid "CUPS configuration"
msgstr "Uppsetning"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
#, fuzzy
msgid "Specify CUPS server"
msgstr "Fjartengd prentr"
@@ -6817,7 +6982,7 @@ msgstr ""
msgid "The IP address should look like 192.168.1.20"
msgstr "IP vistfang a vera sniinu 192.168.1.10"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
msgid "The port number should be an integer!"
msgstr ""
@@ -6826,7 +6991,7 @@ msgstr ""
msgid "CUPS server IP"
msgstr "Vistfang SMB jns"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
#, fuzzy
msgid "Port"
msgstr "Llegt"
@@ -6836,13 +7001,130 @@ msgstr "Llegt"
msgid "Automatic CUPS configuration"
msgstr "Lokauppsetning"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+#, fuzzy
+msgid "Printerdrake"
+msgstr "Prentari"
+
+#: ../../printerdrake.pm_.c:178
+#, fuzzy
+msgid "Checking your system..."
+msgstr "Hvaa sneitegund viltu?"
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:198
+#, fuzzy
+msgid ""
+"The following printers\n"
+"\n"
+msgstr "Eftirfarandi pakkar vera fjarlgir"
+
+#: ../../printerdrake.pm_.c:199
+#, fuzzy
+msgid ""
+"The following printer\n"
+"\n"
+msgstr "Eftirfarandi pakkar vera fjarlgir"
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:210
+#, fuzzy
+msgid "directly connected to your system"
+msgstr "Hvaa disk viltu fra til?"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:221
+#, fuzzy
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "Hvaa ratengi er mtaldi tengt vi?"
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:236
+#, fuzzy
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr "Viltu prenta t prufublas逅u?"
+
+#: ../../printerdrake.pm_.c:238
+#, fuzzy
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Viltu nota aboot?"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:240
+#, 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:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
#, fuzzy
msgid "Add a new printer"
msgstr "Stabundinn prentari"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6855,7 +7137,7 @@ msgid ""
"connection types."
msgstr ""
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6864,7 +7146,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -6877,7 +7159,22 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:297
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -6886,7 +7183,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -6897,26 +7194,26 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:213
+#: ../../printerdrake.pm_.c:315
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "Vifng fyrir fjartengda lpd prentara"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
#, fuzzy
msgid "Local Printer"
msgstr "Stabundinn prentari"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -6930,50 +7227,50 @@ msgid ""
"Center."
msgstr ""
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Printer auto-detection"
msgstr "Vifng fyrir fjartengda lpd prentara"
-#: ../../printerdrake.pm_.c:305
+#: ../../printerdrake.pm_.c:408
#, c-format
msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:307
+#: ../../printerdrake.pm_.c:410
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Windows 95/98/NT"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, fuzzy, c-format
msgid "Detected %s"
msgstr "%s tengipunktur er n egar til"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr ""
-#: ../../printerdrake.pm_.c:321
+#: ../../printerdrake.pm_.c:424
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Vifng NetWare prentara"
-#: ../../printerdrake.pm_.c:323
+#: ../../printerdrake.pm_.c:426
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "SMB/Windows 95/98/NT"
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -6981,33 +7278,33 @@ msgid ""
"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
msgid "You must enter a device or file name!"
msgstr ""
-#: ../../printerdrake.pm_.c:475
+#: ../../printerdrake.pm_.c:578
#, fuzzy
msgid "No printer found!"
msgstr "Stabundinn prentari"
-#: ../../printerdrake.pm_.c:485
+#: ../../printerdrake.pm_.c:588
#, fuzzy
msgid "Available printers"
msgstr "Tiltkir pakkar"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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:490
+#: ../../printerdrake.pm_.c:593
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:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -7015,7 +7312,7 @@ msgid ""
"configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -7023,38 +7320,38 @@ msgid ""
"customized printer configuration, turn on \"Manual configuration\"."
msgstr ""
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
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:496
+#: ../../printerdrake.pm_.c:599
#, fuzzy
msgid "Please choose the port where your printer is connected to."
msgstr "Hvaa ratengi er mtaldi tengt vi?"
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
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:503
+#: ../../printerdrake.pm_.c:606
#, fuzzy
msgid "You must choose/enter a printer/device!"
msgstr "Prenttki:"
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
#, fuzzy
msgid "Manual configuration"
msgstr "Uppsetning"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr "Vifng fyrir fjartengda lpd prentara"
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
#, fuzzy
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
@@ -7064,51 +7361,51 @@ msgstr ""
"upp vlarheiti prentjnsins og prentrina eim sem\n"
" vilt senda prentverkin ."
-#: ../../printerdrake.pm_.c:579
+#: ../../printerdrake.pm_.c:682
#, fuzzy
msgid "Remote host name"
msgstr "Prentjnn:"
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
#, fuzzy
msgid "Remote printer name"
msgstr "Vifng fyrir fjartengda lpd prentara"
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
#, fuzzy
msgid "Remote host name missing!"
msgstr "Prentjnn:"
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
#, fuzzy
msgid "Remote printer name missing!"
msgstr "Prentjnn:"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "%s tengipunktur er n egar til"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Scanning network..."
msgstr "Stilla nettengingu"
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr ""
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Keyri upp neti"
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "SMB/Windows 9x/NT prentvifng"
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
#, fuzzy
msgid ""
"To print to a SMB printer, you need to provide the SMB host name (Note! It "
@@ -7122,46 +7419,46 @@ msgstr ""
"samt samntingarheiti prentarans, notandaheiti, lykilori og\n"
"vinnuhpsupplsingum fyrir prentarann."
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "Heiti SMB jns"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "Vistfang SMB jns"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "Samntingarheiti"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "Vinnuhpur"
-#: ../../printerdrake.pm_.c:746
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid "Auto-detected"
msgstr "Vifng fyrir fjartengda lpd prentara"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../printerdrake.pm_.c:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -7185,7 +7482,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -7194,7 +7491,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -7202,11 +7499,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "Vifng NetWare prentara"
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
#, fuzzy
msgid ""
"To print on a NetWare printer, you need to provide the NetWare print server "
@@ -7219,44 +7516,44 @@ msgstr ""
"samt heiti prentaraar, notandaheiti og lykilori fyrir\n"
"prentarann."
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "Prentjnn"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr "Heiti prentraar"
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr ""
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
#, c-format
msgid ", host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
#, c-format
msgid "Host \"%s\", port %s"
msgstr ""
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
#, fuzzy
msgid "TCP/Socket Printer Options"
msgstr "Vifng stabundinna prentara"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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:978
+#: ../../printerdrake.pm_.c:1085
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 "
@@ -7264,62 +7561,62 @@ msgid ""
"vary. See the manual of your hardware."
msgstr ""
-#: ../../printerdrake.pm_.c:983
+#: ../../printerdrake.pm_.c:1090
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "Stillingar prentara"
-#: ../../printerdrake.pm_.c:1005
+#: ../../printerdrake.pm_.c:1112
#, fuzzy
msgid "Printer host name or IP"
msgstr "Stillingar prentara"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
#, fuzzy
msgid "Printer Device URI"
msgstr "Prenttki:"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr ""
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
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:1403
+#: ../../printerdrake.pm_.c:1516
#, fuzzy
msgid "Name of printer"
msgstr "Stabundinn prentari"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
#, fuzzy
msgid "Location"
msgstr "Upplsingar"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
msgid "Reading printer database..."
msgstr ""
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
msgid "Preparing printer database..."
msgstr ""
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
#, fuzzy
msgid "Your printer model"
msgstr "Vifng fyrir fjartengda lpd prentara"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -7334,28 +7631,28 @@ msgid ""
"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
#, fuzzy
msgid "The model is correct"
msgstr "Er etta rtt?"
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
#, fuzzy
msgid "Select model manually"
msgstr "Vifng fyrir fjartengda lpd prentara"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
#, fuzzy
msgid "Printer model selection"
msgstr "Veldu prenttengingu"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
#, fuzzy
msgid "Which printer model do you have?"
msgstr "Hvernig prentara ertu me?"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -7364,18 +7661,18 @@ msgid ""
"standing on a wrong model or on \"Raw printer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
msgstr ""
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
#, fuzzy
msgid "OKI winprinter configuration"
msgstr "Sel stillingar"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -7385,12 +7682,12 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
#, fuzzy
msgid "Lexmark inkjet configuration"
msgstr "Sel stillingar"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -7398,20 +7695,46 @@ msgid ""
"to."
msgstr ""
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -7421,34 +7744,34 @@ msgid ""
"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr ""
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr ""
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, fuzzy, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
"as the default printer?"
msgstr "Viltu prenta t prufublas逅u?"
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
#, fuzzy
msgid "Test pages"
msgstr "Prfa tengi"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -7456,45 +7779,45 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
#, fuzzy
msgid "No test pages"
msgstr "J, prenta b瘰ar prufus逅ur"
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
#, fuzzy
msgid "Print"
msgstr "Prentari"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
#, fuzzy
msgid "Standard test page"
msgstr "Forritun"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
#, fuzzy
msgid "Alternative test page (A4)"
msgstr "Prenta t prufublas逅u(r)..."
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
#, fuzzy
msgid "Photo test page"
msgstr "Prenta t prufublas逅u(r)..."
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
#, fuzzy
msgid "Do not print any test page"
msgstr "Prenta t prufublas逅u(r)..."
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "Prenta t prufublas逅u(r)..."
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -7504,22 +7827,22 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
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:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
#, fuzzy
msgid "Raw printer"
msgstr "Stabundinn prentari"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -7528,15 +7851,15 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -7545,7 +7868,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -7553,41 +7876,41 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, 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:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -7597,7 +7920,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -7606,42 +7929,42 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2153
+#: ../../printerdrake.pm_.c:2343
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Keyri upp neti"
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, fuzzy, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Keyri upp neti"
-#: ../../printerdrake.pm_.c:2156
+#: ../../printerdrake.pm_.c:2346
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Keyri upp neti"
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, fuzzy, c-format
msgid "Printing on the printer \"%s\""
msgstr "Keyri upp neti"
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
#, fuzzy
msgid "Close"
msgstr "USB ms"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
#, fuzzy
msgid "Print option list"
msgstr "Stillingar prentara"
-#: ../../printerdrake.pm_.c:2182
+#: ../../printerdrake.pm_.c:2373
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -7655,7 +7978,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -7668,18 +7991,18 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
msgid "Reading printer data..."
msgstr ""
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
#, fuzzy
msgid "Transfer printer configuration"
msgstr "Sel stillingar"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -7689,51 +8012,51 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
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:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -7741,61 +8064,61 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
#, fuzzy
msgid "New printer name"
msgstr "Stabundinn prentari"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, 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:2316
+#: ../../printerdrake.pm_.c:2510
msgid "Refreshing printer data..."
msgstr ""
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
#, fuzzy
msgid "Configuration of a remote printer"
msgstr "Stilla prentara"
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
#, fuzzy
msgid "Starting network..."
msgstr "Stilla nettengingu"
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
#, fuzzy
msgid "Configure the network now"
msgstr "Stilla nettengingu"
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
#, fuzzy
msgid "Network functionality not configured"
msgstr "Skjr ekki skilgreindur"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -7803,12 +8126,12 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
#, fuzzy
msgid "Go on without configuring the network"
msgstr "Stilli staarnetstenginu"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -7818,34 +8141,34 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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:2408
+#: ../../printerdrake.pm_.c:2603
#, fuzzy
msgid "Restarting printing system..."
msgstr "Hvaa sneitegund viltu?"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
#, fuzzy
msgid "high"
msgstr "Htt"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
#, fuzzy
msgid "paranoid"
msgstr "Taugaveikla"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -7860,12 +8183,12 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
#, fuzzy
msgid "Starting the printing system at boot time"
msgstr "Hvaa sneitegund viltu?"
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -7879,215 +8202,213 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
#, fuzzy
msgid "Select Printer Spooler"
msgstr "Veldu prenttengingu"
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
#, fuzzy
msgid "Which printing system (spooler) do you want to use?"
msgstr "Hvaa sneitegund viltu?"
-#: ../../printerdrake.pm_.c:2691
+#: ../../printerdrake.pm_.c:2895
#, fuzzy, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Setja upp prentara"
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
#, fuzzy
msgid "Installing Foomatic..."
msgstr "Set inn pakka %s"
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "Stillingar prentara"
-#: ../../printerdrake.pm_.c:2778
-msgid "Preparing PrinterDrake..."
-msgstr ""
+#: ../../printerdrake.pm_.c:2989
+#, fuzzy
+msgid "Preparing Printerdrake..."
+msgstr "Vifng fyrir fjartengda lpd prentara"
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
#, fuzzy
msgid "Configuring applications..."
msgstr "Setja upp prentara"
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
#, fuzzy
msgid "Would you like to configure printing?"
msgstr "Viltu setja upp prentara?"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:2875
-#, fuzzy
-msgid "Printerdrake"
-msgstr "Prentari"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
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."
+"OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
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:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
#, fuzzy
msgid "Change the printing system"
msgstr "Stilla nettengingu"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
#, fuzzy
msgid "Normal Mode"
msgstr "Venjulega"
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
#, fuzzy
msgid "Do you want to configure another printer?"
msgstr "Viltu prfa skilgreininguna"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
#, fuzzy
msgid "Modify printer configuration"
msgstr "Sel stillingar"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, fuzzy, c-format
msgid ""
"Printer %s\n"
"What do you want to modify on this printer?"
msgstr "Viltu prfa skilgreininguna"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
#, fuzzy
msgid "Printer connection type"
msgstr "Veldu prenttengingu"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
#, fuzzy
msgid "Printer name, description, location"
msgstr "Veldu prenttengingu"
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
#, fuzzy
msgid "Print test pages"
msgstr "Prenta t prufublas逅u(r)..."
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
#, fuzzy
msgid "Know how to use this printer"
msgstr "Viltu prfa skilgreininguna"
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
#, fuzzy
msgid "Remove printer"
msgstr "Vifng fyrir fjartengda lpd prentara"
-#: ../../printerdrake.pm_.c:3245
+#: ../../printerdrake.pm_.c:3472
#, fuzzy, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Vifng fyrir fjartengda lpd prentara"
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
#, fuzzy
msgid "Default printer"
msgstr "Stabundinn prentari"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, fuzzy, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Viltu prfa skilgreininguna"
-#: ../../printerdrake.pm_.c:3297
+#: ../../printerdrake.pm_.c:3527
#, fuzzy, c-format
msgid "Removing printer \"%s\"..."
msgstr "Vifng fyrir fjartengda lpd prentara"
@@ -8424,7 +8745,7 @@ msgstr "Endursn逅..."
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
#, fuzzy
msgid "System"
msgstr "Mouse Systems"
@@ -8484,193 +8805,229 @@ msgstr "takmarka"
msgid "Stop"
msgstr "Geiri"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
"the worldwide Linux Community"
msgstr ""
-#: ../../share/advertising/01-gnu.pl_.c:9
+#: ../../share/advertising/02-community.pl_.c:9
#, fuzzy
-msgid "Join the Free Software world"
+msgid "Get involved in the Free Software world"
msgstr "Prfunar skilgreining"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../share/advertising/02-internet.pl_.c:9
+#: ../../share/advertising/03-internet.pl_.c:9
#, fuzzy
-msgid "Internet and Messaging"
-msgstr "Endursn逅..."
+msgid "Get the most from the Internet"
+msgstr "Nafn tengingar"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"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 ""
-#: ../../share/advertising/03-graphic.pl_.c:9
-#, fuzzy
-msgid "Multimedia and Graphics"
-msgstr "Margmilun"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:11
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"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 ""
-#: ../../share/advertising/04-develop.pl_.c:9
+#: ../../share/advertising/05-games.pl_.c:9
#, fuzzy
-msgid "Development"
-msgstr "Forritun"
+msgid "Games"
+msgstr "Bi"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
#, fuzzy
msgid "Mandrake Control Center"
msgstr "Nafn tengingar"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
#, fuzzy
msgid "User interfaces"
msgstr "Endursn逅..."
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
msgstr ""
-#: ../../share/advertising/07-server.pl_.c:9
+#: ../../share/advertising/08-development.pl_.c:9
#, fuzzy
-msgid "Server Software"
-msgstr "Heiti SMB jns"
+msgid "Development simplified"
+msgstr "Forritun"
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/08-development.pl_.c:11
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
msgstr ""
-#: ../../share/advertising/08-games.pl_.c:9
-#, fuzzy
-msgid "Games"
-msgstr "Bi"
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-#, fuzzy
-msgid "MandrakeExpert"
-msgstr "snillingur"
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
+msgstr ""
+
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
+msgid ""
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
+msgstr ""
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
+#, fuzzy
+msgid "Become a MandrakeExpert"
+msgstr "snillingur"
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
+msgid ""
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "snillingur"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
msgstr ""
-#: ../../standalone.pm_.c:40
+#: ../../standalone.pm_.c:41
#, fuzzy
msgid "Installing packages..."
msgstr "Set inn pakka %s"
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Stimplau ig t og sl瘰u Ctrl-Alt-Backspace"
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Stimplau ig aftur inn %s til a virkja breytingarnar"
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"g get ekki lesi disksneiatflu na, hn er of skemmd fyrir mig :-(\n"
-"g mun reyna a halda fram me v a hreinsa skemmdar disksneiar"
-
#: ../../standalone/drakTermServ_.c:188
#, fuzzy
msgid "Mandrake Terminal Server Configuration"
@@ -8714,12 +9071,13 @@ msgstr "Bta vi notanda"
msgid "Add/Del Clients"
msgstr ""
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
#, fuzzy
msgid "Help"
msgstr "Hjlp"
@@ -8879,8 +9237,8 @@ msgid ""
"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "Til hamingju!"
@@ -8905,27 +9263,31 @@ msgstr "Bta vi notanda"
msgid "Remove the last item"
msgstr "Forsn逅 disksnei %s"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:732
+#: ../../standalone/drakbackup_.c:726
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -8933,7 +9295,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -8941,13 +9303,20 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
#, fuzzy
msgid "Total progess"
msgstr "Prfa tengi"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -8956,16 +9325,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Ekkert lykilor"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "Villa vi a opna %s til skriftar: %s"
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -8976,62 +9370,67 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
#, fuzzy
msgid "Hard Disk Backup files..."
msgstr "Skemmd afritsskr"
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
#, fuzzy
msgid "Backup User files..."
msgstr "Skemmd afritsskr"
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr ""
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
#, fuzzy
msgid "Backup Other files..."
msgstr "Skemmd afritsskr"
-#: ../../standalone/drakbackup_.c:1266
+#: ../../standalone/drakbackup_.c:1321
msgid "No changes to backup!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -9039,785 +9438,908 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr ""
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1324
+#: ../../standalone/drakbackup_.c:1379
#, fuzzy
msgid " Error during mail sending. \n"
-msgstr "Villa vi lestur skrarinnar $f"
+msgstr "Villa vi lestur skrarinnar %s"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
#, fuzzy
msgid "File Selection"
msgstr "Val pakkahp"
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1527
+#: ../../standalone/drakbackup_.c:1602
msgid "Backup your System files. (/etc directory)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
msgstr ""
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
msgid "Please check all users that you want to include in your backup."
msgstr ""
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr ""
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
#, fuzzy
msgid "Remove Selected"
msgstr "Fjartengd prentr"
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
msgid "Windows (FAT32)"
msgstr ""
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
msgid "Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
#, fuzzy
msgid "Use network connection to backup"
msgstr "Veldu prenttengingu"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
#, fuzzy
msgid "Please enter the host name or IP."
msgstr "Hvernig ms ertu me?"
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr ""
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
#, fuzzy
msgid "Please enter your login"
msgstr "Reyndu aftur"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
#, fuzzy
msgid "Please enter your password"
msgstr "Hvernig ms ertu me?"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
#, fuzzy
msgid "Remember this password"
msgstr "kvea rtarlykilor"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
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:1849
+#: ../../standalone/drakbackup_.c:1923
#, fuzzy
msgid "Please choose your CD/DVD media size"
msgstr "Hvaa lyklaborsuppsetningu viltu?"
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Smelltu disksnei"
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
#, fuzzy
msgid "Please check if you are using CDRW media"
msgstr "Smelltu disksnei"
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Smelltu disksnei"
-#: ../../standalone/drakbackup_.c:1868
+#: ../../standalone/drakbackup_.c:1942
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Smelltu disksnei"
-#: ../../standalone/drakbackup_.c:1880
+#: ../../standalone/drakbackup_.c:1954
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Smelltu disksnei"
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
#, fuzzy
msgid "No CD device defined!"
msgstr "Velji skr"
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
msgid "Use tape to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Veldu pakkana sem vilt setja inn"
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Veldu pakkana sem vilt setja inn"
-#: ../../standalone/drakbackup_.c:1995
+#: ../../standalone/drakbackup_.c:2069
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Veldu pakkana sem vilt setja inn"
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Hvernig ms ertu me?"
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
#, fuzzy
msgid "Use quota for backup files."
msgstr "Skemmd afritsskr"
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
#, fuzzy
msgid "Network"
msgstr "Geiri"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr ""
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
#, fuzzy
msgid "Tape"
msgstr "Tegund"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr ""
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr ""
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
#, fuzzy
msgid "Use daemon"
msgstr "Notandanafn:"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
msgid ""
"Please choose the time \n"
"interval between each backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
#, fuzzy
msgid ""
"Please choose the\n"
"media for backup."
msgstr "Hvernig ms ertu me?"
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
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:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
#, fuzzy
msgid "What"
msgstr "Augnablik"
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
#, fuzzy
msgid "Where"
msgstr "stig"
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
#, fuzzy
msgid "When"
msgstr "stig"
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
#, fuzzy
msgid "More Options"
msgstr "Stillingar kjarnaeininga:"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
#, fuzzy
msgid "Drakbackup Configuration"
msgstr "Uppsetning"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
#, fuzzy
msgid "Please choose where you want to backup"
msgstr "Veldu pakkana sem vilt setja inn"
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
msgid "across Network"
msgstr ""
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
#, fuzzy
msgid "Please choose what you want to backup"
msgstr "Veldu pakkana sem vilt setja inn"
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
#, fuzzy
msgid "Backup system"
msgstr "Setja upp skrarkerfi"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr ""
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr ""
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, fuzzy, c-format
-msgid " on device : %s"
+msgid " on device: %s"
msgstr "Ms: %s\n"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
"\t\t on path: %s \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
#, fuzzy
msgid ""
"\n"
"- Options:\n"
msgstr "Upplsingar"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
#, fuzzy
msgid "Please uncheck or remove it on next time."
msgstr "Hvaa ratengi er mtaldi tengt vi?"
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr ""
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
msgid " All of your selected data have been "
msgstr ""
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
#, fuzzy
msgid " Restore Configuration "
msgstr "Netstillingar"
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
msgid "Backup the system files before:"
msgstr ""
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
#, fuzzy
msgid "please choose the date to restore"
msgstr "Hvernig ms ertu me?"
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
msgid "Use Hard Disk to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
#, fuzzy
msgid "Please enter the directory to save:"
msgstr "Hvernig ms ertu me?"
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
#, fuzzy
msgid "FTP Connection"
msgstr "Veldu prenttengingu"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
#, fuzzy
msgid "Secure Connection"
msgstr "Veldu prenttengingu"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
#, fuzzy
msgid "Restore from Hard Disk."
msgstr "Endurheimta fr skr"
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
msgid "Select another media to restore from"
msgstr ""
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
#, fuzzy
msgid "Other Media"
msgstr "Anna"
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
#, fuzzy
msgid "Restore system"
msgstr "Setja kerfi inn"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
#, fuzzy
msgid "Restore Users"
msgstr "Endurheimta fr skr"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
#, fuzzy
msgid "Restore Other"
msgstr "Endurheimta fr skr"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
msgid "select path to restore (instead of /)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr ""
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3394
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Fjartengd prentr"
+
+#: ../../standalone/drakbackup_.c:3411
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "Endurheimta fr skr"
+
+#: ../../standalone/drakbackup_.c:3477
+#, c-format
+msgid "Backup files not found at %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, fuzzy
+msgid "Restore From CD"
+msgstr "Endurheimta fr diskling"
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "Endurheimta fr diskling"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3524
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "Endurheimta fr skr"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3525
+#, fuzzy
+msgid "Host Name"
+msgstr "Vlarheiti:"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+#, fuzzy
+msgid "Password required"
+msgstr "Lykilor"
+
+#: ../../standalone/drakbackup_.c:3539
+#, fuzzy
+msgid "Username required"
+msgstr "Notandanafn:"
+
+#: ../../standalone/drakbackup_.c:3542
+#, fuzzy
+msgid "Hostname required"
+msgstr "Vlarheiti:"
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "Endurheimta fr skr"
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
#, fuzzy
msgid "Custom Restore"
msgstr "Srlagaa"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3865
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "Endurheimta fr diskling"
+
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "Endurheimta fr skr"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
msgid "Previous"
msgstr ""
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
#, fuzzy
msgid "Save"
msgstr "netjnn"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
msgid "Build Backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
#, fuzzy
msgid "Restore"
msgstr "Endurstkka"
-#: ../../standalone/drakbackup_.c:3553
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-
-#: ../../standalone/drakbackup_.c:3574
+#: ../../standalone/drakbackup_.c:4231
msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "Eftirfarandi pakkar vera fjarlgir"
-#: ../../standalone/drakbackup_.c:3621
+#: ../../standalone/drakbackup_.c:4278
msgid ""
"Error during sending file via FTP.\n"
" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
msgid "Please select data to restore..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
msgid "Please select media for backup..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
msgid "Please select data to backup..."
msgstr ""
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
#, fuzzy
msgid "Backup system files"
msgstr "Skemmd afritsskr"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
#, fuzzy
msgid "Backup user files"
msgstr "Skemmd afritsskr"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
#, fuzzy
msgid "Backup other files"
msgstr "Skemmd afritsskr"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr ""
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr ""
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
#, fuzzy
msgid "Sending files..."
msgstr "Vista skr"
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
#, fuzzy
msgid "Backup Now from configuration file"
msgstr "Netstillingar"
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
#, fuzzy
msgid "View Backup Configuration."
msgstr "Netstillingar"
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
#, fuzzy
msgid "Wizard Configuration"
msgstr "Uppsetning"
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
#, fuzzy
msgid "Advanced Configuration"
msgstr "Uppsetning"
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
msgid "Backup Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr ""
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
msgid ""
"options description:\n"
"\n"
@@ -9849,7 +10371,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -9858,7 +10380,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -9899,45 +10421,45 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -9954,7 +10476,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -9994,7 +10516,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -10005,7 +10527,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -10018,7 +10540,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -10099,9 +10621,9 @@ msgstr ""
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
#, fuzzy
msgid "Standalone Tools"
msgstr "Sel stillingar"
@@ -10154,26 +10676,26 @@ msgstr "Prentari"
msgid "Configuration Wizards"
msgstr "Netstillingar"
-#: ../../standalone/drakbug_.c:96
+#: ../../standalone/drakbug_.c:97
#, fuzzy
msgid "Application:"
msgstr "Aukenning"
-#: ../../standalone/drakbug_.c:97
+#: ../../standalone/drakbug_.c:98
#, fuzzy
msgid "Package: "
msgstr "Pakka"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:99
+#: ../../standalone/drakbug_.c:100
#, fuzzy
msgid "Release: "
msgstr "Augnablik..."
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -10185,22 +10707,22 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:136
#, fuzzy
msgid "Report"
msgstr "Llegt"
-#: ../../standalone/drakbug_.c:165
+#: ../../standalone/drakbug_.c:166
#, fuzzy
msgid "Not installed"
msgstr "Htta innsetningu"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
#, fuzzy
msgid "connecting to Bugzilla wizard ..."
msgstr "Uppsetning"
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
msgid "No browser available! Please install one"
msgstr ""
@@ -10670,7 +11192,7 @@ msgstr "Tengipunktur"
#: ../../standalone/drakfont_.c:909
#, fuzzy
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "Veldu r disksneiar sem a forsn逅a"
#: ../../standalone/drakfont_.c:918
@@ -10748,20 +11270,20 @@ msgstr ""
msgid "Post Uninstall"
msgstr "Htta innsetningu"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
#, fuzzy
msgid "Internet Connection Sharing"
msgstr "Veldu prenttengingu"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr ""
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -10769,35 +11291,35 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
#, fuzzy
msgid "disable"
msgstr "Tafla"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr ""
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
#, fuzzy
msgid "reconfigure"
msgstr "Stilla X"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
#, fuzzy
msgid "Disabling servers..."
msgstr "Leita a tkjum..."
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
#, fuzzy
msgid "Internet connection sharing is now disabled."
msgstr "Veldu prenttengingu"
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr ""
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -10805,21 +11327,21 @@ msgid ""
"What would you like to do?"
msgstr ""
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
#, fuzzy
msgid "enable"
msgstr "Tafla"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
#, fuzzy
msgid "Internet connection sharing is now enabled."
msgstr "Veldu prenttengingu"
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
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 "
@@ -10829,31 +11351,31 @@ msgid ""
"(LAN)."
msgstr ""
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr ""
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, fuzzy, c-format
msgid "Interface %s"
msgstr "Endursn逅..."
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr ""
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
msgstr ""
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr ""
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -10863,18 +11385,18 @@ msgid ""
"I am about to setup your Local Area Network with that adapter."
msgstr ""
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:259
#, fuzzy
msgid "Network interface already configured"
msgstr "Skjr ekki skilgreindur"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -10884,17 +11406,17 @@ msgid ""
"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
#, fuzzy
msgid "Automatic reconfiguration"
msgstr "Lokauppsetning"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
#, fuzzy
msgid "Show current interface configuration"
msgstr "Sel stillingar"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -10905,7 +11427,7 @@ msgid ""
"Driver: %s"
msgstr ""
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -10917,79 +11439,68 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr ""
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
#, fuzzy
msgid "(This) DHCP Server IP"
msgstr "Vistfang SMB jns"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr ""
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr ""
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
-#: ../../standalone/drakgw_.c:320
-#, fuzzy
-msgid "Firewalling configuration detected!"
-msgstr "Les uppsetningarskr"
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
#, fuzzy
msgid "Configuring..."
msgstr "Uppsetning"
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, fuzzy, c-format
msgid "Problems installing package %s"
msgstr "Set inn pakka %s"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
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:566
+#: ../../standalone/drakgw_.c:504
msgid "The setup has already been done, but it's currently disabled."
msgstr ""
-#: ../../standalone/drakgw_.c:567
+#: ../../standalone/drakgw_.c:505
msgid "The setup has already been done, and it's currently enabled."
msgstr ""
-#: ../../standalone/drakgw_.c:568
+#: ../../standalone/drakgw_.c:506
#, fuzzy
msgid "No Internet Connection Sharing has ever been configured."
msgstr "Veldu prenttengingu"
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
#, fuzzy
msgid "Internet connection sharing configuration"
msgstr "Veldu prenttengingu"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, fuzzy, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -10999,6 +11510,157 @@ msgid ""
"Click on Configure to launch the setup wizard."
msgstr "Veldu prenttengingu"
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr "Veldu prenttengingu"
+
+#: ../../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"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+#, fuzzy
+msgid "first step creation"
+msgstr "Lokauppsetning"
+
+#: ../../standalone/draksplash_.c:77
+#, fuzzy
+msgid "final resolution"
+msgstr "Upplausn"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#, fuzzy
+msgid "choose image file"
+msgstr "Veldu ager"
+
+#: ../../standalone/draksplash_.c:79
+#, fuzzy
+msgid "Theme name"
+msgstr "Samntingarheiti"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+#, fuzzy
+msgid "go to lilosplash configuration"
+msgstr "Lokauppsetning"
+
+#: ../../standalone/draksplash_.c:83
+#, fuzzy
+msgid "quit"
+msgstr "Htta"
+
+#: ../../standalone/draksplash_.c:84
+#, fuzzy
+msgid "save theme"
+msgstr "Setja kerfi inn"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#, fuzzy
+msgid "Configure bootsplash picture"
+msgstr "Setja upp prentara"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+msgid "go back"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:120
+#, fuzzy
+msgid "preview"
+msgstr "tki"
+
+#: ../../standalone/draksplash_.c:121
+#, fuzzy
+msgid "choose color"
+msgstr "Veldu skj"
+
+#: ../../standalone/draksplash_.c:124
+msgid "Display logo on Console"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:436
+#, fuzzy
+msgid "ProgressBar color selection"
+msgstr "Veldu prenttengingu"
+
+#: ../../standalone/draksplash_.c:454
+#, fuzzy
+msgid "You must choose an image file first!"
+msgstr "Prenttki:"
+
+#: ../../standalone/draksplash_.c:463
+#, fuzzy
+msgid "Generating preview ..."
+msgstr "Leita a tkjum..."
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -11089,11 +11751,11 @@ msgid ""
msgstr ""
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr ""
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr ""
#: ../../standalone/drakxtv_.c:114
@@ -11169,7 +11831,7 @@ msgstr ""
msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
msgid "logdrake"
msgstr ""
@@ -11354,7 +12016,7 @@ msgstr "Endursn逅..."
#: ../../standalone/logdrake_.c:431
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"You will receive an alert if one of the selected services is no more running"
msgstr ""
#: ../../standalone/logdrake_.c:443
@@ -11376,21 +12038,21 @@ msgstr "Uppsetning"
msgid "Please enter your email address below "
msgstr "Hvernig ms ertu me?"
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
#, fuzzy
msgid "Save as.."
msgstr "netjnn"
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
#, fuzzy
msgid "Please, choose the type of your mouse."
msgstr "Hvernig ms ertu me?"
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "Herma eftir rija hnapp?"
-#: ../../standalone/printerdrake_.c:48
+#: ../../standalone/printerdrake_.c:57
#, fuzzy
msgid "Reading printer data ..."
msgstr "Vifng fyrir fjartengda lpd prentara"
@@ -11404,34 +12066,45 @@ msgstr "Leita a tkjum..."
msgid "Test ports"
msgstr "Prfa tengi"
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
msgstr ""
+#: ../../standalone/scannerdrake_.c:56
+#, fuzzy, c-format
+msgid "%s found on %s, configure it?"
+msgstr "Viltu setja upp prentara?"
+
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:65
#, fuzzy
msgid "Select a scanner"
msgstr "Veldu skjkort"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr ""
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, 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:95
+#: ../../standalone/scannerdrake_.c:109
#, fuzzy
msgid "choose device"
msgstr "Rsitki"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -11439,7 +12112,7 @@ msgid ""
"section."
msgstr ""
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, c-format
msgid ""
"Your %s scanner has been configured.\n"
@@ -11447,43 +12120,18 @@ msgid ""
"applications menu."
msgstr ""
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
"Some devices in the %s class were added:\n"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:30
-#, fuzzy
-msgid "Firewalling Configuration"
-msgstr "Les uppsetningarskr"
-
-#: ../../standalone/tinyfirewall_.c:43
-#, fuzzy
-msgid "Firewalling configuration"
-msgstr "Les uppsetningarskr"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "Veldu tunguml"
@@ -11559,169 +12207,7 @@ msgstr "Setja kerfi inn"
msgid "Exit install"
msgstr "Htta innsetningu"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:84
-#, fuzzy, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Villa vi a opna %s til skriftar: %s"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-#, fuzzy
-msgid "Firewall Configuration Wizard"
-msgstr "Netstillingar"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr ""
-
-#: ../../tinyfirewall.pm_.c:230
-#, fuzzy
-msgid "Please Wait... Verifying installed packages"
-msgstr "Undirb innsetningu"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
@@ -11861,6 +12347,11 @@ msgid "Graphical Environment"
msgstr ""
#: ../../share/compssUsers:999
+#, fuzzy
+msgid "Development"
+msgstr "Forritun"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr ""
@@ -11975,79 +12466,22 @@ msgstr "Margmilun"
msgid "Scientific Workstation"
msgstr "Upplsingar"
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
+#~ msgid "You don't have any partitions!"
+#~ msgstr "滲 hefur ekki neinar disksneiar"
-#, fuzzy
#~ msgid ""
-#~ "With this security level, the use of this system as a server becomes "
-#~ "possible.\n"
-#~ " The security is now high enough to use the system as a "
-#~ "server which can accept\n"
-#~ " connections from many clients. Note: if your machine is "
-#~ "only a client on the Internet, you should choose a lower level."
+#~ "DiskDrake failed to read correctly the partition table.\n"
+#~ "Continue at your own risk!"
#~ msgstr ""
-#~ " essu ryggisstigi er ori mgulegt a nota tlvuna sem jn.\n"
-#~ "ryggi er ngu ngu miki til a taka vi fyrirspurnum fr\n"
-#~ "mrgum bilum. "
+#~ "DiskDrake gat ekki lesi sneiatfluna.\n"
+#~ "Haltu fram eigin byrg!"
-#, fuzzy
-#~ msgid "Basic Options"
-#~ msgstr "Upplsingar"
-
-#, fuzzy
-#~ msgid "Security Checks"
-#~ msgstr "Stilli ryggisrep"
-
-#, fuzzy
-#~ msgid "Please choose your CD space"
-#~ msgstr "Hvaa lyklaborsuppsetningu viltu?"
-
-#, fuzzy
-#~ msgid "Please enter the cd writer speed"
-#~ msgstr "Hvernig ms ertu me?"
-
-#, fuzzy
-#~ msgid "Please check if you want to include install boot on your CD."
-#~ msgstr "Veldu pakkana sem vilt setja inn"
-
-#, fuzzy
-#~ msgid "Url should begin with 'ftp:'"
-#~ msgstr "Sel a vera ftp://..."
-
-#, fuzzy
#~ msgid ""
-#~ "Please check if you want to include\n"
-#~ " install boot on your CD."
-#~ msgstr "Veldu pakkana sem vilt setja inn"
-
-#, fuzzy
-#~ msgid "Tamil"
-#~ msgstr "Tafla"
-
-#, fuzzy
-#~ msgid "PDC Server Name"
-#~ msgstr "NIS jnn"
-
-#, fuzzy
-#~ msgid "Set up printer manually"
-#~ msgstr "Vifng fyrir fjartengda lpd prentara"
-
-#, fuzzy
-#~ msgid "Installing HPOJ package..."
-#~ msgstr "Set inn pakka %s"
-
-#, fuzzy
-#~ msgid "Installing SANE packages..."
-#~ msgstr "Set inn pakka %s"
-
-#, fuzzy
-#~ msgid "Installing mtools packages..."
-#~ msgstr "Set inn pakka %s"
-
-#, fuzzy
-#~ msgid "Control Center"
-#~ msgstr "Nafn tengingar"
+#~ "I can't read your partition table, it's too corrupted for me :(\n"
+#~ "I'll try to go on blanking bad partitions"
+#~ msgstr ""
+#~ "g get ekki lesi disksneiatflu na, hn er of skemmd fyrir mig :-(\n"
+#~ "g mun reyna a halda fram me v a hreinsa skemmdar disksneiar"
#~ msgid "Choose the tool you want to use"
#~ msgstr "Veldu forriti sem vilt nota"
@@ -12302,9 +12736,6 @@ msgstr "Upplsingar"
#~ msgid "Write /etc/fstab"
#~ msgstr "Skrifa /etc/fstab"
-#~ msgid "Restore from floppy"
-#~ msgstr "Endurheimta fr diskling"
-
#~ msgid "Format all"
#~ msgstr "Forsn逅"
diff --git a/perl-install/share/po/it.po b/perl-install/share/po/it.po
index 5a1689427..cc114c38d 100644
--- a/perl-install/share/po/it.po
+++ b/perl-install/share/po/it.po
@@ -3,18 +3,18 @@
# Paolo Lorenzin <pasusu@tin.it>, 2000.
# Roberto Rosselli Del Turco <rosselli@ling.unipi.it>, 2001.
# Simone Riccio <s.riccio@aeb-informatica.it>, 2002
-#
+# Roberto Rosselli Del Turco <rosselli@ling.unipi.it>, 2002
+#
msgid ""
msgstr ""
-"Project-Id-Version: drakfloppy 0.30\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
-"PO-Revision-Date: 2002-01-22 12:27GMT\n"
-"Last-Translator: Simone Riccio <s.riccio@aeb-informatica.it>\n"
-"Language-Team: Italian <IT@li.org>\n"
+"Project-Id-Version: DrakX\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
+"PO-Revision-Date: 2002-08-28 11:34+0200\n"
+"Last-Translator: Roberto Rosselli Del Turco <rosselli@ling.unipi.it>\n"
+"Language-Team: Italian <it@li.org>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.9.5\n"
#: ../../Xconfig/card.pm_.c:16
msgid "256 kB"
@@ -52,19 +52,19 @@ msgstr "32 Mb"
msgid "64 MB or more"
msgstr "64 Mb o pi"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "Scegli un server X"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "Server X"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
msgstr "Configurazione multi-testine"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -72,27 +72,27 @@ msgstr ""
"Il tuo sistema supporta la configurazione di pi testine.\n"
"Cosa vuoi fare?"
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "Scegli la quantit di memoria della tua scheda grafica"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "Configurazione di XFree"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "Che configurazione di XFree vuoi avere?"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr "Configura tutte le testine indipendentemente"
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr "Usa l'estensione Xinerama"
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "Configura solo la scheda \"%s\" (%s)"
@@ -103,13 +103,13 @@ msgstr "Configura solo la scheda \"%s\" (%s)"
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "XFree %s con accelerazione 3D hardware"
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -119,19 +119,19 @@ msgstr ""
"La tua scheda supportata da XFree %s che potrebbe avere un miglior "
"supporto in 2D."
-#: ../../Xconfig/card.pm_.c:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr ""
"La tua scheda pu avere il supporto per l'accelerazione 3D hardware con "
"XFree %s."
-#: ../../Xconfig/card.pm_.c:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "XFree %s con accelerazione 3D hardware SPERIMENTALE"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -143,7 +143,7 @@ msgstr ""
"La tua scheda supportata da XFree %s che potrebbe avere un miglior "
"supporto in 2D."
-#: ../../Xconfig/card.pm_.c:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -152,53 +152,54 @@ msgstr ""
"La tua scheda pu avere l'accelerazione 3D hardware con XFree %s,\n"
"NOTA CHE UN SUPPORTO SPERIMENTALE E POTREBBE BLOCCARE IL TUO COMPUTER."
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (installazione driver video)"
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "Condivisione personalizzata"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
#, fuzzy
msgid "Graphic Card"
msgstr "Scheda grafica"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "Monitor"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "Risoluzione"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "Opzioni"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "Ok"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "Esci"
@@ -215,28 +216,28 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "Scegli un monitor"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "Generico"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
#, fuzzy
msgid "Vendor"
msgstr "Un passo indietro"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -260,11 +261,11 @@ msgstr ""
"danneggiarlo.\n"
"Se hai dubbi, scegli un settaggio prudente."
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "Frequenza di refresh orizzontale"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "Frequenza di refresh verticale"
@@ -301,36 +302,41 @@ msgstr "Seleziona risoluzione e profondit di colore"
msgid "Graphics card: %s"
msgstr "Scheda grafica: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "Annulla"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "Test della configurazione"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "Vuoi provare la configurazione ?"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "Test della configurazione"
+#: ../../Xconfig/test.pm_.c:31
+#, fuzzy
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr "Attenzione: il test di questa scheda video pu bloccare il computer"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -466,26 +472,22 @@ msgstr "Avvia da DOS/Windows (usando loadlin)"
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "Opzioni principali del bootloader"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "Bootloader da usare"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "Installazione del bootloader"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "Dispositivo di boot"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (non funziona con vecchi BIOS)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "Compatta"
@@ -502,16 +504,17 @@ msgstr "Modo video"
msgid "Delay before booting default image"
msgstr "Ritardo prima di avviare con l'immagine predefinita"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "Password"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "Password (ripeti)"
@@ -547,14 +550,14 @@ msgstr ""
"L'opzione ''Limita opzioni della linea di comando'' inutile\n"
"senza una password"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "Per favore prova di nuovo"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "Le password non corrispondono"
@@ -605,16 +608,16 @@ msgstr ""
"Queste sono le voci attuali.\n"
"Puoi aggiungerne altre o cambiare quelle esistenti."
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "Aggiungi"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "Fatto"
@@ -626,7 +629,7 @@ msgstr "Modifica"
msgid "Which type of entry do you want to add?"
msgstr "Che tipo di voce vuoi aggiungere"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linux"
@@ -720,13 +723,13 @@ msgstr "Ne hai un'altra?"
msgid "Do you have any %s interfaces?"
msgstr "Hai una qualsiasi interfaccia %s?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "No"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "S"
@@ -747,7 +750,7 @@ msgid "(module %s)"
msgstr "(modulo %s)"
#: ../../any.pm_.c:689
-#, fuzzy, c-format
+#, 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'"
@@ -828,39 +831,48 @@ msgstr "permetti \"su\""
msgid "access to administrative files"
msgstr "accesso ai file di amministrazione del sistema"
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+#, fuzzy
+msgid "access to network tools"
+msgstr "accesso agli strumenti RPM"
+
+#: ../../any.pm_.c:755
+#, fuzzy
+msgid "access to compilation tools"
+msgstr "accesso agli strumenti RPM"
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(%s gi aggiunto)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "Questa password troppo semplice"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "Per favore fornisci un nome utente"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"Il nome utente deve contenere solo lettere minuscole, numeri, '-' e '_'"
-#: ../../any.pm_.c:766
-#, fuzzy
+#: ../../any.pm_.c:768
msgid "The user name is too long"
-msgstr "Questo nome utente gi stato aggiunto"
+msgstr "Questo nome utente troppo lungo"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "Questo nome utente gi stato aggiunto"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "Aggiungi utente"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -869,32 +881,32 @@ msgstr ""
"Inserisci un utente\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "Accetta utente"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "Vero nome"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "Nome utente"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "Shell"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "Icona"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "Autologin"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -903,19 +915,19 @@ msgstr ""
"utente all'avvio.\n"
"Vuoi sfruttare questa caratteristica?"
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "Scegli l'utente predefinito"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "Scegli il window manager da eseguire:"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
msgid "Please choose a language to use."
msgstr "Per favore, scegli la lingua da utilizzare."
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
msgid ""
"Mandrake Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
@@ -923,35 +935,35 @@ msgid ""
msgstr ""
"Potete scegliere altre lingue che saranno disponibili dopo l'installazione"
-#: ../../any.pm_.c:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "Tutto"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "Allow all users"
msgstr "Permetti a tutti gli utenti"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "No sharing"
msgstr "Nessuna condivisione"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Il pacchetto %sdeve essere installato. Volete installarlo?"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "Potete esportare usando NFS o Samba. Quale desiderate"
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Il pacchetto obbligatorio %s assente"
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -959,12 +971,18 @@ msgid ""
"\n"
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
+"Volete permettere agli utenti di condividere qualcuna delle loro directory?\n"
+"Se lo consentite gli utenti potranno semplicemente cliccare su \"Share\" in "
+"Konqueror\n"
+"e Nautilus.\n"
+"\n"
+"\"Custom\" permette un controllo pi preciso per ogni utente.\n"
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr "Lancia userdrake"
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -972,31 +990,31 @@ msgstr ""
"La condivisione in base all'utente usa il gruppo \"fileshare\".\n"
"Potete utilizzare userdrake per aggiungere un utente a questo gruppo."
-#: ../../any.pm_.c:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "Benvenuti cracker"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "Scarso"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "Normale"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "Alto"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
msgid "Higher"
msgstr "Pi alto"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "Paranoico"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
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 +1024,7 @@ msgstr ""
"ma molto delicato: non deve essere usato per una macchina connessa ad altre\n"
"o a Internet. Non c' nessun accesso con password."
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -1014,7 +1032,7 @@ msgstr ""
"Ora le password sono abilitate, ma l'uso come computer di rete comunque\n"
"ancora sconsigliato."
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1023,7 +1041,7 @@ msgstr ""
"usare per\n"
"connettersi a Internet come cliente."
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
@@ -1031,7 +1049,7 @@ msgstr ""
"Esistono gi alcuni limiti, e ogni notte vengono eseguiti ulteriori "
"controlli automatici."
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1049,7 +1067,7 @@ msgstr ""
"livello\n"
"pi basso."
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1057,32 +1075,32 @@ msgstr ""
"Basato sul livello precedente, ma ora il sistema completamente\n"
"chiuso. Le funzioni di sicurezza sono al massimo."
-#: ../../any.pm_.c:1091
+#: ../../any.pm_.c:1094
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "Opzioni"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "Please choose the desired security level"
msgstr "Scegli livello di sicurezza"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
msgid "Security level"
msgstr "Livello di sicurezza"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
msgid "Use libsafe for servers"
msgstr "Usa libsafe per i server"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"Una libreria che difende il sistema da attacchi del tipo \"buffer overflow\" "
"e \"format string\"."
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr ""
@@ -1110,58 +1128,58 @@ msgstr ""
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:935
+#: ../../bootloader.pm_.c:932
msgid "Welcome to GRUB the operating system chooser!"
msgstr "Benvenuti su GRUB, il selezionatore di sistemi operativi!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:935
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "Usate i tasti %ce%c per evidenziare la voce che interessa."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:938
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr ""
"Premete Invio per avviare il sistema operativo selezionat, 'e' per modificare"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:941
msgid "commands before booting, or 'c' for a command-line."
msgstr "i comandi prima del boot, o 'c' per avere una linea di comando."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:944
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "La voce evidenziata verr avviata automaticamente in %d secondi."
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:948
msgid "not enough room in /boot"
msgstr "spazio insufficiente in /boot"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
#. -PO: so you may need to put them in English or in a different language if MS-windows doesn't exist in your language
-#: ../../bootloader.pm_.c:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "Desktop"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "Menu di avvio"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "Non puoi installare il bootloader su una partizione %s\n"
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr "nessun aiuto presente (per ora).\n"
@@ -1169,8 +1187,8 @@ msgstr "nessun aiuto presente (per ora).\n"
msgid "Boot Style Configuration"
msgstr "Configurazione stile di avvio"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/_File"
@@ -1180,7 +1198,7 @@ msgstr "/_File"
msgid "/File/_Quit"
msgstr "/File/_Esci"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1210,9 +1228,8 @@ msgid "Lilo/grub mode"
msgstr "Modo LILO/GRUB"
#: ../../bootlook.pm_.c:97
-#, fuzzy
msgid "Yaboot mode"
-msgstr "Yaboot"
+msgstr "Modo Yaboot"
#: ../../bootlook.pm_.c:143
#, fuzzy
@@ -1223,95 +1240,102 @@ msgstr "Installa sistema"
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+#, fuzzy
+msgid "Create new theme"
+msgstr "Crea una nuova partizione"
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr ""
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "Errore"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, fuzzy, c-format
msgid "Copy %s to %s"
msgstr "Sto copiando %s"
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
#, fuzzy
msgid "Notice"
msgstr "No Video"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
# there is no room to put "Scegli classe d'installazione"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
#, fuzzy
msgid "Theme installation failed!"
msgstr "Classe d'installazione"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1320,23 +1344,22 @@ msgstr ""
"Al momento state usando %s come Boot Manager.\n"
"Cliccate su Configura per lanciare l'assistente di configurazione."
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "Configura"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
#, fuzzy
msgid "Splash selection"
msgstr "Salva scelta pacchetti"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1345,44 +1368,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr "Modo sistema"
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr "Lancia il sistema X Window all'avvio"
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr "No, non voglio il login automatico"
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "S, voglio il login automatico con questo (utente, desktop)"
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "Non riesco ad aprire /etc/inittab in lettura: %s"
@@ -1479,49 +1502,53 @@ msgstr "Austria"
msgid "United States"
msgstr "Stati Uniti"
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-#, fuzzy
-msgid "Unknown Model"
-msgstr "Modello sconosciuto"
-
#: ../../diskdrake/dav.pm_.c:23
#, fuzzy
msgid "New"
msgstr "nuovo"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "Esegui unmount"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "Esegui mount"
+
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "Punto di mount"
-#: ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/dav.pm_.c:81
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "Per favore, insersci la velocit del masterizzatore"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:92
+#: ../../diskdrake/dav.pm_.c:105
#, fuzzy
msgid "Server: "
msgstr "Server"
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "Punto di mount:"
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "Opzioni: %s"
@@ -1530,8 +1557,9 @@ msgstr "Opzioni: %s"
msgid "Please make a backup of your data first"
msgstr "Per favore prima fate un backup dei vostri dati"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "Leggete con attenzione!"
@@ -1570,10 +1598,15 @@ msgid "Please click on a partition"
msgstr "Per favore clicca su una partizione"
#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "Dettagli"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+#, fuzzy
+msgid "No hard drives found"
+msgstr "Non ho trovato nessuna stampante locale!\n"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1598,13 +1631,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "Swap"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "Vuoto"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "Altro"
@@ -1612,12 +1645,12 @@ msgstr "Altro"
msgid "Filesystem types:"
msgstr "Tipo di filesystem:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "Crea"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "Tipo"
@@ -1627,7 +1660,7 @@ msgstr "Tipo"
msgid "Use ``%s'' instead"
msgstr "Usa ''%s'' invece"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "Cancella"
@@ -1635,7 +1668,7 @@ msgstr "Cancella"
msgid "Use ``Unmount'' first"
msgstr "Prima usa ''Unmount''"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1643,72 +1676,72 @@ msgstr ""
"Dopo aver cambiato tipo di partizione %s, tutti i dati su questa partizione "
"saranno persi"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose a partition"
msgstr "Scegli una partizione"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose another partition"
msgstr "Scegli un'altra partizione"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
msgid "Exit"
msgstr "Esci"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "Passa a modo Esperto"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "Passa a modo Normale"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "Un passo indietro"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "Continuo comunque?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "Esci senza salvare"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "Esci senza scrivere la tabella delle partizioni?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
msgid "Do you want to save /etc/fstab modifications"
msgstr "Vuoi salvare le modifiche a /etc/fstab?"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "Alloca automaticamente"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "Azzera tutto"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "Ancora"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
msgid "Hard drive information"
msgstr "Informazioni sul disco fisso"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "Tutte le partizioni primarie sono usate"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "Non posso aggiungere altre partizioni"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1716,31 +1749,31 @@ msgstr ""
"Per avere pi partizioni, per favore eliminarne una per essere in grado di "
"crearne una estesa"
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
msgid "Save partition table"
msgstr "Salva la tabella delle partizioni"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
msgid "Restore partition table"
msgstr "Ripristina tabella delle partizioni"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "Recupera tabella delle partizioni"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
msgid "Reload partition table"
msgstr "Ricarica tabella delle partizioni"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
msgid "Removable media automounting"
msgstr "Automounting di media rimovibili"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "Scegli file"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1748,11 +1781,11 @@ msgstr ""
"La copia di sicurezza della tabella delle partizioni non ha la stessa\n"
"dimensione. Continuo comunque?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "Attenzione"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1760,112 +1793,104 @@ msgstr ""
"Inserisci un floppy nel drive\n"
"Tutti i dati su questo floppy saranno persi"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "Provo a recuperare la tabella delle partizioni"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
msgid "Detailed information"
msgstr "Informazioni dettagliate"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "Ridimensiona"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "Sposta"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "Formatta"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "Esegui mount"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "Aggiungi a RAID"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "Aggiungi a LVM"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "Esegui unmount"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "Rimuovi da RAID"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "Rimuovi da LVM"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "Modifica RAID"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "Usa per loopback"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "Crea una nuova partizione"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "Settore iniziale: "
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "Dimensione in Mb: "
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "Tipo di filesystem: "
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "Preferenza: "
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
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:494
+#: ../../diskdrake/interactive.pm_.c:499
msgid "Remove the loopback file?"
msgstr "Rimuovo il file di loopback?"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "Cambia il tipo di partizione"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "Quale filesystem vuoi?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr "Passo da ext2 a ext3"
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "Dove vuoi fare il mount del file loopback %s?"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Dove vuoi fare il mount del dispositivo %s?"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1873,137 +1898,137 @@ msgstr ""
"Non puoi deselezionare punti di mount perch questa partizione usata\n"
"per il loopback. Prima rimuovi il loopback"
-#: ../../diskdrake/interactive.pm_.c:584
+#: ../../diskdrake/interactive.pm_.c:594
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "Dove vuoi fare il mount del dispositivo %s?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "Calcolo dei vincoli del filesystem FAT"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "Ridimensionamento"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr "Questa partizione non ridimensionabile"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr "Dovresti eseguire il backup di tutti i dati su questa partizione"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Dopo aver ridimensionato la partizione %s, tutti i dati su questa partizione "
"saranno persi"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "Scegli la nuova dimensione"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
msgid "New size in MB: "
msgstr "Nuova dimensione in Mb: "
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "Su quale disco vuoi spostarlo?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "Settore"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "Su che settore vuoi spostarlo?"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "Spostamento"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "Spostamento partizione..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "Scegli un RAID esistente a cui effettuare l'aggiunta"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "nuovo"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "Scegli un LVM esistente a cui effettuare l'aggiunta"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr "Nome LVM?"
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "Questa partizione non pu essere usata per il loopback"
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "Loopback"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "Nome file loopback: "
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
msgid "Give a file name"
msgstr "Assegna un nome di file"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr "File gi usato da un altro loopback, selezionane uno diverso"
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr "Il file esiste gi. Lo uso?"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
msgid "Mount options"
msgstr "Opzioni di mount"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr "Varie"
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "dispositivo"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "livello"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "dimensione del blocco"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr "Fai attenzione: questa operazione pericolosa."
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "Che tipo di partizionamento?"
-#: ../../diskdrake/interactive.pm_.c:955
-#, fuzzy, c-format
+#: ../../diskdrake/interactive.pm_.c:965
+#, c-format
msgid "The package %s is needed. Install it?"
-msgstr "Il pacchetto %sdeve essere installato. Volete installarlo?"
+msgstr "Il pacchetto %s necessario. Volete installarlo?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -2015,7 +2040,7 @@ msgstr ""
"Nel caso tu usassi LILO non funzionerebbe, o se non usassi LILO non ti "
"servirebbe /boot"
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2027,7 +2052,7 @@ msgstr ""
"partizione /boot. Se hai intenzione di usare LILO come boot manager, "
"accertati di creare una partizione /boot"
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2037,49 +2062,49 @@ msgstr ""
"Nessun bootloader pu gestirla senza una partizione /boot.\n"
"Perci accertati di aggiungere una partizione /boot."
-#: ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr ""
"La tabella delle partizioni del disco %s sta per essere scritta su disco!"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr ""
"Sar necessario riavviare il sistema prima che le modifiche diventino "
"effettive!"
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Dopo aver formattato la partizione %s, tutti i dati su questa partizione "
"saranno persi"
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "Formattazione"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "Formattazione file di loopback %s"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "Formattazione partizione %s"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Hide files"
msgstr "Nascondi file"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Move files to the new partition"
msgstr "Sposta i file sulla nuova partizione"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2088,83 +2113,83 @@ msgstr ""
"La directory %s contiene gi dei dati\n"
"(%s)"
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
msgid "Moving files to the new partition"
msgstr "Sto spostando i file sulla nuova partizione"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr "Sto copiando %s"
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, c-format
msgid "Removing %s"
msgstr "Sto cancellando: %s"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr "la partizione %s adesso nota come %s"
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "Dispositivo: "
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "Lettera di drive DOS: %s (solo una supposizione)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "Tipo: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "Nome: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "Inizia: settore %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "Dimensione: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s settori"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "Da cilindro %d a %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "Formattato\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "Non formattato\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "In linea\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -2173,7 +2198,7 @@ msgstr ""
"File di loopback:\n"
" %s\n"
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2181,27 +2206,27 @@ msgstr ""
"Partizione di boot predefinita\n"
" (per boot MS-DOS, non per lilo)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "Livello %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "Dimensione del blocco %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "Dischi RAID %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "Nome file di loopback: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2213,7 +2238,7 @@ msgstr ""
"una partizione Driver, meglio\n"
"non toccarla.\n"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2225,59 +2250,63 @@ msgstr ""
"viene utilizzata per effettuare\n"
"il dual-boot del tuo sistema.\n"
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "Dimensione: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometria: %s cilindri, %s testine, %s settori\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "Info: "
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "Dischi LVM %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "Tipo tabella delle partizioni: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
-#, fuzzy, c-format
+#: ../../diskdrake/interactive.pm_.c:1156
+#, c-format
msgid "on channel %d id %d\n"
-msgstr "su bus %d id %d\n"
+msgstr "sul canale %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
msgid "Filesystem encryption key"
msgstr "Chiave di crittazione del filesystem"
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr "Scegliete la chiave di crittazione del filesystem"
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
"Questa chiave di crittazione troppo semplice (deve essere lunga almeno %d "
"caratteri)"
-#: ../../diskdrake/interactive.pm_.c:1180
+#: ../../diskdrake/interactive.pm_.c:1191
msgid "The encryption keys do not match"
msgstr "Le chiavi di crittazione non corrispondono"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr "Chiave di crittazione"
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr "Chiave di crittazione (di nuovo)"
@@ -2292,59 +2321,56 @@ msgstr "Per favore clicca su un supporto"
#: ../../diskdrake/smbnfs_gtk.pm_.c:162
#, c-format
msgid "Can't login using username %s (bad password?)"
-msgstr ""
+msgstr "Non posso effettuare il login con il nome %s (password errata?)"
#: ../../diskdrake/smbnfs_gtk.pm_.c:166 ../../diskdrake/smbnfs_gtk.pm_.c:175
-#, fuzzy
msgid "Domain Authentication Required"
-msgstr "Autenticazione"
+msgstr "Richiesta autenticazione del dominio"
#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
msgid "Another one"
-msgstr "Internet"
+msgstr "Un'altra"
#: ../../diskdrake/smbnfs_gtk.pm_.c:167
-#, fuzzy
msgid "Which username"
-msgstr "Nome utente"
+msgstr "Quale nome utente"
#: ../../diskdrake/smbnfs_gtk.pm_.c:176
msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
+"Per favore digitate il vostro nome utente, la password e il nome di dominio\n"
+"per poter accedere a questo host."
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
-#, fuzzy
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
msgid "Username"
msgstr "Nome utente"
#: ../../diskdrake/smbnfs_gtk.pm_.c:180
-#, fuzzy
msgid "Domain"
-msgstr "Dominio NIS"
+msgstr "Dominio"
#: ../../diskdrake/smbnfs_gtk.pm_.c:200
msgid "Search servers"
msgstr "Ricerca server"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formattazione di %s fallita"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "Non so come formattare %s in tipo %s"
-#: ../../fs.pm_.c:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "il mount della partizione %s sulla directory %s non riuscito"
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "errore in fase di unmount di %s: %s"
@@ -2361,285 +2387,336 @@ msgstr "con /usr"
msgid "server"
msgstr "server"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, fuzzy, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"Non posso leggere la tua tabella delle partizioni, troppo corrotta \n"
+"per me :( . Posso provare a continuare a svuotare le partizioni danneggiate\n"
+"(TUTTI I DATI verranno persi!). L'altra soluzione di impedire a DrakX di\n"
+"modificare la tabella delle partizioni. (L'errore %s)\n"
+"\n"
+"Ti va bene liberare tutte le partizioni?\n"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "Non puoi usare JFS per partizioni pi piccole di 16 Mb"
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "Non puoi usare ReiserFS per partizioni pi piccole di 32MB"
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "I punti di mount devono iniziare con /"
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "C' gi una partizione con il punto di mount %s\n"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "Non puoi usare un Volume Logico LVM per il punto di mount %s"
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr "Questa directory dovrebbe rimanere all'interno del filesystem root"
-#: ../../fsedit.pm_.c:501
-#, fuzzy
+#: ../../fsedit.pm_.c:530
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
"point\n"
-msgstr " un vero filesystem (ext2, reiserfs) per questa punto di mount\n"
+msgstr ""
+" richiesto un vero filesystem (ext2/ext3, reiserfs, xfs o jfs) per questo "
+"punto di mount\n"
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr "Non puoi usare un filesystem crittato per il punto di mount %s"
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
msgid "Not enough free space for auto-allocating"
msgstr "Non c' abbastanza spazio libero per l'allocazione automatica"
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr "Nulla da fare"
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "Errore aprendo %s in scrittura: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:158
+#, fuzzy
+msgid "Sound configuration"
+msgstr "Configurazione di CUPS"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:162
+#, fuzzy
+msgid "Driver:"
+msgstr "Driver"
+
+#: ../../harddrake/sound.pm_.c:173
+#, fuzzy
+msgid "No known driver"
+msgstr "Driver X"
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
msgstr ""
-"Si verificato un errore - non stato trovata alcuna unit valida su cui "
-"creare nuovi filesystem. Per favore controlla il tuo hardware per stabilire "
-"la causa di questo problema"
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "Non hai alcuna partizione!"
+#: ../../harddrake/sound.pm_.c:177
+#, fuzzy
+msgid "Unkown driver"
+msgstr "Modello sconosciuto"
+
+#: ../../harddrake/sound.pm_.c:178
+#, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "Model"
msgstr "Mouse"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "hard disk model"
msgstr "Memoria della scheda (DMA)"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
#, fuzzy
msgid "Channel"
msgstr "Annulla"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
-msgstr ""
+msgstr "Bus"
-#: ../../harddrake/ui.pm_.c:19
+#: ../../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:20
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:21
msgid "Module"
-msgstr "Mouse"
+msgstr "Modulo"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "Descrizione"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:24
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:25
msgid "Bus identification"
-msgstr "Autenticazione"
+msgstr "Identificazione bus"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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:31
+#: ../../harddrake/ui.pm_.c:32
#, fuzzy
msgid "Old device file"
msgstr "Scegli file"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr ""
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
#, fuzzy
msgid "New devfs device"
msgstr "Dispositivo di gateway"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
#, fuzzy
msgid "Number of buttons"
msgstr "2 pulsanti"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:60
+#: ../../harddrake/ui.pm_.c:38
#, fuzzy
+msgid "Alternative drivers"
+msgstr "Pagina di prova alternativa (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 "Esci"
+msgstr "/_Esci"
-#: ../../harddrake/ui.pm_.c:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/_Guida"
-#: ../../harddrake/ui.pm_.c:62
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:65
msgid "/_Help..."
-msgstr "/_Guida"
+msgstr "/_Aiuto"
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:68
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:71
msgid "/_About..."
-msgstr "/Guida/_Informazioni su..."
+msgstr "/_Informazioni su..."
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:71
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:74
msgid "Author:"
-msgstr "Investgazione automatica"
+msgstr "Autore:"
-#: ../../harddrake/ui.pm_.c:83
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:86
msgid "Harddrake2 version "
-msgstr "Ricerca del disco fisso"
+msgstr "Versione di Harddrake2 "
-#: ../../harddrake/ui.pm_.c:91
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:103
msgid "Detected hardware"
-msgstr "Vedi informazioni hardware"
+msgstr "Hardware identificato"
-#: ../../harddrake/ui.pm_.c:92
-#, fuzzy
-msgid "Configure module"
-msgstr "Configura mouse"
+#: ../../harddrake/ui.pm_.c:105
+msgid "Information"
+msgstr "Informazioni"
-#: ../../harddrake/ui.pm_.c:92
-#, fuzzy
-msgid "Informations"
-msgstr "Mostra informazioni"
+#: ../../harddrake/ui.pm_.c:108
+msgid "Configure module"
+msgstr "Configura modulo"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:96
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:113
msgid "Detection in progress"
-msgstr "rilevato sulla porta: %s"
+msgstr "Identificazione in corso"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "Attendere prego"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:139
-#, fuzzy
+#: ../../harddrake/ui.pm_.c:156
msgid "secondary"
-msgstr "%d secondi"
+msgstr "secondario"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:192
-#, fuzzy, c-format
+#: ../../harddrake/ui.pm_.c:213
+#, c-format
msgid "Running \"%s\" ..."
-msgstr "Sto rimuovendo la stampante \"%s\" ..."
+msgstr "Sto eseguendo \"%s\" ..."
#: ../../harddrake/v4l.pm_.c:15 ../../harddrake/v4l.pm_.c:65
-#, fuzzy
msgid "Auto-detect"
-msgstr "Usa il riconoscimento automatico"
+msgstr "Riconoscimento automatico"
#: ../../harddrake/v4l.pm_.c:66 ../../harddrake/v4l.pm_.c:186
-#, fuzzy
msgid "Unknown|Generic"
-msgstr "Generico"
+msgstr "Sconosciuto|Generico"
#: ../../harddrake/v4l.pm_.c:98
msgid "Unknown|CPH05X (bt878) [many vendors]"
-msgstr ""
+msgstr "CPH05X (bt878) sconosciuto [molti produttori]"
#: ../../harddrake/v4l.pm_.c:99
msgid "Unknown|CPH06X (bt878) [many vendors]"
-msgstr ""
+msgstr "CPH05X (bt878) sconosciuto [molti produttori]"
#: ../../harddrake/v4l.pm_.c:210
msgid ""
@@ -2648,61 +2725,64 @@ msgid ""
"If your card is misdetected, you can force the right tuner and card types "
"here. Just select your tv card parameters if needed"
msgstr ""
+"Per la maggior parte delle schede sintonizzatore TV moderne, il modulo bttv "
+"del kernel GNU/Linux si limita\n"
+"a identificare automaticamente i parametri corretti. Se la vostra scheda non "
+" stata identificata correttamente, potete indicare il tipo giusto di scheda "
+"e sintonizzatore qui. Dovete solo selezionare i parametri della vostra "
+"scheda TV se necessario."
#: ../../harddrake/v4l.pm_.c:213
-#, fuzzy
-msgid "Card model :"
-msgstr "Memoria della scheda (DMA)"
+msgid "Card model:"
+msgstr "Tipo di scheda:"
#: ../../harddrake/v4l.pm_.c:214
-#, fuzzy
-msgid "Tuner type :"
-msgstr "Cambia tipo"
+msgid "Tuner type:"
+msgstr "Tipo di sintonizzatore:"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
-msgstr ""
+msgid "Number of capture buffers:"
+msgstr "Numero dei buffer di cattura:"
#: ../../harddrake/v4l.pm_.c:215
msgid "number of capture buffers for mmap'ed capture"
-msgstr ""
+msgstr "numero dei buffer di cattura per una cattura di tipo mmap"
#: ../../harddrake/v4l.pm_.c:217
-#, fuzzy
-msgid "PLL setting :"
-msgstr "carica configurazione"
+msgid "PLL setting:"
+msgstr "Impostazioni PLL:"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
-msgstr ""
+msgid "Radio support:"
+msgstr "Supporto radio:"
#: ../../harddrake/v4l.pm_.c:218
msgid "enable radio support"
msgstr ""
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
#: ../../help.pm_.c:13
msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2743,7 +2823,7 @@ msgstr ""
"quell'utente (come opzione predefinita bash)."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
#: ../../help.pm_.c:41
msgid ""
"Listed above are the existing Linux partitions detected on your hard drive.\n"
@@ -2800,17 +2880,17 @@ msgstr ""
"\n"
" * \"a\" significa \"disco rigido master sul controller IDE primario\";\n"
"\n"
-" * \"b\" means \"disco rigido slave sul controller IDE primario\";\n"
+" * \"b\" significa \"disco rigido slave sul controller IDE primario\";\n"
"\n"
-" * \"c\" means \"disco rigido master sul controller IDE secondario\";\n"
+" * \"c\" significa \"disco rigido master sul controller IDE secondario\";\n"
"\n"
-" * \"d\" means \"disco rigido slave sul controller IDE secondario\".\n"
+" * \"d\" significa \"disco rigido slave sul controller IDE secondario\".\n"
"\n"
"Per i dischi rigidi di tipo SCSI, invece, una \"a\" significa \"ID SCSI\n"
"pi\", una \"b\" significa \"ID SCSI superiore ad a\", etc."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
#: ../../help.pm_.c:72
msgid ""
"The Mandrake Linux installation is spread out over several CD-ROMs. DrakX\n"
@@ -2823,7 +2903,7 @@ msgstr ""
"inserire quello corretto."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
#: ../../help.pm_.c:77
msgid ""
"It is now time to specify which programs you wish to install on your\n"
@@ -2853,7 +2933,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2931,13 +3011,13 @@ msgstr ""
"sistema esistente."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -2981,10 +3061,10 @@ msgstr ""
"devono essere installati e alla velocit del vostro hardware, l'attesa\n"
"potrebbe anche essere lunga. Una stima del tempo richiesto per finire\n"
"l'installazione visibile sullo schermo, in questo modo potrete sapere se\n"
-"avete tempo a sufficienza per godervi una tazza di caffe.\n"
+"avete tempo a sufficienza per godervi una tazza di caff.\n"
"\n"
"!! Se avete selezionato un pacchetto che offre un servizio come server\n"
-"(intenzionalmente, oppure perche faceva parte di un gruppo), vi verr\n"
+"(intenzionalmente, oppure perch faceva parte di un gruppo), vi verr\n"
"chiesta conferma riguardo una sua effettiva installazione. Come opzione\n"
"predefinita, in Mandrake Linux tutti i servizi installati vengono avviati\n"
"automaticamente al momento del boot. Anche se si tratta di servizi sicuri\n"
@@ -2999,7 +3079,7 @@ msgstr ""
"disabilitare la finestra di dialogo che compare tutte le volte che il\n"
"programma di installazione seleziona automaticamente uno o pi pacchetti.\n"
"Il programma determina in modo automatico, infatti, quali sono i pacchetti\n"
-"che sono indispensabili a un dato pacchetto (''dipendenze'') perche\n"
+"che sono indispensabili a un dato pacchetto (''dipendenze'') perch\n"
"quest'ultimo possa essere installato con successo.\n"
"\n"
"Il piccolo dischetto floppy in fondo alla lista vi permette di caricare una\n"
@@ -3010,14 +3090,14 @@ msgstr ""
"creare questo dischetto."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -3050,16 +3130,16 @@ msgstr ""
"amministratore di sistema.\n"
"\n"
"Per maggiori dettagli riguardo la configurazione della connessione a\n"
-"Internet potete consultare il relativo capitolo del ''Manuale\n"
-"dell'utente''; in alternativa, potete attendere di aver portato a termine\n"
-"l'installazione e usare poi il programma descritto in tale capitolo per\n"
-"configurare la connessione.\n"
+"Internet potete consultare il relativo capitolo del ''User Guide''; in\n"
+"alternativa, potete attendere di aver portato a termine l'installazione e\n"
+"usare poi il programma descritto in tale capitolo per configurare la\n"
+"connessione.\n"
"\n"
"Se desiderate configurare la rete dopo aver terminato l'installazione, o se\n"
"avete gi configurato la vostra rete, cliccate su \"Annulla\"."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
#: ../../help.pm_.c:186
msgid ""
"You may now choose which services you wish to start at boot time.\n"
@@ -3097,12 +3177,12 @@ msgstr ""
"soltanto quelli di cui avete effettivamente bisogno. !!"
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
#: ../../help.pm_.c:203
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -3123,14 +3203,14 @@ msgstr ""
"\n"
"L'opzione \"Automatic time synchronization\" provveder a gestire l'ora\n"
"grazie alla connessione con un server del tempo remoto via Internet.\n"
-"Scegliete un server vicino a voi nella lista che vi verr mostrata. Perche\n"
+"Scegliete un server vicino a voi nella lista che vi verr mostrata. Perch\n"
"questa opzione funzioni, naturalmente, dovete disporre di una connessione a\n"
"Internet funzionante. Sulla vostra macchina verr installato un server del\n"
"tempo che potr essere usato anche per altre macchine che si trovano sulla\n"
"vostra rete locale."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
#: ../../help.pm_.c:217
msgid ""
"X (for X Window System) is the heart of the GNU/Linux graphical interface\n"
@@ -3150,7 +3230,9 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
"X (che sta per ''X Window System'') il cuore dell'interfaccia grafica di\n"
"GNU/Linux, sulla quale sono basati tutti gli ambienti grafici che sono\n"
@@ -3170,39 +3252,11 @@ msgstr ""
"Se potete vedere il messaggio e rispondete \"S\", allora DrakX passer\n"
"alla fase successiva. Se non potete vedere il messaggio, significa che la\n"
"configurazione non andava bene, e il test terminer automaticamente dopo 10\n"
-"secondi, riportandovi alla schermata precedente."
-
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"Pu verificarsi il caso che il primo tentativo non sia quello giusto (lo\n"
-"schermo troppo piccolo, spostato a destra o a sinistra...). Questo il\n"
-"motivo per cui, anche se X viene lanciato correttamente, DrakX vi chieder\n"
-"subito dopo se la configurazione va bene, e vi proporr di cambiarla\n"
-"elencando una lista di modi video validi (in base a quello che ha potuto\n"
-"accertare) chiedendovi di sceglierne uno.\n"
-"\n"
-"Come ultima risorsa, se proprio non riuscite a far funzionare X, scegliete\n"
-"\"Cambia scheda grafica\", selezionate \"Unlisted card\", e quando vi verr\n"
-"chiesto quale server desiderate utilizzare, scegliete \"FBDev\": si tratta\n"
-"di un'opzione a prova d'errore, che funziona con qualsiasi scheda grafica\n"
-"moderna. Quindi scegliete \"Nuovo test\" per essere sicuri."
+"secondi, riportandovi alla schermata precedente. Consultate la sezione\n"
+"relativa alla configurazione video per avere maggiori informazioni riguardo\n"
+"la configurazione dello schermo."
-# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -3218,8 +3272,8 @@ msgstr ""
"corretta."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:256
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:246
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"
@@ -3239,10 +3293,10 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
"Il CD-ROM di Mandrake Linux ha una modalit ''salvataggio'' preconfigurata.\n"
"Potete accedervi effettuando il boot dal CD-ROM, premendo il tasto >>F1<<\n"
@@ -3250,17 +3304,18 @@ msgstr ""
"pu essere avviato dal CD-ROM, dovete effettuare questa operazione (la\n"
"creazione di un disco di avvio) per almeno due ragioni:\n"
"\n"
-" * DrakX riscriver il settore di boot (MBR) del vostro disco principale (a\n"
-"meno che voi non usiate un altro gestore del boot), in modo che possiate\n"
-"avviare sia Windows che GNU/Linux, se sul vostro sistema installato anche\n"
-"Windows. Tuttavia, se in futuro si render necessario re-installare\n"
-"Windows, il programma di installazione Microsoft riscriver il settore di\n"
-"boot, e di conseguenza non sarete pi in grado di avviare GNU/Linux!\n"
+" * quando il bootloader verr installato, DrakX riscriver il settore di\n"
+"boot (MBR) del vostro disco principale (a meno che voi non usiate un altro\n"
+"gestore del boot), in modo che possiate avviare sia Windows che GNU/Linux,\n"
+"se sul vostro sistema installato anche Windows. Tuttavia, se in futuro si\n"
+"render necessario re-installare Windows, il programma di installazione\n"
+"Microsoft riscriver il settore di boot, e di conseguenza non sarete pi in\n"
+"grado di avviare GNU/Linux!\n"
"\n"
" * se si verifica un problema per cui non potete pi lanciare GNU/Linux dal\n"
"disco rigido, questo dischetto sar l'unico mezzo per avviare GNU/Linux:\n"
"contiene un buon numero di programmi di amministrazione del sistema per\n"
-"rimettere in sesto un'installazione che ha subito abbia crash per\n"
+"rimettere in sesto un'installazione che ha subito un crash per\n"
"un'interruzione di corrente, uno sfortunato errore di battitura, una\n"
"password dimenticata o qualsiasi altra ragione.\n"
"\n"
@@ -3270,8 +3325,8 @@ msgstr ""
"necessario formattarlo: DrakX riscriver l'intero disco."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:280
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:270
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
"Linux operating system on your hard drive. If your hard drive is empty or\n"
@@ -3304,7 +3359,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3337,7 +3394,9 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
"A questo punto dovete scegliere dove installare il vostro sistema operativo\n"
"Mandrake Linux sul disco rigido. Se il vostro disco vuoto, oppure se un\n"
@@ -3373,9 +3432,11 @@ msgstr ""
"\n"
" * \"Usa partizioni esistenti\": l'assistente ha trovato una o pi\n"
"partizioni Linux sul vostro disco rigido. Se desiderate usarle scegliete\n"
-"questa opzione.\n"
+"questa opzione. Vi verr chiesto di scegliere il punto di mount associato a\n"
+"ciascuna partizione. Come opzione predefinita verranno mantenuti i punti di\n"
+"mount precedenti e, in genere, buona norma non modificarli.\n"
"\n"
-" * \"Usa lo spazio libero nella partizione Windows\": se Microsoft Windows\n"
+" * \"Usaf lo spazio libero nella partizione Windows\": se Microsoft Windows\n"
" installato sul vostro disco rigido e occupa tutto lo spazio disponibile,\n"
"dovrete creare spazio libero per i dati relativi a Linux. Per farlo potete\n"
"cancellare la vostra partizione Microsoft Windows e i dati che contiene\n"
@@ -3412,11 +3473,14 @@ msgstr ""
"rigido potete scegliere questa opzione. Fate attenzione prima di optare per\n"
"questa soluzione: potente, ma molto pericolosa. Potreste facilmente\n"
"causare la perdita di tutti i vostri dati. Quindi, non scegliete questa\n"
-"soluzione se non sapete cosa state facendo."
+"soluzione se non sapete cosa state facendo. Per ulteriori informazioni\n"
+"riguardo il funzionamento di DiskDrake, il programma utilizzato a questo\n"
+"punto, consultate la sezione ''Managing Your Partitions'' della ''''User\n"
+"Guide''''"
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:347
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3457,7 +3521,7 @@ msgstr ""
"Cliccando sul pulsante \"Avanzato\" (solo in modalit Esperto) avrete altri\n"
"due pulsanti a vostra disposizione:\n"
"\n"
-" * \"Crea il floppy di auto installazione\": per creare un floppy di\n"
+" * \"Crea il floppy di installazione automatica\": per creare un floppy di\n"
"installazione che permette di eseguire automaticamente un' installazione\n"
"completa, del tutto simile a quella che avete appena finito di configurare,\n"
"senza che sia necessario l'intervento di un operatore.\n"
@@ -3477,7 +3541,7 @@ msgstr ""
"su un gran numero di macchine dalle caratteristiche simili. Si veda la\n"
"sezione Installazione automatica sul nostro sito web.\n"
"\n"
-" * \"Salva scelta pacchetti\"(*): salva la selezione dei pacchetti\n"
+" * \"Salva scelta pacchetti\" (*): salva la selezione dei pacchetti\n"
"effettuata in precedenza. Al momento di effettuare un'altra installazione,\n"
"potrete inserire il dischetto nel lettore e installare il sistema\n"
"richiamando lo schermo di aiuto (premendo [F1]) e digitando >>linux\n"
@@ -3487,8 +3551,8 @@ msgstr ""
"formattarne uno sotto GNU/Linux digitate \"mformat a:\""
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:378
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:372
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
"(formatting means creating a filesystem).\n"
@@ -3541,8 +3605,8 @@ msgstr ""
"danneggiati."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:404
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:398
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -3559,13 +3623,13 @@ msgstr ""
"Abbiate pazienza, per favore."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:412
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3590,8 +3654,8 @@ msgstr ""
"su \"Annulla\" per annullare l'operazione."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:425
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3607,15 +3671,15 @@ msgstr ""
"\"Accetta\"."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:432
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
@@ -3630,8 +3694,8 @@ msgstr ""
"Se non sapete cosa scegliere, mantenete l'opzione predefinita."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:442
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:436
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3648,26 +3712,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3695,7 +3759,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3721,8 +3785,8 @@ msgstr ""
"sul disco selezionato.\n"
"\n"
" * \"Alloca automaticamente\": questa opzione vi permette di creare\n"
-"automaticamente partizioni di sistema e di swap nello spazio libero\n"
-"presente sul vostro disco rigido.\n"
+"automaticamente partizioni di sistema e di swap, usando il filesystem\n"
+"\"Ext3\", nello spazio libero presente sul vostro disco rigido.\n"
"\n"
" * \"Ancora\": permette di accedere a funzionalit avanzate:\n"
"\n"
@@ -3772,18 +3836,18 @@ msgstr ""
" * Ctrl-m per impostare il punto di mount.\n"
"\n"
"Per ottenere informazioni in merito ai diversi tipi di filesystem\n"
-"disponibili, consultate il capitolo ext2fs del ''Manuale di riferimento''.\n"
+"disponibili, consultate il capitolo ext2FS del ''Reference Manual''.\n"
"\n"
"Se state effettuando l'installazione su una macchina PPC, sar necessario\n"
-"creare una piccola partizione HFS di almeno 11Mb, che verr utilizzata dal\n"
+"creare una piccola partizione HFS di almeno 11MB, che verr utilizzata dal\n"
"bootloader yaboot. Se decidete di creare una partizione pi grande, diciamo\n"
-"sui 50Mb, potrebbe rappresentare un utile deposito dove conservare un\n"
+"sui 50MB, potrebbe rappresentare un utile deposito dove conservare un\n"
"kernel di riserva e immagini di ''ramdisk'' da utilizzare in caso di\n"
"emergenza."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:513
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:507
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
"Please choose the one you want to resize in order to install your new\n"
@@ -3833,11 +3897,11 @@ msgstr ""
"\n"
" * \"a\" significa \"disco rigido master sul controller IDE primario\",\n"
"\n"
-" * \"b\" means \"disco rigido slave sul controller IDE primario\";\n"
+" * \"b\" significa \"disco rigido slave sul controller IDE primario\";\n"
"\n"
-" * \"c\" means \"disco rigido master sul controller IDE secondario\";\n"
+" * \"c\" significa \"disco rigido master sul controller IDE secondario\";\n"
"\n"
-" * \"d\" means \"disco rigido slave sul controller IDE secondario\".\n"
+" * \"d\" significa \"disco rigido slave sul controller IDE secondario\".\n"
"\n"
"Per i dischi rigidi di tipo SCSI, invece, una \"a\" significa \"ID SCSI\n"
"pi\", una \"b\" significa \"ID SCSI superiore ad a\", etc.\n"
@@ -3846,38 +3910,38 @@ msgstr ""
"sotto Windows (il primo disco o partizione chiamato \"C:\")."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:544
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr ""
"Per favore siate pazienti. Questa operazione pu richiedere diversi minuti."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:547
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:541
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
"installation or if you want to have greater control (\"Expert\"). You can\n"
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3886,11 +3950,11 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
"A questo punto DrakX deve sapere se intendete effettuare un'installazione\n"
"in modalit predefinita (\"Raccomandata\") o se preferite avere un maggior\n"
@@ -3899,23 +3963,23 @@ msgstr ""
"esistente:\n"
"\n"
" * \"Installazione\" Cancella completamente il vecchio sistema. A seconda\n"
-"di come strutturato il sistema preesistente potrete mantenere inalterate\n"
-"alcune delle vecchie partizioni (Linux e altre).\n"
+"di come strutturato il sistema preesistente, tuttavia, possibile\n"
+"mantenere inalterate alcune delle vecchie partizioni (Linux e altre).\n"
"\n"
" * \"Aggiornamento\" Questo tipo di installazione vi permette di effettuare\n"
"un semplice aggiornamento dei pacchetti installati sul vostro sistema\n"
"Mandrake Linux. Conserva tutte le partizioni attuali del disco rigido, come\n"
"pure le configurazioni individuali degli utenti. Tutti gli altri passi\n"
-"relativi alla configurazione verranno effettuati come per una installazione\n"
-"da zero.\n"
+"relativi alla configurazione restano disponibili, come per una\n"
+"installazione da zero.\n"
"\n"
-" * \"Solo aggiornamento pacchetti\" Questa nuovissima opzione vi permette\n"
-"di aggiornare un sistema Mandrake Linux esistente lasciando intatta la\n"
-"configurazione globale del sistema. anche possibile aggiungere nuovi\n"
+" * \"Solo aggiornamento pacchetti\" Questa nuova opzione vi permette di\n"
+"aggiornare un sistema Mandrake Linux esistente lasciando intatta la\n"
+"configurazione globale del sistema. anche possibile aggiungere nuovi\n"
"pacchetti all'installazione corrente.\n"
"\n"
"Gli aggiornamenti dovrebbe svolgersi senza difficolt per sistemi Mandrake\n"
-"Linux a partire dalla versione \"8.1\".\n"
+"Linux a partire dalla versione \"8.1\" o successive.\n"
"\n"
"Scegliete una delle seguenti modalit di installazione, in base alla vostra\n"
"conoscenza di GNU/Linux:\n"
@@ -3928,41 +3992,55 @@ msgstr ""
"questa modalit, che vi permetter di effettuare un'installazione altamente\n"
"personalizzata. Rispondere ad alcune delle domande che vi verranno poste\n"
"potrebbe essere difficile se non avete una buona conoscenza di GNU/Linux,\n"
-"pertanto non fate questa scelta se non sapete bene quello che state\n"
-"facendo."
+"pertanto vi sconsigliamo di scegliere questa modalit se non disponete\n"
+"dell'esperienza necessaria.\n"
+"\n"
+"Questo manuale descrive in maniera esauriente la modalit d'installazione\n"
+"\"Esperto\". Se scegliete la modalit \"Raccomandata\", potete\n"
+"semplicemente ignorare i passi relativi alla sola modalit \"Esperto\"."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:584
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
"Normalmente DrakX provvede a individuare automaticamente la tastiera\n"
-"corretta (in base alla lingua che avete scelto) e voi non vedrete nemmeno\n"
-"questo passo. Tuttavia, potreste avere una tastiera che non corrisponde\n"
-"esattamente alla vostra lingua: se siete un francese che parla italiano, ad\n"
-"esempio, potreste comunque preferire una tastiera francese. Oppure, se\n"
-"parlate italiano ma vivete nel Quebec, potreste trovarvi nella stessa\n"
-"situazione. In entrambi i casi, dovrete tornare a questa fase\n"
-"dell'installazione e selezionare una tastiera appropriata dalla lista.\n"
+"corretta (in base alla lingua che avete scelto). Tuttavia, potreste avere\n"
+"una tastiera che non corrisponde esattamente alla vostra lingua: se siete\n"
+"un francese che parla italiano, ad esempio, potreste comunque preferire una\n"
+"tastiera francese. Oppure, se parlate italiano ma vivete nel Qubec,\n"
+"potreste trovarvi nella stessa situazione. In entrambi i casi, dovrete\n"
+"tornare a questa fase dell'installazione e selezionare una tastiera\n"
+"appropriata dalla lista.\n"
"\n"
"Cliccate sul pulsante \"Avanzato\" per vedere una lista completa delle\n"
-"tastiere supportate."
+"tastiere supportate.\n"
+"\n"
+"Se scegliete una mappa di tastiera basata su di un alfabeto non latino,\n"
+"nella prossima finestra di dialogo vi verr chiesto di scegliere una\n"
+"scorciatoia da tastiera che vi permetter di passare dalla mappa latina a\n"
+"quella non latina e viceversa."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:597
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3975,6 +4053,8 @@ msgid ""
"Note that multiple languages may be installed. Once you have selected any\n"
"additional locales, click the \"OK\" button to continue."
msgstr ""
+"Il primo passo scegliere la lingua che preferite.\n"
+"\n"
"Scegliete la lingua che intendete usare per l'installazione e l'uso del\n"
"sistema.\n"
"\n"
@@ -3991,8 +4071,8 @@ msgstr ""
"scelto quelle che preferite cliccate sul pulsante \"Ok\" per continuare."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:610
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -4005,7 +4085,14 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
"In genere DrakX individua automaticamente il numero di pulsanti presente\n"
"sul vostro mouse, in caso contrario conclude che il vostro mouse un mouse\n"
@@ -4019,11 +4106,19 @@ msgstr ""
"finestra dove potrete provarlo. Provate sia i pulsanti che l'eventuale\n"
"rotellina per controllare che la configurazione sia corretta. Se il mouse\n"
"non funziona correttamente, premete la barra spaziatrice o il tasto [Invio]\n"
-"per premere il pulsante \"Annulla\" ed effettuare una nuova scelta."
+"per premere il pulsante \"Annulla\" ed effettuare una nuova scelta.\n"
+"\n"
+"Talvolta i mouse con rotellina centrale potrebbero non essere individuati\n"
+"automaticamente. In tal caso, dovrete selezionarli personalmente usando la\n"
+"lista. Assicuratevi di indicare correttamente la porta alla quale il mouse\n"
+" collegato. Premete il pulsante \"OK\", e comparir l'immagine di un\n"
+"mouse. Fate scorrere la rotellina per attivarla correttamente, quindi\n"
+"provate i pulsanti e spostate il mouse in modo da accertarvi che tutto sia\n"
+"a posto."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:624
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:630
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
"Windows is named \"ttyS0\" under GNU/Linux."
@@ -4032,8 +4127,8 @@ msgstr ""
"esempio, chiamata \"ttyS0\" sotto GNU/Linux."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:628
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -4063,9 +4158,9 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
@@ -4091,7 +4186,7 @@ msgstr ""
"estranei.\n"
"\n"
"Prestate attenzione, tuttavia, a non scegliere una password troppo lunga o\n"
-"complicata, perche dovete essere in grado di ricordarla senza troppo\n"
+"complicata, perch dovete essere in grado di ricordarla senza troppo\n"
"sforzo.\n"
"\n"
"La password non verr mostrata mentre la digitate. Per questo motivo \n"
@@ -4101,10 +4196,10 @@ msgstr ""
"volta che vi connetterete al sistema.\n"
"\n"
"In modalit Esperto vi verr chiesto se il vostro computer connesso a un\n"
-"server di autenticazione, secondo il protocollo NIS o LDAP.\n"
+"server di autenticazione, secondo il protocollo NIS, LDAP o PDC.\n"
"\n"
-"Se la vostra rete si basa sul protocollo LDAP (o NIS) per l'autenticazione,\n"
-"selezionate il pulsante \"LDAP\" (o \"NIS\") per effettuare\n"
+"Se la vostra rete si basa sul protocollo LDAP, NIS o PDC per\n"
+"l'autenticazione, selezionate il pulsante appropriato per effettuare\n"
"l'autenticazione. Se non siete sicuri, chiedete al vostro amministratore di\n"
"rete.\n"
"\n"
@@ -4112,8 +4207,8 @@ msgstr ""
"scegliete \"File locali\"."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:664
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -4152,16 +4247,7 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
+"options, which are reserved for the expert user."
msgstr ""
"LILO e grub sono due ''bootloader'' di GNU/Linux. Un bootloader un\n"
"programma per l'avvio di uno o pi sistemi operativi. Questa fase, in\n"
@@ -4205,44 +4291,41 @@ msgstr ""
"\n"
"Cliccando sul pulsante \"Avanzato\" di questa finestra avrete la\n"
"possibilit di scegliere tra molte opzioni avanzate, riservate agli utenti\n"
-"esperti.\n"
-"\n"
-"Dopo aver configurato i parametri generali del bootloader, verr mostra la\n"
-"lista delle opzioni disponibili al momento del boot.\n"
-"\n"
-"Se sulla vostra macchina gi installato un altro sistema operativo,\n"
-"quest'ultimo verr automaticamente aggiunto al menu di avvio. Potete anche\n"
-"scegliere di configurare con precisione le opzioni esistenti: selezionate\n"
-"una voce e cliccate su \"Modifica\" per modificarne i parametri o\n"
-"rimuoverla; \"Aggiungi\" crea una nuova voce, mentre cliccando su \"Fatto\"\n"
-"passerete alla fase di installazione successiva."
+"esperti."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:713
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:710
msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
+"\n"
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
"you will need a boot disk in order to boot those other operating systems!"
msgstr ""
-"LILO (il LInux LOader) e GRUB sono bootloader: sono in grado di caricare\n"
-"indifferentemente GNU/Linux o altri sistemi operativi presenti sul vostro\n"
-"computer. Normalmente, questi sistemi operativi sono correttamente rilevati\n"
-"e installati. Se non avviene, potete aggiungere una voce a mano in questo\n"
-"schermo. State attenti a scegliere i parametri corretti.\n"
+"Dopo aver configurato i parametri generali del bootloader, verr mostrata\n"
+"la lista delle opzioni che saranno disponibili al momento dell'avvio del\n"
+"sistema.\n"
+"\n"
+"Se sulla vostra macchina installato un altro sistema operativo, verr\n"
+"automaticamente aggiunto al menu di avvio. Qui potete scegliere una\n"
+"configurazione pi precisa delle opzioni disponibili. Cliccate su una delle\n"
+"voci e poi su \"Modifica\" per modificarla o rimuoverla; \"Aggiungi\" crea\n"
+"una nuova voce; cliccando su \"Fatto\" passerete alla fase successiva.\n"
"\n"
"Potreste anche non voler dare l'accesso a questi sistemi operativi a\n"
"chiunque, nel qual caso potete cancellare le voci corrispondenti, ma in\n"
"questo caso avrete bisogno di un boot disk per caricarli!"
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
#: ../../help.pm_.c:724
msgid ""
"You must indicate where you wish to place the information required to boot\n"
@@ -4258,7 +4341,7 @@ msgstr ""
"\"Primo settore del disco rigido (MBR)\"."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
#: ../../help.pm_.c:731
msgid ""
"Here, we select a printing system for your computer. Other OSs may offer\n"
@@ -4323,21 +4406,21 @@ msgstr ""
"pi semplice e migliore nel gestire stampanti di rete."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
#: ../../help.pm_.c:759
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -4385,6 +4468,8 @@ msgstr ""
"Internet) o da Microsoft Windows (se avete utilizzato la stessa scheda con\n"
"Windows sul vostro stesso sistema)."
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
#: ../../help.pm_.c:786
msgid ""
"You can add additional entries for yaboot, either for other operating\n"
@@ -4433,7 +4518,53 @@ msgid ""
"also be highlighted with a ``*'', if you press [Tab] to see the boot\n"
"selections."
msgstr ""
+"You can add additional entries for yaboot, either for other operating\n"
+"systems, alternate kernels, or for an emergency boot image.\n"
+"\n"
+"For other OS's, the entry consists only of a label and the root partition.\n"
+"\n"
+"For Linux, there are a few possible options:\n"
+"\n"
+" * Label: this is simply the name you will have to type at the yaboot\n"
+"prompt to select this boot option.\n"
+"\n"
+" * Image: this would be the name of the kernel to boot. Typically, vmlinux\n"
+"or a variation of vmlinux with an extension.\n"
+"\n"
+" * Root: the \"root\" device or \"/\" for your Linux installation.\n"
+"\n"
+" * Append: on Apple hardware, the kernel append option is used quite often\n"
+"to assist in initializing video hardware, or to enable keyboard mouse\n"
+"button emulation for the often lacking 2nd and 3rd mouse buttons on a stock\n"
+"Apple mouse. The following are some examples:\n"
+"\n"
+" 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: this option can be used either to load initial modules, before\n"
+"the boot device is available, or to load a ramdisk image for an emergency\n"
+"boot situation.\n"
+"\n"
+" * Initrd-size: the default ramdisk size is generally 4,096 bytes. If you\n"
+"need to allocate a large ramdisk, this option can be used.\n"
+"\n"
+" * Read-write: normally the \"root\" partition is initially brought up in\n"
+"read-only, to allow a file system check before the system becomes \"live\".\n"
+"Here, you can override this option.\n"
+"\n"
+" * NoVideo: should the Apple video hardware prove to be exceptionally\n"
+"problematic, you can select this option to boot in \"novideo\" mode, with\n"
+"native frame buffer support.\n"
+"\n"
+" * Default: selects this entry as being the default Linux selection,\n"
+"selectable by just pressing ENTER at the yaboot prompt. This entry will\n"
+"also be highlighted with a \"*\", if you press [Tab] to see the boot\n"
+"selections."
+# DO NOT BOTHER TO MODIFY HERE, SEE:
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
#: ../../help.pm_.c:833
msgid ""
"Yaboot is a bootloader for NewWorld MacIntosh hardware. It is able to boot\n"
@@ -4467,53 +4598,40 @@ msgid ""
" * Default OS: you can select which OS will boot by default when the Open\n"
"Firmware Delay expires."
msgstr ""
-"Yaboot un bootloader per hardware NewWorld MacIntosh. in grado di\n"
-"avviare GNU/Linux, MacOS, o MacOSX, se presenti sul vostro computer.\n"
-"Normalmente gli altri sistemi operativi sono identificati e installati\n"
-"correttamente. Se cos non fosse, potete aggiungere manualmente una voce\n"
-"in questa schermata. Accertatevi di scegliere i parametri corretti.\n"
-"\n"
-"\n"
-"Le opzioni principali di Yaboot sono:\n"
-"\n"
-"\n"
-" - Init Message: un semplice messaggio di testo che viene mostrato prima\n"
-"del prompt di boot.\n"
-"\n"
-"\n"
-" - Boot Device: specificate dove si trovano le informazioni richieste per \n"
-"avviare GNU/Linux. In genere necessario prima impostare una partizione "
-"di \n"
-"bootstrap che contenga queste informazioni.\n"
-"\n"
-"\n"
-" - Open Firmware Delay: a differenza di LILO, sono possibili due pause \n"
-"diverse. La prima si misura in secondi, e a questo punto potete scegliere \n"
-"CD, OF boot, MacOS, o Linux.\n"
+"Yaboot is a boot loader for NewWorld MacIntosh hardware. It is able to boot\n"
+"either GNU/Linux, MacOS or MacOSX if present on your computer. Normally,\n"
+"these other operating systems are correctly detected and installed. If this\n"
+"is not the case, you can add an entry by hand in this screen. Be careful as\n"
+"to choose the correct parameters.\n"
"\n"
+"Yaboot's main options are:\n"
"\n"
-" - Kernel Boot Timeout: questa pausa simile all'attesa di LILO. Dopo \n"
-"aver selezionato Linux, avrai a disposizione un'attesa misurata in decimi "
-"di\n"
-"secondo prima che venga selezionata la descrizione del kernel predefinita.\n"
+" * Init Message: a simple text message that is displayed before the boot\n"
+"prompt.\n"
"\n"
+" * Boot Device: indicate where you want to place the information required\n"
+"to boot to GNU/Linux. Generally, you setup a bootstrap partition earlier to\n"
+"hold this information.\n"
"\n"
-" - Enable CD Boot?: selezionando questa opzione potrai scegliere 'C' per CD "
-"al\n"
-"primo avvio del sistema.\n"
+" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
+"yaboot. The first delay is measured in seconds and at this point, you can\n"
+"choose between CD, OF boot, MacOS or Linux.\n"
"\n"
+" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
+"After selecting Linux, you will have this delay in 0.1 second before your\n"
+"default kernel description is selected.\n"
"\n"
-" - Enable OF Boot?: selezionando questa opzione potrai scegliere 'N' per "
-"Open\n"
-"Firmware al primo avvio del sistema.\n"
+" * Enable CD Boot?: checking this option allows you to choose \"C\" for CD\n"
+"at the first boot prompt.\n"
"\n"
+" * Enable OF Boot?: checking this option allows you to choose \"N\" for\n"
+"Open Firmware at the first boot prompt.\n"
"\n"
-" - Default OS: puoi scegliere qual il SO predefinito da avviare quando "
-"termina \n"
-"la pausa dell'Open Firmware."
+" * Default OS: you can select which OS will boot by default when the Open\n"
+"Firmware Delay expires."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
#: ../../help.pm_.c:865
msgid ""
"Here are presented various parameters concerning your machine. Depending on\n"
@@ -4532,7 +4650,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -4561,7 +4681,10 @@ msgstr ""
"geografica in cui vivete;\n"
"\n"
" * \"Stampante\": cliccando sul pulsante \"Nessuna stampante\" si\n"
-"richiamer l'assistente di configurazione della stampante;\n"
+"richiamer l'assistente di configurazione della stampante. Consultate il\n"
+"relativo capitolo della ''User Guide'' per avere maggiori informazioni su\n"
+"come configurare una nuova stampante. L'interfaccia descritta in tale sede\n"
+" simile a quella utilizzata nel corso dell'installazione;\n"
"\n"
" * \"Scheda audio\": se sul vostro sistema stata individuata una scheda\n"
"audio, verr mostrata qui. Al momento dell'installazione non possibile\n"
@@ -4576,8 +4699,8 @@ msgstr ""
"cambiarne i parametri."
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:894
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:896
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
@@ -4588,8 +4711,8 @@ msgstr ""
"andranno perduti e non saranno pi recuperabili!"
# DO NOT BOTHER TO MODIFY HERE, SEE:
-# cvs.mandrakesoft.com:/cooker/doc/manual/literal/drakx/it/drakx-help.xml
-#: ../../help.pm_.c:899
+# cvs.mandrakesoft.com:/cooker/doc/manualB/modules/it/drakx-chapter.xml
+#: ../../help.pm_.c:901
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -4624,7 +4747,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "Dovete formattare anche %s"
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4648,20 +4771,29 @@ msgstr ""
"\n"
"Vuoi davvero installare questi server?\n"
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr "Non posso usare broadcast senza un dominio NIS"
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "Inserisci un floppy MS-DOS nel drive %s"
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr "Questo floppy non stato formattato usando MS DOS/Windows"
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4669,11 +4801,20 @@ msgstr ""
"Per usare la selezione di pacchetti che avete salvato, dovete cominciare "
"l'installazione digitando ``linux defcfg=floppy''"
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "Errore leggendo il file %s"
+#: ../../install_any.pm_.c:1023
+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 ""
+"Si verificato un errore - non stato trovata alcuna unit valida su cui "
+"creare nuovi filesystem. Per favore controlla il tuo hardware per stabilire "
+"la causa di questo problema"
+
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -4707,59 +4848,59 @@ msgstr ""
"\n"
"Continuo comunque?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Devi avere una partizione FAT montata su /boot/efi"
-#: ../../install_interactive.pm_.c:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "Usa lo spazio libero"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr "Non c' abbastanza spazio libero per allocare nuove partizioni"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr "Usa partizione esistente"
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr "Non c' una partizione esistente da usare"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr "Usa la partizione Windows per loopback"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid "Which partition do you want to use for Linux4Win?"
msgstr "Che partizione vuoi usare per Linux4Win?"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "Scegli le dimensioni"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "Dimensione partizione radice in Mb: "
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "Dimensione partizione di swap in Mb: "
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr "Usa lo spazio libero della partizione Windows"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr "Quale partizione vuoi ridimensionare?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr "Calcolo i confini del filesystem di Windows "
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4768,7 +4909,7 @@ msgstr ""
"Il ridimensionatore della FAT non riesce a gestire la tua partizione, \n"
"si verificato il seguente errore: %s"
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
msgid ""
"Your Windows partition is too fragmented. Please reboot your computer under "
"Windows, run the ``defrag'' utility, then restart the Mandrake Linux "
@@ -4777,7 +4918,7 @@ msgstr ""
"La tua partizione Windows troppo frammentata, per favore prima\n"
"lancia ''defrag''"
-#: ../../install_interactive.pm_.c:138
+#: ../../install_interactive.pm_.c:140
msgid ""
"WARNING!\n"
"\n"
@@ -4798,21 +4939,21 @@ msgstr ""
"dati.\n"
"Quando sei sicuro, premi Ok."
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr "Quanto spazio vuoi lasciare per Windows sulla"
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr "partizione %s"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Ridimensionamento FAT fallito: %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -4820,33 +4961,33 @@ msgstr ""
"Non c' una partizione FAT da ridimensionare o da usare come loopback (o \n"
"non c' abbastanza spazio su di essa)"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "Cancella l'intero disco"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "Rimuovi Windows(TM)"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "Hai pi di un disco rigido, su quale vuoi installare linux?"
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"TUTTE le partizioni esistenti e i loro dati verranno persi sul disco %s"
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
msgstr "Partizionamento personalizzato del disco"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "Usa fdisk"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4855,29 +4996,29 @@ msgstr ""
"Adesso puoi partizionare %s\n"
"Quando hai finito, non dimenticare di salvare usando 'w'"
-#: ../../install_interactive.pm_.c:227
+#: ../../install_interactive.pm_.c:229
msgid "You don't have enough free space on your Windows partition"
msgstr "Non hai sufficiente spazio libero sulla partizione Windows"
-#: ../../install_interactive.pm_.c:243
+#: ../../install_interactive.pm_.c:245
msgid "I can't find any room for installing"
msgstr "Non trovo lo spazio per installare Mandrake Linux"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr ""
"Il wizard di partizionamento di DrakX ha trovato le seguenti soluzioni:"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr "Partizionamento fallito: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "Sto attivando la rete"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "Sto disattivando la rete"
@@ -4889,12 +5030,12 @@ msgstr ""
"C' stato un errore, ma non so come gestirlo correttamente.\n"
"Continua a tuo rischio e pericolo."
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "Punto di mount doppio: %s"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -4906,12 +5047,12 @@ msgstr ""
"Controlla il cdrom su un sistema gi installato digitando \"rpm -qpl "
"mandrake/RPMS/*.rpm\"\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "Benvenuto a %s"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "Nessun drive floppy disponibile"
@@ -4940,71 +5081,71 @@ msgstr "Classe d'installazione"
msgid "Please choose one of the following classes of installation:"
msgstr "Per favore, scegli una delle seguenti classi d'installazione:"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "Selezione Gruppi di Pacchetti"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr "Selezione individuale pacchetti"
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "Domensione totale: %d / %d Mb"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "Pacchetto errato"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "Nome: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "Versione: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "Dimensioni: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "Importanza: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr ""
"Non puoi selezionare questo pacchetto perch non c' abbastanza spazio \n"
"rimanente per installarlo"
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr "I seguenti pacchetti stanno per essere installati"
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr "I seguenti pacchetti satanno per essere rimossi"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr "Non puoi selezionare/deselezionare questo pacchetto"
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr "Questo un pacchetto obbligatorio, non pu essere deselezionato"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr "Non puoi deselezionare questo pacchetto. gi installato"
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -5012,74 +5153,74 @@ msgstr ""
"Questo pacchetto deve essere aggiornato\n"
"Sei sicuro di volerlo deselezionare?"
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr "Non puoi deselezionare questo pacchetto. Deve essere aggiornato"
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr "Mostra i pacchetti selezionati automaticamente"
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "Installa"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
msgid "Load/Save on floppy"
msgstr "Carica/Salva su floppy"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
msgid "Updating package selection"
msgstr "Aggiornamento scelta pacchetti"
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
msgid "Minimal install"
msgstr "Installazione minima"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "Scegli i pacchetti da installare"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "Installazione"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "Sto valutando"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "Tempo restante "
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
msgid "Please wait, preparing installation..."
msgstr "Per favore attendi, sto preparando l'installazione"
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d pacchetti"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "Installazione del pacchetto %s"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "Accetta"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "Rifiuta"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -5095,17 +5236,17 @@ msgstr ""
"pronto. Se non ce l'hai, premi Annulla per evitare l'installazione da questo "
"Cd-Rom."
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "Vado avanti comunque?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "C' stato un errore ordinando i pacchetti:"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr "C' stato un errore installando i pacchetti:"
@@ -5408,7 +5549,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "Tastiera"
@@ -5456,11 +5597,11 @@ msgstr "Solo aggiornamento pacchetti"
msgid "Please choose the type of your mouse."
msgstr "Per favore, scegli il tipo del tuo mouse."
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "Porta del mouse"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr "Per favore scegli a che porta seriale connesso il mouse."
@@ -5492,118 +5633,93 @@ msgstr "Sto configurando IDE"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "nessuna partizione disponibile"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr "Controllo delle partizioni per trovare i punti di mount"
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "Scegli i punti di mount"
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
-"The other solution is to not allow DrakX to modify the partition table.\n"
-"(the error is %s)\n"
-"\n"
-"Do you agree to loose all the partitions?\n"
-msgstr ""
-"Non posso leggere la tua tabella delle partizioni, troppo corrotta \n"
-"per me :( . Posso provare a continuare a svuotare le partizioni danneggiate\n"
-"(TUTTI I DATI verranno persi!). L'altra soluzione di impedire a DrakX di\n"
-"modificare la tabella delle partizioni. (L'errore %s)\n"
-"\n"
-"Ti va bene liberare tutte le partizioni?\n"
-
#: ../../install_steps_interactive.pm_.c:379
msgid ""
-"DiskDrake failed to read correctly the partition table.\n"
-"Continue at your own risk!"
-msgstr ""
-"Diskdrake ha fallito la lettura della tabella delle partizioni.\n"
-"Continua a tuo rischio e pericolo!"
-
-#: ../../install_steps_interactive.pm_.c:396
-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 ""
"Non c' spazio libero per un bootstrap di 1MB! L'installazione continua, ma "
"per avviare il sistema dovrai creare la partizione di bootstrap con DiskDrake"
-#: ../../install_steps_interactive.pm_.c:405
+#: ../../install_steps_interactive.pm_.c:388
msgid "No root partition found to perform an upgrade"
msgstr "Non ho trovato una partizione root da aggiornare"
-#: ../../install_steps_interactive.pm_.c:406
+#: ../../install_steps_interactive.pm_.c:389
msgid "Root Partition"
msgstr "Partizione radice"
-#: ../../install_steps_interactive.pm_.c:407
+#: ../../install_steps_interactive.pm_.c:390
msgid "What is the root partition (/) of your system?"
msgstr "Qual' la partizione radice (/) del tuo sistema?"
-#: ../../install_steps_interactive.pm_.c:421
+#: ../../install_steps_interactive.pm_.c:404
msgid "You need to reboot for the partition table modifications to take place"
msgstr ""
"Devi resettare affinch le modifiche alla tabella delle partizioni\n"
"abbiano effetto"
-#: ../../install_steps_interactive.pm_.c:445
+#: ../../install_steps_interactive.pm_.c:428
msgid "Choose the partitions you want to format"
msgstr "Scegli le partizioni che vuoi formattare"
-#: ../../install_steps_interactive.pm_.c:446
+#: ../../install_steps_interactive.pm_.c:429
msgid "Check bad blocks?"
msgstr "Controllo blocchi danneggiati?"
-#: ../../install_steps_interactive.pm_.c:473
+#: ../../install_steps_interactive.pm_.c:456
msgid "Formatting partitions"
msgstr "Formattazione partizioni"
-#: ../../install_steps_interactive.pm_.c:475
+#: ../../install_steps_interactive.pm_.c:458
#, c-format
msgid "Creating and formatting file %s"
msgstr "Sto creando e formattando il file %s"
-#: ../../install_steps_interactive.pm_.c:480
+#: ../../install_steps_interactive.pm_.c:463
#, 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:482
+#: ../../install_steps_interactive.pm_.c:465
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
"Swap insufficiente per completare l'installazione. Per favore, aumentane le "
"dimensioni"
-#: ../../install_steps_interactive.pm_.c:489
+#: ../../install_steps_interactive.pm_.c:472
#, fuzzy
msgid "Looking for available packages and rebuilding rpm database..."
msgstr "Sto cercando i pacchetti disponibili"
-#: ../../install_steps_interactive.pm_.c:490
+#: ../../install_steps_interactive.pm_.c:473
msgid "Looking for available packages..."
msgstr "Sto cercando i pacchetti disponibili"
-#: ../../install_steps_interactive.pm_.c:493
+#: ../../install_steps_interactive.pm_.c:476
#, fuzzy
msgid "Looking at packages already installed..."
msgstr "Non puoi deselezionare questo pacchetto. gi installato"
-#: ../../install_steps_interactive.pm_.c:497
+#: ../../install_steps_interactive.pm_.c:480
msgid "Finding packages to upgrade..."
msgstr "Sto cercando i pacchetti da aggiornare"
-#: ../../install_steps_interactive.pm_.c:515
+#: ../../install_steps_interactive.pm_.c:498
#, c-format
msgid ""
"Your system does not have enough space left for installation or upgrade (%d "
@@ -5612,7 +5728,7 @@ msgstr ""
"Il tuo sistema non ha abbastanza spazio rimanente per l'installazione o\n"
"l'aggiornamento (%d > %d)"
-#: ../../install_steps_interactive.pm_.c:550
+#: ../../install_steps_interactive.pm_.c:534
msgid ""
"Please choose load or save package selection on floppy.\n"
"The format is the same as auto_install generated floppies."
@@ -5620,35 +5736,35 @@ msgstr ""
"Per favore scegli di caricare o salvare la selezione pacchetti su floppy.\n"
"Il formato lo stesso dei floppy generati con auto_install."
-#: ../../install_steps_interactive.pm_.c:553
+#: ../../install_steps_interactive.pm_.c:537
msgid "Load from floppy"
msgstr "Carica da floppy"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Loading from floppy"
msgstr "Caricamento da floppy"
-#: ../../install_steps_interactive.pm_.c:555
+#: ../../install_steps_interactive.pm_.c:539
msgid "Package selection"
msgstr "Selezione pacchetti"
-#: ../../install_steps_interactive.pm_.c:560
+#: ../../install_steps_interactive.pm_.c:544
msgid "Insert a floppy containing package selection"
msgstr "Inserisci un floppy contenente la scelta dei pacchetti"
-#: ../../install_steps_interactive.pm_.c:572
+#: ../../install_steps_interactive.pm_.c:556
msgid "Save on floppy"
msgstr "Salva su floppy"
-#: ../../install_steps_interactive.pm_.c:646
+#: ../../install_steps_interactive.pm_.c:630
msgid "Selected size is larger than available space"
msgstr "Lo spazio indicato maggiore dello spazio disponibile"
-#: ../../install_steps_interactive.pm_.c:660
+#: ../../install_steps_interactive.pm_.c:644
msgid "Type of install"
msgstr "Tipo di installazione"
-#: ../../install_steps_interactive.pm_.c:661
+#: ../../install_steps_interactive.pm_.c:645
msgid ""
"You haven't selected any group of packages.\n"
"Please choose the minimal installation you want:"
@@ -5656,19 +5772,19 @@ msgstr ""
"Non avete selezionato nessun gruppo di pacchetti.\n"
"Per favore scegliete il tipo di installazione minima desiderato:"
-#: ../../install_steps_interactive.pm_.c:664
+#: ../../install_steps_interactive.pm_.c:648
msgid "With X"
msgstr "Con X"
-#: ../../install_steps_interactive.pm_.c:666
+#: ../../install_steps_interactive.pm_.c:650
msgid "With basic documentation (recommended!)"
msgstr "Con la documentazione essenziale (raccomandata!)"
-#: ../../install_steps_interactive.pm_.c:667
+#: ../../install_steps_interactive.pm_.c:651
msgid "Truly minimal install (especially no urpmi)"
msgstr "Installazione veramente minima (in particolare niente urpmi)"
-#: ../../install_steps_interactive.pm_.c:752
+#: ../../install_steps_interactive.pm_.c:736
msgid ""
"If you have all the CDs in the list below, click Ok.\n"
"If you have none of those CDs, click Cancel.\n"
@@ -5678,16 +5794,16 @@ msgstr ""
"Se non hai nessuno di questi CDs, clicca su Annulla.\n"
"Se mancano solo alcuni dei CD, deselezionali, e poi clicca Ok."
-#: ../../install_steps_interactive.pm_.c:757
+#: ../../install_steps_interactive.pm_.c:741
#, c-format
msgid "Cd-Rom labeled \"%s\""
msgstr "Cd-Rom chiamato \"%s\""
-#: ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_interactive.pm_.c:762
msgid "Preparing installation"
msgstr "Sto preparando l'installazione"
-#: ../../install_steps_interactive.pm_.c:787
+#: ../../install_steps_interactive.pm_.c:771
#, c-format
msgid ""
"Installing package %s\n"
@@ -5696,21 +5812,21 @@ msgstr ""
"Installazione del pacchetto %s\n"
"%d%%"
-#: ../../install_steps_interactive.pm_.c:833
+#: ../../install_steps_interactive.pm_.c:817
msgid "Post-install configuration"
msgstr "Configurazione post installazione"
-#: ../../install_steps_interactive.pm_.c:839
+#: ../../install_steps_interactive.pm_.c:823
#, c-format
msgid "Please insert the Boot floppy used in drive %s"
msgstr "Per favore inserisci il floppy di avvio utilizzato nel drive %s"
-#: ../../install_steps_interactive.pm_.c:845
+#: ../../install_steps_interactive.pm_.c:829
#, c-format
msgid "Please insert the Update Modules floppy in drive %s"
msgstr "Per favore inserisci il floppy di aggiornamento moduli nel drive %s"
-#: ../../install_steps_interactive.pm_.c:865
+#: ../../install_steps_interactive.pm_.c:849
msgid ""
"You now have the opportunity to download encryption software.\n"
"\n"
@@ -5786,8 +5902,7 @@ msgstr ""
"Altadena California 91001\n"
"USA"
-#: ../../install_steps_interactive.pm_.c:904
-#, fuzzy
+#: ../../install_steps_interactive.pm_.c:888
msgid ""
"You now have the opportunity to download updated packages. These packages\n"
"have been released after the distribution was released. They may\n"
@@ -5799,169 +5914,170 @@ msgid ""
"Do you want to install the updates ?"
msgstr ""
"Adesso avete la possibilit di scaricare dei pacchetti aggiornati che sono\n"
-"stati distribuiti dopo l'uscita della distribuzione.\n"
+"stati distribuiti dopo l'uscita della distribuzione. I pacchetti possono "
+"contenere\n"
+"aggiornamenti di sicurezza o risoluzione di bug.\n"
"\n"
-"Riceverete aggiornamenti relativi alla sicurezza e/o bug fix, ma "
-"necessario\n"
-"disporre di una connessione a Internet per continuare.\n"
+"Per scaricare questi pacchetti necessario disporre di una connessione a\n"
+"Internet funzionante.\n"
"\n"
"Volete installare gli aggiornamenti?"
-#: ../../install_steps_interactive.pm_.c:919
+#: ../../install_steps_interactive.pm_.c:903
msgid ""
"Contacting Mandrake Linux web site to get the list of available mirrors..."
msgstr ""
"Connessione con il sito Mandrake Linux per avere la lista dei mirror "
"disponibili"
-#: ../../install_steps_interactive.pm_.c:924
+#: ../../install_steps_interactive.pm_.c:908
msgid "Choose a mirror from which to get the packages"
msgstr "Scegli un mirror da cui prendere i pacchetti"
-#: ../../install_steps_interactive.pm_.c:933
+#: ../../install_steps_interactive.pm_.c:917
msgid "Contacting the mirror to get the list of available packages..."
msgstr "Conessione al mirror per avere la lista dei pacchetti disponibili"
-#: ../../install_steps_interactive.pm_.c:960
+#: ../../install_steps_interactive.pm_.c:945
msgid "Which is your timezone?"
msgstr "Qual' il tuo fuso orario?"
-#: ../../install_steps_interactive.pm_.c:965
+#: ../../install_steps_interactive.pm_.c:950
msgid "Hardware clock set to GMT"
msgstr "L'orologio del tuo hardware settato su GMT"
-#: ../../install_steps_interactive.pm_.c:966
+#: ../../install_steps_interactive.pm_.c:951
msgid "Automatic time synchronization (using NTP)"
msgstr "Sincronizzazione automatica dell'ora (usando NTP)"
-#: ../../install_steps_interactive.pm_.c:973
+#: ../../install_steps_interactive.pm_.c:958
msgid "NTP Server"
msgstr "Server NTP"
-#: ../../install_steps_interactive.pm_.c:1007
-#: ../../install_steps_interactive.pm_.c:1015
+#: ../../install_steps_interactive.pm_.c:992
+#: ../../install_steps_interactive.pm_.c:1000
msgid "Remote CUPS server"
msgstr "Server CUPS remoto"
-#: ../../install_steps_interactive.pm_.c:1008
+#: ../../install_steps_interactive.pm_.c:993
msgid "No printer"
msgstr "Nessuna stampante"
-#: ../../install_steps_interactive.pm_.c:1025
+#: ../../install_steps_interactive.pm_.c:1010
msgid "Do you have an ISA sound card?"
msgstr "Hai una scheda audio ISA?"
-#: ../../install_steps_interactive.pm_.c:1027
+#: ../../install_steps_interactive.pm_.c:1012
msgid "Run \"sndconfig\" after installation to configure your sound card"
msgstr ""
"Lanciate \"sndconfig\" dopo l'installazione per configurare la vostra scheda "
"audio"
-#: ../../install_steps_interactive.pm_.c:1029
+#: ../../install_steps_interactive.pm_.c:1014
msgid "No sound card detected. Try \"harddrake\" after installation"
msgstr ""
"Non stata rilevata nessuna scheda audio. Provate con \"harddrake\"\n"
"dopo l'installazione."
-#: ../../install_steps_interactive.pm_.c:1034 ../../steps.pm_.c:27
+#: ../../install_steps_interactive.pm_.c:1019 ../../steps.pm_.c:27
msgid "Summary"
msgstr "Riepilogo"
-#: ../../install_steps_interactive.pm_.c:1037
+#: ../../install_steps_interactive.pm_.c:1022
msgid "Mouse"
msgstr "Mouse"
-#: ../../install_steps_interactive.pm_.c:1039
+#: ../../install_steps_interactive.pm_.c:1024
msgid "Timezone"
msgstr "Fuso orario"
-#: ../../install_steps_interactive.pm_.c:1040 ../../printerdrake.pm_.c:2728
-#: ../../printerdrake.pm_.c:2814
+#: ../../install_steps_interactive.pm_.c:1025 ../../printerdrake.pm_.c:2937
+#: ../../printerdrake.pm_.c:3026
msgid "Printer"
msgstr "Stampante"
-#: ../../install_steps_interactive.pm_.c:1042
+#: ../../install_steps_interactive.pm_.c:1027
msgid "ISDN card"
msgstr "Scheda ISDN"
-#: ../../install_steps_interactive.pm_.c:1045
-#: ../../install_steps_interactive.pm_.c:1047
+#: ../../install_steps_interactive.pm_.c:1030
+#: ../../install_steps_interactive.pm_.c:1032
msgid "Sound card"
msgstr "Scheda audio"
-#: ../../install_steps_interactive.pm_.c:1049
+#: ../../install_steps_interactive.pm_.c:1034
msgid "TV card"
msgstr "Scheda TV"
-#: ../../install_steps_interactive.pm_.c:1089
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1118
+#: ../../install_steps_interactive.pm_.c:1074
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1103
msgid "LDAP"
msgstr "LDAP"
-#: ../../install_steps_interactive.pm_.c:1090
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1127
+#: ../../install_steps_interactive.pm_.c:1075
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1112
msgid "NIS"
msgstr "NIS"
-#: ../../install_steps_interactive.pm_.c:1091
-#: ../../install_steps_interactive.pm_.c:1114
-#: ../../install_steps_interactive.pm_.c:1135
-#: ../../install_steps_interactive.pm_.c:1141
+#: ../../install_steps_interactive.pm_.c:1076
+#: ../../install_steps_interactive.pm_.c:1099
+#: ../../install_steps_interactive.pm_.c:1120
+#: ../../install_steps_interactive.pm_.c:1126
#, fuzzy
msgid "Windows Domain"
msgstr "Prendi i font di Windows"
-#: ../../install_steps_interactive.pm_.c:1092
-#: ../../install_steps_interactive.pm_.c:1114
+#: ../../install_steps_interactive.pm_.c:1077
+#: ../../install_steps_interactive.pm_.c:1099
msgid "Local files"
msgstr "File locali"
-#: ../../install_steps_interactive.pm_.c:1101
-#: ../../install_steps_interactive.pm_.c:1102 ../../steps.pm_.c:24
+#: ../../install_steps_interactive.pm_.c:1086
+#: ../../install_steps_interactive.pm_.c:1087 ../../steps.pm_.c:24
msgid "Set root password"
msgstr "Scegli password per root"
-#: ../../install_steps_interactive.pm_.c:1103
+#: ../../install_steps_interactive.pm_.c:1088
msgid "No password"
msgstr "Nessuna Password"
-#: ../../install_steps_interactive.pm_.c:1108
+#: ../../install_steps_interactive.pm_.c:1093
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Questa password troppo semplice (deve essere almeno di %d caratteri)"
-#: ../../install_steps_interactive.pm_.c:1114 ../../network/modem.pm_.c:49
+#: ../../install_steps_interactive.pm_.c:1099 ../../network/modem.pm_.c:49
#: ../../standalone/drakconnect_.c:625 ../../standalone/logdrake_.c:172
msgid "Authentication"
msgstr "Autenticazione"
-#: ../../install_steps_interactive.pm_.c:1122
+#: ../../install_steps_interactive.pm_.c:1107
msgid "Authentication LDAP"
msgstr "Autenticazione LDAP"
-#: ../../install_steps_interactive.pm_.c:1123
+#: ../../install_steps_interactive.pm_.c:1108
msgid "LDAP Base dn"
msgstr "LDAPBasedn"
-#: ../../install_steps_interactive.pm_.c:1124
+#: ../../install_steps_interactive.pm_.c:1109
msgid "LDAP Server"
msgstr "Server LDAP"
-#: ../../install_steps_interactive.pm_.c:1130
+#: ../../install_steps_interactive.pm_.c:1115
msgid "Authentication NIS"
msgstr "Autenticazione NIS"
-#: ../../install_steps_interactive.pm_.c:1131
+#: ../../install_steps_interactive.pm_.c:1116
msgid "NIS Domain"
msgstr "Dominio NIS"
-#: ../../install_steps_interactive.pm_.c:1132
+#: ../../install_steps_interactive.pm_.c:1117
msgid "NIS Server"
msgstr "Server NIS"
-#: ../../install_steps_interactive.pm_.c:1138
+#: ../../install_steps_interactive.pm_.c:1123
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 /"
@@ -5977,21 +6093,21 @@ msgid ""
"good."
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1140
+#: ../../install_steps_interactive.pm_.c:1125
#, fuzzy
msgid "Authentication Windows Domain"
msgstr "Autenticazione LDAP"
-#: ../../install_steps_interactive.pm_.c:1142
+#: ../../install_steps_interactive.pm_.c:1127
#, fuzzy
msgid "Domain Admin User Name"
msgstr "Nome dominio"
-#: ../../install_steps_interactive.pm_.c:1143
+#: ../../install_steps_interactive.pm_.c:1128
msgid "Domain Admin Password"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1178
+#: ../../install_steps_interactive.pm_.c:1163
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 "
@@ -6020,19 +6136,19 @@ msgstr ""
"Se vuoi creare un disco di avvio per il tuo sistema, inserisci un floppy\n"
"nel primo drive e premi \"Ok\"."
-#: ../../install_steps_interactive.pm_.c:1194
+#: ../../install_steps_interactive.pm_.c:1179
msgid "First floppy drive"
msgstr "Primo drive floppy"
-#: ../../install_steps_interactive.pm_.c:1195
+#: ../../install_steps_interactive.pm_.c:1180
msgid "Second floppy drive"
msgstr "Secondo drive floppy"
-#: ../../install_steps_interactive.pm_.c:1196 ../../printerdrake.pm_.c:2277
+#: ../../install_steps_interactive.pm_.c:1181 ../../printerdrake.pm_.c:2470
msgid "Skip"
msgstr "Salta"
-#: ../../install_steps_interactive.pm_.c:1201
+#: ../../install_steps_interactive.pm_.c:1186
#, c-format
msgid ""
"A custom bootdisk provides a way of booting into your Linux system without\n"
@@ -6058,7 +6174,7 @@ msgstr ""
"del sistema. Vuoi creare un disco di avvio per il tuo sistema?\n"
"%s"
-#: ../../install_steps_interactive.pm_.c:1207
+#: ../../install_steps_interactive.pm_.c:1192
msgid ""
"\n"
"\n"
@@ -6072,29 +6188,29 @@ msgstr ""
"molto probabilmente non sar possibile creare un floppy di 1.44Mb\n"
"perch XFS necessita di in driver molto grande)."
-#: ../../install_steps_interactive.pm_.c:1215
+#: ../../install_steps_interactive.pm_.c:1200
msgid "Sorry, no floppy drive available"
msgstr "Spiacente, nessun drive floppy disponibile"
-#: ../../install_steps_interactive.pm_.c:1219
+#: ../../install_steps_interactive.pm_.c:1204
msgid "Choose the floppy drive you want to use to make the bootdisk"
msgstr ""
"Scegli il drive floppy che vuoi utilizzare per creare il disco di avvio"
-#: ../../install_steps_interactive.pm_.c:1223
+#: ../../install_steps_interactive.pm_.c:1208
#, c-format
msgid "Insert a floppy in %s"
msgstr "Inserisci un floppy nel drive %s"
-#: ../../install_steps_interactive.pm_.c:1226
+#: ../../install_steps_interactive.pm_.c:1211
msgid "Creating bootdisk..."
msgstr "Creazione disco di avvio"
-#: ../../install_steps_interactive.pm_.c:1233
+#: ../../install_steps_interactive.pm_.c:1218
msgid "Preparing bootloader..."
msgstr "Preparazione del bootloader"
-#: ../../install_steps_interactive.pm_.c:1244
+#: ../../install_steps_interactive.pm_.c:1229
msgid ""
"You appear to have an OldWorld or Unknown\n"
" machine, the yaboot bootloader will not work for you.\n"
@@ -6106,11 +6222,11 @@ msgstr ""
"L'installazione continuer, ma dovrai usare\n"
" BootX per avviare il tuo computer"
-#: ../../install_steps_interactive.pm_.c:1250
+#: ../../install_steps_interactive.pm_.c:1235
msgid "Do you want to use aboot?"
msgstr "Vuoi usare aboot?"
-#: ../../install_steps_interactive.pm_.c:1253
+#: ../../install_steps_interactive.pm_.c:1238
msgid ""
"Error installing aboot, \n"
"try to force installation even if that destroys the first partition?"
@@ -6118,16 +6234,16 @@ msgstr ""
"Errore installando aboot, \n"
"provo a forzare l'installazione anche se ci distrugge la prima partizione?"
-#: ../../install_steps_interactive.pm_.c:1260
+#: ../../install_steps_interactive.pm_.c:1245
msgid "Installing bootloader"
msgstr "Sto installando il bootloader"
-#: ../../install_steps_interactive.pm_.c:1266
+#: ../../install_steps_interactive.pm_.c:1251
msgid "Installation of bootloader failed. The following error occured:"
msgstr ""
"Installazione del bootloader fallita. Si verificato il seguente errore:"
-#: ../../install_steps_interactive.pm_.c:1274
+#: ../../install_steps_interactive.pm_.c:1259
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
@@ -6144,17 +6260,17 @@ msgstr ""
" Poi digitate: shut-down\n"
"Al boot successivo dovreste vedere il prompt del bootloader."
-#: ../../install_steps_interactive.pm_.c:1308
+#: ../../install_steps_interactive.pm_.c:1293
#: ../../standalone/drakautoinst_.c:79
#, c-format
msgid "Insert a blank floppy in drive %s"
msgstr "Inserisci un floppy vuoto nel drive %s"
-#: ../../install_steps_interactive.pm_.c:1312
+#: ../../install_steps_interactive.pm_.c:1297
msgid "Creating auto install floppy..."
-msgstr "Sto creando il floppy di auto installazione"
+msgstr "Sto creando il floppy di installazione automatica ..."
-#: ../../install_steps_interactive.pm_.c:1323
+#: ../../install_steps_interactive.pm_.c:1308
msgid ""
"Some steps are not completed.\n"
"\n"
@@ -6164,7 +6280,7 @@ msgstr ""
"\n"
"Vuoi veramente interrompere adesso?"
-#: ../../install_steps_interactive.pm_.c:1334
+#: ../../install_steps_interactive.pm_.c:1319
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
@@ -6197,15 +6313,15 @@ msgstr ""
"capitolo\n"
"sulla post-installazione della Guida Ufficiale dell'Utente Mandrake Linux."
-#: ../../install_steps_interactive.pm_.c:1347
+#: ../../install_steps_interactive.pm_.c:1332
msgid "http://www.mandrakelinux.com/en/90errata.php3"
msgstr ""
-#: ../../install_steps_interactive.pm_.c:1352
+#: ../../install_steps_interactive.pm_.c:1337
msgid "Generate auto install floppy"
-msgstr "Crea il floppy di auto installazione"
+msgstr "Crea il floppy di installazione automatica"
-#: ../../install_steps_interactive.pm_.c:1354
+#: ../../install_steps_interactive.pm_.c:1339
msgid ""
"The auto install can be fully automated if wanted,\n"
"in that case it will take over the hard drive!!\n"
@@ -6213,21 +6329,22 @@ msgid ""
"\n"
"You may prefer to replay the installation.\n"
msgstr ""
-"L'auto installazione pu essere del tutto automatizzata se desiderate,\n"
+"L'installazione automatica pu essere del tutto automatizzata se "
+"desiderate,\n"
"ma in tal caso il programma partizioner automaticamente il disco!!\n"
"(questa opzione pensata per l'installazione su un'altra macchina).\n"
"\n"
"Probabilmente preferirete ripetere l'installazione.\n"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Automated"
msgstr "Automatizzata"
-#: ../../install_steps_interactive.pm_.c:1359
+#: ../../install_steps_interactive.pm_.c:1344
msgid "Replay"
msgstr "Ripeti"
-#: ../../install_steps_interactive.pm_.c:1362
+#: ../../install_steps_interactive.pm_.c:1347
msgid "Save packages selection"
msgstr "Salva scelta pacchetti"
@@ -6236,7 +6353,8 @@ msgstr "Salva scelta pacchetti"
msgid "Mandrake Linux Installation %s"
msgstr "Installazione Mandrake Linux %s"
-#: ../../install_steps_newt.pm_.c:34
+#. -PO This string must fit in a 80-char wide text screen
+#: ../../install_steps_newt.pm_.c:35
msgid ""
" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
msgstr ""
@@ -6254,22 +6372,22 @@ msgstr "manca l'aiuto per la console"
msgid "Choose a file"
msgstr "Scegli un file"
-#: ../../interactive.pm_.c:317
+#: ../../interactive.pm_.c:320
msgid "Advanced"
msgstr "Avanzato"
-#: ../../interactive.pm_.c:318
+#: ../../interactive.pm_.c:321
msgid "Basic"
msgstr "Di base"
-#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:155
-#: ../../printerdrake.pm_.c:1990
+#: ../../interactive/newt.pm_.c:174 ../../my_gtk.pm_.c:158
+#: ../../printerdrake.pm_.c:2124
msgid "<- Previous"
msgstr "<- Indietro"
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
-#: ../../standalone/drakbackup_.c:3464 ../../standalone/drakbackup_.c:3491
-#: ../../standalone/drakbackup_.c:3517
+#: ../../standalone/drakbackup_.c:4112 ../../standalone/drakbackup_.c:4139
+#: ../../standalone/drakbackup_.c:4169 ../../standalone/drakbackup_.c:4195
msgid "Next"
msgstr "Successivo"
@@ -6342,375 +6460,375 @@ msgstr ""
msgid "Re-submit"
msgstr "Riproporre"
-#: ../../keyboard.pm_.c:173 ../../keyboard.pm_.c:208
+#: ../../keyboard.pm_.c:152 ../../keyboard.pm_.c:187
msgid "Czech (QWERTZ)"
msgstr "Ceca (QWERTZ)"
-#: ../../keyboard.pm_.c:174 ../../keyboard.pm_.c:210
+#: ../../keyboard.pm_.c:153 ../../keyboard.pm_.c:189
msgid "German"
msgstr "Tedesca"
-#: ../../keyboard.pm_.c:175
+#: ../../keyboard.pm_.c:154
msgid "Dvorak"
msgstr "Dvorak"
-#: ../../keyboard.pm_.c:176 ../../keyboard.pm_.c:218
+#: ../../keyboard.pm_.c:155 ../../keyboard.pm_.c:197
msgid "Spanish"
msgstr "Spagnola"
-#: ../../keyboard.pm_.c:177 ../../keyboard.pm_.c:219
+#: ../../keyboard.pm_.c:156 ../../keyboard.pm_.c:198
msgid "Finnish"
msgstr "Finlandese"
-#: ../../keyboard.pm_.c:178 ../../keyboard.pm_.c:220
+#: ../../keyboard.pm_.c:157 ../../keyboard.pm_.c:199
msgid "French"
msgstr "Francese"
-#: ../../keyboard.pm_.c:179 ../../keyboard.pm_.c:252
+#: ../../keyboard.pm_.c:158 ../../keyboard.pm_.c:231
msgid "Norwegian"
msgstr "Norvegese"
-#: ../../keyboard.pm_.c:180
+#: ../../keyboard.pm_.c:159
msgid "Polish"
msgstr "Polacca"
-#: ../../keyboard.pm_.c:181 ../../keyboard.pm_.c:260
+#: ../../keyboard.pm_.c:160 ../../keyboard.pm_.c:239
msgid "Russian"
msgstr "Russa"
-#: ../../keyboard.pm_.c:183 ../../keyboard.pm_.c:262
+#: ../../keyboard.pm_.c:162 ../../keyboard.pm_.c:241
msgid "Swedish"
msgstr "Svedese"
-#: ../../keyboard.pm_.c:184 ../../keyboard.pm_.c:278
+#: ../../keyboard.pm_.c:163 ../../keyboard.pm_.c:257
msgid "UK keyboard"
msgstr "Tastiera UK"
-#: ../../keyboard.pm_.c:185 ../../keyboard.pm_.c:279
+#: ../../keyboard.pm_.c:164 ../../keyboard.pm_.c:258
msgid "US keyboard"
msgstr "Tastiera US"
-#: ../../keyboard.pm_.c:187
+#: ../../keyboard.pm_.c:166
msgid "Albanian"
msgstr "Albanese"
-#: ../../keyboard.pm_.c:188
+#: ../../keyboard.pm_.c:167
msgid "Armenian (old)"
msgstr "Armena (vecchia)"
-#: ../../keyboard.pm_.c:189
+#: ../../keyboard.pm_.c:168
msgid "Armenian (typewriter)"
msgstr "Armena (macchina da scrivere)"
-#: ../../keyboard.pm_.c:190
+#: ../../keyboard.pm_.c:169
msgid "Armenian (phonetic)"
msgstr "Armena (fonetica)"
-#: ../../keyboard.pm_.c:195
+#: ../../keyboard.pm_.c:174
msgid "Azerbaidjani (latin)"
msgstr "Azerbaidjana (latina)"
-#: ../../keyboard.pm_.c:197
+#: ../../keyboard.pm_.c:176
msgid "Belgian"
msgstr "Belga"
-#: ../../keyboard.pm_.c:198
+#: ../../keyboard.pm_.c:177
#, fuzzy
msgid "Bengali"
msgstr "abilita"
-#: ../../keyboard.pm_.c:199
+#: ../../keyboard.pm_.c:178
msgid "Bulgarian (phonetic)"
msgstr "Bulgara (fonetica)"
-#: ../../keyboard.pm_.c:200
+#: ../../keyboard.pm_.c:179
msgid "Bulgarian (BDS)"
msgstr "Bulgara (BDS)"
-#: ../../keyboard.pm_.c:201
+#: ../../keyboard.pm_.c:180
msgid "Brazilian (ABNT-2)"
msgstr "Brasiliana (ABNT-2)"
-#: ../../keyboard.pm_.c:204
+#: ../../keyboard.pm_.c:183
#, fuzzy
msgid "Bosnian"
msgstr "Estone"
-#: ../../keyboard.pm_.c:205
+#: ../../keyboard.pm_.c:184
msgid "Belarusian"
msgstr "Bielorussa"
-#: ../../keyboard.pm_.c:206
+#: ../../keyboard.pm_.c:185
msgid "Swiss (German layout)"
msgstr "Svizzera (mappa tedesca)"
-#: ../../keyboard.pm_.c:207
+#: ../../keyboard.pm_.c:186
msgid "Swiss (French layout)"
msgstr "Svizzera (mappa francese)"
-#: ../../keyboard.pm_.c:209
+#: ../../keyboard.pm_.c:188
msgid "Czech (QWERTY)"
msgstr "Ceca (QWERTY)"
-#: ../../keyboard.pm_.c:211
+#: ../../keyboard.pm_.c:190
msgid "German (no dead keys)"
msgstr "Tedesca (nessun tasto morto)"
-#: ../../keyboard.pm_.c:212
+#: ../../keyboard.pm_.c:191
msgid "Devanagari"
msgstr ""
-#: ../../keyboard.pm_.c:213
+#: ../../keyboard.pm_.c:192
msgid "Danish"
msgstr "Danese"
-#: ../../keyboard.pm_.c:214
+#: ../../keyboard.pm_.c:193
msgid "Dvorak (US)"
msgstr "Dvorak (US)"
-#: ../../keyboard.pm_.c:215
+#: ../../keyboard.pm_.c:194
msgid "Dvorak (Norwegian)"
msgstr "Dvorak (Norvegese)"
-#: ../../keyboard.pm_.c:216
+#: ../../keyboard.pm_.c:195
msgid "Dvorak (Swedish)"
msgstr "Dvorak (Svedese)"
-#: ../../keyboard.pm_.c:217
+#: ../../keyboard.pm_.c:196
msgid "Estonian"
msgstr "Estone"
-#: ../../keyboard.pm_.c:221
+#: ../../keyboard.pm_.c:200
msgid "Georgian (\"Russian\" layout)"
msgstr "Georgiana (mappa \"Russa\")"
-#: ../../keyboard.pm_.c:222
+#: ../../keyboard.pm_.c:201
msgid "Georgian (\"Latin\" layout)"
msgstr "Georgiana (mappa \"Latina\")"
-#: ../../keyboard.pm_.c:223
+#: ../../keyboard.pm_.c:202
msgid "Greek"
msgstr "Greca"
-#: ../../keyboard.pm_.c:224
+#: ../../keyboard.pm_.c:203
msgid "Gujarati"
msgstr ""
-#: ../../keyboard.pm_.c:225
+#: ../../keyboard.pm_.c:204
msgid "Gurmukhi"
msgstr ""
-#: ../../keyboard.pm_.c:226
+#: ../../keyboard.pm_.c:205
msgid "Hungarian"
msgstr "Ungherese"
-#: ../../keyboard.pm_.c:227
+#: ../../keyboard.pm_.c:206
msgid "Croatian"
msgstr "Croata"
-#: ../../keyboard.pm_.c:228
+#: ../../keyboard.pm_.c:207
msgid "Israeli"
msgstr "Israeliana"
-#: ../../keyboard.pm_.c:229
+#: ../../keyboard.pm_.c:208
msgid "Israeli (Phonetic)"
msgstr "Israeliana (Fonetica)"
-#: ../../keyboard.pm_.c:230
+#: ../../keyboard.pm_.c:209
msgid "Iranian"
msgstr "Iraniana"
-#: ../../keyboard.pm_.c:231
+#: ../../keyboard.pm_.c:210
msgid "Icelandic"
msgstr "Islandese"
-#: ../../keyboard.pm_.c:232
+#: ../../keyboard.pm_.c:211
msgid "Italian"
msgstr "Italiana"
-#: ../../keyboard.pm_.c:233
+#: ../../keyboard.pm_.c:212
msgid "Inuktitut"
msgstr ""
-#: ../../keyboard.pm_.c:234
+#: ../../keyboard.pm_.c:213
msgid "Japanese 106 keys"
msgstr "Giapponese 106 tasti"
-#: ../../keyboard.pm_.c:237
+#: ../../keyboard.pm_.c:216
msgid "Korean keyboard"
msgstr "Tastiera Coreana"
-#: ../../keyboard.pm_.c:238
+#: ../../keyboard.pm_.c:217
msgid "Latin American"
msgstr "Latino Americana"
-#: ../../keyboard.pm_.c:239
+#: ../../keyboard.pm_.c:218
#, fuzzy
msgid "Laotian"
msgstr "Lettone"
-#: ../../keyboard.pm_.c:240
+#: ../../keyboard.pm_.c:219
msgid "Lithuanian AZERTY (old)"
msgstr "Lituana AZERTY (vecchia)"
-#: ../../keyboard.pm_.c:242
+#: ../../keyboard.pm_.c:221
msgid "Lithuanian AZERTY (new)"
msgstr "Lituana AZERTY (nuova)"
-#: ../../keyboard.pm_.c:243
+#: ../../keyboard.pm_.c:222
msgid "Lithuanian \"number row\" QWERTY"
msgstr "Lituana \"numero riga\" QWERTY"
-#: ../../keyboard.pm_.c:244
+#: ../../keyboard.pm_.c:223
msgid "Lithuanian \"phonetic\" QWERTY"
msgstr "Lituana \"fonetica\" QWERTY"
-#: ../../keyboard.pm_.c:245
+#: ../../keyboard.pm_.c:224
msgid "Latvian"
msgstr "Lettone"
-#: ../../keyboard.pm_.c:246
+#: ../../keyboard.pm_.c:225
msgid "Macedonian"
msgstr "Macedone"
-#: ../../keyboard.pm_.c:247
+#: ../../keyboard.pm_.c:226
msgid "Myanmar (Burmese)"
msgstr ""
-#: ../../keyboard.pm_.c:248
+#: ../../keyboard.pm_.c:227
#, fuzzy
msgid "Mongolian (cyrillic)"
msgstr "Serba (cirillica)"
-#: ../../keyboard.pm_.c:249
+#: ../../keyboard.pm_.c:228
msgid "Maltese (UK)"
msgstr ""
-#: ../../keyboard.pm_.c:250
+#: ../../keyboard.pm_.c:229
msgid "Maltese (US)"
msgstr ""
-#: ../../keyboard.pm_.c:251
+#: ../../keyboard.pm_.c:230
msgid "Dutch"
msgstr "Olandese"
-#: ../../keyboard.pm_.c:253
+#: ../../keyboard.pm_.c:232
msgid "Polish (qwerty layout)"
msgstr "Polacca (mappa qwerty)"
-#: ../../keyboard.pm_.c:254
+#: ../../keyboard.pm_.c:233
msgid "Polish (qwertz layout)"
msgstr "Polacca (mappa qwertz)"
-#: ../../keyboard.pm_.c:255
+#: ../../keyboard.pm_.c:234
msgid "Portuguese"
msgstr "Portoghese"
-#: ../../keyboard.pm_.c:256
+#: ../../keyboard.pm_.c:235
msgid "Canadian (Quebec)"
msgstr "Canadese (Quebec)"
-#: ../../keyboard.pm_.c:258
+#: ../../keyboard.pm_.c:237
msgid "Romanian (qwertz)"
msgstr "Romena (qwertz)"
-#: ../../keyboard.pm_.c:259
+#: ../../keyboard.pm_.c:238
msgid "Romanian (qwerty)"
msgstr "Romena (qwerty)"
-#: ../../keyboard.pm_.c:261
+#: ../../keyboard.pm_.c:240
msgid "Russian (Yawerty)"
msgstr "Russa (Yawerty)"
-#: ../../keyboard.pm_.c:263
+#: ../../keyboard.pm_.c:242
msgid "Slovenian"
msgstr "Slovena"
-#: ../../keyboard.pm_.c:264
+#: ../../keyboard.pm_.c:243
msgid "Slovakian (QWERTZ)"
msgstr "Slovacca (QWERTZ)"
-#: ../../keyboard.pm_.c:265
+#: ../../keyboard.pm_.c:244
msgid "Slovakian (QWERTY)"
msgstr "Slovacca (QWERTY)"
-#: ../../keyboard.pm_.c:267
+#: ../../keyboard.pm_.c:246
msgid "Serbian (cyrillic)"
msgstr "Serba (cirillica)"
-#: ../../keyboard.pm_.c:269
+#: ../../keyboard.pm_.c:248
msgid "Tamil (Unicode)"
msgstr "Tamil (Unicode)"
-#: ../../keyboard.pm_.c:270
+#: ../../keyboard.pm_.c:249
msgid "Tamil (TSCII)"
msgstr "Tamil (TSCII)"
-#: ../../keyboard.pm_.c:271
+#: ../../keyboard.pm_.c:250
msgid "Thai keyboard"
msgstr "Tastiera Thai"
-#: ../../keyboard.pm_.c:273
+#: ../../keyboard.pm_.c:252
msgid "Tajik keyboard"
msgstr "Tastiera Tajik"
-#: ../../keyboard.pm_.c:274
+#: ../../keyboard.pm_.c:253
msgid "Turkish (traditional \"F\" model)"
msgstr "Turca (modulo \"F\" tradizionale)"
-#: ../../keyboard.pm_.c:275
+#: ../../keyboard.pm_.c:254
msgid "Turkish (modern \"Q\" model)"
msgstr "Turca (modello \"Q\" moderno)"
-#: ../../keyboard.pm_.c:277
+#: ../../keyboard.pm_.c:256
msgid "Ukrainian"
msgstr "Ucraina"
-#: ../../keyboard.pm_.c:280
+#: ../../keyboard.pm_.c:259
msgid "US keyboard (international)"
msgstr "Tastiera US (internazionale)"
-#: ../../keyboard.pm_.c:281
+#: ../../keyboard.pm_.c:260
msgid "Vietnamese \"numeric row\" QWERTY"
msgstr "Vietnamita \"riga numerica\" QWERTY"
-#: ../../keyboard.pm_.c:282
+#: ../../keyboard.pm_.c:261
msgid "Yugoslavian (latin)"
msgstr "Yugoslava (latino)"
-#: ../../keyboard.pm_.c:289
+#: ../../keyboard.pm_.c:268
msgid "Right Alt key"
msgstr "Tasto Alt di destra"
-#: ../../keyboard.pm_.c:290
+#: ../../keyboard.pm_.c:269
msgid "Both Shift keys simultaneously"
msgstr "Entrambi i tasti Shift allo stesso tempo"
-#: ../../keyboard.pm_.c:291
+#: ../../keyboard.pm_.c:270
msgid "Control and Shift keys simultaneously"
msgstr "I tasti Ctrl e Shift allo stesso tempo"
-#: ../../keyboard.pm_.c:292
+#: ../../keyboard.pm_.c:271
msgid "CapsLock key"
msgstr "Il tasto CapsLock"
-#: ../../keyboard.pm_.c:293
+#: ../../keyboard.pm_.c:272
msgid "Ctrl and Alt keys simultaneously"
msgstr "Tasti Ctrl e Alt allo stesso tempo"
-#: ../../keyboard.pm_.c:294
+#: ../../keyboard.pm_.c:273
msgid "Alt and Shift keys simultaneously"
msgstr "I tasti Alt e Shift allo stesso tempo"
-#: ../../keyboard.pm_.c:295
+#: ../../keyboard.pm_.c:274
msgid "\"Menu\" key"
msgstr "Tasto \"Menu\""
-#: ../../keyboard.pm_.c:296
+#: ../../keyboard.pm_.c:275
msgid "Left \"Windows\" key"
msgstr "Tasto \"Windows\" di sinistra"
-#: ../../keyboard.pm_.c:297
+#: ../../keyboard.pm_.c:276
msgid "Right \"Windows\" key"
msgstr "Tasto \"Windows\" di destra"
@@ -6724,9 +6842,8 @@ msgid "Remove the logical volumes first\n"
msgstr "Prima rimuovi i volumi logici\n"
#: ../../modparm.pm_.c:50
-#, fuzzy
msgid "a number"
-msgstr "Numero telefonico"
+msgstr "un numero"
#: ../../modparm.pm_.c:52
#, c-format
@@ -6743,9 +6860,8 @@ msgid "comma separated numbers"
msgstr ""
#: ../../modparm.pm_.c:54
-#, fuzzy
msgid "comma separated strings"
-msgstr "Formatta partizioni"
+msgstr "stringhe separate da virgole"
#: ../../modules.pm_.c:292
msgid ""
@@ -6770,11 +6886,11 @@ msgstr "Mouse con rotellina su porta PS2 generico "
msgid "GlidePoint"
msgstr "GlidePoint"
-#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:63
+#: ../../mouse.pm_.c:36 ../../mouse.pm_.c:65
msgid "Kensington Thinking Mouse"
msgstr "Kensington Thinking Mouse"
-#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:59
+#: ../../mouse.pm_.c:37 ../../mouse.pm_.c:61
msgid "Genius NetMouse"
msgstr "Genius NetMouse"
@@ -6782,115 +6898,125 @@ msgstr "Genius NetMouse"
msgid "Genius NetScroll"
msgstr "Genius Netscorll"
-#: ../../mouse.pm_.c:43 ../../mouse.pm_.c:68
+#: ../../mouse.pm_.c:39 ../../mouse.pm_.c:48
+#, fuzzy
+msgid "Microsoft Explorer"
+msgstr "Microsoft IntelliMouse"
+
+#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:70
msgid "1 button"
msgstr "1 pulsante"
-#: ../../mouse.pm_.c:44 ../../mouse.pm_.c:51
+#: ../../mouse.pm_.c:45 ../../mouse.pm_.c:53
msgid "Generic 2 Button Mouse"
msgstr "Mouse generico a 2 Pulsanti"
-#: ../../mouse.pm_.c:46
+#: ../../mouse.pm_.c:47
msgid "Wheel"
msgstr "Ruota"
-#: ../../mouse.pm_.c:49
+#: ../../mouse.pm_.c:51
msgid "serial"
msgstr "seriale"
-#: ../../mouse.pm_.c:52
+#: ../../mouse.pm_.c:54
msgid "Generic 3 Button Mouse"
msgstr "Mouse generico a 3 Pulsanti"
-#: ../../mouse.pm_.c:53
+#: ../../mouse.pm_.c:55
msgid "Microsoft IntelliMouse"
msgstr "Microsoft IntelliMouse"
-#: ../../mouse.pm_.c:54
+#: ../../mouse.pm_.c:56
msgid "Logitech MouseMan"
msgstr "Logitech MouseMan"
-#: ../../mouse.pm_.c:55
+#: ../../mouse.pm_.c:57
msgid "Mouse Systems"
msgstr "Mouse Systems"
-#: ../../mouse.pm_.c:57
+#: ../../mouse.pm_.c:59
msgid "Logitech CC Series"
msgstr "Logitech serie CC (seriale)"
-#: ../../mouse.pm_.c:58
+#: ../../mouse.pm_.c:60
msgid "Logitech MouseMan+/FirstMouse+"
msgstr "Logitech MouseMan+/FirstMouse+"
-#: ../../mouse.pm_.c:60
+#: ../../mouse.pm_.c:62
msgid "MM Series"
msgstr "Serie MM"
-#: ../../mouse.pm_.c:61
+#: ../../mouse.pm_.c:63
msgid "MM HitTablet"
msgstr "MM HitTablet"
-#: ../../mouse.pm_.c:62
+#: ../../mouse.pm_.c:64
msgid "Logitech Mouse (serial, old C7 type)"
msgstr "Mouse Logitech (seriale, vecchio tipo C7)"
-#: ../../mouse.pm_.c:66
+#: ../../mouse.pm_.c:68
msgid "busmouse"
msgstr "busmouse"
-#: ../../mouse.pm_.c:69
+#: ../../mouse.pm_.c:71
msgid "2 buttons"
msgstr "2 pulsanti"
-#: ../../mouse.pm_.c:70
+#: ../../mouse.pm_.c:72
msgid "3 buttons"
msgstr "3 pulsanti"
-#: ../../mouse.pm_.c:73
+#: ../../mouse.pm_.c:75
msgid "none"
msgstr "nessuno"
-#: ../../mouse.pm_.c:75
+#: ../../mouse.pm_.c:77
msgid "No mouse"
msgstr "Nessun mouse"
-#: ../../mouse.pm_.c:445
+#: ../../mouse.pm_.c:482
msgid "Please test the mouse"
msgstr "Per favore prova il mouse"
-#: ../../mouse.pm_.c:446
+#: ../../mouse.pm_.c:483
msgid "To activate the mouse,"
msgstr "Per attivare il mouse"
-#: ../../mouse.pm_.c:447
+#: ../../mouse.pm_.c:484
msgid "MOVE YOUR WHEEL!"
msgstr "MUOVI LA RUOTA!"
-#: ../../my_gtk.pm_.c:156
+#: ../../my_gtk.pm_.c:64
+#, fuzzy
+msgid "-adobe-utopia-regular-r-*-*-25-*-*-*-p-*-iso8859-*,*-r-*"
+msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
+
+#: ../../my_gtk.pm_.c:159
msgid "Finish"
msgstr "Finisci"
-#: ../../my_gtk.pm_.c:156 ../../printerdrake.pm_.c:1992
+#: ../../my_gtk.pm_.c:159 ../../printerdrake.pm_.c:2126
msgid "Next ->"
msgstr "Avanti ->"
-#: ../../my_gtk.pm_.c:284
+#: ../../my_gtk.pm_.c:287
msgid "Is this correct?"
msgstr " corretto?"
-#: ../../my_gtk.pm_.c:356 ../../services.pm_.c:222
+#: ../../my_gtk.pm_.c:359 ../../services.pm_.c:222
msgid "Info"
msgstr "Info"
-#: ../../my_gtk.pm_.c:377
+#: ../../my_gtk.pm_.c:380
msgid "Expand Tree"
msgstr "Espandi struttura"
-#: ../../my_gtk.pm_.c:378
+#: ../../my_gtk.pm_.c:381
msgid "Collapse Tree"
msgstr "Raggruppa struttura"
-#: ../../my_gtk.pm_.c:379
+#: ../../my_gtk.pm_.c:382
msgid "Toggle between flat and group sorted"
msgstr "Cambia tra ordinamento semplice o a gruppi"
@@ -6928,6 +7054,74 @@ msgstr "usa pppoe"
msgid "use pptp"
msgstr "usa pptp"
+#: ../../network/drakfirewall.pm_.c:12
+#, fuzzy
+msgid "Web Server"
+msgstr "Server"
+
+#: ../../network/drakfirewall.pm_.c:17
+#, fuzzy
+msgid "Domain Name Server"
+msgstr "Nome dominio"
+
+#: ../../network/drakfirewall.pm_.c:32
+#, fuzzy
+msgid "Mail Server"
+msgstr "Abilita il server"
+
+#: ../../network/drakfirewall.pm_.c:37
+#, fuzzy
+msgid "POP and IMAP Server"
+msgstr "Server LDAP"
+
+#: ../../network/drakfirewall.pm_.c:111
+#, fuzzy
+msgid "No network card"
+msgstr "nessuna scheda di rete trovata"
+
+#: ../../network/drakfirewall.pm_.c:129
+#, fuzzy
+msgid ""
+"drakfirewall configurator\n"
+"\n"
+"This configures a personal firewall for this Mandrake Linux machine.\n"
+"For a powerful dedicated firewall solution, please look to the\n"
+"specialized MandrakeSecurity Firewall distribution."
+msgstr ""
+"Configuratore di firewall minimo\n"
+"\n"
+"Configurazione di un firewall personale per questo sistema Mandrake Linux.\n"
+"Per una soluzione firewall potente e dedicata, per favore rivolgiti\n"
+"alla distribuzione specializzata MandrakeSecurity Firewall."
+
+#: ../../network/drakfirewall.pm_.c:147
+msgid "Which services would you like to allow the Internet to connect to?"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:148
+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
+#, c-format
+msgid ""
+"Invalid port given: %s.\n"
+"The proper format is \"port/tcp\" or \"port/udp\", \n"
+"where port is between 1 and 65535."
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:162
+msgid "Everything (no firewall)"
+msgstr ""
+
+#: ../../network/drakfirewall.pm_.c:164
+#, fuzzy
+msgid "Other ports"
+msgstr "Test delle porte"
+
#: ../../network/ethernet.pm_.c:37
msgid ""
"Which dhcp client do you want to use?\n"
@@ -6944,7 +7138,7 @@ msgstr ""
"Nessun adattatore di rete ethernet stato rilevato nel tuo sistema.\n"
"Non posso configurare questo tipo di connessione."
-#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:247
+#: ../../network/ethernet.pm_.c:92 ../../standalone/drakgw_.c:240
msgid "Choose the network interface"
msgstr "Scegli l'interfaccia di rete"
@@ -6959,7 +7153,7 @@ msgstr ""
msgid "no network card found"
msgstr "nessuna scheda di rete trovata"
-#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:365
+#: ../../network/ethernet.pm_.c:202 ../../network/network.pm_.c:366
msgid "Configuring network"
msgstr "Sto configurando la rete"
@@ -6975,7 +7169,7 @@ msgstr ""
"Il tuo nome host dovrebbe essere un nome pienamente qualificato,\n"
"come ''mybox.mylab.myco.com''."
-#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:370
+#: ../../network/ethernet.pm_.c:207 ../../network/network.pm_.c:371
msgid "Host name"
msgstr "Nome host"
@@ -7282,13 +7476,13 @@ msgstr "Scegli il profilo da configurare"
msgid "Use auto detection"
msgstr "Usa il riconoscimento automatico"
-#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:2930
+#: ../../network/netconnect.pm_.c:172 ../../printerdrake.pm_.c:3151
#: ../../standalone/drakconnect_.c:274 ../../standalone/drakconnect_.c:277
#: ../../standalone/drakfloppy_.c:145
msgid "Expert Mode"
msgstr "Modo Esperto"
-#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:283
+#: ../../network/netconnect.pm_.c:178 ../../printerdrake.pm_.c:386
msgid "Detecting devices..."
msgstr "Riconoscimento periferiche..."
@@ -7454,15 +7648,14 @@ msgid "Automatic IP"
msgstr "IP automatico"
#: ../../network/network.pm_.c:315
-#, fuzzy
msgid "Start at boot"
-msgstr "Attivato/a al momento del boot"
+msgstr "Attiva al momento del boot"
-#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:753
+#: ../../network/network.pm_.c:336 ../../printerdrake.pm_.c:860
msgid "IP address should be in format 1.2.3.4"
msgstr "L'indirizzo IP deve essere in formato 1.2.3.4"
-#: ../../network/network.pm_.c:366
+#: ../../network/network.pm_.c:367
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
@@ -7474,43 +7667,55 @@ msgstr ""
"come ''mybox.mylab.myco.com''.\n"
"Puoi anche inserire l'indirizzo IP del gateway se ne hai uno."
-#: ../../network/network.pm_.c:371
+#: ../../network/network.pm_.c:372
msgid "DNS server"
msgstr "Server DNS"
-#: ../../network/network.pm_.c:372
+#: ../../network/network.pm_.c:373
#, c-format
msgid "Gateway (e.g. %s)"
msgstr "Gateway(es.%s)"
-#: ../../network/network.pm_.c:374
+#: ../../network/network.pm_.c:375
msgid "Gateway device"
msgstr "Dispositivo di gateway"
-#: ../../network/network.pm_.c:386
+#: ../../network/network.pm_.c:387
msgid "Proxies configuration"
msgstr "Configurazione dei proxy"
-#: ../../network/network.pm_.c:387
+#: ../../network/network.pm_.c:388
msgid "HTTP proxy"
msgstr "Proxy HTTP"
-#: ../../network/network.pm_.c:388
+#: ../../network/network.pm_.c:389
msgid "FTP proxy"
msgstr "Proxy FTP"
-#: ../../network/network.pm_.c:389
+#: ../../network/network.pm_.c:390
msgid "Track network card id (useful for laptops)"
msgstr "Individua identit della scheda audio (utile per i laptop)"
-#: ../../network/network.pm_.c:392
+#: ../../network/network.pm_.c:393
msgid "Proxy should be http://..."
msgstr "Il proxy dovrebbe essere http://..."
-#: ../../network/network.pm_.c:393
+#: ../../network/network.pm_.c:394
msgid "Proxy should be ftp://..."
msgstr "Il proxy dovrebbe essere ftp://..."
+#: ../../network/shorewall.pm_.c:24
+msgid "Firewalling configuration detected!"
+msgstr "Rilevata configurazione di Firewall!"
+
+#: ../../network/shorewall.pm_.c:25
+msgid ""
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
+msgstr ""
+"Attenzione! stata rilevata una configurazione di firewall esistente. "
+"Potrebbe avere bisogno di alcuni aggiustamenti manuali dopo l'installazione."
+
#: ../../network/tools.pm_.c:41
msgid "Internet configuration"
msgstr "Configurazione di internet"
@@ -7616,15 +7821,15 @@ msgstr "Password dell'account"
msgid "United Kingdom"
msgstr ""
-#: ../../partition_table.pm_.c:606
+#: ../../partition_table.pm_.c:602
msgid "mount failed: "
msgstr "mount fallito: "
-#: ../../partition_table.pm_.c:670
+#: ../../partition_table.pm_.c:666
msgid "Extended partition not supported on this platform"
msgstr "Partizione estesa non supportata su questa piattaforma"
-#: ../../partition_table.pm_.c:688
+#: ../../partition_table.pm_.c:684
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 "
@@ -7634,21 +7839,21 @@ msgstr ""
"L'unica soluzione di muovere le tue partizioni primarie per avere il buco "
"vicino alle partizioni estese"
-#: ../../partition_table.pm_.c:778
+#: ../../partition_table.pm_.c:774
#, c-format
msgid "Restoring from file %s failed: %s"
msgstr "Ripristino da file %s fallito: %s"
-#: ../../partition_table.pm_.c:780
+#: ../../partition_table.pm_.c:776
msgid "Bad backup file"
msgstr "File di backup errato"
-#: ../../partition_table.pm_.c:802
+#: ../../partition_table.pm_.c:798
#, c-format
msgid "Error writing to file %s"
msgstr "Errore scrivendo sul file %s"
-#: ../../partition_table/raw.pm_.c:187
+#: ../../partition_table/raw.pm_.c:189
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
@@ -7695,150 +7900,155 @@ msgstr "LPD - Line Printer Daemon"
msgid "PDQ - Print, Don't Queue"
msgstr "PDQ - Print, Don't Queue"
-#: ../../printer.pm_.c:35 ../../printer.pm_.c:854
+#: ../../printer.pm_.c:34 ../../printer.pm_.c:1125
msgid "CUPS"
msgstr "CUPS"
-#: ../../printer.pm_.c:36
+#: ../../printer.pm_.c:35
msgid "LPRng"
msgstr "LPRng"
-#: ../../printer.pm_.c:37
+#: ../../printer.pm_.c:36
msgid "LPD"
msgstr "LPD"
-#: ../../printer.pm_.c:38
+#: ../../printer.pm_.c:37
msgid "PDQ"
msgstr "PDQ"
-#: ../../printer.pm_.c:50
+#: ../../printer.pm_.c:49
msgid "Local printer"
msgstr "Stampante locale"
-#: ../../printer.pm_.c:51
+#: ../../printer.pm_.c:50
msgid "Remote printer"
msgstr "Stampante remota"
-#: ../../printer.pm_.c:52
+#: ../../printer.pm_.c:51
msgid "Printer on remote CUPS server"
msgstr "Stampante su server CUPS remoto"
-#: ../../printer.pm_.c:53 ../../printerdrake.pm_.c:776
+#: ../../printer.pm_.c:52 ../../printerdrake.pm_.c:883
msgid "Printer on remote lpd server"
msgstr "Stampante su server lpd remoto"
-#: ../../printer.pm_.c:54
+#: ../../printer.pm_.c:53
msgid "Network printer (TCP/Socket)"
msgstr "Stampante di rete (TCP/Socket)"
-#: ../../printer.pm_.c:55
+#: ../../printer.pm_.c:54
msgid "Printer on SMB/Windows 95/98/NT server"
msgstr "Stampante su server SMB/Windows95/98/NT"
-#: ../../printer.pm_.c:56
+#: ../../printer.pm_.c:55
msgid "Printer on NetWare server"
msgstr "Stampante su server NetWare"
-#: ../../printer.pm_.c:57 ../../printerdrake.pm_.c:780
+#: ../../printer.pm_.c:56 ../../printerdrake.pm_.c:887
msgid "Enter a printer device URI"
msgstr "Indica l'URI di un dispositivo di stamp"
-#: ../../printer.pm_.c:58
+#: ../../printer.pm_.c:57
msgid "Pipe job into a command"
msgstr "Invia tramite pipe al comando"
-#: ../../printer.pm_.c:487 ../../printer.pm_.c:678 ../../printer.pm_.c:1000
-#: ../../printerdrake.pm_.c:2070 ../../printerdrake.pm_.c:3189
+#: ../../printer.pm_.c:324 ../../printer.pm_.c:366 ../../printer.pm_.c:533
+#, fuzzy
+msgid "Unknown Model"
+msgstr "Modello sconosciuto"
+
+#: ../../printer.pm_.c:735 ../../printer.pm_.c:926 ../../printer.pm_.c:1318
+#: ../../printerdrake.pm_.c:2260 ../../printerdrake.pm_.c:3414
msgid "Unknown model"
msgstr "Modello sconosciuto"
-#: ../../printer.pm_.c:515
+#: ../../printer.pm_.c:763
msgid "Local Printers"
msgstr "Stampanti locali"
-#: ../../printer.pm_.c:517 ../../printer.pm_.c:855
+#: ../../printer.pm_.c:765 ../../printer.pm_.c:1126
msgid "Remote Printers"
msgstr "Stampanti remote"
-#: ../../printer.pm_.c:524 ../../printerdrake.pm_.c:301
+#: ../../printer.pm_.c:772 ../../printerdrake.pm_.c:404
#, c-format
msgid " on parallel port \\/*%s"
msgstr " sulla porta parallela \\/*%s"
-#: ../../printer.pm_.c:527 ../../printerdrake.pm_.c:303
+#: ../../printer.pm_.c:775 ../../printerdrake.pm_.c:406
#, c-format
msgid ", USB printer \\/*%s"
msgstr ", stampante USB \\/*%s"
-#: ../../printer.pm_.c:532
+#: ../../printer.pm_.c:780
#, c-format
msgid ", multi-function device on parallel port \\/*%s"
msgstr ", dispositivo multifunzione sulla porta parallela \\/*%s"
-#: ../../printer.pm_.c:535
+#: ../../printer.pm_.c:783
msgid ", multi-function device on USB"
msgstr ", dispositivo multifunzione su USB"
-#: ../../printer.pm_.c:537
+#: ../../printer.pm_.c:785
msgid ", multi-function device on HP JetDirect"
msgstr ", dispositivo multifunzione su HP JetDirect"
-#: ../../printer.pm_.c:539
+#: ../../printer.pm_.c:787
msgid ", multi-function device"
msgstr ", dispositivo multifunzione"
-#: ../../printer.pm_.c:542
+#: ../../printer.pm_.c:790
#, c-format
msgid ", printing to %s"
msgstr ", sto stampando su %s"
-#: ../../printer.pm_.c:544
+#: ../../printer.pm_.c:792
#, fuzzy, c-format
msgid " on LPD server \"%s\", printer \"%s\""
msgstr "sul server LPD \"%s\",stampante\"%s\""
-#: ../../printer.pm_.c:546
+#: ../../printer.pm_.c:794
#, c-format
msgid ", TCP/IP host \"%s\", port %s"
msgstr ",host TCP/IP\"%s\",porta%s"
-#: ../../printer.pm_.c:550
+#: ../../printer.pm_.c:798
#, fuzzy, c-format
msgid " on SMB/Windows server \"%s\", share \"%s\""
msgstr "sul server Windows \"%s\",condivisione\"%s\""
-#: ../../printer.pm_.c:554
+#: ../../printer.pm_.c:802
#, fuzzy, c-format
msgid " on Novell server \"%s\", printer \"%s\""
msgstr "sul server Novell \"%s\",stampante\"%s\""
-#: ../../printer.pm_.c:556
+#: ../../printer.pm_.c:804
#, c-format
msgid ", using command %s"
msgstr ", uso il comando %s"
-#: ../../printer.pm_.c:675 ../../printerdrake.pm_.c:1540
+#: ../../printer.pm_.c:923 ../../printerdrake.pm_.c:1656
msgid "Raw printer (No driver)"
msgstr "Stampante di tipo raw (nessun driver)"
-#: ../../printer.pm_.c:824
+#: ../../printer.pm_.c:1095
#, c-format
msgid "(on %s)"
msgstr "(su %s)"
-#: ../../printer.pm_.c:826
+#: ../../printer.pm_.c:1097
msgid "(on this machine)"
msgstr "(su questa macchina)"
-#: ../../printer.pm_.c:851
+#: ../../printer.pm_.c:1122
#, c-format
msgid "On CUPS server \"%s\""
msgstr "Sul server CUPS \"%s\""
-#: ../../printer.pm_.c:857 ../../printerdrake.pm_.c:2851
-#: ../../printerdrake.pm_.c:2862 ../../printerdrake.pm_.c:3078
-#: ../../printerdrake.pm_.c:3130 ../../printerdrake.pm_.c:3156
-#: ../../printerdrake.pm_.c:3326 ../../printerdrake.pm_.c:3328
+#: ../../printer.pm_.c:1128 ../../printerdrake.pm_.c:3071
+#: ../../printerdrake.pm_.c:3082 ../../printerdrake.pm_.c:3303
+#: ../../printerdrake.pm_.c:3355 ../../printerdrake.pm_.c:3381
+#: ../../printerdrake.pm_.c:3556 ../../printerdrake.pm_.c:3558
msgid " (Default)"
msgstr " (Predefinito)"
@@ -7864,11 +8074,11 @@ msgstr ""
msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:2914
+#: ../../printerdrake.pm_.c:84 ../../printerdrake.pm_.c:3135
msgid "CUPS configuration"
msgstr "Configurazione di CUPS"
-#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:2915
+#: ../../printerdrake.pm_.c:85 ../../printerdrake.pm_.c:3136
msgid "Specify CUPS server"
msgstr "Indica il server CUPS"
@@ -7913,7 +8123,7 @@ msgstr ""
msgid "The IP address should look like 192.168.1.20"
msgstr "L'indirizzo IP deve essere in formato 192.168.1.20"
-#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:987
+#: ../../printerdrake.pm_.c:95 ../../printerdrake.pm_.c:1094
msgid "The port number should be an integer!"
msgstr "Il numero della porta dovrebbe essere un numero intero!"
@@ -7921,7 +8131,7 @@ msgstr "Il numero della porta dovrebbe essere un numero intero!"
msgid "CUPS server IP"
msgstr "IP del server CUPS"
-#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1007
+#: ../../printerdrake.pm_.c:103 ../../printerdrake.pm_.c:1114
msgid "Port"
msgstr "Porta"
@@ -7929,12 +8139,131 @@ msgstr "Porta"
msgid "Automatic CUPS configuration"
msgstr "Configurazione automatica di CUPS"
-#: ../../printerdrake.pm_.c:183 ../../printerdrake.pm_.c:192
-#: ../../printerdrake.pm_.c:2897 ../../printerdrake.pm_.c:3017
+#: ../../printerdrake.pm_.c:177 ../../printerdrake.pm_.c:247
+#: ../../printerdrake.pm_.c:1529 ../../printerdrake.pm_.c:1533
+#: ../../printerdrake.pm_.c:1651 ../../printerdrake.pm_.c:2203
+#: ../../printerdrake.pm_.c:2356 ../../printerdrake.pm_.c:2415
+#: ../../printerdrake.pm_.c:2488 ../../printerdrake.pm_.c:2509
+#: ../../printerdrake.pm_.c:2699 ../../printerdrake.pm_.c:2740
+#: ../../printerdrake.pm_.c:2745 ../../printerdrake.pm_.c:2779
+#: ../../printerdrake.pm_.c:2784 ../../printerdrake.pm_.c:2821
+#: ../../printerdrake.pm_.c:2874 ../../printerdrake.pm_.c:2894
+#: ../../printerdrake.pm_.c:2908 ../../printerdrake.pm_.c:2942
+#: ../../printerdrake.pm_.c:2988 ../../printerdrake.pm_.c:3006
+#: ../../printerdrake.pm_.c:3095 ../../printerdrake.pm_.c:3169
+#: ../../printerdrake.pm_.c:3471 ../../printerdrake.pm_.c:3526
+#: ../../printerdrake.pm_.c:3579 ../../standalone/printerdrake_.c:57
+msgid "Printerdrake"
+msgstr "PrinterDrake"
+
+#: ../../printerdrake.pm_.c:178
+#, fuzzy
+msgid "Checking your system..."
+msgstr "Sto riavviando il sistema di stampa ..."
+
+#: ../../printerdrake.pm_.c:186
+msgid ""
+"There are no printers found which are directly connected to your machine"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:198
+#, fuzzy
+msgid ""
+"The following printers\n"
+"\n"
+msgstr "I seguenti pacchetti satanno per essere rimossi"
+
+#: ../../printerdrake.pm_.c:199
+#, fuzzy
+msgid ""
+"The following printer\n"
+"\n"
+msgstr "I seguenti pacchetti satanno per essere rimossi"
+
+#: ../../printerdrake.pm_.c:201
+msgid ""
+"\n"
+"and one unknown printer are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:203
+#, c-format
+msgid ""
+"\n"
+"and %d unknown printers are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:207
+msgid ""
+"\n"
+"are "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:208
+msgid ""
+"\n"
+"is "
+msgstr ""
+
+#: ../../printerdrake.pm_.c:210
+#, fuzzy
+msgid "directly connected to your system"
+msgstr "Copia i font sul tuo sistema"
+
+#: ../../printerdrake.pm_.c:213
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:215
+#, c-format
+msgid ""
+"\n"
+"There are %d unknown printers directly connected to your system"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:221
+#, fuzzy
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr ""
+"Per favore scegliete la porta alla quale connessa la vostra stampante."
+
+#: ../../printerdrake.pm_.c:235
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:236
+#, fuzzy
+msgid "Do you want to enable printing on printers in the local network?\n"
+msgstr ""
+"Volete impostare questa stampante (\"%s)\n"
+"come stampante predefinita?"
+
+#: ../../printerdrake.pm_.c:238
+#, fuzzy
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "Vuoi effettuare la connessione all'avvio?"
+
+#: ../../printerdrake.pm_.c:239
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:240
+#, 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:269 ../../printerdrake.pm_.c:278
+#: ../../printerdrake.pm_.c:3117 ../../printerdrake.pm_.c:3242
msgid "Add a new printer"
msgstr "Aggiungi nuova stampante"
-#: ../../printerdrake.pm_.c:184
+#: ../../printerdrake.pm_.c:270
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7956,7 +8285,7 @@ msgstr ""
"dandovi accesso a tutti i driver, opzioni dei driver e tipi di connessione "
"disponibili."
-#: ../../printerdrake.pm_.c:193
+#: ../../printerdrake.pm_.c:280
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7965,7 +8294,7 @@ msgid ""
"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) and you Windows machines must be connected and "
"turned on.\n"
"\n"
@@ -7978,7 +8307,22 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:202
+#: ../../printerdrake.pm_.c:289 ../../printerdrake.pm_.c:306
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:297
msgid ""
"\n"
"Welcome to the Printer Setup Wizard\n"
@@ -7987,7 +8331,7 @@ msgid ""
"computer or connected directly to the network.\n"
"\n"
"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that they can be auto-detected. Also "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
"your network printer(s) must be connected and turned on.\n"
"\n"
"Note that auto-detecting printers on the network takes longer than the auto-"
@@ -7998,25 +8342,25 @@ msgid ""
"want to set up your printer(s) now."
msgstr ""
-#: ../../printerdrake.pm_.c:213
+#: ../../printerdrake.pm_.c:315
#, fuzzy
msgid "Auto-detect printers connected to this machine"
msgstr "Riconoscimento automatico stampanti"
-#: ../../printerdrake.pm_.c:215
+#: ../../printerdrake.pm_.c:318
msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printerdrake.pm_.c:218
+#: ../../printerdrake.pm_.c:321
msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../printerdrake.pm_.c:245 ../../printerdrake.pm_.c:459
-#: ../../printerdrake.pm_.c:484
+#: ../../printerdrake.pm_.c:348 ../../printerdrake.pm_.c:562
+#: ../../printerdrake.pm_.c:587
msgid "Local Printer"
msgstr "Stampante locale"
-#: ../../printerdrake.pm_.c:246
+#: ../../printerdrake.pm_.c:349
msgid ""
"\n"
"Congratulations, your printer is now installed and configured!\n"
@@ -8040,50 +8384,50 @@ msgstr ""
"stampa, etc.), selezionate \"Stampante\" nella sezione \"Hardware\" del "
"Centro di controllo Mandrake."
-#: ../../printerdrake.pm_.c:283 ../../printerdrake.pm_.c:474
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:386 ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Printer auto-detection"
msgstr "Usa il riconoscimento automatico"
-#: ../../printerdrake.pm_.c:305
+#: ../../printerdrake.pm_.c:408
#, fuzzy, c-format
msgid ", network printer \"%s\", port %s"
msgstr ",host TCP/IP\"%s\",porta%s"
-#: ../../printerdrake.pm_.c:307
+#: ../../printerdrake.pm_.c:410
#, fuzzy, c-format
msgid ", printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Stampante su server SMB/Windows95/98/NT"
-#: ../../printerdrake.pm_.c:313
+#: ../../printerdrake.pm_.c:416
#, c-format
msgid "Detected %s"
msgstr "Rilevato %s"
-#: ../../printerdrake.pm_.c:317 ../../printerdrake.pm_.c:348
-#: ../../printerdrake.pm_.c:367
+#: ../../printerdrake.pm_.c:420 ../../printerdrake.pm_.c:451
+#: ../../printerdrake.pm_.c:470
#, c-format
msgid "Printer on parallel port \\/*%s"
msgstr "Stasmpante sulla porta parallela \\/*%s"
-#: ../../printerdrake.pm_.c:319 ../../printerdrake.pm_.c:350
-#: ../../printerdrake.pm_.c:372
+#: ../../printerdrake.pm_.c:422 ../../printerdrake.pm_.c:453
+#: ../../printerdrake.pm_.c:475
#, c-format
msgid "USB printer \\/*%s"
msgstr "Stampante USB \\/*%s"
-#: ../../printerdrake.pm_.c:321
+#: ../../printerdrake.pm_.c:424
#, fuzzy, c-format
msgid "Network printer \"%s\", port %s"
msgstr "Stampante di rete (TCP/Socket)"
-#: ../../printerdrake.pm_.c:323
+#: ../../printerdrake.pm_.c:426
#, fuzzy, c-format
msgid "Printer \"%s\" on SMB/Windows server \"%s\""
msgstr "Stampante su server SMB/Windows95/98/NT"
-#: ../../printerdrake.pm_.c:460
+#: ../../printerdrake.pm_.c:563
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, ..., "
@@ -8096,21 +8440,21 @@ msgstr ""
"lp1,...,equivalentiaLPT1:,LPT2:,...;prima stampanteUSB:/dev/usb/"
"lp0,seconda:/dev/usb/lp1,...)."
-#: ../../printerdrake.pm_.c:464
+#: ../../printerdrake.pm_.c:567
msgid "You must enter a device or file name!"
msgstr "Devi indicare il nome di un dispositivo o di un file!"
-#: ../../printerdrake.pm_.c:475
+#: ../../printerdrake.pm_.c:578
#, fuzzy
msgid "No printer found!"
msgstr "Non ho trovato nessuna stampante locale!\n"
-#: ../../printerdrake.pm_.c:485
+#: ../../printerdrake.pm_.c:588
#, fuzzy
msgid "Available printers"
msgstr "Stampante locale"
-#: ../../printerdrake.pm_.c:489
+#: ../../printerdrake.pm_.c:592
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"
@@ -8119,7 +8463,7 @@ msgstr ""
"che desiderate configurare inserite un nome di dispositivo o di file nel "
"campo immissione testo"
-#: ../../printerdrake.pm_.c:490
+#: ../../printerdrake.pm_.c:593
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"
@@ -8129,7 +8473,7 @@ msgstr ""
"inserite il nome di un dispositivo o di un file nel campo di immissione "
"testo."
-#: ../../printerdrake.pm_.c:492
+#: ../../printerdrake.pm_.c:595
msgid ""
"The following printer was auto-detected. The configuration of the printer "
"will work fully automatically. If your printer was not correctly detected or "
@@ -8141,7 +8485,7 @@ msgstr ""
"vostra stampante non stata riconosciuta in modo corretto, o se preferite "
"una configurazione personalizzata, cliccate su \"Configurazione manuale\"."
-#: ../../printerdrake.pm_.c:493
+#: ../../printerdrake.pm_.c:596
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 "
@@ -8154,7 +8498,7 @@ msgstr ""
"vostra stampante non stata riconosciuta correttamente, o se preferite una "
"configurazione personalizzata, cliccate su \"Configurazione manuale\"."
-#: ../../printerdrake.pm_.c:495
+#: ../../printerdrake.pm_.c:598
msgid ""
"Please choose the port where your printer is connected to or enter a device "
"name/file name in the input line"
@@ -8163,12 +8507,12 @@ msgstr ""
"oppure inserite il nome di un dispositivo o di un file nel campo di "
"immissione testo"
-#: ../../printerdrake.pm_.c:496
+#: ../../printerdrake.pm_.c:599
msgid "Please choose the port where your printer is connected to."
msgstr ""
"Per favore scegliete la porta alla quale connessa la vostra stampante."
-#: ../../printerdrake.pm_.c:498
+#: ../../printerdrake.pm_.c:601
msgid ""
" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
@@ -8176,19 +8520,19 @@ msgstr ""
"(Porte parallele:/dev/lp0,/dev/lp1,...,equivalentiaLPT1:,LPT2:,...; "
"prima stampanteUSB:/dev/usb/lp0,seconda:/dev/usb/lp1,...)."
-#: ../../printerdrake.pm_.c:503
+#: ../../printerdrake.pm_.c:606
msgid "You must choose/enter a printer/device!"
msgstr "Dovete scegliere/indicare una stampante/un dispositivo!"
-#: ../../printerdrake.pm_.c:523
+#: ../../printerdrake.pm_.c:626
msgid "Manual configuration"
msgstr "Configurazione manuale"
-#: ../../printerdrake.pm_.c:577
+#: ../../printerdrake.pm_.c:680
msgid "Remote lpd Printer Options"
msgstr "Opzioni stampante lpd remota"
-#: ../../printerdrake.pm_.c:578
+#: ../../printerdrake.pm_.c:681
msgid ""
"To use a remote lpd printer, you need to supply the hostname of the printer "
"server and the printer name on that server."
@@ -8197,47 +8541,47 @@ msgstr ""
"il nome dell'host del server della stampante e il nome della stampante\n"
"su quel server."
-#: ../../printerdrake.pm_.c:579
+#: ../../printerdrake.pm_.c:682
msgid "Remote host name"
msgstr "Nome host remoto"
-#: ../../printerdrake.pm_.c:580
+#: ../../printerdrake.pm_.c:683
msgid "Remote printer name"
msgstr "Nome della stampante remota"
-#: ../../printerdrake.pm_.c:583
+#: ../../printerdrake.pm_.c:686
msgid "Remote host name missing!"
msgstr "Nome host remoto assente!"
-#: ../../printerdrake.pm_.c:587
+#: ../../printerdrake.pm_.c:690
msgid "Remote printer name missing!"
msgstr "Nome della stampante remota assente!"
-#: ../../printerdrake.pm_.c:609 ../../printerdrake.pm_.c:1119
+#: ../../printerdrake.pm_.c:712 ../../printerdrake.pm_.c:1225
#, fuzzy, c-format
msgid "Detected model: %s %s"
msgstr "Rilevato %s"
-#: ../../printerdrake.pm_.c:683 ../../printerdrake.pm_.c:923
+#: ../../printerdrake.pm_.c:790 ../../printerdrake.pm_.c:1030
#, fuzzy
msgid "Scanning network..."
msgstr "Sto attivando la connessione di rete ..."
-#: ../../printerdrake.pm_.c:692 ../../printerdrake.pm_.c:713
+#: ../../printerdrake.pm_.c:799 ../../printerdrake.pm_.c:820
#, fuzzy, c-format
msgid ", printer \"%s\" on server \"%s\""
msgstr "sul server Windows \"%s\",condivisione\"%s\""
-#: ../../printerdrake.pm_.c:695 ../../printerdrake.pm_.c:716
+#: ../../printerdrake.pm_.c:802 ../../printerdrake.pm_.c:823
#, fuzzy, c-format
msgid "Printer \"%s\" on server \"%s\""
msgstr "Sto stampando con la stampante \"%s\""
-#: ../../printerdrake.pm_.c:736
+#: ../../printerdrake.pm_.c:843
msgid "SMB (Windows 9x/NT) Printer Options"
msgstr "Opzioni Stampante SMB (Windows9x/NT)"
-#: ../../printerdrake.pm_.c:737
+#: ../../printerdrake.pm_.c:844
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 "
@@ -8250,46 +8594,46 @@ msgstr ""
"pure il nome di condivisione per la stampante cui volete accedere e ogni\n"
"informazione utile riguardo nome dell'utente, password e gruppo di lavoro."
-#: ../../printerdrake.pm_.c:738
+#: ../../printerdrake.pm_.c:845
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:739
+#: ../../printerdrake.pm_.c:846
msgid "SMB server host"
msgstr "Host del server SMB"
-#: ../../printerdrake.pm_.c:740
+#: ../../printerdrake.pm_.c:847
msgid "SMB server IP"
msgstr "IP del server SMB"
-#: ../../printerdrake.pm_.c:741
+#: ../../printerdrake.pm_.c:848
msgid "Share name"
msgstr "Nome di condivisione"
-#: ../../printerdrake.pm_.c:744
+#: ../../printerdrake.pm_.c:851
msgid "Workgroup"
msgstr "Gruppo di lavoro"
-#: ../../printerdrake.pm_.c:746
+#: ../../printerdrake.pm_.c:853
#, fuzzy
msgid "Auto-detected"
msgstr "Usa il riconoscimento automatico"
-#: ../../printerdrake.pm_.c:757
+#: ../../printerdrake.pm_.c:864
msgid "Either the server name or the server's IP must be given!"
msgstr "Devi indicare il nome del server o il numero IP dello stesso!"
-#: ../../printerdrake.pm_.c:761
+#: ../../printerdrake.pm_.c:868
msgid "Samba share name missing!"
msgstr "Il nome della condivisione Samba assente!"
-#: ../../printerdrake.pm_.c:767
+#: ../../printerdrake.pm_.c:874
msgid "SECURITY WARNING!"
msgstr ""
-#: ../../printerdrake.pm_.c:768
+#: ../../printerdrake.pm_.c:875
#, c-format
msgid ""
"You are about to set up printing to a Windows account with password. Due to "
@@ -8313,7 +8657,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:778
+#: ../../printerdrake.pm_.c:885
#, c-format
msgid ""
"Set up your Windows server to make the printer available under the IPP "
@@ -8322,7 +8666,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:781
+#: ../../printerdrake.pm_.c:888
msgid ""
"Connect your printer to a Linux server and let your Windows machine(s) "
"connect to it as a client.\n"
@@ -8330,11 +8674,11 @@ msgid ""
"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../printerdrake.pm_.c:853
+#: ../../printerdrake.pm_.c:960
msgid "NetWare Printer Options"
msgstr "Opzioni stampante NetWare"
-#: ../../printerdrake.pm_.c:854
+#: ../../printerdrake.pm_.c:961
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 "
@@ -8346,43 +8690,43 @@ msgstr ""
"del suo host TCP/IP!) insieme al nome della coda di stampa per la\n"
"stampante cui volete accedere e ogni nome utente e password applicabili."
-#: ../../printerdrake.pm_.c:855
+#: ../../printerdrake.pm_.c:962
msgid "Printer Server"
msgstr "Server della stampante"
-#: ../../printerdrake.pm_.c:856
+#: ../../printerdrake.pm_.c:963
msgid "Print Queue Name"
msgstr "Nome della coda di stampa"
-#: ../../printerdrake.pm_.c:861
+#: ../../printerdrake.pm_.c:968
msgid "NCP server name missing!"
msgstr "Il nome del server NCP assente"
-#: ../../printerdrake.pm_.c:865
+#: ../../printerdrake.pm_.c:972
msgid "NCP queue name missing!"
msgstr "Il nome dellla coda NCP assente!"
-#: ../../printerdrake.pm_.c:932 ../../printerdrake.pm_.c:952
+#: ../../printerdrake.pm_.c:1039 ../../printerdrake.pm_.c:1059
#, fuzzy, c-format
msgid ", host \"%s\", port %s"
msgstr ",host TCP/IP\"%s\",porta%s"
-#: ../../printerdrake.pm_.c:935 ../../printerdrake.pm_.c:955
+#: ../../printerdrake.pm_.c:1042 ../../printerdrake.pm_.c:1062
#, fuzzy, c-format
msgid "Host \"%s\", port %s"
msgstr ",host TCP/IP\"%s\",porta%s"
-#: ../../printerdrake.pm_.c:975
+#: ../../printerdrake.pm_.c:1082
msgid "TCP/Socket Printer Options"
msgstr "Opzioni della stampante TCP/Socket"
-#: ../../printerdrake.pm_.c:977
+#: ../../printerdrake.pm_.c:1084
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:978
+#: ../../printerdrake.pm_.c:1085
#, fuzzy
msgid ""
"To print to a TCP or socket printer, you need to provide the host name or IP "
@@ -8396,21 +8740,21 @@ msgstr ""
"altri server potrebbe essere diverso. Consultate il manuale del vostro\n"
"hardware."
-#: ../../printerdrake.pm_.c:983
+#: ../../printerdrake.pm_.c:1090
#, fuzzy
msgid "Printer host name or IP missing!"
msgstr "Nome host della stampante assente!"
-#: ../../printerdrake.pm_.c:1005
+#: ../../printerdrake.pm_.c:1112
#, fuzzy
msgid "Printer host name or IP"
msgstr "Nome host della stampante"
-#: ../../printerdrake.pm_.c:1054 ../../printerdrake.pm_.c:1056
+#: ../../printerdrake.pm_.c:1160 ../../printerdrake.pm_.c:1162
msgid "Printer Device URI"
msgstr "URI della stampante"
-#: ../../printerdrake.pm_.c:1055
+#: ../../printerdrake.pm_.c:1161
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 "
@@ -8420,11 +8764,11 @@ msgstr ""
"essere conforme alle specifiche CUPS o Foomatic. Notate che non tutti i i "
"tipi di URI sono supportati da tutti gli spooler."
-#: ../../printerdrake.pm_.c:1070
+#: ../../printerdrake.pm_.c:1176
msgid "A valid URI must be entered!"
msgstr "Dev'essere inserito un'URI valido!"
-#: ../../printerdrake.pm_.c:1402
+#: ../../printerdrake.pm_.c:1515
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."
@@ -8433,27 +8777,27 @@ msgstr ""
"Non indispensabile riempire i campi Descrizione e \n"
"Posizione. Si tratta di commenti per gli utenti."
-#: ../../printerdrake.pm_.c:1403
+#: ../../printerdrake.pm_.c:1516
msgid "Name of printer"
msgstr "Nome della stampante"
-#: ../../printerdrake.pm_.c:1405
+#: ../../printerdrake.pm_.c:1518
msgid "Location"
msgstr "Posizione"
-#: ../../printerdrake.pm_.c:1416 ../../printerdrake.pm_.c:1536
+#: ../../printerdrake.pm_.c:1530 ../../printerdrake.pm_.c:1652
msgid "Reading printer database..."
msgstr "Sto leggendo il database delle stampanti"
-#: ../../printerdrake.pm_.c:1419
+#: ../../printerdrake.pm_.c:1534
msgid "Preparing printer database..."
msgstr "Sto preparando il database delle stampanti ..."
-#: ../../printerdrake.pm_.c:1516
+#: ../../printerdrake.pm_.c:1631
msgid "Your printer model"
msgstr "Il modello della vostra stampante"
-#: ../../printerdrake.pm_.c:1517
+#: ../../printerdrake.pm_.c:1632
#, c-format
msgid ""
"Printerdrake has compared the model name resulting from the printer auto-"
@@ -8468,24 +8812,24 @@ msgid ""
"%s"
msgstr ""
-#: ../../printerdrake.pm_.c:1522 ../../printerdrake.pm_.c:1525
+#: ../../printerdrake.pm_.c:1637 ../../printerdrake.pm_.c:1640
msgid "The model is correct"
msgstr "Il modello corretto"
-#: ../../printerdrake.pm_.c:1523 ../../printerdrake.pm_.c:1524
-#: ../../printerdrake.pm_.c:1527
+#: ../../printerdrake.pm_.c:1638 ../../printerdrake.pm_.c:1639
+#: ../../printerdrake.pm_.c:1642
msgid "Select model manually"
msgstr "Selezionate il modello manualmente"
-#: ../../printerdrake.pm_.c:1543
+#: ../../printerdrake.pm_.c:1659
msgid "Printer model selection"
msgstr "Scelta del modello della stampante"
-#: ../../printerdrake.pm_.c:1544
+#: ../../printerdrake.pm_.c:1660
msgid "Which printer model do you have?"
msgstr "Che modello di stampante hai?"
-#: ../../printerdrake.pm_.c:1545
+#: ../../printerdrake.pm_.c:1661
msgid ""
"\n"
"\n"
@@ -8500,7 +8844,7 @@ msgstr ""
"un modello errato o su \"Stampante di tipo raw\", cercate quello corretto "
"nella lista."
-#: ../../printerdrake.pm_.c:1548
+#: ../../printerdrake.pm_.c:1664
msgid ""
"If your printer is not listed, choose a compatible (see printer manual) or a "
"similar one."
@@ -8508,11 +8852,11 @@ msgstr ""
"Se la vostra stampante non presente nella lista, cercate un modello "
"compatibile o simile (consultate il manuale della stampante)."
-#: ../../printerdrake.pm_.c:1624
+#: ../../printerdrake.pm_.c:1741
msgid "OKI winprinter configuration"
msgstr "Configurazione di una stampante OKI winprinter"
-#: ../../printerdrake.pm_.c:1625
+#: ../../printerdrake.pm_.c:1742
msgid ""
"You are configuring an OKI laser winprinter. These printers\n"
"use a very special communication protocol and therefore they work only when "
@@ -8522,11 +8866,11 @@ msgid ""
"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../printerdrake.pm_.c:1668 ../../printerdrake.pm_.c:1695
+#: ../../printerdrake.pm_.c:1785 ../../printerdrake.pm_.c:1812
msgid "Lexmark inkjet configuration"
msgstr "Configurazione di una stampante Lexmark a getto d'inchiostro"
-#: ../../printerdrake.pm_.c:1669
+#: ../../printerdrake.pm_.c:1786
msgid ""
"The inkjet printer drivers provided by Lexmark only support local printers, "
"no printers on remote machines or print server boxes. Please connect your "
@@ -8534,20 +8878,46 @@ msgid ""
"to."
msgstr ""
-#: ../../printerdrake.pm_.c:1696
+#: ../../printerdrake.pm_.c:1813
msgid ""
"To be able to print with your Lexmark inkjet and this configuration, you "
"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
-"com/). Go to the US site and click on the \"Drivers\" button. Then choose "
-"your model and afterwards \"Linux\" as operating system. The drivers come as "
-"RPM packages or shell scripts with interactive graphical installation. You "
-"do not need to do this configuration by the graphical frontends. Cancel "
-"directly after the license agreement. Then print printhead alignment pages "
-"with \"lexmarkmaintain\" and adjust the head alignment settings with this "
-"program."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1816
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
+msgstr ""
+
+#: ../../printerdrake.pm_.c:1817
+msgid ""
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
+"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
+"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
+"\n"
+"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 ""
-#: ../../printerdrake.pm_.c:1912
+#: ../../printerdrake.pm_.c:2040
msgid ""
"Printer default settings\n"
"\n"
@@ -8564,22 +8934,22 @@ msgstr ""
"impostati correttamente. Si noti che quando la qualit/risoluzione di stampa "
" molto alta, la durata della stampa pu diventare sensibilmente pi lenta."
-#: ../../printerdrake.pm_.c:1921
+#: ../../printerdrake.pm_.c:2049
#, c-format
msgid "Option %s must be an integer number!"
msgstr "L'opzione %s dev'essere un numero intero!"
-#: ../../printerdrake.pm_.c:1925
+#: ../../printerdrake.pm_.c:2053
#, c-format
msgid "Option %s must be a number!"
msgstr "L'opzione %s dev'essere un numero!"
-#: ../../printerdrake.pm_.c:1930
+#: ../../printerdrake.pm_.c:2058
#, c-format
msgid "Option %s out of range!"
msgstr "Opzione %s fuori scala!"
-#: ../../printerdrake.pm_.c:1969
+#: ../../printerdrake.pm_.c:2097
#, c-format
msgid ""
"Do you want to set this printer (\"%s\")\n"
@@ -8588,11 +8958,11 @@ msgstr ""
"Volete impostare questa stampante (\"%s)\n"
"come stampante predefinita?"
-#: ../../printerdrake.pm_.c:1986
+#: ../../printerdrake.pm_.c:2120
msgid "Test pages"
msgstr "Pagine di prova"
-#: ../../printerdrake.pm_.c:1987
+#: ../../printerdrake.pm_.c:2121
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 "
@@ -8600,39 +8970,39 @@ msgid ""
"it is enough to print the standard test page."
msgstr ""
-#: ../../printerdrake.pm_.c:1991
+#: ../../printerdrake.pm_.c:2125
msgid "No test pages"
msgstr "Nessuna pagina di prova"
-#: ../../printerdrake.pm_.c:1992
+#: ../../printerdrake.pm_.c:2126
msgid "Print"
msgstr "Stampa"
-#: ../../printerdrake.pm_.c:1994
+#: ../../printerdrake.pm_.c:2183
msgid "Standard test page"
msgstr "Pagina di prova standard"
-#: ../../printerdrake.pm_.c:1997
+#: ../../printerdrake.pm_.c:2186
msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../printerdrake.pm_.c:2000
+#: ../../printerdrake.pm_.c:2189
msgid "Alternative test page (A4)"
msgstr "Pagina di prova alternativa (A4)"
-#: ../../printerdrake.pm_.c:2002
+#: ../../printerdrake.pm_.c:2191
msgid "Photo test page"
msgstr "Pagina di prova fotografica"
-#: ../../printerdrake.pm_.c:2006
+#: ../../printerdrake.pm_.c:2195
msgid "Do not print any test page"
msgstr "Non stampare nessuna pagina di prova"
-#: ../../printerdrake.pm_.c:2014 ../../printerdrake.pm_.c:2166
+#: ../../printerdrake.pm_.c:2204 ../../printerdrake.pm_.c:2357
msgid "Printing test page(s)..."
msgstr "Stampa della(e) pagina(e) di prova..."
-#: ../../printerdrake.pm_.c:2039
+#: ../../printerdrake.pm_.c:2229
#, c-format
msgid ""
"Test page(s) have been sent to the printer.\n"
@@ -8646,7 +9016,7 @@ msgstr ""
"Stato della stampa:\n"
"%s\n"
-#: ../../printerdrake.pm_.c:2043
+#: ../../printerdrake.pm_.c:2233
msgid ""
"Test page(s) have been sent to the printer.\n"
"It may take some time before the printer starts.\n"
@@ -8654,15 +9024,15 @@ msgstr ""
"La pagina(e) di prova stata inviata alla stampante.\n"
"potrebbe occorrere un po' di tempo prima che la stampa inizi.\n"
-#: ../../printerdrake.pm_.c:2050
+#: ../../printerdrake.pm_.c:2240
msgid "Did it work properly?"
msgstr ""
-#: ../../printerdrake.pm_.c:2072 ../../printerdrake.pm_.c:3191
+#: ../../printerdrake.pm_.c:2262 ../../printerdrake.pm_.c:3416
msgid "Raw printer"
msgstr "Stampante in modo raw"
-#: ../../printerdrake.pm_.c:2098
+#: ../../printerdrake.pm_.c:2288
#, c-format
msgid ""
"To print a file from the command line (terminal window) you can either use "
@@ -8671,15 +9041,15 @@ msgid ""
"to modify the option settings easily.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2100
+#: ../../printerdrake.pm_.c:2290
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:2103 ../../printerdrake.pm_.c:2120
-#: ../../printerdrake.pm_.c:2130
+#: ../../printerdrake.pm_.c:2293 ../../printerdrake.pm_.c:2310
+#: ../../printerdrake.pm_.c:2320
#, c-format
msgid ""
"\n"
@@ -8688,7 +9058,7 @@ msgid ""
"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../printerdrake.pm_.c:2106 ../../printerdrake.pm_.c:2146
+#: ../../printerdrake.pm_.c:2296 ../../printerdrake.pm_.c:2336
#, c-format
msgid ""
"To know about the options available for the current printer read either the "
@@ -8696,41 +9066,41 @@ msgid ""
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2110
+#: ../../printerdrake.pm_.c:2300
msgid ""
"Here is a list of the available printing options for the current printer:\n"
"\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2115 ../../printerdrake.pm_.c:2125
+#: ../../printerdrake.pm_.c:2305 ../../printerdrake.pm_.c:2315
#, c-format
msgid ""
"To print a file from the command line (terminal window) use the command \"%s "
"<file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2117 ../../printerdrake.pm_.c:2127
-#: ../../printerdrake.pm_.c:2137
+#: ../../printerdrake.pm_.c:2307 ../../printerdrake.pm_.c:2317
+#: ../../printerdrake.pm_.c:2327
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:2122 ../../printerdrake.pm_.c:2132
+#: ../../printerdrake.pm_.c:2312 ../../printerdrake.pm_.c:2322
msgid ""
"To get a list of the options available for the current printer click on the "
"\"Print option list\" button."
msgstr ""
-#: ../../printerdrake.pm_.c:2135
+#: ../../printerdrake.pm_.c:2325
#, 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:2139
+#: ../../printerdrake.pm_.c:2329
msgid ""
"You can also use the graphical interface \"xpdq\" for setting options and "
"handling printing jobs.\n"
@@ -8740,7 +9110,7 @@ msgid ""
"jams.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2143
+#: ../../printerdrake.pm_.c:2333
#, c-format
msgid ""
"\n"
@@ -8749,40 +9119,40 @@ msgid ""
"line, e. g. \"%s <file>\".\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2153
+#: ../../printerdrake.pm_.c:2343
#, fuzzy, c-format
msgid "Printing/Scanning/Photo Cards on \"%s\""
msgstr "Stampa/Scansione in corso su \"%s\""
-#: ../../printerdrake.pm_.c:2154
+#: ../../printerdrake.pm_.c:2344
#, c-format
msgid "Printing/Scanning on \"%s\""
msgstr "Stampa/Scansione in corso su \"%s\""
-#: ../../printerdrake.pm_.c:2156
+#: ../../printerdrake.pm_.c:2346
#, fuzzy, c-format
msgid "Printing/Photo Card Access on \"%s\""
msgstr "Stampa/Scansione in corso su \"%s\""
-#: ../../printerdrake.pm_.c:2157
+#: ../../printerdrake.pm_.c:2347
#, c-format
msgid "Printing on the printer \"%s\""
msgstr "Sto stampando con la stampante \"%s\""
-#: ../../printerdrake.pm_.c:2160 ../../printerdrake.pm_.c:2163
-#: ../../printerdrake.pm_.c:2164 ../../printerdrake.pm_.c:2165
-#: ../../printerdrake.pm_.c:3175 ../../standalone/drakTermServ_.c:248
-#: ../../standalone/drakbackup_.c:1485 ../../standalone/drakbackup_.c:3530
-#: ../../standalone/drakbug_.c:129 ../../standalone/drakfont_.c:705
+#: ../../printerdrake.pm_.c:2350 ../../printerdrake.pm_.c:2353
+#: ../../printerdrake.pm_.c:2354 ../../printerdrake.pm_.c:2355
+#: ../../printerdrake.pm_.c:3400 ../../standalone/drakTermServ_.c:248
+#: ../../standalone/drakbackup_.c:1560 ../../standalone/drakbackup_.c:4208
+#: ../../standalone/drakbug_.c:130 ../../standalone/drakfont_.c:705
#: ../../standalone/drakfont_.c:1014
msgid "Close"
msgstr "Chiudi"
-#: ../../printerdrake.pm_.c:2163
+#: ../../printerdrake.pm_.c:2353
msgid "Print option list"
msgstr "Lista opzioni di stampa"
-#: ../../printerdrake.pm_.c:2182
+#: ../../printerdrake.pm_.c:2373
#, c-format
msgid ""
"Your multi-function device was configured automatically to be able to scan. "
@@ -8796,7 +9166,7 @@ msgid ""
"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#: ../../printerdrake.pm_.c:2202
+#: ../../printerdrake.pm_.c:2394
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 "
@@ -8809,17 +9179,17 @@ msgid ""
"of the file lists."
msgstr ""
-#: ../../printerdrake.pm_.c:2223 ../../printerdrake.pm_.c:2673
-#: ../../printerdrake.pm_.c:2945
+#: ../../printerdrake.pm_.c:2416 ../../printerdrake.pm_.c:2875
+#: ../../printerdrake.pm_.c:3170
msgid "Reading printer data..."
msgstr "Sto leggendo i dati della stampante..."
-#: ../../printerdrake.pm_.c:2243 ../../printerdrake.pm_.c:2271
-#: ../../printerdrake.pm_.c:2306
+#: ../../printerdrake.pm_.c:2436 ../../printerdrake.pm_.c:2464
+#: ../../printerdrake.pm_.c:2499
msgid "Transfer printer configuration"
msgstr "Configurazione della stampante a trasferimento"
-#: ../../printerdrake.pm_.c:2244
+#: ../../printerdrake.pm_.c:2437
#, c-format
msgid ""
"You can copy the printer configuration which you have done for the spooler %"
@@ -8829,51 +9199,51 @@ msgid ""
"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2247
+#: ../../printerdrake.pm_.c:2440
msgid ""
"CUPS does not support printers on Novell servers or printers sending the "
"data into a free-formed command.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2249
+#: ../../printerdrake.pm_.c:2442
msgid ""
"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
"printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2251
+#: ../../printerdrake.pm_.c:2444
msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../printerdrake.pm_.c:2253
+#: ../../printerdrake.pm_.c:2446
msgid ""
"In addition, queues not created with this program or \"foomatic-configure\" "
"cannot be transferred."
msgstr ""
-#: ../../printerdrake.pm_.c:2254
+#: ../../printerdrake.pm_.c:2447
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:2255
+#: ../../printerdrake.pm_.c:2448
msgid ""
"\n"
"Mark the printers which you want to transfer and click \n"
"\"Transfer\"."
msgstr ""
-#: ../../printerdrake.pm_.c:2258
+#: ../../printerdrake.pm_.c:2451
msgid "Do not transfer printers"
msgstr ""
-#: ../../printerdrake.pm_.c:2259 ../../printerdrake.pm_.c:2276
+#: ../../printerdrake.pm_.c:2452 ../../printerdrake.pm_.c:2469
msgid "Transfer"
msgstr ""
-#: ../../printerdrake.pm_.c:2272
+#: ../../printerdrake.pm_.c:2465
#, c-format
msgid ""
"A printer named \"%s\" already exists under %s. \n"
@@ -8881,58 +9251,58 @@ msgid ""
"You can also type a new name or skip this printer."
msgstr ""
-#: ../../printerdrake.pm_.c:2280
+#: ../../printerdrake.pm_.c:2473
msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
"Il nome della stampante dovrebbe contenere solo lettere, numeri e il "
"trattino di sottolineatura"
-#: ../../printerdrake.pm_.c:2285
+#: ../../printerdrake.pm_.c:2478
#, c-format
msgid ""
"The printer \"%s\" already exists,\n"
"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../printerdrake.pm_.c:2293
+#: ../../printerdrake.pm_.c:2486
msgid "New printer name"
msgstr "Nuovo nome della stampante"
-#: ../../printerdrake.pm_.c:2296
+#: ../../printerdrake.pm_.c:2489
#, c-format
msgid "Transferring %s..."
msgstr ""
-#: ../../printerdrake.pm_.c:2307
+#: ../../printerdrake.pm_.c:2500
#, 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:2316
+#: ../../printerdrake.pm_.c:2510
msgid "Refreshing printer data..."
msgstr "Sto aggiornando i dati della stampante ..."
-#: ../../printerdrake.pm_.c:2324 ../../printerdrake.pm_.c:2395
-#: ../../printerdrake.pm_.c:2407
+#: ../../printerdrake.pm_.c:2518 ../../printerdrake.pm_.c:2590
+#: ../../printerdrake.pm_.c:2602
msgid "Configuration of a remote printer"
msgstr "Configura di una stampante remota"
-#: ../../printerdrake.pm_.c:2325
+#: ../../printerdrake.pm_.c:2519
msgid "Starting network..."
msgstr "Sto attivando la connessione di rete ..."
-#: ../../printerdrake.pm_.c:2359 ../../printerdrake.pm_.c:2363
-#: ../../printerdrake.pm_.c:2365
+#: ../../printerdrake.pm_.c:2554 ../../printerdrake.pm_.c:2558
+#: ../../printerdrake.pm_.c:2560
msgid "Configure the network now"
msgstr "Configura la rete adesso"
-#: ../../printerdrake.pm_.c:2360
+#: ../../printerdrake.pm_.c:2555
msgid "Network functionality not configured"
msgstr "Funzionalit di rete non configurate"
-#: ../../printerdrake.pm_.c:2361
+#: ../../printerdrake.pm_.c:2556
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 "
@@ -8940,11 +9310,11 @@ msgid ""
"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printerdrake.pm_.c:2364
+#: ../../printerdrake.pm_.c:2559
msgid "Go on without configuring the network"
msgstr "Vai avanti senza configurare la rete"
-#: ../../printerdrake.pm_.c:2397
+#: ../../printerdrake.pm_.c:2592
msgid ""
"The network configuration done during the installation cannot be started "
"now. Please check whether the network gets accessable after booting your "
@@ -8954,31 +9324,31 @@ msgid ""
"\"Printer\""
msgstr ""
-#: ../../printerdrake.pm_.c:2398
+#: ../../printerdrake.pm_.c:2593
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:2408
+#: ../../printerdrake.pm_.c:2603
msgid "Restarting printing system..."
msgstr "Sto riavviando il sistema di stampa ..."
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "high"
msgstr "alto"
-#: ../../printerdrake.pm_.c:2446
+#: ../../printerdrake.pm_.c:2641
msgid "paranoid"
msgstr "paranoico"
-#: ../../printerdrake.pm_.c:2447
+#: ../../printerdrake.pm_.c:2642
#, c-format
msgid "Installing a printing system in the %s security level"
msgstr ""
-#: ../../printerdrake.pm_.c:2448
+#: ../../printerdrake.pm_.c:2643
#, c-format
msgid ""
"You are about to install the printing system %s on a system running in the %"
@@ -8993,11 +9363,11 @@ msgid ""
"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../printerdrake.pm_.c:2480
+#: ../../printerdrake.pm_.c:2675
msgid "Starting the printing system at boot time"
msgstr "Avvio il sistema di stampa al momento del boot"
-#: ../../printerdrake.pm_.c:2481
+#: ../../printerdrake.pm_.c:2676
#, c-format
msgid ""
"The printing system (%s) will not be started automatically when the machine "
@@ -9011,99 +9381,96 @@ msgid ""
"again?"
msgstr ""
-#: ../../printerdrake.pm_.c:2504 ../../printerdrake.pm_.c:2544
-#: ../../printerdrake.pm_.c:2581 ../../printerdrake.pm_.c:2621
-#: ../../printerdrake.pm_.c:2733
+#: ../../printerdrake.pm_.c:2700 ../../printerdrake.pm_.c:2741
+#: ../../printerdrake.pm_.c:2780 ../../printerdrake.pm_.c:2822
+#: ../../printerdrake.pm_.c:2943
msgid "Checking installed software..."
msgstr ""
-#: ../../printerdrake.pm_.c:2548
+#: ../../printerdrake.pm_.c:2746
msgid "Removing LPRng..."
msgstr ""
-#: ../../printerdrake.pm_.c:2585
+#: ../../printerdrake.pm_.c:2785
msgid "Removing LPD..."
msgstr ""
-#: ../../printerdrake.pm_.c:2657
+#: ../../printerdrake.pm_.c:2858
msgid "Select Printer Spooler"
msgstr "Scegli il sistema di stampa"
-#: ../../printerdrake.pm_.c:2658
+#: ../../printerdrake.pm_.c:2859
msgid "Which printing system (spooler) do you want to use?"
msgstr "Che sistema di stampa (spooler) vuoi usare?"
-#: ../../printerdrake.pm_.c:2691
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:2895
+#, c-format
msgid "Configuring printer \"%s\"..."
msgstr "Sto configurando la stampante \"%s\"..."
-#: ../../printerdrake.pm_.c:2704
+#: ../../printerdrake.pm_.c:2909
msgid "Installing Foomatic..."
msgstr "Installazione del pacchetto Foomatic"
-#: ../../printerdrake.pm_.c:2769 ../../printerdrake.pm_.c:2808
-#: ../../printerdrake.pm_.c:3192 ../../printerdrake.pm_.c:3262
+#: ../../printerdrake.pm_.c:2979 ../../printerdrake.pm_.c:3020
+#: ../../printerdrake.pm_.c:3417 ../../printerdrake.pm_.c:3490
msgid "Printer options"
msgstr "Opzioni stampante"
-#: ../../printerdrake.pm_.c:2778
-msgid "Preparing PrinterDrake..."
+#: ../../printerdrake.pm_.c:2989
+#, fuzzy
+msgid "Preparing Printerdrake..."
msgstr "Sto preparando PrinterDrake"
-#: ../../printerdrake.pm_.c:2795 ../../printerdrake.pm_.c:3349
+#: ../../printerdrake.pm_.c:3007 ../../printerdrake.pm_.c:3580
msgid "Configuring applications..."
msgstr "Configurazione applicazioni ..."
-#: ../../printerdrake.pm_.c:2815
+#: ../../printerdrake.pm_.c:3027
msgid "Would you like to configure printing?"
msgstr "Vorresti configurare la stampa?"
-#: ../../printerdrake.pm_.c:2827
+#: ../../printerdrake.pm_.c:3039
msgid "Printing system: "
msgstr ""
-#: ../../printerdrake.pm_.c:2875
-msgid "Printerdrake"
-msgstr "PrinterDrake"
-
-#: ../../printerdrake.pm_.c:2879
+#: ../../printerdrake.pm_.c:3099
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."
+"OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:2880
+#: ../../printerdrake.pm_.c:3100
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:2906
+#: ../../printerdrake.pm_.c:3127
msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../printerdrake.pm_.c:2924
+#: ../../printerdrake.pm_.c:3145
msgid "Change the printing system"
msgstr "Cambia il sistema di stampa"
-#: ../../printerdrake.pm_.c:2929 ../../standalone/drakconnect_.c:277
+#: ../../printerdrake.pm_.c:3150 ../../standalone/drakconnect_.c:277
msgid "Normal Mode"
msgstr "Modo Normale"
-#: ../../printerdrake.pm_.c:3085 ../../printerdrake.pm_.c:3135
-#: ../../printerdrake.pm_.c:3343
+#: ../../printerdrake.pm_.c:3310 ../../printerdrake.pm_.c:3360
+#: ../../printerdrake.pm_.c:3573
msgid "Do you want to configure another printer?"
msgstr "Volete configurare un'altra stampante?"
-#: ../../printerdrake.pm_.c:3170
+#: ../../printerdrake.pm_.c:3395
msgid "Modify printer configuration"
msgstr "Modifica configurazione stampante"
-#: ../../printerdrake.pm_.c:3172
+#: ../../printerdrake.pm_.c:3397
#, c-format
msgid ""
"Printer %s\n"
@@ -9112,101 +9479,103 @@ msgstr ""
"Stampante %s\n"
"Cosa volete modificare riguardo questa stampante?"
-#: ../../printerdrake.pm_.c:3176
+#: ../../printerdrake.pm_.c:3401
msgid "Do it!"
msgstr ""
-#: ../../printerdrake.pm_.c:3181 ../../printerdrake.pm_.c:3236
+#: ../../printerdrake.pm_.c:3406 ../../printerdrake.pm_.c:3461
msgid "Printer connection type"
msgstr "Tipo di connessione della stampante"
-#: ../../printerdrake.pm_.c:3182 ../../printerdrake.pm_.c:3240
+#: ../../printerdrake.pm_.c:3407 ../../printerdrake.pm_.c:3465
msgid "Printer name, description, location"
msgstr "Nome, descrizione, collocazione della stampante"
-#: ../../printerdrake.pm_.c:3184 ../../printerdrake.pm_.c:3255
+#: ../../printerdrake.pm_.c:3409 ../../printerdrake.pm_.c:3483
msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../printerdrake.pm_.c:3185 ../../printerdrake.pm_.c:3256
+#: ../../printerdrake.pm_.c:3410 ../../printerdrake.pm_.c:3484
msgid "Printer manufacturer, model"
msgstr ""
-#: ../../printerdrake.pm_.c:3194 ../../printerdrake.pm_.c:3266
+#: ../../printerdrake.pm_.c:3419 ../../printerdrake.pm_.c:3494
msgid "Set this printer as the default"
msgstr ""
-#: ../../printerdrake.pm_.c:3196 ../../printerdrake.pm_.c:3271
-msgid "Add this printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3421 ../../printerdrake.pm_.c:3499
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3197 ../../printerdrake.pm_.c:3280
-msgid "Remove this printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3422 ../../printerdrake.pm_.c:3508
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3198 ../../printerdrake.pm_.c:3289
+#: ../../printerdrake.pm_.c:3423 ../../printerdrake.pm_.c:3517
msgid "Print test pages"
msgstr "Stampa della(e) pagina(e) di prova"
-#: ../../printerdrake.pm_.c:3199 ../../printerdrake.pm_.c:3291
+#: ../../printerdrake.pm_.c:3424 ../../printerdrake.pm_.c:3519
msgid "Know how to use this printer"
msgstr "Sapere come usare questa stampante"
-#: ../../printerdrake.pm_.c:3201 ../../printerdrake.pm_.c:3293
+#: ../../printerdrake.pm_.c:3426 ../../printerdrake.pm_.c:3521
msgid "Remove printer"
msgstr "Rimuovi stampante"
-#: ../../printerdrake.pm_.c:3245
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:3472
+#, c-format
msgid "Removing old printer \"%s\"..."
msgstr "Sto rimuovendo la vecchia stampante \"%s\" ..."
-#: ../../printerdrake.pm_.c:3269
+#: ../../printerdrake.pm_.c:3497
msgid "Default printer"
msgstr "Stampante predefinita"
-#: ../../printerdrake.pm_.c:3270
+#: ../../printerdrake.pm_.c:3498
#, c-format
msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../printerdrake.pm_.c:3274 ../../printerdrake.pm_.c:3277
-msgid "Adding printer to Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3502 ../../printerdrake.pm_.c:3505
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3275
+#: ../../printerdrake.pm_.c:3503
#, c-format
msgid ""
-"The printer \"%s\" was successfully added to Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3278
+#: ../../printerdrake.pm_.c:3506
#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org."
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3283 ../../printerdrake.pm_.c:3286
-msgid "Removing printer from Star Office/OpenOffice.org"
+#: ../../printerdrake.pm_.c:3511 ../../printerdrake.pm_.c:3514
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printerdrake.pm_.c:3284
+#: ../../printerdrake.pm_.c:3512
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org."
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3287
+#: ../../printerdrake.pm_.c:3515
#, c-format
-msgid "Failed to remove the printer \"%s\" from Star Office/OpenOffice.org."
+msgid ""
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../printerdrake.pm_.c:3295
+#: ../../printerdrake.pm_.c:3523
#, c-format
msgid "Do you really want to remove the printer \"%s\"?"
msgstr "Volete davvero rimuovere la stampante \"%s\"?"
-#: ../../printerdrake.pm_.c:3297
-#, fuzzy, c-format
+#: ../../printerdrake.pm_.c:3527
+#, c-format
msgid "Removing printer \"%s\"..."
msgstr "Sto rimuovendo la stampante \"%s\" ..."
@@ -9619,7 +9988,7 @@ msgstr "Internet"
msgid "File sharing"
msgstr ""
-#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1669
+#: ../../services.pm_.c:128 ../../standalone/drakbackup_.c:1744
msgid "System"
msgstr "Sistema"
@@ -9672,207 +10041,243 @@ msgstr "Avvia"
msgid "Stop"
msgstr "Stop"
-#: ../../share/advertising/00-thanks.pl_.c:9
-msgid "Thank you for choosing Mandrake Linux 8.2"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:10
+#: ../../share/advertising/01-thanks.pl_.c:10
msgid "Welcome to the Open Source world"
msgstr ""
-#: ../../share/advertising/00-thanks.pl_.c:11
+#: ../../share/advertising/01-thanks.pl_.c:11
msgid ""
"The success of MandrakeSoft is based upon the principle of Free Software. "
"Your new operating system is the result of collaborative work on the part of "
"the worldwide Linux Community"
msgstr ""
-#: ../../share/advertising/01-gnu.pl_.c:9
-msgid "Join the Free Software world"
+#: ../../share/advertising/02-community.pl_.c:9
+#, fuzzy
+msgid "Get involved in the Free Software world"
msgstr "Unisciti al mondo del software libero"
-#: ../../share/advertising/01-gnu.pl_.c:10
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
+msgstr ""
+
+#: ../../share/advertising/02-community.pl_.c:11
msgid ""
-"Get to know the Open Source community and become a member. Learn, teach, and "
-"help others by joining the many discussion forums that you will find in our "
-"\"Community\" webpages"
+"To share your own knowledge and help build Linux tools, join the discussions "
+"forum you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../share/advertising/02-internet.pl_.c:9
-msgid "Internet and Messaging"
-msgstr "Internet e messaggistica istantanea"
+#: ../../share/advertising/03-internet.pl_.c:9
+#, fuzzy
+msgid "Get the most from the Internet"
+msgstr "Connetti a Internet"
-#: ../../share/advertising/02-internet.pl_.c:10
+#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best software to access everything the "
-"Internet has to offer: Surf the web & view animations with Mozilla and "
-"Konqueror, exchange email & organize your personal information with "
-"Evolution and Kmail, and much more"
+"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 ""
-#: ../../share/advertising/03-graphic.pl_.c:9
-msgid "Multimedia and Graphics"
-msgstr "Multimedia e Grafica"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphics and multimedia tools!"
+msgstr ""
+
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
+msgstr ""
-#: ../../share/advertising/03-graphic.pl_.c:10
+#: ../../share/advertising/04-multimedia.pl_.c:11
msgid ""
-"Mandrake Linux 8.2 lets you push your multimedia computer to its limits! Use "
-"the latest software to play music and audio files, edit and organize your "
-"images and photos, watch TV and videos, and much more"
+"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 ""
-#: ../../share/advertising/04-develop.pl_.c:9
-msgid "Development"
-msgstr "Sviluppo"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "Giochi"
-#: ../../share/advertising/04-develop.pl_.c:10
+#: ../../share/advertising/05-games.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 is the ultimate development platform. Discover the power "
-"of the GNU gcc compiler as well as the best Open Source development "
-"environments"
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"cards, sports, strategy..."
msgstr ""
-#: ../../share/advertising/05-contcenter.pl_.c:9
-#: ../../standalone/drakbug_.c:69
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:69
msgid "Mandrake Control Center"
msgstr "Centro di Controllo Mandrake"
-#: ../../share/advertising/05-contcenter.pl_.c:10
+#: ../../share/advertising/06-mcc.pl_.c:10
msgid ""
-"The Mandrake Linux 8.2 Control Center is a one-stop location for fully "
-"customizing and configuring your Mandrake system"
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../share/advertising/06-user.pl_.c:9
+#: ../../share/advertising/07-desktop.pl_.c:9
msgid "User interfaces"
msgstr "Interfacce utente"
-#: ../../share/advertising/06-user.pl_.c:10
+#: ../../share/advertising/07-desktop.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides 11 different graphical desktop environments and "
-"window managers to choose from including GNOME 1.4, KDE 2.2.2, Window Maker "
-"0.8, and the rest"
+"Mandrake Linux 9.0 provides 11 user interfaces which can be fully modified: "
+"KDE 3, Gnome 2, WindowMaker..."
msgstr ""
-#: ../../share/advertising/07-server.pl_.c:9
-msgid "Server Software"
-msgstr "Software per server"
+#: ../../share/advertising/08-development.pl_.c:9
+#, fuzzy
+msgid "Development simplified"
+msgstr "Sviluppo"
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
+msgstr ""
-#: ../../share/advertising/07-server.pl_.c:10
+#: ../../share/advertising/08-development.pl_.c:11
msgid ""
-"Transform your machine into a powerful server with just a few clicks of the "
-"mouse: Web server, email, firewall, router, file and print server, ..."
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
msgstr ""
-#: ../../share/advertising/08-games.pl_.c:9
-msgid "Games"
-msgstr "Giochi"
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
+msgstr ""
-#: ../../share/advertising/08-games.pl_.c:10
+#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"Mandrake Linux 8.2 provides the best Open Source games - arcade, action, "
-"cards, sports, strategy, ..."
+"Transform your machine into a powerful server in a few clicks of your mouse: "
+"Web server, mail, firewall, router, file and print server..."
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:9
-msgid "MandrakeCampus"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
msgstr ""
-#: ../../share/advertising/09-MDKcampus.pl_.c:10
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Would you like to learn Linux simply, quickly, and for free? MandrakeSoft "
-"provides free Linux training, as well as a way to test your progress, at "
-"MandrakeCampus -- our online training center"
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:9
-msgid "MandrakeExpert"
-msgstr "MandrakeExpert"
+#: ../../share/advertising/10-mnf.pl_.c:11
+msgid ""
+"This firewall product includes network features which allow you to fulfill "
+"all your security needs"
+msgstr ""
+
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
+msgstr ""
-#: ../../share/advertising/10-MDKexpert.pl_.c:10
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
+msgstr ""
+
+#: ../../share/advertising/11-mdkstore.pl_.c:10
msgid ""
-"Quality support from the Linux Community, and from MandrakeSoft, is just "
-"around the corner. And if you're already a Linux veteran, become an \"Expert"
-"\" and share your knowledge at our support website"
+"Our full range of Linux solutions, as well as special offers on products and "
+"'goodies', are available online at our e-store"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:9
-msgid "MandrakeConsulting"
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
msgstr ""
-#: ../../share/advertising/11-consul.pl_.c:10
+#: ../../share/advertising/12-mdkstore.pl_.c:10
msgid ""
-"For all of your IT projects, our consultants are ready to analyze your "
-"requirements and offer a customized solution. Benefit from MandrakeSoft's "
-"vast experience as a Linux producer to provide a true IT alternative for "
-"your business organization"
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux; a list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:9
-msgid "MandrakeStore"
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
msgstr ""
-#: ../../share/advertising/12-MDKstore.pl_.c:10
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"A full range of Linux solutions, as well as special offers on products and "
-"'goodies', are available online at our e-store"
+"The training program has been create to respond to the needs of both users "
+"and experts (Network and System administrations)"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:9
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
+msgstr ""
+
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
msgid ""
-"For more information on MandrakeSoft's Professional Services and commercial "
-"offerings, please see the following web page:"
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
+msgstr ""
+
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
+msgid "Become a MandrakeExpert"
msgstr ""
-#: ../../share/advertising/13-Nvert.pl_.c:11
-msgid "http://www.mandrakesoft.com/sales/contact"
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
+msgid ""
+"Find the solutions to your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../standalone.pm_.c:40
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
+msgid ""
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "Centro di Controllo Mandrake"
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
+msgstr ""
+
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
+msgstr ""
+
+#: ../../standalone.pm_.c:41
msgid "Installing packages..."
msgstr "Installazione dei pacchetti ..."
-#: ../../standalone/XFdrake_.c:143
+#: ../../standalone/XFdrake_.c:145
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "Per favore esci e usa Ctrl-Alt-Backspace"
-#: ../../standalone/XFdrake_.c:147
+#: ../../standalone/XFdrake_.c:149
#, c-format
msgid "Please relog into %s to activate the changes"
msgstr "Per favore rientra come %s per attivare le modifiche"
-#: ../../standalone/diskdrake_.c:81
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I'll try to go on blanking bad partitions"
-msgstr ""
-"Non posso leggere la tua tabella delle partizioni, troppo\n"
-"corrotta per me :( . Prover a cancellare le partizioni rovinate."
-
#: ../../standalone/drakTermServ_.c:188
-#, fuzzy
msgid "Mandrake Terminal Server Configuration"
-msgstr "Configurazione della stampante a trasferimento"
+msgstr "Configurazione del Terminal Server Mandrake"
#: ../../standalone/drakTermServ_.c:203
-#, fuzzy
msgid "Enable Server"
-msgstr "Server di database"
+msgstr "Abilita il server"
#: ../../standalone/drakTermServ_.c:210
-#, fuzzy
msgid "Disable Server"
-msgstr "Server di database"
+msgstr "Disabilita il server"
#: ../../standalone/drakTermServ_.c:218
-#, fuzzy
msgid "Start Server"
-msgstr "Server NIS"
+msgstr "Avvia il server"
#: ../../standalone/drakTermServ_.c:225
-#, fuzzy
msgid "Stop Server"
-msgstr "Server NIS"
+msgstr "Ferma il server"
#: ../../standalone/drakTermServ_.c:233
msgid "Etherboot Floppy/ISO"
@@ -9883,21 +10288,20 @@ msgid "Net Boot Images"
msgstr ""
#: ../../standalone/drakTermServ_.c:239
-#, fuzzy
msgid "Add/Del Users"
-msgstr "Aggiungi utente"
+msgstr "Aggiungi/Rimuovi utenti"
#: ../../standalone/drakTermServ_.c:241
-#, fuzzy
msgid "Add/Del Clients"
-msgstr "Cliente DHCP"
-
-#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3282
-#: ../../standalone/drakbackup_.c:3315 ../../standalone/drakbackup_.c:3341
-#: ../../standalone/drakbackup_.c:3368 ../../standalone/drakbackup_.c:3395
-#: ../../standalone/drakbackup_.c:3434 ../../standalone/drakbackup_.c:3455
-#: ../../standalone/drakbackup_.c:3482 ../../standalone/drakbackup_.c:3508
-#: ../../standalone/drakbackup_.c:3533 ../../standalone/drakfont_.c:700
+msgstr "Aggiungi/Rimuovi client"
+
+#: ../../standalone/drakTermServ_.c:246 ../../standalone/drakbackup_.c:3930
+#: ../../standalone/drakbackup_.c:3963 ../../standalone/drakbackup_.c:3989
+#: ../../standalone/drakbackup_.c:4016 ../../standalone/drakbackup_.c:4043
+#: ../../standalone/drakbackup_.c:4082 ../../standalone/drakbackup_.c:4103
+#: ../../standalone/drakbackup_.c:4130 ../../standalone/drakbackup_.c:4160
+#: ../../standalone/drakbackup_.c:4186 ../../standalone/drakbackup_.c:4211
+#: ../../standalone/drakfont_.c:700
msgid "Help"
msgstr "Aiuto"
@@ -9926,28 +10330,24 @@ msgid "Build Single NIC -->"
msgstr ""
#: ../../standalone/drakTermServ_.c:535
-#, fuzzy
msgid "No nic selected!"
-msgstr "Non connesso"
+msgstr "Nessuna NIC selezionata!"
#: ../../standalone/drakTermServ_.c:538
msgid "Build All Kernels -->"
msgstr ""
#: ../../standalone/drakTermServ_.c:552
-#, fuzzy
msgid "<-- Delete"
-msgstr "Cancella"
+msgstr "<-- Cancella"
#: ../../standalone/drakTermServ_.c:559
-#, fuzzy
msgid "Delete All NBIs"
-msgstr "Tutti selezionati"
+msgstr "Cancella tutti i NBI"
#: ../../standalone/drakTermServ_.c:621
-#, fuzzy
msgid "Add User -->"
-msgstr "Aggiungi utente"
+msgstr "Aggiungi utente -->"
#: ../../standalone/drakTermServ_.c:629
msgid "<-- Del User"
@@ -9958,24 +10358,20 @@ msgid "Add Client -->"
msgstr ""
#: ../../standalone/drakTermServ_.c:735
-#, fuzzy
msgid "<-- Del Client"
-msgstr "Cliente DHCP"
+msgstr "<-- Rimuovi client"
#: ../../standalone/drakTermServ_.c:741
-#, fuzzy
msgid "dhcpd Config..."
-msgstr "Sto configurando..."
+msgstr "Configurazione dhcpd ..."
#: ../../standalone/drakTermServ_.c:888
-#, fuzzy
msgid "Write Config"
-msgstr "riconfigura"
+msgstr "Scrivi configurazione"
#: ../../standalone/drakTermServ_.c:946
-#, fuzzy
msgid "Please insert floppy disk:"
-msgstr "Per favore inserisci il floppy di avvio utilizzato nel drive %s"
+msgstr "Per favore inserisci il floppy disk:"
#: ../../standalone/drakTermServ_.c:950
msgid "Couldn't access the floppy!"
@@ -9986,9 +10382,8 @@ msgid "Floppy can be removed now"
msgstr ""
#: ../../standalone/drakTermServ_.c:955
-#, fuzzy
msgid "No floppy drive available!"
-msgstr "Nessun drive floppy disponibile"
+msgstr "Nessun drive floppy disponibile!"
#: ../../standalone/drakTermServ_.c:964
#, c-format
@@ -10042,9 +10437,8 @@ msgid ""
msgstr ""
#: ../../standalone/drakautoinst_.c:81 ../../standalone/drakautoinst_.c:82
-#, fuzzy
msgid "Creating auto install floppy"
-msgstr "Sto creando il floppy di auto installazione"
+msgstr "Sto creando il floppy di installazione automatica"
#: ../../standalone/drakautoinst_.c:144
msgid ""
@@ -10054,8 +10448,8 @@ msgid ""
"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:548
-#: ../../standalone/scannerdrake_.c:105
+#: ../../standalone/drakautoinst_.c:239 ../../standalone/drakgw_.c:484
+#: ../../standalone/scannerdrake_.c:119
msgid "Congratulations!"
msgstr "Congratulazioni!"
@@ -10077,27 +10471,31 @@ msgstr "Aggiungi una voce"
msgid "Remove the last item"
msgstr "Rimuovi l'ultima voce"
-#: ../../standalone/drakbackup_.c:625
+#: ../../standalone/drakbackup_.c:619
msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../standalone/drakbackup_.c:731
+#: ../../standalone/drakbackup_.c:725
msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup_.c:732
+#: ../../standalone/drakbackup_.c:726
#, fuzzy
msgid "FATAL"
msgstr "FAT"
-#: ../../standalone/drakbackup_.c:744
+#: ../../standalone/drakbackup_.c:727
+msgid "INFO"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:739
msgid ""
"\n"
" DrakBackup Report \n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:745
+#: ../../standalone/drakbackup_.c:740
msgid ""
"\n"
" DrakBackup Daemon Report\n"
@@ -10105,7 +10503,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:749
+#: ../../standalone/drakbackup_.c:744
msgid ""
"\n"
" DrakBackup Report Details\n"
@@ -10113,13 +10511,20 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:770 ../../standalone/drakbackup_.c:840
-#: ../../standalone/drakbackup_.c:894
+#: ../../standalone/drakbackup_.c:765 ../../standalone/drakbackup_.c:835
+#: ../../standalone/drakbackup_.c:889
#, fuzzy
msgid "Total progess"
msgstr "progresso totale"
-#: ../../standalone/drakbackup_.c:822
+#: ../../standalone/drakbackup_.c:788
+msgid ""
+"Sorry, perl-Expect is not installed/enabled. To use\n"
+"this feature, install perl-Expect and comment lines 772-774,\n"
+" as well as 788,789. Then uncomment line 787."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:817
#, c-format
msgid ""
"%s exists, delete?\n"
@@ -10128,16 +10533,41 @@ msgid ""
" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../standalone/drakbackup_.c:831
+#: ../../standalone/drakbackup_.c:826
msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../standalone/drakbackup_.c:838
+#: ../../standalone/drakbackup_.c:833
#, c-format
msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../standalone/drakbackup_.c:865
+#: ../../standalone/drakbackup_.c:850
+#, c-format
+msgid "No password prompt on %s at port %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:851
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Nessuna Password"
+
+#: ../../standalone/drakbackup_.c:852
+#, c-format
+msgid "Permission denied transferring %s to %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:853
+#, c-format
+msgid "Can't find %s on %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:856
+#, c-format
+msgid "%s not responding"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:860
#, c-format
msgid ""
"Transfer successful\n"
@@ -10148,60 +10578,65 @@ msgid ""
"without being prompted for a password."
msgstr ""
-#: ../../standalone/drakbackup_.c:908
+#: ../../standalone/drakbackup_.c:903
msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../standalone/drakbackup_.c:912
+#: ../../standalone/drakbackup_.c:907
msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../standalone/drakbackup_.c:934
+#: ../../standalone/drakbackup_.c:928
msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../standalone/drakbackup_.c:938
+#: ../../standalone/drakbackup_.c:932
msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:942
+#: ../../standalone/drakbackup_.c:936
msgid "Not erasable media!"
msgstr ""
-#: ../../standalone/drakbackup_.c:981
+#: ../../standalone/drakbackup_.c:975
msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup_.c:1045
+#: ../../standalone/drakbackup_.c:1060
msgid "Permission problem accessing CD."
msgstr ""
-#: ../../standalone/drakbackup_.c:1144 ../../standalone/drakbackup_.c:1193
+#: ../../standalone/drakbackup_.c:1087
+#, c-format
+msgid "No tape in %s!"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1199 ../../standalone/drakbackup_.c:1248
msgid "Backup system files..."
msgstr "Backup dei file di sistema..."
-#: ../../standalone/drakbackup_.c:1194 ../../standalone/drakbackup_.c:1261
+#: ../../standalone/drakbackup_.c:1249 ../../standalone/drakbackup_.c:1316
msgid "Hard Disk Backup files..."
msgstr "File di backup su disco rigido..."
-#: ../../standalone/drakbackup_.c:1206
+#: ../../standalone/drakbackup_.c:1261
msgid "Backup User files..."
msgstr "Backup dei file dell'utente"
-#: ../../standalone/drakbackup_.c:1207
+#: ../../standalone/drakbackup_.c:1262
msgid "Hard Disk Backup Progress..."
msgstr "Progresso del backup del disco rigido..."
-#: ../../standalone/drakbackup_.c:1260
+#: ../../standalone/drakbackup_.c:1315
msgid "Backup Other files..."
msgstr "Backup di altri file"
-#: ../../standalone/drakbackup_.c:1266
+#: ../../standalone/drakbackup_.c:1321
#, fuzzy
msgid "No changes to backup!"
msgstr "Usa unit a nastro per effettuare il backup"
-#: ../../standalone/drakbackup_.c:1282 ../../standalone/drakbackup_.c:1305
+#: ../../standalone/drakbackup_.c:1337 ../../standalone/drakbackup_.c:1360
#, c-format
msgid ""
"\n"
@@ -10209,53 +10644,52 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1289
+#: ../../standalone/drakbackup_.c:1344
#, fuzzy, c-format
msgid ""
-"file list sent by FTP : %s\n"
+"file list sent by FTP: %s\n"
" "
msgstr "trasmissione file via FTP"
-#: ../../standalone/drakbackup_.c:1292
+#: ../../standalone/drakbackup_.c:1347
msgid ""
"\n"
" FTP connection problem: It was not possible to send your backup files by "
"FTP.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1310
+#: ../../standalone/drakbackup_.c:1365
msgid ""
"\n"
"Drakbackup activities via CD:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1315
+#: ../../standalone/drakbackup_.c:1370
msgid ""
"\n"
"Drakbackup activities via tape:\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:1324
-#, fuzzy
+#: ../../standalone/drakbackup_.c:1379
msgid " Error during mail sending. \n"
-msgstr "Errore leggendo il file %s"
+msgstr "Errore durante l'invio della mail. \n"
-#: ../../standalone/drakbackup_.c:1346
+#: ../../standalone/drakbackup_.c:1404
msgid "Can't create catalog!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1459 ../../standalone/drakbackup_.c:1470
-#: ../../standalone/drakbackup_.c:1481 ../../standalone/drakfont_.c:1004
+#: ../../standalone/drakbackup_.c:1517 ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakfont_.c:1004
msgid "File Selection"
msgstr "Selezione file"
-#: ../../standalone/drakbackup_.c:1486
+#: ../../standalone/drakbackup_.c:1556
msgid "Select the files or directories and click on 'Add'"
msgstr "Selezionate i file e le directory e cliccate su 'Aggiungi'"
-#: ../../standalone/drakbackup_.c:1525
+#: ../../standalone/drakbackup_.c:1600
msgid ""
"\n"
"Please check all options that you need.\n"
@@ -10263,7 +10697,7 @@ msgstr ""
"\n"
"Per favore abilitate tutte le opzioni necessarie\n"
-#: ../../standalone/drakbackup_.c:1526
+#: ../../standalone/drakbackup_.c:1601
msgid ""
"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
@@ -10271,20 +10705,20 @@ msgstr ""
"nella\n"
"vostra directory /etc.\n"
-#: ../../standalone/drakbackup_.c:1527
+#: ../../standalone/drakbackup_.c:1602
#, fuzzy
msgid "Backup your System files. (/etc directory)"
msgstr "Backup dei vostri file di sistema (directory /etc)"
-#: ../../standalone/drakbackup_.c:1528
+#: ../../standalone/drakbackup_.c:1603
msgid "Use incremental backup (do not replace old backups)"
msgstr "Usa backup incrementali (non sostituire i vecchi backup)"
-#: ../../standalone/drakbackup_.c:1529
+#: ../../standalone/drakbackup_.c:1604
msgid "Do not include critical files (passwd, group, fstab)"
msgstr "Non includere file critici (passwd, group, fstab)"
-#: ../../standalone/drakbackup_.c:1530
+#: ../../standalone/drakbackup_.c:1605
msgid ""
"With this option you will be able to restore any version\n"
" of your /etc directory."
@@ -10292,127 +10726,131 @@ msgstr ""
"Grazie a questa opzione sarete in grado di ripristinare ogni versione della\n"
"vostra directory /etc."
-#: ../../standalone/drakbackup_.c:1547
+#: ../../standalone/drakbackup_.c:1622
msgid "Please check all users that you want to include in your backup."
msgstr "Per favore scegli tutti gli utenti che vuoi includere nel backup"
-#: ../../standalone/drakbackup_.c:1574
+#: ../../standalone/drakbackup_.c:1649
msgid "Do not include the browser cache"
msgstr "Non includere la cache del navigatore"
-#: ../../standalone/drakbackup_.c:1575 ../../standalone/drakbackup_.c:1599
+#: ../../standalone/drakbackup_.c:1650 ../../standalone/drakbackup_.c:1674
msgid "Use Incremental Backups (do not replace old backups)"
msgstr "Usa backup incrementali (non sostituire i vecchi backup)"
-#: ../../standalone/drakbackup_.c:1597 ../../standalone/drakfont_.c:1058
+#: ../../standalone/drakbackup_.c:1672 ../../standalone/drakfont_.c:1058
msgid "Remove Selected"
msgstr "Rimuovi quelli selezionati"
-#: ../../standalone/drakbackup_.c:1635
+#: ../../standalone/drakbackup_.c:1710
msgid "Windows (FAT32)"
msgstr "Windows (FAT32)"
-#: ../../standalone/drakbackup_.c:1674
+#: ../../standalone/drakbackup_.c:1749
msgid "Users"
msgstr "Utenti"
-#: ../../standalone/drakbackup_.c:1700
+#: ../../standalone/drakbackup_.c:1775
#, fuzzy
msgid "Use network connection to backup"
msgstr "Usa unit a nastro per effettuare il backup"
-#: ../../standalone/drakbackup_.c:1706
+#: ../../standalone/drakbackup_.c:1777
+msgid "Net Method:"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:1781
msgid "Use Expect for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1707
+#: ../../standalone/drakbackup_.c:1782
msgid ""
"Create/Transfer\n"
"backup keys for SSH"
msgstr ""
-#: ../../standalone/drakbackup_.c:1708
+#: ../../standalone/drakbackup_.c:1783
msgid ""
" Transfer \n"
"Now"
msgstr ""
-#: ../../standalone/drakbackup_.c:1709
+#: ../../standalone/drakbackup_.c:1784
msgid "Keys in place already"
msgstr ""
-#: ../../standalone/drakbackup_.c:1713
+#: ../../standalone/drakbackup_.c:1788
msgid "Please enter the host name or IP."
msgstr "Per favore inserisci il nome dell'host o l'IP"
-#: ../../standalone/drakbackup_.c:1718
+#: ../../standalone/drakbackup_.c:1793
#, fuzzy
msgid ""
"Please enter the directory (or module) to\n"
" put the backup on this host."
msgstr "Per favore, indicate la directory in cui sono archiviati i backup"
-#: ../../standalone/drakbackup_.c:1723
+#: ../../standalone/drakbackup_.c:1798
msgid "Please enter your login"
msgstr "Per favore inserisci il tuo nomei di login"
-#: ../../standalone/drakbackup_.c:1728
+#: ../../standalone/drakbackup_.c:1803
msgid "Please enter your password"
msgstr "Per favore inserisci la tua password"
-#: ../../standalone/drakbackup_.c:1734
+#: ../../standalone/drakbackup_.c:1809
msgid "Remember this password"
msgstr "Ricorda questa password"
-#: ../../standalone/drakbackup_.c:1745
+#: ../../standalone/drakbackup_.c:1820
msgid "Need hostname, username and password!"
msgstr ""
-#: ../../standalone/drakbackup_.c:1841
+#: ../../standalone/drakbackup_.c:1915
msgid "Use CD/DVDROM to backup"
msgstr ""
-#: ../../standalone/drakbackup_.c:1844
+#: ../../standalone/drakbackup_.c:1918
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:1849
+#: ../../standalone/drakbackup_.c:1923
#, fuzzy
msgid "Please choose your CD/DVD media size"
msgstr "Per favore, scegliete lo spazio su CD"
-#: ../../standalone/drakbackup_.c:1855
+#: ../../standalone/drakbackup_.c:1929
#, fuzzy
msgid "Please check for multisession CD"
msgstr "Per favore, accertatevi di usare supporti CD-RW"
-#: ../../standalone/drakbackup_.c:1861
+#: ../../standalone/drakbackup_.c:1935
msgid "Please check if you are using CDRW media"
msgstr "Per favore, accertatevi di usare supporti CD-RW"
-#: ../../standalone/drakbackup_.c:1867
+#: ../../standalone/drakbackup_.c:1941
#, fuzzy
msgid "Please check if you want to erase your RW media (1st Session)"
msgstr "Per favore, accertatevi di usare supporti CD-RW"
-#: ../../standalone/drakbackup_.c:1868
+#: ../../standalone/drakbackup_.c:1942
msgid " Erase Now "
msgstr ""
-#: ../../standalone/drakbackup_.c:1874
+#: ../../standalone/drakbackup_.c:1948
#, fuzzy
msgid "Please check if you are using a DVDR device"
msgstr "Per favore, accertatevi di usare supporti CD-RW"
-#: ../../standalone/drakbackup_.c:1880
+#: ../../standalone/drakbackup_.c:1954
#, fuzzy
msgid "Please check if you are using a DVDRAM device"
msgstr "Per favore, accertatevi di usare supporti CD-RW"
-#: ../../standalone/drakbackup_.c:1893
+#: ../../standalone/drakbackup_.c:1967
msgid ""
"Please enter your CD Writer device name\n"
" ex: 0,1,0"
@@ -10420,36 +10858,36 @@ msgstr ""
"Per favore, inserite il numero che identifica il vostro masterizzatore\n"
"ad esempio: 0,1,0"
-#: ../../standalone/drakbackup_.c:1926
+#: ../../standalone/drakbackup_.c:2000
#, fuzzy
msgid "No CD device defined!"
msgstr "Scegli file"
-#: ../../standalone/drakbackup_.c:1974
+#: ../../standalone/drakbackup_.c:2048
msgid "Use tape to backup"
msgstr "Usa unit a nastro per effettuare il backup"
-#: ../../standalone/drakbackup_.c:1977
+#: ../../standalone/drakbackup_.c:2051
msgid "Please enter the device name to use for backup"
msgstr "Per favore, inserite il nome del dispositivo da usare per il backup"
-#: ../../standalone/drakbackup_.c:1983
+#: ../../standalone/drakbackup_.c:2057
#, fuzzy
msgid "Please check if you want to use the non-rewinding device."
msgstr "Per favore scegli tutti gli utenti che vuoi includere nel backup"
-#: ../../standalone/drakbackup_.c:1989
+#: ../../standalone/drakbackup_.c:2063
#, fuzzy
msgid "Please check if you want to erase your tape before the backup."
msgstr "Per favore scegli tutti gli utenti che vuoi includere nel backup"
-#: ../../standalone/drakbackup_.c:1995
+#: ../../standalone/drakbackup_.c:2069
#, fuzzy
msgid "Please check if you want to eject your tape after the backup."
msgstr "Per favore scegli tutti gli utenti che vuoi includere nel backup"
-#: ../../standalone/drakbackup_.c:2001 ../../standalone/drakbackup_.c:2074
-#: ../../standalone/drakbackup_.c:3025
+#: ../../standalone/drakbackup_.c:2075 ../../standalone/drakbackup_.c:2149
+#: ../../standalone/drakbackup_.c:3116
msgid ""
"Please enter the maximum size\n"
" allowed for Drakbackup"
@@ -10457,57 +10895,57 @@ msgstr ""
"Per favore, indicate le dimensioni massime\n"
"concesse a Drakbackup"
-#: ../../standalone/drakbackup_.c:2066
+#: ../../standalone/drakbackup_.c:2140
#, fuzzy
msgid "Please enter the directory to save to:"
msgstr "Per favore inserisci la directory da salvare:"
-#: ../../standalone/drakbackup_.c:2080 ../../standalone/drakbackup_.c:3031
+#: ../../standalone/drakbackup_.c:2155 ../../standalone/drakbackup_.c:3122
msgid "Use quota for backup files."
msgstr "Usa una quota per i file di backup."
-#: ../../standalone/drakbackup_.c:2146
+#: ../../standalone/drakbackup_.c:2221
msgid "Network"
msgstr "Rete"
-#: ../../standalone/drakbackup_.c:2151
+#: ../../standalone/drakbackup_.c:2226
msgid "CDROM / DVDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2156
+#: ../../standalone/drakbackup_.c:2231
msgid "HardDrive / NFS"
msgstr "Disco rigido /NFS"
-#: ../../standalone/drakbackup_.c:2161
+#: ../../standalone/drakbackup_.c:2236
#, fuzzy
msgid "Tape"
msgstr "Tipo"
-#: ../../standalone/drakbackup_.c:2175 ../../standalone/drakbackup_.c:2179
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2250 ../../standalone/drakbackup_.c:2254
+#: ../../standalone/drakbackup_.c:2258
msgid "hourly"
msgstr "ogni ora"
-#: ../../standalone/drakbackup_.c:2176 ../../standalone/drakbackup_.c:2180
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2251 ../../standalone/drakbackup_.c:2255
+#: ../../standalone/drakbackup_.c:2258
msgid "daily"
msgstr "ogni giorno"
-#: ../../standalone/drakbackup_.c:2177 ../../standalone/drakbackup_.c:2181
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2252 ../../standalone/drakbackup_.c:2256
+#: ../../standalone/drakbackup_.c:2258
msgid "weekly"
msgstr "settimanale"
-#: ../../standalone/drakbackup_.c:2178 ../../standalone/drakbackup_.c:2182
-#: ../../standalone/drakbackup_.c:2183
+#: ../../standalone/drakbackup_.c:2253 ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2258
msgid "monthly"
msgstr "ogni mese"
-#: ../../standalone/drakbackup_.c:2196
+#: ../../standalone/drakbackup_.c:2271
msgid "Use daemon"
msgstr "Usa demone"
-#: ../../standalone/drakbackup_.c:2201
+#: ../../standalone/drakbackup_.c:2276
msgid ""
"Please choose the time \n"
"interval between each backup"
@@ -10515,7 +10953,7 @@ msgstr ""
"Per favore, scegli la frequenza\n"
"del backup"
-#: ../../standalone/drakbackup_.c:2207
+#: ../../standalone/drakbackup_.c:2282
msgid ""
"Please choose the\n"
"media for backup."
@@ -10523,7 +10961,7 @@ msgstr ""
"Per favore, scegli il supporto\n"
"del backup"
-#: ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2289
#, fuzzy
msgid ""
"Please be sure that the cron daemon is included in your services. \n"
@@ -10532,71 +10970,71 @@ msgid ""
msgstr ""
"Per favore, accertatevi che il demone cron sia incluso fra i servizi attivi"
-#: ../../standalone/drakbackup_.c:2251
-msgid "Send mail report after each backup to :"
+#: ../../standalone/drakbackup_.c:2326
+msgid "Send mail report after each backup to:"
msgstr "Dopo ogni backup invia una mail rapporto a:"
-#: ../../standalone/drakbackup_.c:2257
+#: ../../standalone/drakbackup_.c:2332
msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../standalone/drakbackup_.c:2296
+#: ../../standalone/drakbackup_.c:2371
msgid "What"
msgstr "Cosa"
-#: ../../standalone/drakbackup_.c:2301
+#: ../../standalone/drakbackup_.c:2376
msgid "Where"
msgstr "Dove"
-#: ../../standalone/drakbackup_.c:2306
+#: ../../standalone/drakbackup_.c:2381
msgid "When"
msgstr "Quando"
-#: ../../standalone/drakbackup_.c:2311
+#: ../../standalone/drakbackup_.c:2386
msgid "More Options"
msgstr "Altre opzioni"
-#: ../../standalone/drakbackup_.c:2330 ../../standalone/drakbackup_.c:3873
+#: ../../standalone/drakbackup_.c:2405 ../../standalone/drakbackup_.c:4530
msgid "Drakbackup Configuration"
msgstr "Configurazione di Drakbackup"
-#: ../../standalone/drakbackup_.c:2348
+#: ../../standalone/drakbackup_.c:2423
msgid "Please choose where you want to backup"
msgstr "Per favore scegliete dove volete effettuare il backup"
-#: ../../standalone/drakbackup_.c:2350
+#: ../../standalone/drakbackup_.c:2425
msgid "on Hard Drive"
msgstr "sul disco rigido"
-#: ../../standalone/drakbackup_.c:2360
+#: ../../standalone/drakbackup_.c:2435
msgid "across Network"
msgstr "sulla rete"
-#: ../../standalone/drakbackup_.c:2370
+#: ../../standalone/drakbackup_.c:2445
msgid "on CDROM"
msgstr ""
-#: ../../standalone/drakbackup_.c:2378
+#: ../../standalone/drakbackup_.c:2453
msgid "on Tape Device"
msgstr ""
-#: ../../standalone/drakbackup_.c:2421
+#: ../../standalone/drakbackup_.c:2496
msgid "Please choose what you want to backup"
msgstr "Per favore scegliete i pacchetti che volete installare."
-#: ../../standalone/drakbackup_.c:2422
+#: ../../standalone/drakbackup_.c:2497
msgid "Backup system"
msgstr "Sistema di backup"
-#: ../../standalone/drakbackup_.c:2423
+#: ../../standalone/drakbackup_.c:2498
msgid "Backup Users"
msgstr "Fai il backup degli utenti"
-#: ../../standalone/drakbackup_.c:2426
+#: ../../standalone/drakbackup_.c:2501
msgid "Select user manually"
msgstr "Seleziona l'utente manualmente"
-#: ../../standalone/drakbackup_.c:2508
+#: ../../standalone/drakbackup_.c:2584
msgid ""
"\n"
"Backup Sources: \n"
@@ -10604,7 +11042,7 @@ msgstr ""
"\n"
"Fonti del backup: \n"
-#: ../../standalone/drakbackup_.c:2509
+#: ../../standalone/drakbackup_.c:2585
msgid ""
"\n"
"- System Files:\n"
@@ -10612,7 +11050,7 @@ msgstr ""
"\n"
"- File di sistema:\n"
-#: ../../standalone/drakbackup_.c:2511
+#: ../../standalone/drakbackup_.c:2587
msgid ""
"\n"
"- User Files:\n"
@@ -10620,7 +11058,7 @@ msgstr ""
"\n"
"- File degli utenti:\n"
-#: ../../standalone/drakbackup_.c:2513
+#: ../../standalone/drakbackup_.c:2589
msgid ""
"\n"
"- Other Files:\n"
@@ -10628,64 +11066,64 @@ msgstr ""
"\n"
"- Altri file:\n"
-#: ../../standalone/drakbackup_.c:2515
+#: ../../standalone/drakbackup_.c:2591
#, c-format
msgid ""
"\n"
-"- Save on Hard drive on path : %s\n"
+"- Save on Hard drive on path: %s\n"
msgstr ""
"\n"
"- Salva su disco rigido seguendo il percorso: %s\n"
-#: ../../standalone/drakbackup_.c:2518
+#: ../../standalone/drakbackup_.c:2594
msgid ""
"\n"
"- Delete hard drive tar files after backup.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2524
+#: ../../standalone/drakbackup_.c:2600
msgid ""
"\n"
"- Burn to CD"
msgstr ""
-#: ../../standalone/drakbackup_.c:2525
+#: ../../standalone/drakbackup_.c:2601
msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup_.c:2526
+#: ../../standalone/drakbackup_.c:2602
#, fuzzy, c-format
-msgid " on device : %s"
+msgid " on device: %s"
msgstr "Dispositivo del mouse: %s\n"
-#: ../../standalone/drakbackup_.c:2527
+#: ../../standalone/drakbackup_.c:2603
msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakbackup_.c:2528
+#: ../../standalone/drakbackup_.c:2604
#, fuzzy, c-format
msgid ""
"\n"
-"- Save to Tape on device : %s"
+"- Save to Tape on device: %s"
msgstr ""
"\n"
"- Salva via FTP sull'host: %s\n"
-#: ../../standalone/drakbackup_.c:2529
+#: ../../standalone/drakbackup_.c:2605
#, c-format
msgid "\t\tErase=%s"
msgstr ""
-#: ../../standalone/drakbackup_.c:2532
+#: ../../standalone/drakbackup_.c:2608
#, fuzzy, c-format
msgid ""
"\n"
-"- Save via %s on host : %s\n"
+"- Save via %s on host: %s\n"
msgstr ""
"\n"
"- Salva via FTP sull'host: %s\n"
-#: ../../standalone/drakbackup_.c:2533
+#: ../../standalone/drakbackup_.c:2609
#, c-format
msgid ""
"\t\t user name: %s\n"
@@ -10694,7 +11132,7 @@ msgstr ""
"\t\tnome utente:%s\n"
"\t\tsul percorso:%s\n"
-#: ../../standalone/drakbackup_.c:2534
+#: ../../standalone/drakbackup_.c:2610
msgid ""
"\n"
"- Options:\n"
@@ -10702,225 +11140,343 @@ msgstr ""
"\n"
"-Opzioni:\n"
-#: ../../standalone/drakbackup_.c:2535
+#: ../../standalone/drakbackup_.c:2611
msgid "\tDo not include System Files\n"
msgstr "\tNon includere file di sistema\n"
-#: ../../standalone/drakbackup_.c:2538
+#: ../../standalone/drakbackup_.c:2614
msgid "\tBackups use tar and bzip2\n"
msgstr "\tEffettua backup usando tar e bzip2\n"
-#: ../../standalone/drakbackup_.c:2540
+#: ../../standalone/drakbackup_.c:2616
msgid "\tBackups use tar and gzip\n"
msgstr "\tI backup fanno uso di tar e gzip\n"
-#: ../../standalone/drakbackup_.c:2543
+#: ../../standalone/drakbackup_.c:2619
#, c-format
msgid ""
"\n"
-"- Daemon (%s) include :\n"
+"- Daemon (%s) include:\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2544
+#: ../../standalone/drakbackup_.c:2620
msgid "\t-Hard drive.\n"
msgstr "\t-Disco rigido.\n"
-#: ../../standalone/drakbackup_.c:2545
+#: ../../standalone/drakbackup_.c:2621
msgid "\t-CDROM.\n"
msgstr "\t-CDROM.\n"
-#: ../../standalone/drakbackup_.c:2546
+#: ../../standalone/drakbackup_.c:2622
msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakbackup_.c:2547
+#: ../../standalone/drakbackup_.c:2623
msgid "\t-Network by FTP.\n"
msgstr "\t-Rete via FTP.\n"
-#: ../../standalone/drakbackup_.c:2548
+#: ../../standalone/drakbackup_.c:2624
msgid "\t-Network by SSH.\n"
msgstr "\t-Rete via SSH.\n"
-#: ../../standalone/drakbackup_.c:2549
+#: ../../standalone/drakbackup_.c:2625
#, fuzzy
msgid "\t-Network by rsync.\n"
msgstr "\t-Rete via FTP.\n"
-#: ../../standalone/drakbackup_.c:2550
+#: ../../standalone/drakbackup_.c:2626
#, fuzzy
msgid "\t-Network by webdav.\n"
msgstr "\t-Rete via FTP.\n"
-#: ../../standalone/drakbackup_.c:2552
+#: ../../standalone/drakbackup_.c:2628
msgid "No configuration, please click Wizard or Advanced.\n"
msgstr ""
"Nessun file di configurazione, per favore cliccate su Assistente o "
"Avanzato.\n"
-#: ../../standalone/drakbackup_.c:2558
+#: ../../standalone/drakbackup_.c:2634
msgid ""
"List of data to restore:\n"
"\n"
msgstr "Lista di dati da ripristinare:\n"
-#: ../../standalone/drakbackup_.c:2725
+#: ../../standalone/drakbackup_.c:2801
msgid ""
"List of data corrupted:\n"
"\n"
msgstr "Lista di dati corrotti:\n"
-#: ../../standalone/drakbackup_.c:2727
+#: ../../standalone/drakbackup_.c:2803
msgid "Please uncheck or remove it on next time."
msgstr "Per favore scegliete a che porta seriale connesso il vostro modem."
-#: ../../standalone/drakbackup_.c:2737
+#: ../../standalone/drakbackup_.c:2813
msgid "Backup files are corrupted"
msgstr "I file di backup sono corrotti"
-#: ../../standalone/drakbackup_.c:2758
+#: ../../standalone/drakbackup_.c:2834
#, fuzzy
msgid " All of your selected data have been "
msgstr "Tutti i dati selezionati sono stati"
-#: ../../standalone/drakbackup_.c:2759
+#: ../../standalone/drakbackup_.c:2835
#, c-format
msgid " Successfuly Restored on %s "
msgstr "Ripristinati con successo su%s"
-#: ../../standalone/drakbackup_.c:2877
+#: ../../standalone/drakbackup_.c:2953
msgid " Restore Configuration "
msgstr "Ripristina configurazione"
-#: ../../standalone/drakbackup_.c:2895
+#: ../../standalone/drakbackup_.c:2971
msgid "OK to restore the other files."
msgstr "OK al ripristino degli altri file"
-#: ../../standalone/drakbackup_.c:2912
+#: ../../standalone/drakbackup_.c:2988
msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
"Lista degli utenti da ripristinare (solo la data pi recente per utente "
"importante)"
-#: ../../standalone/drakbackup_.c:2975
+#: ../../standalone/drakbackup_.c:3066
msgid "Backup the system files before:"
msgstr "Effettua il backup dei file di sistema prima di:"
-#: ../../standalone/drakbackup_.c:2977
+#: ../../standalone/drakbackup_.c:3068
msgid "please choose the date to restore"
msgstr "Per favore, scegliete la data da ripristinare"
-#: ../../standalone/drakbackup_.c:3014
+#: ../../standalone/drakbackup_.c:3105
msgid "Use Hard Disk to backup"
msgstr "Usa il disco rigido per effettuare il backup"
-#: ../../standalone/drakbackup_.c:3017
+#: ../../standalone/drakbackup_.c:3108
msgid "Please enter the directory to save:"
msgstr "Per favore inserisci la directory da salvare:"
-#: ../../standalone/drakbackup_.c:3060
+#: ../../standalone/drakbackup_.c:3151
msgid "FTP Connection"
msgstr "Connessione FTP"
-#: ../../standalone/drakbackup_.c:3067
+#: ../../standalone/drakbackup_.c:3158
msgid "Secure Connection"
msgstr "Connessione sicura"
-#: ../../standalone/drakbackup_.c:3093
+#: ../../standalone/drakbackup_.c:3184
msgid "Restore from Hard Disk."
msgstr "Ripristina da disco rigido"
-#: ../../standalone/drakbackup_.c:3095
+#: ../../standalone/drakbackup_.c:3186
msgid "Please enter the directory where backups are stored"
msgstr "Per favore, indicate la directory in cui sono archiviati i backup"
-#: ../../standalone/drakbackup_.c:3157
+#: ../../standalone/drakbackup_.c:3254
msgid "Select another media to restore from"
msgstr "Scegliete un altro supporto dal quale effettuare il ripristino"
-#: ../../standalone/drakbackup_.c:3159
+#: ../../standalone/drakbackup_.c:3256
msgid "Other Media"
msgstr "Altri supporti"
-#: ../../standalone/drakbackup_.c:3164
+#: ../../standalone/drakbackup_.c:3261
msgid "Restore system"
msgstr "Ripristina sistema"
-#: ../../standalone/drakbackup_.c:3165
+#: ../../standalone/drakbackup_.c:3262
msgid "Restore Users"
msgstr "Ripristina utenti"
-#: ../../standalone/drakbackup_.c:3166
+#: ../../standalone/drakbackup_.c:3263
msgid "Restore Other"
msgstr "Ripristina altro"
-#: ../../standalone/drakbackup_.c:3168
+#: ../../standalone/drakbackup_.c:3265
#, fuzzy
msgid "select path to restore (instead of /)"
msgstr "selezionate il percorso del ripristino (invece di / )"
-#: ../../standalone/drakbackup_.c:3172
+#: ../../standalone/drakbackup_.c:3269
msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
"Effettua nuovo backup prima del ripristino (solo per backup incrementali)."
-#: ../../standalone/drakbackup_.c:3174
+#: ../../standalone/drakbackup_.c:3271
msgid "Remove user directories before restore."
msgstr "Rimuovi le directory dell'utente prima del ripristino."
-#: ../../standalone/drakbackup_.c:3232
+#: ../../standalone/drakbackup_.c:3384
+msgid ""
+"Restore Selected\n"
+"Catalog Entry"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3394
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
+msgstr "Rimuovi quelli selezionati"
+
+#: ../../standalone/drakbackup_.c:3411
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "Ripristina altro"
+
+#: ../../standalone/drakbackup_.c:3477
+#, fuzzy, c-format
+msgid "Backup files not found at %s."
+msgstr "I file di backup sono corrotti"
+
+#: ../../standalone/drakbackup_.c:3490
+#, c-format
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3490
+#, fuzzy
+msgid "Restore From CD"
+msgstr "Ripristina da disco rigido"
+
+#: ../../standalone/drakbackup_.c:3492
+#, c-format
+msgid "Not the correct CD label. Disk is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, c-format
+msgid ""
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3502
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "Ripristina tabella delle partizioni"
+
+#: ../../standalone/drakbackup_.c:3504
+#, c-format
+msgid "Not the correct tape label. Tape is labelled %s."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3524
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "Ripristina utenti"
+
+#: ../../standalone/drakbackup_.c:3524
+#, c-format
+msgid "Restore Via Network Protocol: %s"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3525
+#, fuzzy
+msgid "Host Name"
+msgstr "Nome host"
+
+#: ../../standalone/drakbackup_.c:3526
+msgid "Host Path or Module"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3533
+#, fuzzy
+msgid "Password required"
+msgstr "Password"
+
+#: ../../standalone/drakbackup_.c:3539
+#, fuzzy
+msgid "Username required"
+msgstr "Nome utente"
+
+#: ../../standalone/drakbackup_.c:3542
+#, fuzzy
+msgid "Hostname required"
+msgstr "Nome host: "
+
+#: ../../standalone/drakbackup_.c:3547
+msgid "Path or Module required"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3560
+msgid "Files Restored..."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3563
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "Ripristina altro"
+
+#: ../../standalone/drakbackup_.c:3801
msgid "Restore all backups"
msgstr "Ripristina tutti i backup"
-#: ../../standalone/drakbackup_.c:3241
+#: ../../standalone/drakbackup_.c:3810
msgid "Custom Restore"
msgstr "Personalizza il ripristino"
-#: ../../standalone/drakbackup_.c:3287 ../../standalone/drakbackup_.c:3320
-#: ../../standalone/drakbackup_.c:3346 ../../standalone/drakbackup_.c:3373
-#: ../../standalone/drakbackup_.c:3400 ../../standalone/drakbackup_.c:3460
-#: ../../standalone/drakbackup_.c:3487 ../../standalone/drakbackup_.c:3513
+#: ../../standalone/drakbackup_.c:3856
+msgid "CD in place - continue."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3862
+msgid "Browse to new restore repository."
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:3865
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "Ripristina tabella delle partizioni"
+
+#: ../../standalone/drakbackup_.c:3893
+#, fuzzy
+msgid "Restore Progress"
+msgstr "Ripristina utenti"
+
+#: ../../standalone/drakbackup_.c:3935 ../../standalone/drakbackup_.c:3968
+#: ../../standalone/drakbackup_.c:3994 ../../standalone/drakbackup_.c:4021
+#: ../../standalone/drakbackup_.c:4048 ../../standalone/drakbackup_.c:4108
+#: ../../standalone/drakbackup_.c:4135 ../../standalone/drakbackup_.c:4165
+#: ../../standalone/drakbackup_.c:4191
msgid "Previous"
msgstr "Precedente"
-#: ../../standalone/drakbackup_.c:3291 ../../standalone/drakbackup_.c:3377
+#: ../../standalone/drakbackup_.c:3939 ../../standalone/drakbackup_.c:4025
#: ../../standalone/logdrake_.c:223
msgid "Save"
msgstr "Salva"
-#: ../../standalone/drakbackup_.c:3350
+#: ../../standalone/drakbackup_.c:3998
msgid "Build Backup"
msgstr "Costruisci backup"
-#: ../../standalone/drakbackup_.c:3404 ../../standalone/drakbackup_.c:3974
+#: ../../standalone/drakbackup_.c:4052 ../../standalone/drakbackup_.c:4632
msgid "Restore"
msgstr "Ripristina"
-#: ../../standalone/drakbackup_.c:3553
-msgid ""
-"Please Build backup before to restore it...\n"
-" or verify that your path to save is correct."
-msgstr ""
-"Per favore fai un backup prima di ripristinarlo...\n"
-" o verifica che il percorso alla directory di salvataggio corretto."
-
-#: ../../standalone/drakbackup_.c:3574
+#: ../../standalone/drakbackup_.c:4231
+#, fuzzy
msgid ""
-"Error during sendmail\n"
-" your report mail was not sent\n"
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
" Please configure sendmail"
msgstr ""
"Errore usando sendmail\n"
" la vostra mail di report non stata inviata\n"
" Per favore configurate sendmail"
-#: ../../standalone/drakbackup_.c:3598
+#: ../../standalone/drakbackup_.c:4255
#, fuzzy
msgid ""
"The following packages need to be installed:\n"
" @list_of_rpm_to_install"
msgstr "I seguenti pacchetti stanno per essere installati"
-#: ../../standalone/drakbackup_.c:3621
+#: ../../standalone/drakbackup_.c:4278
#, fuzzy
msgid ""
"Error during sending file via FTP.\n"
@@ -10929,19 +11485,19 @@ msgstr ""
"Errore nella trasmissione del file via FTP.\n"
" Per favore, controllate la configurazione FTP."
-#: ../../standalone/drakbackup_.c:3644
+#: ../../standalone/drakbackup_.c:4301
msgid "Please select data to restore..."
msgstr "Per favore, scegliete il tipo del vostro mouse."
-#: ../../standalone/drakbackup_.c:3665
+#: ../../standalone/drakbackup_.c:4322
msgid "Please select media for backup..."
msgstr "Per favore, scegliete il tipo del vostro mouse."
-#: ../../standalone/drakbackup_.c:3687
+#: ../../standalone/drakbackup_.c:4344
msgid "Please select data to backup..."
msgstr "Per favore, scegliete il tipo del vostro mouse."
-#: ../../standalone/drakbackup_.c:3709
+#: ../../standalone/drakbackup_.c:4366
msgid ""
"No configuration file found \n"
"please click Wizard or Advanced."
@@ -10949,59 +11505,59 @@ msgstr ""
"Nessun file di configurazione trovato\n"
"per favore cliccate su Assistente o Avanzato"
-#: ../../standalone/drakbackup_.c:3730
+#: ../../standalone/drakbackup_.c:4387
msgid "Under Devel ... please wait."
msgstr "Ancora in sviluppo ... attendere per favore."
-#: ../../standalone/drakbackup_.c:3811
+#: ../../standalone/drakbackup_.c:4468
msgid "Backup system files"
msgstr "Backup dei file di sistema"
-#: ../../standalone/drakbackup_.c:3813
+#: ../../standalone/drakbackup_.c:4470
msgid "Backup user files"
msgstr "Backup dei file degli utenti"
-#: ../../standalone/drakbackup_.c:3815
+#: ../../standalone/drakbackup_.c:4472
msgid "Backup other files"
msgstr "Backup di altri file"
-#: ../../standalone/drakbackup_.c:3817 ../../standalone/drakbackup_.c:3850
+#: ../../standalone/drakbackup_.c:4474 ../../standalone/drakbackup_.c:4507
msgid "Total Progress"
msgstr "Progresso totale"
-#: ../../standalone/drakbackup_.c:3841
+#: ../../standalone/drakbackup_.c:4498
msgid "files sending by FTP"
msgstr "trasmissione file via FTP"
-#: ../../standalone/drakbackup_.c:3845
+#: ../../standalone/drakbackup_.c:4502
msgid "Sending files..."
msgstr "Sto inviando ifile ..."
-#: ../../standalone/drakbackup_.c:3931
+#: ../../standalone/drakbackup_.c:4588
msgid "Backup Now from configuration file"
msgstr "Effettua il backup adesso sulla base del file di configurazione"
-#: ../../standalone/drakbackup_.c:3936
+#: ../../standalone/drakbackup_.c:4593
msgid "View Backup Configuration."
msgstr "Vedi la configurazione di backup"
-#: ../../standalone/drakbackup_.c:3956
+#: ../../standalone/drakbackup_.c:4614
msgid "Wizard Configuration"
msgstr "Configurazione dell'assistente"
-#: ../../standalone/drakbackup_.c:3961
+#: ../../standalone/drakbackup_.c:4619
msgid "Advanced Configuration"
msgstr "Configurazione avanzata"
-#: ../../standalone/drakbackup_.c:3966
+#: ../../standalone/drakbackup_.c:4624
msgid "Backup Now"
msgstr "Effettua il backup adesso"
-#: ../../standalone/drakbackup_.c:3996
+#: ../../standalone/drakbackup_.c:4658
msgid "Drakbackup"
msgstr "Drakbackup"
-#: ../../standalone/drakbackup_.c:4045
+#: ../../standalone/drakbackup_.c:4707
msgid ""
"options description:\n"
"\n"
@@ -11033,7 +11589,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4075
+#: ../../standalone/drakbackup_.c:4737
msgid ""
"\n"
" Some errors during sendmail are caused by \n"
@@ -11046,7 +11602,7 @@ msgstr ""
"un'errata configurazione di postfix. Per risolvere il problema\n"
"dovete indicare ilmionomehost o ilmiodominio in /etc/postfix/main.cf\n"
-#: ../../standalone/drakbackup_.c:4083
+#: ../../standalone/drakbackup_.c:4745
msgid ""
"options description:\n"
"\n"
@@ -11087,46 +11643,46 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4122
+#: ../../standalone/drakbackup_.c:4784
msgid ""
"restore description:\n"
" \n"
-"Only the most recent date will be used ,because with incremental \n"
-"backups it is necesarry to restore one by one each older backups.\n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
"\n"
-"So if you don't like to restore a user please unselect all his\n"
-"check box.\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
"\n"
-"Otherwise, you are able to select only one of this\n"
+"Otherwise, you are able to select only one of these.\n"
"\n"
" - Incremental Backups:\n"
"\n"
"\tThe incremental backup is the most powerful \n"
-"\toption to use backup, this option allow you \n"
-"\tto backup all your data the first time, and \n"
-"\tonly the changed after.\n"
-"\tSo you will be able during the restore\n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
"\tstep, to restore your data from a specified\n"
"\tdate.\n"
-"\tIf you have not selected this options all\n"
+"\tIf you have not selected this option all\n"
"\told backups are deleted before each backup. \n"
"\n"
"\n"
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4148 ../../standalone/drakbackup_.c:4225
+#: ../../standalone/drakbackup_.c:4810 ../../standalone/drakbackup_.c:4887
msgid ""
" Copyright (C) 2001 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita.fr>"
msgstr ""
"Copyright(C)2001MandrakeSoftbyDUPONTSebastien<dupont_s\\@epita.fr>"
-#: ../../standalone/drakbackup_.c:4150 ../../standalone/drakbackup_.c:4227
+#: ../../standalone/drakbackup_.c:4812 ../../standalone/drakbackup_.c:4889
msgid ""
" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../standalone/drakbackup_.c:4152 ../../standalone/drakbackup_.c:4229
+#: ../../standalone/drakbackup_.c:4814 ../../standalone/drakbackup_.c:4891
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"
@@ -11143,7 +11699,7 @@ msgid ""
" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
-#: ../../standalone/drakbackup_.c:4166
+#: ../../standalone/drakbackup_.c:4828
msgid ""
"Description:\n"
"\n"
@@ -11183,7 +11739,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4204
+#: ../../standalone/drakbackup_.c:4866
msgid ""
"options description:\n"
"\n"
@@ -11194,7 +11750,7 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4213
+#: ../../standalone/drakbackup_.c:4875
msgid ""
"\n"
"Restore Backup Problems:\n"
@@ -11207,7 +11763,7 @@ msgid ""
"backup data files by hand.\n"
msgstr ""
-#: ../../standalone/drakbackup_.c:4243
+#: ../../standalone/drakbackup_.c:4905
msgid ""
"Description:\n"
"\n"
@@ -11288,27 +11844,24 @@ msgstr ""
msgid "Synchronization tool"
msgstr ""
-#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:85
-#: ../../standalone/drakbug_.c:150 ../../standalone/drakbug_.c:152
-#: ../../standalone/drakbug_.c:156
+#: ../../standalone/drakbug_.c:72 ../../standalone/drakbug_.c:86
+#: ../../standalone/drakbug_.c:151 ../../standalone/drakbug_.c:153
+#: ../../standalone/drakbug_.c:157
#, fuzzy
msgid "Standalone Tools"
msgstr "Programmi da linea di comando"
#: ../../standalone/drakbug_.c:73
-#, fuzzy
msgid "HardDrake"
-msgstr "sul disco rigido"
+msgstr "HardDrake"
#: ../../standalone/drakbug_.c:74
-#, fuzzy
msgid "Mandrake Online"
-msgstr "Centro di Controllo Mandrake"
+msgstr "Mandrake Online"
#: ../../standalone/drakbug_.c:75
-#, fuzzy
msgid "Menudrake"
-msgstr "Tasto \"Menu\""
+msgstr "Menudrake"
#: ../../standalone/drakbug_.c:76
#, fuzzy
@@ -11316,14 +11869,12 @@ msgid "Msec"
msgstr "Mouse"
#: ../../standalone/drakbug_.c:77
-#, fuzzy
msgid "Remote Control"
-msgstr "Stampante remota"
+msgstr "Controllo remoto"
#: ../../standalone/drakbug_.c:78
-#, fuzzy
msgid "Software Manager"
-msgstr "Nome di condivisione"
+msgstr "Software Manager"
#: ../../standalone/drakbug_.c:79
msgid "Urpmi"
@@ -11334,35 +11885,30 @@ msgid "Windows Migration tool"
msgstr ""
#: ../../standalone/drakbug_.c:81
-#, fuzzy
msgid "Userdrake"
-msgstr "PrinterDrake"
+msgstr "Userdrake"
#: ../../standalone/drakbug_.c:82
-#, fuzzy
msgid "Configuration Wizards"
-msgstr "Wizard della configurazione di rete"
+msgstr "Assistenti di configurazione"
-#: ../../standalone/drakbug_.c:96
-#, fuzzy
+#: ../../standalone/drakbug_.c:97
msgid "Application:"
-msgstr "Autenticazione"
+msgstr "Applicazione:"
-#: ../../standalone/drakbug_.c:97
-#, fuzzy
+#: ../../standalone/drakbug_.c:98
msgid "Package: "
-msgstr "Selezione pacchetti"
+msgstr "Pacchetto:"
-#: ../../standalone/drakbug_.c:98
+#: ../../standalone/drakbug_.c:99
msgid "Kernel:"
msgstr ""
-#: ../../standalone/drakbug_.c:99
-#, fuzzy
+#: ../../standalone/drakbug_.c:100
msgid "Release: "
-msgstr "Attendere prego"
+msgstr "Versione: "
-#: ../../standalone/drakbug_.c:114
+#: ../../standalone/drakbug_.c:115
msgid ""
"\n"
"\n"
@@ -11374,21 +11920,19 @@ msgid ""
"\n"
msgstr ""
-#: ../../standalone/drakbug_.c:135
-#, fuzzy
+#: ../../standalone/drakbug_.c:136
msgid "Report"
-msgstr "Porta"
+msgstr "Report"
-#: ../../standalone/drakbug_.c:165
-#, fuzzy
+#: ../../standalone/drakbug_.c:166
msgid "Not installed"
-msgstr "Post-disinstallazione"
+msgstr "Non installato"
-#: ../../standalone/drakbug_.c:182
+#: ../../standalone/drakbug_.c:183
msgid "connecting to Bugzilla wizard ..."
msgstr ""
-#: ../../standalone/drakbug_.c:189
+#: ../../standalone/drakbug_.c:190
#, fuzzy
msgid "No browser available! Please install one"
msgstr "Dopo 'installazione degli screenshot saranno disponibili in %s"
@@ -11686,13 +12230,13 @@ msgid "Be sure a media is present for the device %s"
msgstr "Assicurati che un supporto sia inserito nel dispositivo %s"
#: ../../standalone/drakfloppy_.c:426
-#, fuzzy, c-format
+#, c-format
msgid ""
"There is no medium or it is write-protected for device %s.\n"
"Please insert one."
msgstr ""
-"Il dispositivo %s vuoto \n"
-"Inserisci un supporto."
+"Il dispositivo %s vuoto o il supporto protetto in scrittura.\n"
+"Per favore inserisci un supporto."
#: ../../standalone/drakfloppy_.c:428
#, c-format
@@ -11837,7 +12381,7 @@ msgid "Font List"
msgstr "Lista font"
#: ../../standalone/drakfont_.c:909
-msgid "Choose the applications that will support the fonts :"
+msgid "Choose the applications that will support the fonts:"
msgstr "Scegliete le applicazioni che supporteranno i font:"
#: ../../standalone/drakfont_.c:918
@@ -11908,19 +12452,19 @@ msgstr "Rimuovi i font dal tuo sistema"
msgid "Post Uninstall"
msgstr "Post-disinstallazione"
-#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:195
+#: ../../standalone/drakgw_.c:43 ../../standalone/drakgw_.c:188
msgid "Internet Connection Sharing"
msgstr "Condivisione connessione Internet"
-#: ../../standalone/drakgw_.c:121
+#: ../../standalone/drakgw_.c:119
msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../standalone/drakgw_.c:133
+#: ../../standalone/drakgw_.c:130
msgid "Internet Connection Sharing currently enabled"
msgstr "Condivisione della connessione a Internet attualmente abilitata"
-#: ../../standalone/drakgw_.c:134
+#: ../../standalone/drakgw_.c:131
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently enabled.\n"
@@ -11932,31 +12476,31 @@ msgstr ""
"\n"
"Cosa vorresti fare?"
-#: ../../standalone/drakgw_.c:138
+#: ../../standalone/drakgw_.c:135
msgid "disable"
msgstr "disabilita"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "dismiss"
msgstr "abbandona"
-#: ../../standalone/drakgw_.c:138 ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:135 ../../standalone/drakgw_.c:160
msgid "reconfigure"
msgstr "riconfigura"
-#: ../../standalone/drakgw_.c:141
+#: ../../standalone/drakgw_.c:138
msgid "Disabling servers..."
msgstr "Sto disattivando i server..."
-#: ../../standalone/drakgw_.c:149
+#: ../../standalone/drakgw_.c:146
msgid "Internet connection sharing is now disabled."
msgstr "La condivisione della connessione a Internet ora disabilitata."
-#: ../../standalone/drakgw_.c:158
+#: ../../standalone/drakgw_.c:155
msgid "Internet Connection Sharing currently disabled"
msgstr "Condivisione connessione Internet attualmente disabilitata"
-#: ../../standalone/drakgw_.c:159
+#: ../../standalone/drakgw_.c:156
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
@@ -11968,19 +12512,19 @@ msgstr ""
"\n"
"Cosa vorresti fare?"
-#: ../../standalone/drakgw_.c:163
+#: ../../standalone/drakgw_.c:160
msgid "enable"
msgstr "abilita"
-#: ../../standalone/drakgw_.c:170
+#: ../../standalone/drakgw_.c:167
msgid "Enabling servers..."
msgstr "Sto attivando i server..."
-#: ../../standalone/drakgw_.c:175
+#: ../../standalone/drakgw_.c:172
msgid "Internet connection sharing is now enabled."
msgstr "La condivisione della connessione a Internet ora abilitata."
-#: ../../standalone/drakgw_.c:196
+#: ../../standalone/drakgw_.c:189
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 "
@@ -11997,21 +12541,21 @@ msgstr ""
"Nota: necessario un Adattatore di Rete dedicato per realizzare una\n"
"Rete di Area Locale (LAN)."
-#: ../../standalone/drakgw_.c:222
+#: ../../standalone/drakgw_.c:215
#, c-format
msgid "Interface %s (using module %s)"
msgstr "Interfaccia %s (usa il modulo %s)"
-#: ../../standalone/drakgw_.c:223
+#: ../../standalone/drakgw_.c:216
#, c-format
msgid "Interface %s"
msgstr "Interfaccia %s"
-#: ../../standalone/drakgw_.c:231
+#: ../../standalone/drakgw_.c:224
msgid "No network adapter on your system!"
msgstr "Nessun adattatore di rete nel tuo sistema!"
-#: ../../standalone/drakgw_.c:232
+#: ../../standalone/drakgw_.c:225
msgid ""
"No ethernet network adapter has been detected on your system. Please run the "
"hardware configuration tool."
@@ -12019,11 +12563,11 @@ msgstr ""
"Nessun adattatore di rete ethernet stato rilevato nel tuo sistema. Per "
"favore lancia l'utilit di configurazione hardware."
-#: ../../standalone/drakgw_.c:238
+#: ../../standalone/drakgw_.c:231
msgid "Network interface"
msgstr "Interfaccia di rete"
-#: ../../standalone/drakgw_.c:239
+#: ../../standalone/drakgw_.c:232
#, c-format
msgid ""
"There is only one configured network adapter on your system:\n"
@@ -12038,7 +12582,7 @@ msgstr ""
"\n"
"Sto per configurare la tua rete locale (LAN) usando quell'adattatore."
-#: ../../standalone/drakgw_.c:248
+#: ../../standalone/drakgw_.c:241
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
@@ -12046,11 +12590,11 @@ msgstr ""
"Per favore scegliete quale adattatore di rete sar connesso alla vostra rete "
"locale (LAN)."
-#: ../../standalone/drakgw_.c:266
+#: ../../standalone/drakgw_.c:259
msgid "Network interface already configured"
msgstr "Interfaccia di rete gi configurata"
-#: ../../standalone/drakgw_.c:267
+#: ../../standalone/drakgw_.c:260
#, c-format
msgid ""
"Warning, the network adapter (%s) is already configured.\n"
@@ -12065,15 +12609,15 @@ msgstr ""
"\n"
"Potete farlo manualmente se sapete quello che state facendo."
-#: ../../standalone/drakgw_.c:272
+#: ../../standalone/drakgw_.c:265
msgid "Automatic reconfiguration"
msgstr "Riconfigurazione automatica"
-#: ../../standalone/drakgw_.c:273
+#: ../../standalone/drakgw_.c:266
msgid "Show current interface configuration"
msgstr "Mostra la configurazione dell'interfaccia corrente"
-#: ../../standalone/drakgw_.c:275
+#: ../../standalone/drakgw_.c:268
#, c-format
msgid ""
"Current configuration of `%s':\n"
@@ -12090,7 +12634,7 @@ msgstr ""
"Attribuzione IP: %s\n"
"Driver: %s"
-#: ../../standalone/drakgw_.c:287
+#: ../../standalone/drakgw_.c:280
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 "
@@ -12110,56 +12654,44 @@ msgstr ""
"In alternativa, posso riconfigurare la vostra interfaccia di rete e (ri)"
"configurare un server DHCP per voi.\n"
-#: ../../standalone/drakgw_.c:292
+#: ../../standalone/drakgw_.c:285
msgid "C-Class Local Network"
msgstr "Rete locale di classe C"
-#: ../../standalone/drakgw_.c:293
+#: ../../standalone/drakgw_.c:286
msgid "(This) DHCP Server IP"
msgstr "IP di (questo) server DHCP"
-#: ../../standalone/drakgw_.c:294
+#: ../../standalone/drakgw_.c:287
msgid "Re-configure interface and DHCP server"
msgstr "Riconfigurazione dell'interfaccia di rete e del server DHCP"
-#: ../../standalone/drakgw_.c:301
+#: ../../standalone/drakgw_.c:294
msgid "The Local Network did not finish with `.0', bailing out."
msgstr "La rete locale non terminava con `.0', rinuncio."
-#: ../../standalone/drakgw_.c:312
+#: ../../standalone/drakgw_.c:305
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
"Trovato conflitto potenziale dell'indirizzo LAN nella configurazione "
"corrente di %s!\n"
-#: ../../standalone/drakgw_.c:320
-msgid "Firewalling configuration detected!"
-msgstr "Rilevata configurazione di Firewall!"
-
-#: ../../standalone/drakgw_.c:321
-msgid ""
-"Warning! An existing firewalling configuration has been detected. You may "
-"need some manual fix after installation."
-msgstr ""
-"Attenzione! stata rilevata una configurazione di firewall esistente. "
-"Potrebbe avere bisogno di alcuni aggiustamenti manuali dopo l'installazione."
-
-#: ../../standalone/drakgw_.c:328
+#: ../../standalone/drakgw_.c:315
msgid "Configuring..."
msgstr "Sto configurando..."
-#: ../../standalone/drakgw_.c:329
+#: ../../standalone/drakgw_.c:316
msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
"Sto configurando gli script, installando il software, avviando i server..."
-#: ../../standalone/drakgw_.c:365
+#: ../../standalone/drakgw_.c:352
#, c-format
msgid "Problems installing package %s"
msgstr "Problemi nell'installazione del pacchetto %s"
-#: ../../standalone/drakgw_.c:549
+#: ../../standalone/drakgw_.c:485
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
@@ -12169,24 +12701,24 @@ msgstr ""
"Ora puoi condividere la connessione a Internet con altri computers sulla tua "
"rete locale (LAN) usando la configurazione di rete automatica (DHCP)."
-#: ../../standalone/drakgw_.c:566
+#: ../../standalone/drakgw_.c:504
msgid "The setup has already been done, but it's currently disabled."
msgstr "Il setup gi stato fatto, ma attualmente disabilitato."
-#: ../../standalone/drakgw_.c:567
+#: ../../standalone/drakgw_.c:505
msgid "The setup has already been done, and it's currently enabled."
msgstr "Il setup gi stato fatto, ed attualmente abilitato."
-#: ../../standalone/drakgw_.c:568
+#: ../../standalone/drakgw_.c:506
msgid "No Internet Connection Sharing has ever been configured."
msgstr ""
"Nessuna condivisione della connessione a Internet configurata in precedenza."
-#: ../../standalone/drakgw_.c:573
+#: ../../standalone/drakgw_.c:511
msgid "Internet connection sharing configuration"
msgstr "Configurazione della connessione a Internet"
-#: ../../standalone/drakgw_.c:580
+#: ../../standalone/drakgw_.c:518
#, c-format
msgid ""
"Welcome to the Internet Connection Sharing utility!\n"
@@ -12201,6 +12733,158 @@ msgstr ""
"\n"
"Cliccate su ``Configura'' se volete lanciare il Wizard di configurazione."
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr "Nessuna NIC selezionata!"
+
+#: ../../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"
+"\n"
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:32
+msgid "package ImageMagick is required for correct working"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:76
+#, fuzzy
+msgid "first step creation"
+msgstr "creazione disco di avvio"
+
+#: ../../standalone/draksplash_.c:77
+#, fuzzy
+msgid "final resolution"
+msgstr "Risoluzione"
+
+#: ../../standalone/draksplash_.c:78 ../../standalone/draksplash_.c:170
+#, fuzzy
+msgid "choose image file"
+msgstr "Scegli un file"
+
+#: ../../standalone/draksplash_.c:79
+#, fuzzy
+msgid "Theme name"
+msgstr "Nome di condivisione"
+
+#: ../../standalone/draksplash_.c:81
+msgid "make bootsplash step 2"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:82
+#, fuzzy
+msgid "go to lilosplash configuration"
+msgstr "Configurazione post installazione"
+
+#: ../../standalone/draksplash_.c:83
+#, fuzzy
+msgid "quit"
+msgstr "Esci"
+
+#: ../../standalone/draksplash_.c:84
+#, fuzzy
+msgid "save theme"
+msgstr "Installa sistema"
+
+#: ../../standalone/draksplash_.c:85
+msgid "browse"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:98 ../../standalone/draksplash_.c:159
+#, fuzzy
+msgid "Configure bootsplash picture"
+msgstr "Configura servizi"
+
+#: ../../standalone/draksplash_.c:99
+msgid "x coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:100
+msgid "y coordinate of text box in number of character"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:101
+msgid "text width"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:102
+msgid "text box height"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:103
+msgid "the progress bar x coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:104
+msgid "the progress bar y coordinate of its upper left corner"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:105
+msgid "the width of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:106
+msgid "the heigth of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:107
+msgid "the color of the progress bar"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:119
+#, fuzzy
+msgid "go back"
+msgstr "Loopback"
+
+#: ../../standalone/draksplash_.c:120
+#, fuzzy
+msgid "preview"
+msgstr "dispositivo"
+
+#: ../../standalone/draksplash_.c:121
+#, fuzzy
+msgid "choose color"
+msgstr "Scegli un monitor"
+
+#: ../../standalone/draksplash_.c:124
+msgid "Display logo on Console"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:125
+msgid "Make kernel message quiet by default"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:161 ../../standalone/draksplash_.c:330
+#, c-format
+msgid "This theme haven't yet any bootsplash in %s !"
+msgstr ""
+
+#: ../../standalone/draksplash_.c:213
+msgid "saving Bootsplash theme..."
+msgstr ""
+
+#: ../../standalone/draksplash_.c:436
+#, fuzzy
+msgid "ProgressBar color selection"
+msgstr "Scelta del modello della stampante"
+
+#: ../../standalone/draksplash_.c:454
+#, fuzzy
+msgid "You must choose an image file first!"
+msgstr "Dovete scegliere/indicare una stampante/un dispositivo!"
+
+#: ../../standalone/draksplash_.c:463
+#, fuzzy
+msgid "Generating preview ..."
+msgstr "Riconoscimento periferiche ..."
+
#: ../../standalone/drakxtv_.c:49
msgid ""
"XawTV isn't installed!\n"
@@ -12221,9 +12905,8 @@ msgid "Canada (cable)"
msgstr "Canada (cavo)"
#: ../../standalone/drakxtv_.c:66
-#, fuzzy
msgid "USA (broadcast)"
-msgstr "USA(bcast)"
+msgstr "USA (broadcast)"
#: ../../standalone/drakxtv_.c:66
msgid "USA (cable)"
@@ -12234,14 +12917,12 @@ msgid "USA (cable-hrc)"
msgstr "USA(cavo-hrc)"
#: ../../standalone/drakxtv_.c:67
-#, fuzzy
msgid "China (broadcast)"
-msgstr "Cina(bcast)"
+msgstr "China (broadcast)"
#: ../../standalone/drakxtv_.c:67
-#, fuzzy
msgid "Japan (broadcast)"
-msgstr "Giappone (bcast)"
+msgstr "Japan (broadcast)"
#: ../../standalone/drakxtv_.c:67
msgid "Japan (cable)"
@@ -12252,9 +12933,8 @@ msgid "East Europe"
msgstr "Europa Orientale"
#: ../../standalone/drakxtv_.c:68
-#, fuzzy
msgid "France [SECAM]"
-msgstr "Francia"
+msgstr "France [SECAM]"
#: ../../standalone/drakxtv_.c:68
msgid "Ireland"
@@ -12291,11 +12971,11 @@ msgid ""
msgstr "Per favore, digitate il vostro standard tv e la nazione"
#: ../../standalone/drakxtv_.c:109
-msgid "TV norm :"
+msgid "TV norm:"
msgstr "Standard TV:"
#: ../../standalone/drakxtv_.c:110
-msgid "Area :"
+msgid "Area:"
msgstr "Area:"
#: ../../standalone/drakxtv_.c:114
@@ -12307,9 +12987,8 @@ msgid "Scanning for TV channels"
msgstr "Sto cercando canali TV"
#: ../../standalone/drakxtv_.c:125
-#, fuzzy
msgid "There was an error while scanning for TV channels"
-msgstr "C' stato un errore installando i pacchetti:"
+msgstr "Si verificato un errore nella ricerca dei canali TV"
#: ../../standalone/drakxtv_.c:126
msgid "XawTV isn't installed!"
@@ -12374,7 +13053,7 @@ msgstr ""
"Il cambiamento stato applicato, ma perch diventi effettivo dovete uscire "
"dalla sessione"
-#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:517
+#: ../../standalone/logdrake_.c:85 ../../standalone/logdrake_.c:515
msgid "logdrake"
msgstr "logdrake"
@@ -12552,8 +13231,9 @@ msgid "service setting"
msgstr "configurazione servizio"
#: ../../standalone/logdrake_.c:431
+#, fuzzy
msgid ""
-"You will receive an alert if one of the selected service is no more running"
+"You will receive an alert if one of the selected services is no more running"
msgstr ""
"Verrete avvisati se uno dei servizi selezionati non pi in esecuzione"
@@ -12574,20 +13254,19 @@ msgstr "configurazione avvisi"
msgid "Please enter your email address below "
msgstr "Per favore inserisci la tua password"
-#: ../../standalone/logdrake_.c:499
+#: ../../standalone/logdrake_.c:497
msgid "Save as.."
msgstr "Salva con nome..."
-#: ../../standalone/mousedrake_.c:43
+#: ../../standalone/mousedrake_.c:45
msgid "Please, choose the type of your mouse."
msgstr "Per favore, scegliete il tipo del vostro mouse."
-#: ../../standalone/mousedrake_.c:57
+#: ../../standalone/mousedrake_.c:58
msgid "Emulate third button?"
msgstr "Emula il terzo pulsante?"
-#: ../../standalone/printerdrake_.c:48
-#, fuzzy
+#: ../../standalone/printerdrake_.c:57
msgid "Reading printer data ..."
msgstr "Sto leggendo i dati della stampante..."
@@ -12599,33 +13278,43 @@ msgstr "Riconoscimento periferiche ..."
msgid "Test ports"
msgstr "Test delle porte"
-#: ../../standalone/scannerdrake_.c:52
+#: ../../standalone/scannerdrake_.c:53 ../../standalone/scannerdrake_.c:68
+#: ../../standalone/scannerdrake_.c:81
#, c-format
-msgid "%s found on %s, configure it ?"
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:56
+#, fuzzy, c-format
+msgid "%s found on %s, configure it?"
msgstr "Trovato %s su %s, devo configurarlo?"
#: ../../standalone/scannerdrake_.c:59
+#, c-format
+msgid "%s is not in the scanner database, configure it manually?"
+msgstr ""
+
+#: ../../standalone/scannerdrake_.c:65
msgid "Select a scanner"
msgstr "Scegliete uno scanner"
-#: ../../standalone/scannerdrake_.c:79
+#: ../../standalone/scannerdrake_.c:93
#, c-format
msgid "This %s scanner is unsupported"
msgstr "Questo scanner %s non supportato"
-#: ../../standalone/scannerdrake_.c:93
+#: ../../standalone/scannerdrake_.c:107
#, 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:95
-#, fuzzy
+#: ../../standalone/scannerdrake_.c:109
msgid "choose device"
-msgstr "Dispositivo di boot"
+msgstr "seleziona il dispositivo"
-#: ../../standalone/scannerdrake_.c:101
+#: ../../standalone/scannerdrake_.c:115
#, c-format
msgid ""
"This %s scanner must be configured by printerdrake.\n"
@@ -12636,61 +13325,34 @@ msgstr ""
"Potete lanciare printerdrake dal Centro di controllo Mandrake, sezione "
"Hardware."
-#: ../../standalone/scannerdrake_.c:106
+#: ../../standalone/scannerdrake_.c:120
#, 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 ""
+"Lo scanner %s stato configurato.\n"
+"Adesso potete utilizzarlo usando \"XSane\" (sezione Multimedia/Graphics del "
+"menu di sistema)."
-#: ../../standalone/service_harddrake_.c:57
+#: ../../standalone/service_harddrake_.c:39
#, c-format
msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
+"Alcuni dispositivi della categoria hardware \"%s\" sono stati rimossi:\n"
-#: ../../standalone/service_harddrake_.c:61
+#: ../../standalone/service_harddrake_.c:43
#, c-format
msgid ""
"\n"
"Some devices in the %s class were added:\n"
msgstr ""
-#: ../../standalone/tinyfirewall_.c:30
-msgid "Firewalling Configuration"
-msgstr "Configurazione del firewall!"
-
-#: ../../standalone/tinyfirewall_.c:43
-msgid "Firewalling configuration"
-msgstr "Configurazione del firewall!"
-
-#: ../../standalone/tinyfirewall_.c:78
-msgid ""
-"Firewalling\n"
-"\n"
-"You already have set up a firewall.\n"
-"Click on Configure to change or remove the firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Hai gi configurato un firewall.\n"
-"Clicca su Configura per modificare o rimuovere il firewall"
-
-#: ../../standalone/tinyfirewall_.c:82
-msgid ""
-"Firewalling\n"
-"\n"
-"Click on Configure to set up a standard firewall"
-msgstr ""
-"Firewall\n"
-"\n"
-"Clicca su Configura per configurare un firewall standard"
-
#: ../../steps.pm_.c:14
msgid "Choose your language"
msgstr "Scegli la lingua"
-# there is no room to put "Scegli classe d'installazione"
#: ../../steps.pm_.c:15
msgid "Select installation class"
msgstr "Classe d'installazione"
@@ -12759,227 +13421,7 @@ msgstr "Installa aggiornamenti di sistema"
msgid "Exit install"
msgstr "Termina installazione"
-#: ../../tinyfirewall.pm_.c:9
-msgid ""
-"tinyfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
-msgstr ""
-"Configuratore di firewall minimo\n"
-"\n"
-"Configurazione di un firewall personale per questo sistema Mandrake Linux.\n"
-"Per una soluzione firewall potente e dedicata, per favore rivolgiti\n"
-"alla distribuzione specializzata MandrakeSecurity Firewall."
-
-#: ../../tinyfirewall.pm_.c:14
-msgid ""
-"We'll now ask you questions about which services you'd like to allow\n"
-"the Internet to connect to. Please think carefully about these\n"
-"questions, as your computer's security is important.\n"
-"\n"
-"Please, if you're not currently using one of these services, firewall\n"
-"it off. You can change this configuration anytime you like by\n"
-"re-running this application!"
-msgstr ""
-"Adesso ti faremo domande riguardo i servizi che vuoi rendere disponibili\n"
-"durante la connessione a Internet. Rifletti bene prima di rispondere,\n"
-"perch la sicurezza del tuo computer molto importante.\n"
-"\n"
-"Se attualmente non sfrutti qualcuno di questi servizi, ti invitiamo a\n"
-"disabilitarlo. Potrai cambiare queste impostazioni quando vorrai\n"
-"usando di nuovo questa applicazione!"
-
-#: ../../tinyfirewall.pm_.c:21
-msgid ""
-"Are you running a web server on this machine that you need the whole\n"
-"Internet to see? If you are running a webserver that only needs to be\n"
-"accessed by this machine, you can safely answer NO here.\n"
-"\n"
-msgstr ""
-"Su questa macchina in esecuzione un server web che deve essere visibile\n"
-"da Internet? Se si accede a tale server web soltanto da questa macchina\n"
-"puoi rispondere NO tranquillamente.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:26
-msgid ""
-"Are you running a name server on this machine? If you didn't set one\n"
-"up to give away IP and zone information to the whole Internet, please\n"
-"answer no.\n"
-"\n"
-msgstr ""
-"Su questa macchina in esecuzione un server dei nomi? Se non ne hai\n"
-"configurato uno per trasmettere informazioni su IP e domini all'intera\n"
-"Internet, per favore rispondi NO.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:31
-msgid ""
-"Do you want to allow incoming Secure Shell (ssh) connections? This\n"
-"is a telnet-replacement that you might use to login. If you're using\n"
-"telnet now, you should definitely switch to ssh. telnet is not\n"
-"encrypted -- so some attackers can steal your password if you use\n"
-"it. ssh is encrypted and doesn't allow for this eavesdropping."
-msgstr ""
-"Vuoi accettare delle connessioni Secure Shell (ssh) in ingresso? ssh\n"
-"pu essere usato al posto di telnet per effettuare il login. Se adesso\n"
-"stai usando telnet, ti consigliamo di passare a ssh: telnet non effettua\n"
-"la cifratura dei dati, pertanto qualche pirata potrebbe intercettare\n"
-"la tua password. Invece ssh effettua la cifratura e non permette che\n"
-"qualcuno origli alle tue spalle."
-
-#: ../../tinyfirewall.pm_.c:36
-msgid ""
-"Do you want to allow incoming telnet connections?\n"
-"This is horribly unsafe, as we explained in the previous screen. We\n"
-"strongly recommend answering No here and using ssh in place of\n"
-"telnet.\n"
-msgstr ""
-"Vuoi accettare delle connessioni telnet in ingresso?\n"
-"Come vi abbiamo spiegato prima, un metodo terribilmente insicuro.\n"
-"Ti consigliamo caldamente di rispondere NO in questo caso, e di\n"
-"usare ssh invece di telnet.\n"
-
-#: ../../tinyfirewall.pm_.c:41
-msgid ""
-"Are you running an FTP server here that you need accessible to the\n"
-"Internet? If you are, we strongly recommend that you only use it for\n"
-"Anonymous transfers. Any passwords sent by FTP can be stolen by some\n"
-"attackers, since FTP also uses no encryption for transferring passwords.\n"
-msgstr ""
-"Su questa macchina in esecuzione un server FTP che deve essere reso\n"
-"accessibile via Internet? In tal caso, ti consigliamo vivamente di\n"
-"usarlo soltanto per collegamenti di tipo Anonimo. Qualsiasi password\n"
-"inviata con FTP pu essere intercettata da qualche cracker, dato che\n"
-"anche FTP non fa uso di cifratura nel trasmettere le password.\n"
-
-#: ../../tinyfirewall.pm_.c:46
-msgid ""
-"Are you running a mail server here? If you're sending you \n"
-"messages through pine, mutt or any other text-based mail client,\n"
-"you probably are. Otherwise, you should firewall this off.\n"
-"\n"
-msgstr ""
-"Su questa macchina in esecuzione un server di posta elettronica? Se\n"
-"inviate messaggi per mezzo di pine, mutt o altri programmi di posta\n"
-"basati su interfaccia a caratteri, allora probabilmente s. Altrimenti\n"
-"dovreste nasconderlo dietro il firewall.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:51
-msgid ""
-"Are you running a POP or IMAP server here? This would\n"
-"be used to host non-web-based mail accounts for people via \n"
-"this machine.\n"
-"\n"
-msgstr ""
-"Su questa macchina in esecuzione un server POP o IMAP? Questi\n"
-"vengono usati per le necessit di utenti che hanno account di posta\n"
-"(non basata su interfaccia web) su questa macchina.\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:56
-msgid ""
-"You appear to be running a 2.2 kernel. If your network IP\n"
-"is automatically set by a computer in your home or office \n"
-"(dynamically assigned), we need to allow for this. Is\n"
-"this the case?\n"
-msgstr ""
-"Apparentemente usi un kernel della serie 2.2. Se il tuo IP di\n"
-"rete stabilito automaticamente da un computer connesso con\n"
-"questo (assegnazione dinamica), dobbiamo specificare questa\n"
-"impostazione. Il tuo indirizzo IP assegnato dinamicamente?\n"
-
-#: ../../tinyfirewall.pm_.c:61
-msgid ""
-"Is your computer getting time syncronized to another computer?\n"
-"Mostly, this is used by medium-large Unix/Linux organizations\n"
-"to synchronize time for logging and such. If you're not part\n"
-"of a larger office and haven't heard of this, you probably \n"
-"aren't."
-msgstr ""
-"L'orologio di questo computer viene sincronizzato sulla base di\n"
-"un altro? Per lo pi questo si verifica in organizzazioni che fanno\n"
-"uso di Unix/Linux di dimensioni medio-grandi, allo scopo di avere\n"
-"dei log di sistema sincronizzati e simili. Se non fai parte di una\n"
-"rete pi grande e non hai mai sentito parlare di qualcosa del genere,\n"
-"probabilmente puoi rispondere NO."
-
-#: ../../tinyfirewall.pm_.c:66
-msgid ""
-"Configuration complete. May we write these changes to disk?\n"
-"\n"
-"\n"
-"\n"
-msgstr ""
-"Configurazione completa. Possiamo scrivere le modifiche su disco?\n"
-"\n"
-"\n"
-"\n"
-
-#: ../../tinyfirewall.pm_.c:82
-#, c-format
-msgid "Can't open %s: %s\n"
-msgstr "Non riesco ad aprire %s: %s\n"
-
-#: ../../tinyfirewall.pm_.c:84
-#, c-format
-msgid "Can't open %s for writing: %s\n"
-msgstr "Non riesco ad aprire %s in scrittura: %s\n"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "No I don't need DHCP"
-msgstr "No, il DHCP non mi serve"
-
-#: ../../tinyfirewall.pm_.c:178
-msgid "Yes I need DHCP"
-msgstr "S, ho bisogno del DHCP"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "No I don't need NTP"
-msgstr "No, il NTP non mi serve"
-
-#: ../../tinyfirewall.pm_.c:179
-msgid "Yes I need NTP"
-msgstr "S, ho bisogno del NTP"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-msgid "Don't Save"
-msgstr "Non salvare"
-
-#: ../../tinyfirewall.pm_.c:180 ../../tinyfirewall.pm_.c:184
-#: ../../tinyfirewall.pm_.c:204
-msgid "Save & Quit"
-msgstr "Salva ed Esci"
-
-#: ../../tinyfirewall.pm_.c:195 ../../tinyfirewall.pm_.c:199
-msgid "Firewall Configuration Wizard"
-msgstr "Assistente di configurazione del firewall"
-
-#: ../../tinyfirewall.pm_.c:197
-msgid "No (firewall this off from the internet)"
-msgstr "No (usa un firewall per schermarlo da Internet)"
-
-#: ../../tinyfirewall.pm_.c:198
-msgid "Yes (allow this through the firewall)"
-msgstr "S (lascia che passi attraverso il firewall)"
-
-#: ../../tinyfirewall.pm_.c:230
-msgid "Please Wait... Verifying installed packages"
-msgstr "Per favore attendere... Sto verificando i pacchetti installati"
-
-#: ../../tinyfirewall.pm_.c:236
-#, c-format
-msgid ""
-"Failure installing the needed packages : %s and Bastille.\n"
-" Try to install them manually."
-msgstr ""
-"Non ho potuto installare i pacchetti richiesti: %s e Bastille.\n"
-"Provate a installarli manualmente."
-
-#: ../../ugtk.pm_.c:619
+#: ../../ugtk.pm_.c:594
msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
@@ -13112,6 +13554,10 @@ msgid "Graphical Environment"
msgstr "Ambiente grafico"
#: ../../share/compssUsers:999
+msgid "Development"
+msgstr "Sviluppo"
+
+#: ../../share/compssUsers:999
msgid "Apache, Pro-ftpd"
msgstr "Apache e Pro-ftpd"
@@ -13222,374 +13668,3 @@ msgstr "Multimedia - Masterizzazione CD"
#: ../../share/compssUsers:999
msgid "Scientific Workstation"
msgstr "Workstation scientifica"
-
-#~ msgid "$mode: $warning"
-#~ msgstr "$mode: $warning"
-
-#, fuzzy
-#~ 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 ""
-#~ "Questo livello va usato con cura. Rende il sistema pi facile da usare,\n"
-#~ "ma molto delicato: non deve essere usato per una macchina connessa ad "
-#~ "altre\n"
-#~ "o a Internet. Non c' nessun accesso con password."
-
-#, fuzzy
-#~ msgid ""
-#~ "With this security level, the use of this system as a server becomes "
-#~ "possible.\n"
-#~ " The security is now high enough to use the system as a "
-#~ "server which can accept\n"
-#~ " connections from many clients. Note: if your machine is "
-#~ "only a client on the Internet, you should choose a lower level."
-#~ msgstr ""
-#~ "Con questo livello di sicurezza, l'uso di questo sistema come server "
-#~ "diventa\n"
-#~ "possibile. La sicurezza ora abbastanza alta per consentire l'utilizzo\n"
-#~ "del sistema come server che accetta connessioni da molti clienti. Nota: "
-#~ "se la vostra\n"
-#~ "macchina un semplice cliente su Internet, fareste meglio a scegliere un "
-#~ "livello\n"
-#~ "pi basso."
-
-#, fuzzy
-#~ msgid "Basic Options"
-#~ msgstr "Opzioni"
-
-#, fuzzy
-#~ msgid "Security Checks"
-#~ msgstr "Sicurezza"
-
-#~ msgid "Data list to include on CDROM."
-#~ msgstr "Lista di dati da includere su CDROM."
-
-#~ msgid "Please choose your CD space"
-#~ msgstr "Per favore, scegliete lo spazio su CD"
-
-#~ msgid "Please enter the cd writer speed"
-#~ msgstr "Per favore, insersci la velocit del masterizzatore"
-
-#~ msgid "Please enter your CD Writer device name (ex: 0,1,0)"
-#~ msgstr ""
-#~ "Per favore inserite il numero che identifica il vostro masterizzatore "
-#~ "(es.: 0,1,0)"
-
-#~ msgid "Please check if you want to include install boot on your CD."
-#~ msgstr "Per favore scegliete i pacchetti che volete installare."
-
-#~ msgid "Url should begin with 'ftp:'"
-#~ msgstr "L'URL dovrebbe cominciare con 'ftp:'"
-
-#~ msgid ""
-#~ "Please check if you want to include\n"
-#~ " install boot on your CD."
-#~ msgstr ""
-#~ "Per favore, controllate se volete includere\n"
-#~ "il boot di install sul CD"
-
-#, fuzzy
-#~ msgid "Windows PDC"
-#~ msgstr "Windows (FAT32)"
-
-#, fuzzy
-#~ msgid "PDC Server Name"
-#~ msgstr "Server NTP"
-
-#~ msgid ""
-#~ "\n"
-#~ "Welcome to the Printer Setup Wizard\n"
-#~ "\n"
-#~ "This wizard will help you to install your printer(s) connected to this "
-#~ "computer.\n"
-#~ "\n"
-#~ "Please plug in your printer(s) on this computer and turn it/them on. "
-#~ "Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
-#~ "want to set up your printer(s) now.\n"
-#~ "\n"
-#~ "Note that some computers can crash during the printer auto-detection, "
-#~ "turn off \"Auto-detect printers\" to do a printer installation without "
-#~ "auto-detection. Use the \"Expert Mode\" of printerdrake when you want to "
-#~ "set up printing on a remote printer if printerdrake does not list it "
-#~ "automatically."
-#~ msgstr ""
-#~ "\n"
-#~ "Benvenuti nell'assistente di configurazione delle stampanti\n"
-#~ "\n"
-#~ "Questo assistente vi aiuter a configurare le stampanti collegate a "
-#~ "questo computer.\n"
-#~ "\n"
-#~ "Per favore collegate la vostra stampante al computer e accendetela. "
-#~ "Cliccate su \"Succ\" quando siete pronti, e su \"Annulla\" se non "
-#~ "desiderate configurare le vostre stampanti adesso.\n"
-#~ "\n"
-#~ "Si noti che alcuni computer potrebbero bloccarsi durante il "
-#~ "riconoscimento automatico delle stampanti, in tal caso disabilitate "
-#~ "questa caratteristica per poter effettuare l'installazione. Usate il modo "
-#~ "Esperto di Printerdrake quando volete configurare la stampa su una "
-#~ "stampante remota se Printerdrake non la include nell'elenco "
-#~ "automaticamente."
-
-#~ msgid "Auto-Detection of Printers"
-#~ msgstr "Riconoscimento automatico delle stampanti"
-
-#~ msgid ""
-#~ "Printerdrake is able to auto-detect your locally connected parallel and "
-#~ "USB printers for you, but note that on some systems the auto-detection "
-#~ "CAN FREEZE YOUR SYSTEM AND THIS CAN LEAD TO CORRUPTED FILE SYSTEMS! So do "
-#~ "it ON YOUR OWN RISK!\n"
-#~ "\n"
-#~ "Do you really want to get your printers auto-detected?"
-#~ msgstr ""
-#~ "Printerdrake in grado di riconoscere automaticamente una stampante "
-#~ "collegata localmente su una porta parallela o USB, ma si noti che su "
-#~ "alcuni sistemi il riconoscimento automatico PU BLOCCARE IL SISTEMA E "
-#~ "QUESTO PU CAUSARE LA CORRUZIONE DEL FILESYSTEM! Pertanto fatelo A VOSTRO "
-#~ "RISCHIO E PERICOLO!\n"
-#~ "\n"
-#~ "Volete davvero che le stampanti vengano riconosciute automaticamente?"
-
-#~ msgid "Set up printer manually"
-#~ msgstr "Configurazione manuale della stampante"
-
-#~ msgid ""
-#~ "Network printers can only be installed after the installation. Choose "
-#~ "\"Hardware\" and then \"Printer\" in the Mandrake Control Center."
-#~ msgstr ""
-#~ "Le stampanti di rete possono essere installate soltanto dopo "
-#~ "l'installazione. Scegliete \"Hardware\" e poi \"Stampante\" nel Centro di "
-#~ "controllo Mandrake."
-
-#~ msgid ""
-#~ "To install network printers, click \"Cancel\", switch to the \"Expert Mode"
-#~ "\", and click \"Add a new printer\" again."
-#~ msgstr ""
-#~ "Per installare stampanti di rete, cliccate su \"Annulla\", passate al "
-#~ "\"Modo esperto\" e cliccate su \"Aggiungi nuova stampante\"."
-
-#, fuzzy
-#~ msgid ""
-#~ "Is your printer a multi-function device from HP (OfficeJet, PSC, LaserJet "
-#~ "1100/1200/1220/3200/3300 with scanner), an HP PhotoSmart or an HP "
-#~ "LaserJet 2200?"
-#~ msgstr ""
-#~ "La vostra stampante un dispositivo multifunzione prodotto da HP "
-#~ "(OfficeJet,PSC,PhotoSmart,LaserJet1100/1200/1220/3200/3300conscanner)?"
-
-#~ msgid "Installing HPOJ package..."
-#~ msgstr "Installazione del pacchetto HPOJ..."
-
-#~ msgid "Checking device and configuring HPOJ..."
-#~ msgstr "Controllo dispositivo e configuro HPOJ ..."
-
-#, fuzzy
-#~ msgid "Installing SANE packages..."
-#~ msgstr "Installazione del pacchetto SANE"
-
-#, fuzzy
-#~ msgid "Installing mtools packages..."
-#~ msgstr "Installazione dei pacchetti ..."
-
-#~ msgid "Scanning on your HP multi-function device"
-#~ msgstr "Effettuo una scansione con il vostro dispositivo multifunzione HP"
-
-#, fuzzy
-#~ msgid "Photo memory card access on your HP multi-function device"
-#~ msgstr "Effettuo una scansione con il vostro dispositivo multifunzione HP"
-
-#~ msgid "Making printer port available for CUPS..."
-#~ msgstr "Rendo la porta della stampante disponibile per CUPS ..."
-
-#~ msgid "Control Center"
-#~ msgstr "Centro di Controllo"
-
-#~ msgid "Choose the tool you want to use"
-#~ msgstr "Scegliete l'utilit che volete usare"
-
-#~ msgid "Configure the way the system will alert you"
-#~ msgstr "Configurazione del modo in cui il sistema vi avvertir"
-
-#~ msgid "no serial_usb found\n"
-#~ msgstr "nessun serial_usb trovato\n"
-
-#~ msgid "fsck failed with exit code %d or signal %d"
-#~ msgstr "fsck fallito con codice di uscita %d o segnale %d"
-
-#~ msgid "Graphics card identification: %s\n"
-#~ msgstr "Identificazione scheda grafica: %s\n"
-
-#~ msgid "Choose options for server"
-#~ msgstr "Scegli le opzioni per il server"
-
-#~ msgid "Monitor not configured"
-#~ msgstr "Monitor non configurato"
-
-#~ msgid "Graphics card not configured yet"
-#~ msgstr "Scheda grafica non ancora configurata"
-
-#~ msgid "Resolutions not chosen yet"
-#~ msgstr "Risoluzioni non ancora selezionate"
-
-#~ msgid ""
-#~ "\n"
-#~ "try to change some parameters"
-#~ msgstr ""
-#~ "\n"
-#~ "prova a modificare alcuni parametri"
-
-#~ msgid "An error occurred:"
-#~ msgstr "Si verificato un errore:"
-
-#~ msgid "Leaving in %d seconds"
-#~ msgstr "Uscita in %d secondi"
-
-#~ msgid "Is this the correct setting?"
-#~ msgstr " il settaggio corretto?"
-
-#~ msgid "An error occurred, try to change some parameters"
-#~ msgstr "Si verificato un errore, prova a modificare alcuni parametri"
-
-#~ msgid "XFree86 server: %s"
-#~ msgstr "Server XFree86: %s"
-
-#~ msgid "Show all"
-#~ msgstr "Mostra tutto"
-
-#~ msgid "Preparing X-Window configuration"
-#~ msgstr "Sto preparando la configurazione di X-Window"
-
-#~ msgid "What do you want to do?"
-#~ msgstr "Cosa vuoi fare?"
-
-#~ msgid "Change Monitor"
-#~ msgstr "Cambia monitor"
-
-#~ msgid "Change Graphics card"
-#~ msgstr "Cambia scheda grafica"
-
-#~ msgid "Change Server options"
-#~ msgstr "Cambia opzioni server"
-
-#~ msgid "Change Resolution"
-#~ msgstr "Cambia risoluzione"
-
-#~ msgid "Show information"
-#~ msgstr "Mostra informazioni"
-
-#~ msgid "Test again"
-#~ msgstr "Nuovo test"
-
-#~ msgid "Use Hard Drive with daemon"
-#~ msgstr "Usa disco rigido con il demone"
-
-#~ msgid "Use FTP with daemon"
-#~ msgstr "Usa FTP con il demone"
-
-#~ msgid "Package List to Install"
-#~ msgstr "Lista dei pacchetti da installare"
-
-#~ msgid "proftpd"
-#~ msgstr "Proftpd"
-
-#~ msgid "sshd"
-#~ msgstr "sshd"
-
-#~ msgid "webmin"
-#~ msgstr "webmin"
-
-#~ msgid "xinetd"
-#~ msgstr "xinetd"
-
-#~ msgid "Setting security level"
-#~ msgstr "Sto settando il livello di sicurezza"
-
-#~ msgid "Select a graphics card"
-#~ msgstr "Scegli una scheda grafica"
-
-#~ msgid "Choose a X driver"
-#~ msgstr "Scegli un driver X"
-
-#~ msgid "X driver"
-#~ msgstr "Driver X"
-
-#~ msgid "Warning: testing this graphics card may freeze your computer"
-#~ msgstr "Attenzione: il test di questa scheda video pu bloccare il computer"
-
-#~ msgid "Standard VGA, 640x480 at 60 Hz"
-#~ msgstr "VGA standard, 640x480 a 60 Hz"
-
-#~ msgid "Super VGA, 800x600 at 56 Hz"
-#~ msgstr "Super VGA, 800x600 a 56 Hz"
-
-#~ msgid "8514 Compatible, 1024x768 at 87 Hz interlaced (no 800x600)"
-#~ msgstr "Compatibile 8514, 1024x768 a 87 Hz interlacciato (no 800x600)"
-
-#~ msgid "Super VGA, 1024x768 at 87 Hz interlaced, 800x600 at 56 Hz"
-#~ msgstr "Super VGA, 1024x768 a 87 Hz interlacciato, 800x600 a 56 Hz"
-
-#~ msgid "Extended Super VGA, 800x600 at 60 Hz, 640x480 at 72 Hz"
-#~ msgstr "Super VGA estesa, 800x600 a 60 Hz, 640x480 a 72 Hz"
-
-#~ msgid "Non-Interlaced SVGA, 1024x768 at 60 Hz, 800x600 at 72 Hz"
-#~ msgstr "SVGA non-interlacciato, 1024x768 a 60 Hz, 800x600 a 72 Hz"
-
-#~ msgid "High Frequency SVGA, 1024x768 at 70 Hz"
-#~ msgstr "SVGA alta frequenza, 1024x768 a 70 Hz"
-
-#~ msgid "Multi-frequency that can do 1280x1024 at 60 Hz"
-#~ msgstr "Multi-frequenza che raggiunge 1280x1024 a 60 Hz"
-
-#~ msgid "Multi-frequency that can do 1280x1024 at 74 Hz"
-#~ msgstr "Multi-frequenza che raggiunge 1280x1024 a 74 Hz"
-
-#~ msgid "Multi-frequency that can do 1280x1024 at 76 Hz"
-#~ msgstr "Multi-frequenza che raggiunge 1280x1024 a 76 Hz"
-
-#~ msgid "Monitor that can do 1600x1200 at 70 Hz"
-#~ msgstr "Monitor che raggiunge 1600x1200 a 70 Hz"
-
-#~ msgid "Monitor that can do 1600x1200 at 76 Hz"
-#~ msgstr "Monitor che raggiunge 1600x1200 a 76 Hz"
-
-#~ msgid ""
-#~ "The total size for the groups you have selected is approximately %d MB.\n"
-#~ msgstr ""
-#~ "La dimensione totale dei gruppi da te scelti approssimativamente %d "
-#~ "Mb.\n"
-
-#~ msgid ""
-#~ "If you wish to install less than this size,\n"
-#~ "select the percentage of packages that you want to install.\n"
-#~ "\n"
-#~ "A low percentage will install only the most important packages;\n"
-#~ "a percentage of 100%% will install all selected packages."
-#~ msgstr ""
-#~ "Se desideri installare occupando una quantit di spazio minore,\n"
-#~ "scegli la percentuale dei pacchetti che vuoi installare.\n"
-#~ "\n"
-#~ "Una bassa percentuale installer solo i pacchetti pi importanti;\n"
-#~ "una percentuale del 100%% installer tutti i pacchetti scelti."
-
-#~ msgid ""
-#~ "You have space on your disk for only %d%% of these packages.\n"
-#~ "\n"
-#~ "If you wish to install less than this,\n"
-#~ "select the percentage of packages that you want to install.\n"
-#~ "A low percentage will install only the most important packages;\n"
-#~ "a percentage of %d%% will install as many packages as possible."
-#~ msgstr ""
-#~ "Hai spazio sul tuo disco rigido solo per %d%% di questi pacchetti.\n"
-#~ "\n"
-#~ "Scegli una percentuale dei pacchetti che vuoi installare.\n"
-#~ "Una bassa percentuale installer solo i pacchetti pi importanti;\n"
-#~ "una percentuale del %d%% installer tutti i pacchetti possibili."
-
-#~ msgid "You will be able to choose them more specifically in the next step."
-#~ msgstr "Potrai scegliere pi specificatamente nella prossima fase."
-
-#~ msgid "Percentage of packages to install"
-#~ msgstr "Percentuale dei pacchetti da installare"
diff --git a/perl-install/share/po/ja.po b/perl-install/share/po/ja.po
index b1c8cba9b..01470b3b1 100644
--- a/perl-install/share/po/ja.po
+++ b/perl-install/share/po/ja.po
@@ -4,8 +4,8 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: drakfloppy 0.43\n"
-"POT-Creation-Date: 2002-08-21 15:44+0200\n"
+"Project-Id-Version: DrakX\n"
+"POT-Creation-Date: 2002-09-02 20:14+0200\n"
"PO-Revision-Date: 2000-07-05 15:44+0200\n"
"Last-Translator: YAMAGATA Hiroo <hiyori13@alum.mit.edu>\n"
"Language-Team: Japanese <ja@li.org>\n"
@@ -49,19 +49,19 @@ msgstr "32 MB"
msgid "64 MB or more"
msgstr "64 MB 以上"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "Choose a X server"
msgstr "X サーバを選んで下さい"
-#: ../../Xconfig/card.pm_.c:201
+#: ../../Xconfig/card.pm_.c:203
msgid "X server"
msgstr "X サーバ"
-#: ../../Xconfig/card.pm_.c:228
+#: ../../Xconfig/card.pm_.c:230
msgid "Multi-head configuration"
msgstr "マルチヘッド設定"
-#: ../../Xconfig/card.pm_.c:229
+#: ../../Xconfig/card.pm_.c:231
msgid ""
"Your system support multiple head configuration.\n"
"What do you want to do?"
@@ -69,27 +69,27 @@ msgstr ""
"あなたのシステムはマルチヘッドの設定ができます。\n"
"どうしますか?"
-#: ../../Xconfig/card.pm_.c:284
+#: ../../Xconfig/card.pm_.c:286
msgid "Select the memory size of your graphics card"
msgstr "グラフィックカードのメモリサイズを選択して下さい"
-#: ../../Xconfig/card.pm_.c:345
+#: ../../Xconfig/card.pm_.c:347
msgid "XFree configuration"
msgstr "XFreeの設定"
-#: ../../Xconfig/card.pm_.c:347
+#: ../../Xconfig/card.pm_.c:349
msgid "Which configuration of XFree do you want to have?"
msgstr "どの構成のXFree にしますか"
-#: ../../Xconfig/card.pm_.c:379
+#: ../../Xconfig/card.pm_.c:381
msgid "Configure all heads independently"
msgstr "ヘッドをそれぞれ独立に設定"
-#: ../../Xconfig/card.pm_.c:380
+#: ../../Xconfig/card.pm_.c:382
msgid "Use Xinerama extension"
msgstr "Xinerama 拡張を使う"
-#: ../../Xconfig/card.pm_.c:384
+#: ../../Xconfig/card.pm_.c:386
#, fuzzy, c-format
msgid "Configure only card \"%s\"%s"
msgstr "以下のカードだけを設定: “%s”(%s)"
@@ -100,13 +100,13 @@ msgstr "以下のカードだけを設定: “%s”(%s)"
msgid "XFree %s"
msgstr "XFree %s"
-#: ../../Xconfig/card.pm_.c:409 ../../Xconfig/card.pm_.c:435
+#: ../../Xconfig/card.pm_.c:410 ../../Xconfig/card.pm_.c:436
#: ../../Xconfig/various.pm_.c:23
#, c-format
msgid "XFree %s with 3D hardware acceleration"
msgstr "ハードウェア3DアクセラレーションつきのXFree %s"
-#: ../../Xconfig/card.pm_.c:412
+#: ../../Xconfig/card.pm_.c:413
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
@@ -115,17 +115,17 @@ msgstr ""
"このカードはXFree %s でのみ3Dアクセラレーション可能です。\n"
"XFree %s でのこのカードのサポートは、2D のほうがすぐれています。"
-#: ../../Xconfig/card.pm_.c:414 ../../Xconfig/card.pm_.c:437
+#: ../../Xconfig/card.pm_.c:415 ../../Xconfig/card.pm_.c:438
#, c-format
msgid "Your card can have 3D hardware acceleration support with XFree %s."
msgstr "このカードはXFree %s で3Dアクセラレーション可能です。"
-#: ../../Xconfig/card.pm_.c:422 ../../Xconfig/card.pm_.c:443
+#: ../../Xconfig/card.pm_.c:423 ../../Xconfig/card.pm_.c:444
#, c-format
msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
msgstr "実験段階のハードウェア3DアクセラレーションつきのXFree %s"
-#: ../../Xconfig/card.pm_.c:425
+#: ../../Xconfig/card.pm_.c:426
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support but only with XFree %s,\n"
@@ -136,7 +136,7 @@ msgstr ""
"ただしあくまで、実験的なサポートで、マシンフリーズの可能性があります。\n"
"XFree %s でのこのカードのサポートは、2D のほうがすぐれています。"
-#: ../../Xconfig/card.pm_.c:428 ../../Xconfig/card.pm_.c:445
+#: ../../Xconfig/card.pm_.c:429 ../../Xconfig/card.pm_.c:446
#, c-format
msgid ""
"Your card can have 3D hardware acceleration support with XFree %s,\n"
@@ -145,53 +145,54 @@ msgstr ""
"このカードはXFree %s で3Dアクセラレーション可能です。\n"
"ただしあくまで、実験的なサポートで、マシンフリーズの可能性があります。"
-#: ../../Xconfig/card.pm_.c:451
+#: ../../Xconfig/card.pm_.c:452
msgid "Xpmac (installation display driver)"
msgstr "Xpmac (インストールディスプレイドライバ)"
-#: ../../Xconfig/main.pm_.c:78 ../../Xconfig/main.pm_.c:79
-#: ../../Xconfig/monitor.pm_.c:94 ../../any.pm_.c:974
+#: ../../Xconfig/main.pm_.c:76 ../../Xconfig/main.pm_.c:77
+#: ../../Xconfig/monitor.pm_.c:96 ../../any.pm_.c:977
msgid "Custom"
msgstr "カスタム"
-#: ../../Xconfig/main.pm_.c:104
+#: ../../Xconfig/main.pm_.c:102
#, fuzzy
msgid "Graphic Card"
msgstr "グラフィックカード"
-#: ../../Xconfig/main.pm_.c:107 ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/main.pm_.c:105 ../../Xconfig/monitor.pm_.c:93
msgid "Monitor"
msgstr "モニタ"
-#: ../../Xconfig/main.pm_.c:110 ../../Xconfig/resolution_and_depth.pm_.c:209
+#: ../../Xconfig/main.pm_.c:108 ../../Xconfig/resolution_and_depth.pm_.c:209
msgid "Resolution"
msgstr "解像度"
-#: ../../Xconfig/main.pm_.c:114
+#: ../../Xconfig/main.pm_.c:113
msgid "Test"
msgstr ""
-#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:59
-#: ../../diskdrake/interactive.pm_.c:377 ../../diskdrake/removable.pm_.c:25
+#: ../../Xconfig/main.pm_.c:118 ../../diskdrake/dav.pm_.c:63
+#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/removable.pm_.c:25
#: ../../diskdrake/removable_gtk.pm_.c:16 ../../diskdrake/smbnfs_gtk.pm_.c:86
msgid "Options"
msgstr "オプション"
#: ../../Xconfig/main.pm_.c:121 ../../Xconfig/resolution_and_depth.pm_.c:268
-#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:281
+#: ../../install_gtk.pm_.c:79 ../../install_steps_gtk.pm_.c:275
#: ../../interactive.pm_.c:127 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:104
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:104
#: ../../interactive/newt.pm_.c:174 ../../interactive/newt.pm_.c:176
#: ../../interactive/stdio.pm_.c:39 ../../interactive/stdio.pm_.c:143
-#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:156
-#: ../../my_gtk.pm_.c:284 ../../my_gtk.pm_.c:307
-#: ../../standalone/drakbackup_.c:3324 ../../standalone/drakbackup_.c:3419
-#: ../../standalone/drakbackup_.c:3438
+#: ../../interactive/stdio.pm_.c:144 ../../my_gtk.pm_.c:159
+#: ../../my_gtk.pm_.c:287 ../../my_gtk.pm_.c:310
+#: ../../standalone/drakbackup_.c:3972 ../../standalone/drakbackup_.c:4067
+#: ../../standalone/drakbackup_.c:4086
msgid "Ok"
msgstr "OK"
#: ../../Xconfig/main.pm_.c:121 ../../diskdrake/dav.pm_.c:24
-#: ../../printerdrake.pm_.c:2933 ../../standalone/logdrake_.c:224
+#: ../../harddrake/ui.pm_.c:98 ../../printerdrake.pm_.c:3155
+#: ../../standalone/logdrake_.c:224
msgid "Quit"
msgstr "終了"
@@ -208,28 +209,28 @@ msgstr ""
"\n"
"%s"
-#: ../../Xconfig/monitor.pm_.c:91
+#: ../../Xconfig/monitor.pm_.c:93
msgid "Choose a monitor"
msgstr "モニタを選んで下さい"
-#: ../../Xconfig/monitor.pm_.c:95
+#: ../../Xconfig/monitor.pm_.c:97
msgid "Plug'n Play"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:96 ../../mouse.pm_.c:45
+#: ../../Xconfig/monitor.pm_.c:98 ../../mouse.pm_.c:46
msgid "Generic"
msgstr "汎用"
-#: ../../Xconfig/monitor.pm_.c:97 ../../harddrake/ui.pm_.c:36
+#: ../../Xconfig/monitor.pm_.c:99 ../../harddrake/ui.pm_.c:37
#, fuzzy
msgid "Vendor"
msgstr "もとに戻す"
-#: ../../Xconfig/monitor.pm_.c:107
+#: ../../Xconfig/monitor.pm_.c:109
msgid "Plug'n Play probing failed. Please choose a precise monitor"
msgstr ""
-#: ../../Xconfig/monitor.pm_.c:112
+#: ../../Xconfig/monitor.pm_.c:114
msgid ""
"The two critical parameters are the vertical refresh rate, which is the "
"rate\n"
@@ -250,11 +251,11 @@ msgstr ""
"モニタがダメージを受けるかも知れません。\n"
"分からない場合は, 低めの設定にして下さい。"
-#: ../../Xconfig/monitor.pm_.c:119
+#: ../../Xconfig/monitor.pm_.c:121
msgid "Horizontal refresh rate"
msgstr "水平リフレッシュレート"
-#: ../../Xconfig/monitor.pm_.c:120
+#: ../../Xconfig/monitor.pm_.c:122
msgid "Vertical refresh rate"
msgstr "垂直リフレッシュレート"
@@ -291,36 +292,42 @@ msgstr "解像度と色深度"
msgid "Graphics card: %s"
msgstr "グラフィックカード: %s"
-#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1015
-#: ../../bootlook.pm_.c:334 ../../diskdrake/smbnfs_gtk.pm_.c:87
-#: ../../install_steps_gtk.pm_.c:412 ../../install_steps_gtk.pm_.c:470
-#: ../../install_steps_interactive.pm_.c:576 ../../interactive.pm_.c:142
-#: ../../interactive.pm_.c:351 ../../interactive/http.pm_.c:105
+#: ../../Xconfig/resolution_and_depth.pm_.c:268 ../../any.pm_.c:1018
+#: ../../bootlook.pm_.c:338 ../../diskdrake/smbnfs_gtk.pm_.c:87
+#: ../../install_steps_gtk.pm_.c:406 ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_interactive.pm_.c:560 ../../interactive.pm_.c:142
+#: ../../interactive.pm_.c:354 ../../interactive/http.pm_.c:105
#: ../../interactive/newt.pm_.c:174 ../../interactive/stdio.pm_.c:39
-#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:155
-#: ../../my_gtk.pm_.c:159 ../../my_gtk.pm_.c:284
-#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:1990
-#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3278
-#: ../../standalone/drakbackup_.c:3311 ../../standalone/drakbackup_.c:3337
-#: ../../standalone/drakbackup_.c:3364 ../../standalone/drakbackup_.c:3391
-#: ../../standalone/drakbackup_.c:3451 ../../standalone/drakbackup_.c:3478
-#: ../../standalone/drakbackup_.c:3504 ../../standalone/drakconnect_.c:115
-#: ../../standalone/drakconnect_.c:147 ../../standalone/drakconnect_.c:289
-#: ../../standalone/drakconnect_.c:537 ../../standalone/drakconnect_.c:679
-#: ../../standalone/drakfloppy_.c:234 ../../standalone/drakfloppy_.c:383
-#: ../../standalone/drakfont_.c:970 ../../standalone/drakgw_.c:598
-#: ../../standalone/logdrake_.c:224 ../../standalone/logdrake_.c:528
-#: ../../standalone/tinyfirewall_.c:64
+#: ../../interactive/stdio.pm_.c:143 ../../my_gtk.pm_.c:158
+#: ../../my_gtk.pm_.c:162 ../../my_gtk.pm_.c:287
+#: ../../network/netconnect.pm_.c:46 ../../printerdrake.pm_.c:2124
+#: ../../standalone/drakautoinst_.c:203 ../../standalone/drakbackup_.c:3926
+#: ../../standalone/drakbackup_.c:3959 ../../standalone/drakbackup_.c:3985
+#: ../../standalone/drakbackup_.c:4012 ../../standalone/drakbackup_.c:4039
+#: ../../standalone/drakbackup_.c:4099 ../../standalone/drakbackup_.c:4126
+#: ../../standalone/drakbackup_.c:4156 ../../standalone/drakbackup_.c:4182
+#: ../../standalone/drakconnect_.c:115 ../../standalone/drakconnect_.c:147
+#: ../../standalone/drakconnect_.c:289 ../../standalone/drakconnect_.c:537
+#: ../../standalone/drakconnect_.c:679 ../../standalone/drakfloppy_.c:234
+#: ../../standalone/drakfloppy_.c:383 ../../standalone/drakfont_.c:970
+#: ../../standalone/drakgw_.c:536 ../../standalone/logdrake_.c:224
+#: ../../standalone/logdrake_.c:526
msgid "Cancel"
msgstr "キャンセル"
-#: ../../Xconfig/test.pm_.c:26
+#: ../../Xconfig/test.pm_.c:30
+msgid "Test of the configuration"
+msgstr "設定を試します"
+
+#: ../../Xconfig/test.pm_.c:31
msgid "Do you want to test the configuration?"
msgstr "この設定で試してみますか?"
-#: ../../Xconfig/test.pm_.c:26
-msgid "Test of the configuration"
-msgstr "設定を試します"
+#: ../../Xconfig/test.pm_.c:31
+#, fuzzy
+msgid "Warning: testing this graphic card may freeze your computer"
+msgstr ""
+"警告:このグラフィックカードをテストするとマシンがフリーズするかもしれません"
#: ../../Xconfig/various.pm_.c:29
#, c-format
@@ -456,26 +463,22 @@ msgstr "DOS/Windowsから起動 (loadlin 使用)"
msgid "Yaboot"
msgstr "Yaboot"
-#: ../../any.pm_.c:158 ../../any.pm_.c:190
+#: ../../any.pm_.c:159 ../../any.pm_.c:190
msgid "Bootloader main options"
msgstr "ブートローダのメインオプション"
-#: ../../any.pm_.c:159 ../../any.pm_.c:191
+#: ../../any.pm_.c:160 ../../any.pm_.c:191
msgid "Bootloader to use"
msgstr "使用するブートローダ"
-#: ../../any.pm_.c:161
+#: ../../any.pm_.c:162
msgid "Bootloader installation"
msgstr "ブートローダのインストール"
-#: ../../any.pm_.c:163 ../../any.pm_.c:193
+#: ../../any.pm_.c:164 ../../any.pm_.c:193
msgid "Boot device"
msgstr "ブートデバイス"
-#: ../../any.pm_.c:164
-msgid "LBA (doesn't work on old BIOSes)"
-msgstr "LBA (古い BIOS では動かない)"
-
#: ../../any.pm_.c:165
msgid "Compact"
msgstr "コンパクト"
@@ -492,16 +495,17 @@ msgstr "ビデオモード"
msgid "Delay before booting default image"
msgstr "デフォルトイメージ起動の待ち時間"
-#: ../../any.pm_.c:170 ../../any.pm_.c:786
+#: ../../any.pm_.c:170 ../../any.pm_.c:788
#: ../../diskdrake/smbnfs_gtk.pm_.c:179
-#: ../../install_steps_interactive.pm_.c:1111 ../../network/modem.pm_.c:48
-#: ../../printerdrake.pm_.c:743 ../../printerdrake.pm_.c:858
-#: ../../standalone/drakconnect_.c:624 ../../standalone/drakconnect_.c:649
+#: ../../install_steps_interactive.pm_.c:1096 ../../network/modem.pm_.c:48
+#: ../../printerdrake.pm_.c:850 ../../printerdrake.pm_.c:965
+#: ../../standalone/drakbackup_.c:3528 ../../standalone/drakconnect_.c:624
+#: ../../standalone/drakconnect_.c:649
msgid "Password"
msgstr "パスワード"
-#: ../../any.pm_.c:171 ../../any.pm_.c:787
-#: ../../install_steps_interactive.pm_.c:1112
+#: ../../any.pm_.c:171 ../../any.pm_.c:789
+#: ../../install_steps_interactive.pm_.c:1097
msgid "Password (again)"
msgstr "パスワード (もう一度)"
@@ -541,14 +545,14 @@ msgstr ""
"“コマンドラインオプションの制限”オプションはパスワードがないと\n"
"役にたちません。"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../diskdrake/interactive.pm_.c:1180
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../diskdrake/interactive.pm_.c:1191
+#: ../../install_steps_interactive.pm_.c:1091
msgid "Please try again"
msgstr "もう一度試して下さい"
-#: ../../any.pm_.c:184 ../../any.pm_.c:762
-#: ../../install_steps_interactive.pm_.c:1106
+#: ../../any.pm_.c:184 ../../any.pm_.c:764
+#: ../../install_steps_interactive.pm_.c:1091
msgid "The passwords do not match"
msgstr "パスワードが一致しません"
@@ -593,16 +597,16 @@ msgstr ""
"エントリは以下のとおりです。\n"
"追加・変更できます。"
-#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1483
-#: ../../standalone/drakbackup_.c:1596 ../../standalone/drakfont_.c:1011
+#: ../../any.pm_.c:257 ../../standalone/drakbackup_.c:1558
+#: ../../standalone/drakbackup_.c:1671 ../../standalone/drakfont_.c:1011
#: ../../standalone/drakfont_.c:1054
msgid "Add"
msgstr "追加"
-#: ../../any.pm_.c:257 ../../any.pm_.c:774 ../../diskdrake/dav.pm_.c:60
+#: ../../any.pm_.c:257 ../../any.pm_.c:776 ../../diskdrake/dav.pm_.c:64
#: ../../diskdrake/hd_gtk.pm_.c:153 ../../diskdrake/removable.pm_.c:27
#: ../../diskdrake/smbnfs_gtk.pm_.c:88 ../../interactive/http.pm_.c:153
-#: ../../standalone/drakbackup_.c:2696
+#: ../../printerdrake.pm_.c:3155 ../../standalone/drakbackup_.c:2772
msgid "Done"
msgstr "終了"
@@ -614,7 +618,7 @@ msgstr "変更"
msgid "Which type of entry do you want to add?"
msgstr "どのタイプを追加しますか"
-#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1630
+#: ../../any.pm_.c:266 ../../standalone/drakbackup_.c:1705
msgid "Linux"
msgstr "Linux"
@@ -708,13 +712,13 @@ msgstr "別のものはありますか?"
msgid "Do you have any %s interfaces?"
msgstr "%s インターフェースはありますか?"
-#: ../../any.pm_.c:660 ../../any.pm_.c:821 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:823 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "No"
msgstr "いいえ"
-#: ../../any.pm_.c:660 ../../any.pm_.c:820 ../../interactive.pm_.c:132
-#: ../../my_gtk.pm_.c:283
+#: ../../any.pm_.c:660 ../../any.pm_.c:822 ../../interactive.pm_.c:132
+#: ../../my_gtk.pm_.c:286
msgid "Yes"
msgstr "はい"
@@ -814,38 +818,48 @@ msgstr "“su”を許す"
msgid "access to administrative files"
msgstr "管理ファイルへのアクセス"
-#: ../../any.pm_.c:758
+#: ../../any.pm_.c:754
+#, fuzzy
+msgid "access to network tools"
+msgstr "rpm ツールへのアクセス"
+
+#: ../../any.pm_.c:755
+#, fuzzy
+msgid "access to compilation tools"
+msgstr "rpm ツールへのアクセス"
+
+#: ../../any.pm_.c:760
#, c-format
msgid "(already added %s)"
msgstr "(%s は追加済み)"
-#: ../../any.pm_.c:763
+#: ../../any.pm_.c:765
msgid "This password is too simple"
msgstr "パスワードが簡単すぎます"
-#: ../../any.pm_.c:764
+#: ../../any.pm_.c:766
msgid "Please give a user name"
msgstr "ユーザ名を与えて下さい"
-#: ../../any.pm_.c:765
+#: ../../any.pm_.c:767
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr "ユーザ名には英小文字,数字、「-」や「_」しか使えません。"
-#: ../../any.pm_.c:766
+#: ../../any.pm_.c:768
#, fuzzy
msgid "The user name is too long"
msgstr "このユーザ名はすでに存在します"
-#: ../../any.pm_.c:767
+#: ../../any.pm_.c:769
msgid "This user name is already added"
msgstr "このユーザ名はすでに存在します"
-#: ../../any.pm_.c:771
+#: ../../any.pm_.c:773
msgid "Add user"
msgstr "ユーザを追加"
-#: ../../any.pm_.c:772
+#: ../../any.pm_.c:774
#, c-format
msgid ""
"Enter a user\n"
@@ -854,32 +868,32 @@ msgstr ""
"ユーザ名を入力して下さい\n"
"%s"
-#: ../../any.pm_.c:773
+#: ../../any.pm_.c:775
msgid "Accept user"
msgstr "受け付けるユーザ"
-#: ../../any.pm_.c:784
+#: ../../any.pm_.c:786
msgid "Real name"
msgstr "実際の氏名"
-#: ../../any.pm_.c:785 ../../printerdrake.pm_.c:742
-#: ../../printerdrake.pm_.c:857
+#: ../../any.pm_.c:787 ../../printerdrake.pm_.c:849
+#: ../../printerdrake.pm_.c:964
msgid "User name"
msgstr "ユーザ名"
-#: ../../any.pm_.c:788
+#: ../../any.pm_.c:790
msgid "Shell"
msgstr "シェル"
-#: ../../any.pm_.c:790
+#: ../../any.pm_.c:792
msgid "Icon"
msgstr "アイコン"
-#: ../../any.pm_.c:817
+#: ../../any.pm_.c:819
msgid "Autologin"
msgstr "自動ログイン"
-#: ../../any.pm_.c:818
+#: ../../any.pm_.c:820
msgid ""
"I can set up your computer to automatically log on one user.\n"
"Do you want to use this feature?"
@@ -887,54 +901,54 @@ msgstr ""
"自動的に特定ユーザがログオンするようにコンピュータを設定できます。\n"
"この機能を使いますか?"
-#: ../../any.pm_.c:822
+#: ../../any.pm_.c:824
msgid "Choose the default user:"
msgstr "デフォルトユーザの選択:"
-#: ../../any.pm_.c:823
+#: ../../any.pm_.c:825
msgid "Choose the window manager to run:"
msgstr "使うウィンドウマネージャを選んで下さい:"
-#: ../../any.pm_.c:838
+#: ../../any.pm_.c:840
msgid "Please choose a language to use."
msgstr "どの言語を使うか選んでくださいね。"
-#: ../../any.pm_.c:840
+#: ../../any.pm_.c:842
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:854 ../../install_steps_interactive.pm_.c:708
+#: ../../any.pm_.c:856 ../../install_steps_interactive.pm_.c:692
#: ../../standalone/drakxtv_.c:73
msgid "All"
msgstr "ぜんぶ"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "Allow all users"
msgstr "すべてのユーザを認める"
-#: ../../any.pm_.c:974
+#: ../../any.pm_.c:977
msgid "No sharing"
msgstr "ファイル共有しない"
-#: ../../any.pm_.c:984 ../../standalone.pm_.c:57
+#: ../../any.pm_.c:987 ../../install_any.pm_.c:1183 ../../standalone.pm_.c:58
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "パッケージ %s が必要です。インストールしますか?"
-#: ../../any.pm_.c:987
+#: ../../any.pm_.c:990
msgid ""
"You can export using NFS or Samba. Please select which you'd like to use."
msgstr "エクスポートには NFS か Samba が使えます。どちらにしますか?"
-#: ../../any.pm_.c:995 ../../standalone.pm_.c:61
+#: ../../any.pm_.c:998 ../../install_any.pm_.c:1188 ../../standalone.pm_.c:63
#, c-format
msgid "Mandatory package %s is missing"
msgstr "必要パッケージ %s がありません"
-#: ../../any.pm_.c:1001
+#: ../../any.pm_.c:1004
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
@@ -943,11 +957,11 @@ msgid ""
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
-#: ../../any.pm_.c:1015
+#: ../../any.pm_.c:1018
msgid "Launch userdrake"
msgstr "userdrake を起動"
-#: ../../any.pm_.c:1017
+#: ../../any.pm_.c:1020
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user in this group."
@@ -955,31 +969,31 @@ msgstr ""
"ユーザ毎の共有は、“fileshare”グループを使います。\n"
"このグループにユーザを追加するには、userdrake が使えますよ。"
-#: ../../any.pm_.c:1068
+#: ../../any.pm_.c:1071
msgid "Welcome To Crackers"
msgstr "悪質なクラッカー様も侵入しほうだい"
-#: ../../any.pm_.c:1069
+#: ../../any.pm_.c:1072
msgid "Poor"
msgstr "きわめて低い"
-#: ../../any.pm_.c:1070 ../../mouse.pm_.c:31
+#: ../../any.pm_.c:1073 ../../mouse.pm_.c:31
msgid "Standard"
msgstr "標準"
-#: ../../any.pm_.c:1071
+#: ../../any.pm_.c:1074
msgid "High"
msgstr "高い"
-#: ../../any.pm_.c:1072
+#: ../../any.pm_.c:1075
msgid "Higher"
msgstr "もっと高い"
-#: ../../any.pm_.c:1073
+#: ../../any.pm_.c:1076
msgid "Paranoid"
msgstr "神経質なほど高水準"
-#: ../../any.pm_.c:1076
+#: ../../any.pm_.c:1079
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"
@@ -989,7 +1003,7 @@ msgstr ""
"だれにでもアクセスできてしまいます。他のマシンやインターネット\n"
"につながったマシンでは使わないでください。パスワード制限もありません。"
-#: ../../any.pm_.c:1079
+#: ../../any.pm_.c:1082
msgid ""
"Password are now enabled, but use as a networked computer is still not "
"recommended."
@@ -997,7 +1011,7 @@ msgstr ""
"パスワードが有効になりましたが、ネットワークにつなぐのはまだ\n"
"お奨めできません。"
-#: ../../any.pm_.c:1080
+#: ../../any.pm_.c:1083
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
@@ -1005,13 +1019,13 @@ msgstr ""
"これは標準のセキュリティで、クライアントとしてインターネット接続するマシンで"
"の推奨レベルです。"
-#: ../../any.pm_.c:1081
+#: ../../any.pm_.c:1084
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr "すでに制限がかかっていて、さらに毎晩自動チェックがもっとかかります。"
-#: ../../any.pm_.c:1082
+#: ../../any.pm_.c:1085
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
@@ -1025,7 +1039,7 @@ msgstr ""
"水準になっています。註:あなたのマシンがインターネット上のクライアント専用な"
"ら、もっと低いレベルを選んだほうがいいですよ。"
-#: ../../any.pm_.c:1085
+#: ../../any.pm_.c:1088
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
@@ -1033,31 +1047,31 @@ msgstr ""
"前のレベルに基づいていますが、これでシステムは完全にとじた状態\n"
"になっています。セキュリティは最大です。"
-#: ../../any.pm_.c:1091
+#: ../../any.pm_.c:1094
#, fuzzy
msgid "DrakSec Basic Options"
msgstr "オプション"
-#: ../../any.pm_.c:1092
+#: ../../any.pm_.c:1095
#, fuzzy
msgid "Please choose the desired security level"
msgstr "セキュリティの水準を選んでください"
-#: ../../any.pm_.c:1095
+#: ../../any.pm_.c:1098
msgid "Security level"
msgstr "セキュリティ水準"
-#: ../../any.pm_.c:1097
+#: ../../any.pm_.c:1100
msgid "Use libsafe for servers"
msgstr "サーバにlibsafeを使う"
-#: ../../any.pm_.c:1098
+#: ../../any.pm_.c:1101
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"バッファオーバーフローやフォーマットストリング攻撃を防御するライブラリ。"
-#: ../../any.pm_.c:1099
+#: ../../any.pm_.c:1102
msgid "Security Administrator (login or email)"
msgstr ""
@@ -1097,57 +1111,57 @@ 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:935
+#: ../../bootloader.pm_.c:932
msgid "Welcome to GRUB the operating system chooser!"
msgstr "GRUB operating system chooser-he youkosou!"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:938
+#: ../../bootloader.pm_.c:935
#, c-format
msgid "Use the %c and %c keys for selecting which entry is highlighted."
msgstr "%c, %c key wo tukatte entry wo shitei shite kudasai."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:941
+#: ../../bootloader.pm_.c:938
msgid "Press enter to boot the selected OS, 'e' to edit the"
msgstr "Kono OS wo kidou suru nara Enter, Kidou mae no jikkou command"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:944
+#: ../../bootloader.pm_.c:941
msgid "commands before booting, or 'c' for a command-line."
msgstr "no henshuu niha 'e', command line nara 'c' wo oshi masu."
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm_.c:947
+#: ../../bootloader.pm_.c:944
#, c-format
msgid "The highlighted entry will be booted automatically in %d seconds."
msgstr "Sentaku shita OS ga %d byou de jidoutekini kidou shimasu."
-#: ../../bootloader.pm_.c:951
+#: ../../bootloader.pm_.c:948
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:1051
+#: ../../bootloader.pm_.c:1048
msgid "Desktop"
msgstr "デスクトップ"
#. -PO: "Desktop" and "Start Menu" are the name of the directories found in c:\windows
-#: ../../bootloader.pm_.c:1053
+#: ../../bootloader.pm_.c:1050
msgid "Start Menu"
msgstr "スタートメニュー"
-#: ../../bootloader.pm_.c:1072
+#: ../../bootloader.pm_.c:1069
#, c-format
msgid "You can't install the bootloader on a %s partition\n"
msgstr "ブートローダは %s パーティションにはインストールできません\n"
-#: ../../bootlook.pm_.c:45
+#: ../../bootlook.pm_.c:45 ../../standalone/draksplash_.c:25
msgid "no help implemented yet.\n"
msgstr "ヘルプはまだ実装されていません。\n"
@@ -1155,8 +1169,8 @@ msgstr "ヘルプはまだ実装されていません。\n"
msgid "Boot Style Configuration"
msgstr "起動方式の設定"
-#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:59
-#: ../../harddrake/ui.pm_.c:60 ../../standalone/drakfloppy_.c:81
+#: ../../bootlook.pm_.c:78 ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:63 ../../standalone/drakfloppy_.c:81
#: ../../standalone/logdrake_.c:101
msgid "/_File"
msgstr "/ファイル(_F)"
@@ -1166,7 +1180,7 @@ msgstr "/ファイル(_F)"
msgid "/File/_Quit"
msgstr "/ファイル(F)/終了(_Q)"
-#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:60
+#: ../../bootlook.pm_.c:79 ../../harddrake/ui.pm_.c:63
#: ../../standalone/drakfloppy_.c:82 ../../standalone/logdrake_.c:107
msgid "<control>Q"
msgstr "<control>Q"
@@ -1208,94 +1222,101 @@ msgstr "システムの導入"
msgid "Display theme under console"
msgstr ""
-#: ../../bootlook.pm_.c:166
+#: ../../bootlook.pm_.c:145
+#, fuzzy
+msgid "Create new theme"
+msgstr "新しいパーティションを作成"
+
+#: ../../bootlook.pm_.c:169
msgid "Can't create Bootsplash preview"
msgstr ""
-#: ../../bootlook.pm_.c:166 ../../bootlook.pm_.c:184 ../../bootlook.pm_.c:187
-#: ../../bootlook.pm_.c:190 ../../bootlook.pm_.c:220 ../../bootlook.pm_.c:222
-#: ../../bootlook.pm_.c:232 ../../bootlook.pm_.c:241 ../../bootlook.pm_.c:248
-#: ../../diskdrake/hd_gtk.pm_.c:116 ../../diskdrake/interactive.pm_.c:336
-#: ../../diskdrake/interactive.pm_.c:351 ../../diskdrake/interactive.pm_.c:464
-#: ../../diskdrake/interactive.pm_.c:469 ../../diskdrake/smbnfs_gtk.pm_.c:45
+#: ../../bootlook.pm_.c:169 ../../bootlook.pm_.c:187 ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193 ../../bootlook.pm_.c:223 ../../bootlook.pm_.c:225
+#: ../../bootlook.pm_.c:235 ../../bootlook.pm_.c:244 ../../bootlook.pm_.c:251
+#: ../../diskdrake/dav.pm_.c:73 ../../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
-#: ../../install_steps_interactive.pm_.c:365 ../../interactive/http.pm_.c:119
-#: ../../interactive/http.pm_.c:120 ../../standalone/diskdrake_.c:80
+#: ../../interactive/http.pm_.c:119 ../../interactive/http.pm_.c:120
+#: ../../standalone/draksplash_.c:32
msgid "Error"
msgstr "エラー"
-#: ../../bootlook.pm_.c:183
+#: ../../bootlook.pm_.c:186
#, c-format
msgid "Backup %s to %s.old"
msgstr ""
-#: ../../bootlook.pm_.c:184
+#: ../../bootlook.pm_.c:187
msgid "unable to backup lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:186
+#: ../../bootlook.pm_.c:189
#, fuzzy, c-format
msgid "Copy %s to %s"
msgstr "%s コピー中"
-#: ../../bootlook.pm_.c:187
+#: ../../bootlook.pm_.c:190
msgid "can't change lilo message"
msgstr ""
-#: ../../bootlook.pm_.c:190
+#: ../../bootlook.pm_.c:193
msgid "Lilo message not found"
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
msgid "Can't write /etc/sysconfig/bootsplash."
msgstr ""
-#: ../../bootlook.pm_.c:220
+#: ../../bootlook.pm_.c:223
#, fuzzy, c-format
msgid "Write %s"
msgstr "XFree %s"
-#: ../../bootlook.pm_.c:222
+#: ../../bootlook.pm_.c:225
msgid ""
"Can't write /etc/sysconfig/bootsplash\n"
"File not found."
msgstr ""
-#: ../../bootlook.pm_.c:233
+#: ../../bootlook.pm_.c:236
#, c-format
msgid "Can't launch mkinitrd -f /boot/initrd-%s.img %s."
msgstr ""
-#: ../../bootlook.pm_.c:236
+#: ../../bootlook.pm_.c:239
#, c-format
-msgid "Make initrd 'mkinird -f /boot/initrd-%s.img %s'."
+msgid "Make initrd 'mkinitrd -f /boot/initrd-%s.img %s'."
msgstr ""
-#: ../../bootlook.pm_.c:242
+#: ../../bootlook.pm_.c:245
msgid ""
"Can't relaunch LiLo!\n"
"Launch \"lilo\" as root in command line to complete LiLo theme installation."
msgstr ""
-#: ../../bootlook.pm_.c:246
+#: ../../bootlook.pm_.c:249
msgid "Relaunch 'lilo'"
msgstr ""
-#: ../../bootlook.pm_.c:248
+#: ../../bootlook.pm_.c:251 ../../standalone/draksplash_.c:161
+#: ../../standalone/draksplash_.c:330 ../../standalone/draksplash_.c:454
#, fuzzy
msgid "Notice"
msgstr "ビデオなし"
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
msgid "LiLo and Bootsplash themes installation successfull"
msgstr ""
-#: ../../bootlook.pm_.c:249
+#: ../../bootlook.pm_.c:252
#, fuzzy
msgid "Theme installation failed!"
msgstr "導入クラスの選択"
-#: ../../bootlook.pm_.c:258
+#: ../../bootlook.pm_.c:261
#, c-format
msgid ""
"You are currently using %s as your boot manager.\n"
@@ -1304,23 +1325,22 @@ msgstr ""
"いま、ブートマネージャには %s をお使いです。\n"
"設定ウィザードを起動するには「設定」をクリックしましょう。"
-#: ../../bootlook.pm_.c:260 ../../standalone/drakbackup_.c:2352
-#: ../../standalone/drakbackup_.c:2362 ../../standalone/drakbackup_.c:2372
-#: ../../standalone/drakbackup_.c:2380 ../../standalone/drakgw_.c:592
-#: ../../standalone/tinyfirewall_.c:58
+#: ../../bootlook.pm_.c:263 ../../standalone/drakbackup_.c:2427
+#: ../../standalone/drakbackup_.c:2437 ../../standalone/drakbackup_.c:2447
+#: ../../standalone/drakbackup_.c:2455 ../../standalone/drakgw_.c:530
msgid "Configure"
msgstr "設定"
-#: ../../bootlook.pm_.c:267
+#: ../../bootlook.pm_.c:270
#, fuzzy
msgid "Splash selection"
msgstr "パッケージ選択の保存"
-#: ../../bootlook.pm_.c:270
+#: ../../bootlook.pm_.c:273
msgid "Themes"
msgstr ""
-#: ../../bootlook.pm_.c:272
+#: ../../bootlook.pm_.c:275
msgid ""
"\n"
"Select a theme for\n"
@@ -1329,44 +1349,44 @@ msgid ""
"them separatly"
msgstr ""
-#: ../../bootlook.pm_.c:275
+#: ../../bootlook.pm_.c:278
msgid "Lilo screen"
msgstr ""
-#: ../../bootlook.pm_.c:279
+#: ../../bootlook.pm_.c:283
msgid "Bootsplash"
msgstr ""
-#: ../../bootlook.pm_.c:314
+#: ../../bootlook.pm_.c:318
msgid "System mode"
msgstr "システムモード"
-#: ../../bootlook.pm_.c:316
+#: ../../bootlook.pm_.c:320
msgid "Launch the graphical environment when your system starts"
msgstr "起動時に X ウィンドウを実行"
-#: ../../bootlook.pm_.c:321
+#: ../../bootlook.pm_.c:325
msgid "No, I don't want autologin"
msgstr "自動ログインはしない"
-#: ../../bootlook.pm_.c:323
+#: ../../bootlook.pm_.c:327
msgid "Yes, I want autologin with this (user, desktop)"
msgstr "この (ユーザ、デスクトップ)で自動ログインする"
-#: ../../bootlook.pm_.c:333 ../../network/netconnect.pm_.c:101
+#: ../../bootlook.pm_.c:337 ../../network/netconnect.pm_.c:101
#: ../../standalone/drakTermServ_.c:173 ../../standalone/drakTermServ_.c:300
-#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:3513
-#: ../../standalone/drakbackup_.c:4290 ../../standalone/drakconnect_.c:108
+#: ../../standalone/drakTermServ_.c:405 ../../standalone/drakbackup_.c:4191
+#: ../../standalone/drakbackup_.c:4952 ../../standalone/drakconnect_.c:108
#: ../../standalone/drakconnect_.c:140 ../../standalone/drakconnect_.c:296
#: ../../standalone/drakconnect_.c:435 ../../standalone/drakconnect_.c:521
#: ../../standalone/drakconnect_.c:564 ../../standalone/drakconnect_.c:667
#: ../../standalone/drakfloppy_.c:376 ../../standalone/drakfont_.c:612
#: ../../standalone/drakfont_.c:799 ../../standalone/drakfont_.c:876
-#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:521
+#: ../../standalone/drakfont_.c:963 ../../standalone/logdrake_.c:519
msgid "OK"
msgstr "OK"
-#: ../../bootlook.pm_.c:403
+#: ../../bootlook.pm_.c:407
#, c-format
msgid "can not open /etc/inittab for reading: %s"
msgstr "/etc/inittab が読みとり用に開けません: %s"
@@ -1463,49 +1483,53 @@ msgstr "オーストリア"
msgid "United States"
msgstr "アメリカ合衆国"
-#: ../../detect_devices.pm_.c:599 ../../detect_devices.pm_.c:641
-#: ../../detect_devices.pm_.c:803
-#, fuzzy
-msgid "Unknown Model"
-msgstr "未知のモデル"
-
#: ../../diskdrake/dav.pm_.c:23
#, fuzzy
msgid "New"
msgstr "新規"
-#: ../../diskdrake/dav.pm_.c:57
+#: ../../diskdrake/dav.pm_.c:59 ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/smbnfs_gtk.pm_.c:81
+msgid "Unmount"
+msgstr "アンマウント"
+
+#: ../../diskdrake/dav.pm_.c:60 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/smbnfs_gtk.pm_.c:82
+msgid "Mount"
+msgstr "マウント"
+
+#: ../../diskdrake/dav.pm_.c:61
msgid "Server"
msgstr "サーバ"
-#: ../../diskdrake/dav.pm_.c:58 ../../diskdrake/interactive.pm_.c:375
-#: ../../diskdrake/interactive.pm_.c:558 ../../diskdrake/interactive.pm_.c:585
+#: ../../diskdrake/dav.pm_.c:62 ../../diskdrake/interactive.pm_.c:379
+#: ../../diskdrake/interactive.pm_.c:568 ../../diskdrake/interactive.pm_.c:595
#: ../../diskdrake/removable.pm_.c:24 ../../diskdrake/removable_gtk.pm_.c:15
#: ../../diskdrake/smbnfs_gtk.pm_.c:85
msgid "Mount point"
msgstr "マウントポイント"
-#: ../../diskdrake/dav.pm_.c:68
+#: ../../diskdrake/dav.pm_.c:81
#, fuzzy
msgid "Please enter the WebDAV server URL"
msgstr "CDライターの速度を入力してください"
-#: ../../diskdrake/dav.pm_.c:71
+#: ../../diskdrake/dav.pm_.c:84
msgid "The URL must begin with http:// or https://"
msgstr ""
-#: ../../diskdrake/dav.pm_.c:92
+#: ../../diskdrake/dav.pm_.c:105
#, fuzzy
msgid "Server: "
msgstr "サーバ"
-#: ../../diskdrake/dav.pm_.c:93 ../../diskdrake/interactive.pm_.c:435
-#: ../../diskdrake/interactive.pm_.c:1079
-#: ../../diskdrake/interactive.pm_.c:1153
+#: ../../diskdrake/dav.pm_.c:106 ../../diskdrake/interactive.pm_.c:440
+#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1164
msgid "Mount point: "
msgstr "マウントポイント: "
-#: ../../diskdrake/dav.pm_.c:94 ../../diskdrake/interactive.pm_.c:1159
+#: ../../diskdrake/dav.pm_.c:107 ../../diskdrake/interactive.pm_.c:1170
#, c-format
msgid "Options: %s"
msgstr "オプション: %s"
@@ -1514,8 +1538,9 @@ msgstr "オプション: %s"
msgid "Please make a backup of your data first"
msgstr "データのバックアップを取って下さい"
-#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:924
-#: ../../diskdrake/interactive.pm_.c:933 ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/hd_gtk.pm_.c:94 ../../diskdrake/interactive.pm_.c:934
+#: ../../diskdrake/interactive.pm_.c:943
+#: ../../diskdrake/interactive.pm_.c:1009
msgid "Read carefully!"
msgstr "よく読んで下さい!"
@@ -1553,10 +1578,17 @@ msgid "Please click on a partition"
msgstr "変更するパーティションをクリックしてください"
#: ../../diskdrake/hd_gtk.pm_.c:205 ../../diskdrake/smbnfs_gtk.pm_.c:69
-#: ../../install_steps_gtk.pm_.c:471
+#: ../../install_steps_gtk.pm_.c:465
msgid "Details"
msgstr "詳細"
+#: ../../diskdrake/hd_gtk.pm_.c:252
+#, fuzzy
+msgid "No hard drives found"
+msgstr ""
+"ローカルプリンタが見つかりません!\n"
+"\n"
+
#: ../../diskdrake/hd_gtk.pm_.c:323
msgid "Ext2"
msgstr "Ext2"
@@ -1581,13 +1613,13 @@ msgstr "SunOS"
msgid "Swap"
msgstr "スワップ"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/hd_gtk.pm_.c:324 ../../diskdrake/interactive.pm_.c:1105
msgid "Empty"
msgstr "空"
-#: ../../diskdrake/hd_gtk.pm_.c:324 ../../install_steps_gtk.pm_.c:331
-#: ../../install_steps_gtk.pm_.c:389 ../../mouse.pm_.c:162
-#: ../../services.pm_.c:157 ../../standalone/drakbackup_.c:1679
+#: ../../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:1754
msgid "Other"
msgstr "その他"
@@ -1595,12 +1627,12 @@ msgstr "その他"
msgid "Filesystem types:"
msgstr "ファイルシステム タイプ:"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:397
+#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:402
msgid "Create"
msgstr "作成"
-#: ../../diskdrake/hd_gtk.pm_.c:345 ../../diskdrake/interactive.pm_.c:376
-#: ../../diskdrake/interactive.pm_.c:521 ../../diskdrake/removable.pm_.c:26
+#: ../../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
msgid "Type"
msgstr "タイプ"
@@ -1610,7 +1642,7 @@ msgstr "タイプ"
msgid "Use ``%s'' instead"
msgstr "代わりに“%s”を使って下さい"
-#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:385
+#: ../../diskdrake/hd_gtk.pm_.c:347 ../../diskdrake/interactive.pm_.c:389
msgid "Delete"
msgstr "削除"
@@ -1618,7 +1650,7 @@ msgstr "削除"
msgid "Use ``Unmount'' first"
msgstr "最初に「アンマウント」を使って下さい"
-#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:513
+#: ../../diskdrake/hd_gtk.pm_.c:352 ../../diskdrake/interactive.pm_.c:518
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
@@ -1626,72 +1658,72 @@ msgstr ""
"パーティションの型を %s に変更した後、このパーティション上のデータは失われま"
"す"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose a partition"
msgstr "パーティションを選択"
-#: ../../diskdrake/interactive.pm_.c:173
+#: ../../diskdrake/interactive.pm_.c:174
msgid "Choose another partition"
msgstr "別のパーティションを選ぶ"
-#: ../../diskdrake/interactive.pm_.c:198
+#: ../../diskdrake/interactive.pm_.c:199
msgid "Exit"
msgstr "終了"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to expert mode"
msgstr "エキスパートモードに移る"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Toggle to normal mode"
msgstr "ノーマルモードに移る"
-#: ../../diskdrake/interactive.pm_.c:220
+#: ../../diskdrake/interactive.pm_.c:221
msgid "Undo"
msgstr "もとに戻す"
-#: ../../diskdrake/interactive.pm_.c:239
+#: ../../diskdrake/interactive.pm_.c:240
msgid "Continue anyway?"
msgstr "それでも続けますか?"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without saving"
msgstr "セーブせず終了"
-#: ../../diskdrake/interactive.pm_.c:244
+#: ../../diskdrake/interactive.pm_.c:245
msgid "Quit without writing the partition table?"
msgstr "パーティションテーブルを更新せずに終了?"
-#: ../../diskdrake/interactive.pm_.c:249
+#: ../../diskdrake/interactive.pm_.c:250
msgid "Do you want to save /etc/fstab modifications"
msgstr " /etc/fstab の変更を保存しますか?"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Auto allocate"
msgstr "自動割り当て"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
msgid "Clear all"
msgstr "全てをクリア"
-#: ../../diskdrake/interactive.pm_.c:261
+#: ../../diskdrake/interactive.pm_.c:263
#: ../../install_steps_interactive.pm_.c:214
msgid "More"
msgstr "次"
-#: ../../diskdrake/interactive.pm_.c:264
+#: ../../diskdrake/interactive.pm_.c:267
msgid "Hard drive information"
msgstr "ハードドライブの情報"
-#: ../../diskdrake/interactive.pm_.c:294
+#: ../../diskdrake/interactive.pm_.c:298
msgid "All primary partitions are used"
msgstr "全てのプライマリパーティションが使われています"
-#: ../../diskdrake/interactive.pm_.c:295
+#: ../../diskdrake/interactive.pm_.c:299
msgid "I can't add any more partition"
msgstr "これ以上のパーティションは追加できません"
-#: ../../diskdrake/interactive.pm_.c:296
+#: ../../diskdrake/interactive.pm_.c:300
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
@@ -1699,31 +1731,31 @@ msgstr ""
"パーティションを増やしたいなら,拡張パーティションが\n"
"作れるようにどこかのパーティションを消して下さい。"
-#: ../../diskdrake/interactive.pm_.c:306
+#: ../../diskdrake/interactive.pm_.c:310
msgid "Save partition table"
msgstr "パーティションテーブルを保存"
-#: ../../diskdrake/interactive.pm_.c:307
+#: ../../diskdrake/interactive.pm_.c:311
msgid "Restore partition table"
msgstr "パーティションテーブルを再生"
-#: ../../diskdrake/interactive.pm_.c:308
+#: ../../diskdrake/interactive.pm_.c:312
msgid "Rescue partition table"
msgstr "パーティションテーブルを残す"
-#: ../../diskdrake/interactive.pm_.c:310
+#: ../../diskdrake/interactive.pm_.c:314
msgid "Reload partition table"
msgstr "パーティションテーブルを再読込"
-#: ../../diskdrake/interactive.pm_.c:315
+#: ../../diskdrake/interactive.pm_.c:319
msgid "Removable media automounting"
msgstr "リムーバブルメディア自動再マウント中"
-#: ../../diskdrake/interactive.pm_.c:324 ../../diskdrake/interactive.pm_.c:344
+#: ../../diskdrake/interactive.pm_.c:328 ../../diskdrake/interactive.pm_.c:348
msgid "Select file"
msgstr "ファイルを選択"
-#: ../../diskdrake/interactive.pm_.c:331
+#: ../../diskdrake/interactive.pm_.c:335
msgid ""
"The backup partition table has not the same size\n"
"Still continue?"
@@ -1731,11 +1763,11 @@ msgstr ""
"バックアップするパーティションテーブルのサイズが違います\n"
"続けますか?"
-#: ../../diskdrake/interactive.pm_.c:345
+#: ../../diskdrake/interactive.pm_.c:349
msgid "Warning"
msgstr "警告"
-#: ../../diskdrake/interactive.pm_.c:346
+#: ../../diskdrake/interactive.pm_.c:350
msgid ""
"Insert a floppy in drive\n"
"All data on this floppy will be lost"
@@ -1743,112 +1775,104 @@ msgstr ""
"フロッピーをドライブに挿入してください\n"
"フロッピー上の全てのデータは失われます"
-#: ../../diskdrake/interactive.pm_.c:357
+#: ../../diskdrake/interactive.pm_.c:361
msgid "Trying to rescue partition table"
msgstr "パーティションテーブルを救出してみます"
-#: ../../diskdrake/interactive.pm_.c:363
+#: ../../diskdrake/interactive.pm_.c:367
msgid "Detailed information"
msgstr "詳細な情報"
-#: ../../diskdrake/interactive.pm_.c:378 ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:382 ../../diskdrake/interactive.pm_.c:662
msgid "Resize"
msgstr "リサイズ"
-#: ../../diskdrake/interactive.pm_.c:379 ../../diskdrake/interactive.pm_.c:705
+#: ../../diskdrake/interactive.pm_.c:383 ../../diskdrake/interactive.pm_.c:715
msgid "Move"
msgstr "移動"
-#: ../../diskdrake/interactive.pm_.c:380
+#: ../../diskdrake/interactive.pm_.c:384
msgid "Format"
msgstr "フォーマット"
-#: ../../diskdrake/interactive.pm_.c:381 ../../diskdrake/smbnfs_gtk.pm_.c:82
-msgid "Mount"
-msgstr "マウント"
-
-#: ../../diskdrake/interactive.pm_.c:382
+#: ../../diskdrake/interactive.pm_.c:386
msgid "Add to RAID"
msgstr "RAID に加える"
-#: ../../diskdrake/interactive.pm_.c:383
+#: ../../diskdrake/interactive.pm_.c:387
msgid "Add to LVM"
msgstr "LVM に加える"
-#: ../../diskdrake/interactive.pm_.c:384 ../../diskdrake/smbnfs_gtk.pm_.c:81
-msgid "Unmount"
-msgstr "アンマウント"
-
-#: ../../diskdrake/interactive.pm_.c:386
+#: ../../diskdrake/interactive.pm_.c:390
msgid "Remove from RAID"
msgstr "RAID から除く"
-#: ../../diskdrake/interactive.pm_.c:387
+#: ../../diskdrake/interactive.pm_.c:391
msgid "Remove from LVM"
msgstr "LVM から除く"
-#: ../../diskdrake/interactive.pm_.c:388
+#: ../../diskdrake/interactive.pm_.c:392
msgid "Modify RAID"
msgstr "RAIDの変更"
-#: ../../diskdrake/interactive.pm_.c:389
+#: ../../diskdrake/interactive.pm_.c:393
msgid "Use for loopback"
msgstr "ループバックの使用"
-#: ../../diskdrake/interactive.pm_.c:428
+#: ../../diskdrake/interactive.pm_.c:433
msgid "Create a new partition"
msgstr "新しいパーティションを作成"
-#: ../../diskdrake/interactive.pm_.c:431
+#: ../../diskdrake/interactive.pm_.c:436
msgid "Start sector: "
msgstr "開始セクタ: "
-#: ../../diskdrake/interactive.pm_.c:433 ../../diskdrake/interactive.pm_.c:805
+#: ../../diskdrake/interactive.pm_.c:438 ../../diskdrake/interactive.pm_.c:815
msgid "Size in MB: "
msgstr "MB でのサイズ: "
-#: ../../diskdrake/interactive.pm_.c:434 ../../diskdrake/interactive.pm_.c:806
+#: ../../diskdrake/interactive.pm_.c:439 ../../diskdrake/interactive.pm_.c:816
msgid "Filesystem type: "
msgstr "ファイルシステムタイプ: "
-#: ../../diskdrake/interactive.pm_.c:439
+#: ../../diskdrake/interactive.pm_.c:444
msgid "Preference: "
msgstr "プリファレンス: "
-#: ../../diskdrake/interactive.pm_.c:464
+#: ../../diskdrake/interactive.pm_.c:469
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:494
+#: ../../diskdrake/interactive.pm_.c:499
msgid "Remove the loopback file?"
msgstr "ループバックファイルを削除しますか?"
-#: ../../diskdrake/interactive.pm_.c:519
+#: ../../diskdrake/interactive.pm_.c:529
msgid "Change partition type"
msgstr "パーティションタイプの変更"
-#: ../../diskdrake/interactive.pm_.c:520 ../../diskdrake/removable.pm_.c:48
+#: ../../diskdrake/interactive.pm_.c:530 ../../diskdrake/removable.pm_.c:48
msgid "Which filesystem do you want?"
msgstr "どのファイルシステムにしますか?"
-#: ../../diskdrake/interactive.pm_.c:526
+#: ../../diskdrake/interactive.pm_.c:536
msgid "Switching from ext2 to ext3"
msgstr "ext2 から ext3 に変更しています"
-#: ../../diskdrake/interactive.pm_.c:556
+#: ../../diskdrake/interactive.pm_.c:566
#, c-format
msgid "Where do you want to mount loopback file %s?"
msgstr "ループバックファイル %s をどこにマウントしますか?"
-#: ../../diskdrake/interactive.pm_.c:557
+#: ../../diskdrake/interactive.pm_.c:567
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "デバイス %s をどこにマウントしますか?"
-#: ../../diskdrake/interactive.pm_.c:563
+#: ../../diskdrake/interactive.pm_.c:573
msgid ""
"Can't unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
@@ -1857,135 +1881,135 @@ msgstr ""
"マウントポイントから取り就くことが出来ません。\n"
"まずループバックを解除してください。"
-#: ../../diskdrake/interactive.pm_.c:584
+#: ../../diskdrake/interactive.pm_.c:594
#, fuzzy, c-format
msgid "Where do you want to mount %s?"
msgstr "デバイス %s をどこにマウントしますか?"
-#: ../../diskdrake/interactive.pm_.c:608
+#: ../../diskdrake/interactive.pm_.c:618
msgid "Computing FAT filesystem bounds"
msgstr "fat ファイルシステムの境界を計算"
-#: ../../diskdrake/interactive.pm_.c:608 ../../diskdrake/interactive.pm_.c:667
-#: ../../install_interactive.pm_.c:131
+#: ../../diskdrake/interactive.pm_.c:618 ../../diskdrake/interactive.pm_.c:677
+#: ../../install_interactive.pm_.c:133
msgid "Resizing"
msgstr "リサイズ中"
-#: ../../diskdrake/interactive.pm_.c:640
+#: ../../diskdrake/interactive.pm_.c:650
msgid "This partition is not resizeable"
msgstr "このパーティションはリサイズできません"
-#: ../../diskdrake/interactive.pm_.c:645
+#: ../../diskdrake/interactive.pm_.c:655
msgid "All data on this partition should be backed-up"
msgstr "このパーティション上のデータはバックアップするべきです"
-#: ../../diskdrake/interactive.pm_.c:647
+#: ../../diskdrake/interactive.pm_.c:657
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr "リサイズ後には、パーティション %s 上のデータは失われます"
-#: ../../diskdrake/interactive.pm_.c:652
+#: ../../diskdrake/interactive.pm_.c:662
msgid "Choose the new size"
msgstr "新しいサイズを選択"
-#: ../../diskdrake/interactive.pm_.c:653
+#: ../../diskdrake/interactive.pm_.c:663
msgid "New size in MB: "
msgstr "MB でのサイズ: "
-#: ../../diskdrake/interactive.pm_.c:706
+#: ../../diskdrake/interactive.pm_.c:716
msgid "Which disk do you want to move it to?"
msgstr "どのディスクに移動しますか?"
-#: ../../diskdrake/interactive.pm_.c:707
+#: ../../diskdrake/interactive.pm_.c:717
msgid "Sector"
msgstr "セクタ"
-#: ../../diskdrake/interactive.pm_.c:708
+#: ../../diskdrake/interactive.pm_.c:718
msgid "Which sector do you want to move it to?"
msgstr "どのセクタを移動しますか?"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving"
msgstr "移動中"
-#: ../../diskdrake/interactive.pm_.c:711
+#: ../../diskdrake/interactive.pm_.c:721
msgid "Moving partition..."
msgstr "パーティションを移動中..."
-#: ../../diskdrake/interactive.pm_.c:728
+#: ../../diskdrake/interactive.pm_.c:738
msgid "Choose an existing RAID to add to"
msgstr "追加する既存の RAID を選んで下さい"
-#: ../../diskdrake/interactive.pm_.c:729 ../../diskdrake/interactive.pm_.c:746
+#: ../../diskdrake/interactive.pm_.c:739 ../../diskdrake/interactive.pm_.c:756
msgid "new"
msgstr "新規"
-#: ../../diskdrake/interactive.pm_.c:744
+#: ../../diskdrake/interactive.pm_.c:754
msgid "Choose an existing LVM to add to"
msgstr "追加する既存の LVM を選んで下さい"
-#: ../../diskdrake/interactive.pm_.c:749
+#: ../../diskdrake/interactive.pm_.c:759
msgid "LVM name?"
msgstr "LVM 名は?"
-#: ../../diskdrake/interactive.pm_.c:790
+#: ../../diskdrake/interactive.pm_.c:800
msgid "This partition can't be used for loopback"
msgstr "このパーティションはループバックには使えません"
-#: ../../diskdrake/interactive.pm_.c:803
+#: ../../diskdrake/interactive.pm_.c:813
msgid "Loopback"
msgstr "ループバック"
-#: ../../diskdrake/interactive.pm_.c:804
+#: ../../diskdrake/interactive.pm_.c:814
msgid "Loopback file name: "
msgstr "ループバックファイル名: "
-#: ../../diskdrake/interactive.pm_.c:809
+#: ../../diskdrake/interactive.pm_.c:819
msgid "Give a file name"
msgstr "ファイル名を入力"
-#: ../../diskdrake/interactive.pm_.c:812
+#: ../../diskdrake/interactive.pm_.c:822
msgid "File already used by another loopback, choose another one"
msgstr "ファイルはすでに別のループバックで使用中。他のを選びましょう"
-#: ../../diskdrake/interactive.pm_.c:813
+#: ../../diskdrake/interactive.pm_.c:823
msgid "File already exists. Use it?"
msgstr "ファイルはすでに存在します。いまあるのを使いますか?"
-#: ../../diskdrake/interactive.pm_.c:836
+#: ../../diskdrake/interactive.pm_.c:846
msgid "Mount options"
msgstr "マウントオプション"
-#: ../../diskdrake/interactive.pm_.c:843
+#: ../../diskdrake/interactive.pm_.c:853
msgid "Various"
msgstr "その他"
-#: ../../diskdrake/interactive.pm_.c:907 ../../standalone/drakfloppy_.c:103
+#: ../../diskdrake/interactive.pm_.c:917 ../../standalone/drakfloppy_.c:103
msgid "device"
msgstr "デバイス"
-#: ../../diskdrake/interactive.pm_.c:908
+#: ../../diskdrake/interactive.pm_.c:918
msgid "level"
msgstr "レベル"
-#: ../../diskdrake/interactive.pm_.c:909
+#: ../../diskdrake/interactive.pm_.c:919
msgid "chunk size"
msgstr "チャンクサイズ"
-#: ../../diskdrake/interactive.pm_.c:924
+#: ../../diskdrake/interactive.pm_.c:934
msgid "Be careful: this operation is dangerous."
msgstr "注意: この操作は危険です。"
-#: ../../diskdrake/interactive.pm_.c:939
+#: ../../diskdrake/interactive.pm_.c:949
msgid "What type of partitioning?"
msgstr "どんなパーティションですか?"
-#: ../../diskdrake/interactive.pm_.c:955
+#: ../../diskdrake/interactive.pm_.c:965
#, fuzzy, c-format
msgid "The package %s is needed. Install it?"
msgstr "パッケージ %s が必要です。インストールしますか?"
-#: ../../diskdrake/interactive.pm_.c:969
+#: ../../diskdrake/interactive.pm_.c:979
msgid ""
"Sorry I won't accept to create /boot so far onto the drive (on a cylinder > "
"1024).\n"
@@ -1996,7 +2020,7 @@ msgstr ""
"そこに /boot は作れません。/bootがそこだと、LILO がうまく働かないし,\n"
"LILO を使わないなら /boot は要りませんから"
-#: ../../diskdrake/interactive.pm_.c:973
+#: ../../diskdrake/interactive.pm_.c:983
msgid ""
"The partition you've selected to add as root (/) is physically located "
"beyond\n"
@@ -2008,7 +2032,7 @@ msgstr ""
"持っていませんね。LILO をブートマネージャに使うなら,/boot パーティ\n"
"ションの追加をお忘れなく。"
-#: ../../diskdrake/interactive.pm_.c:979
+#: ../../diskdrake/interactive.pm_.c:989
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
@@ -2018,44 +2042,44 @@ msgstr ""
"/boot パーティション無しでこれを操作出来るブートローダはありません。\n"
"ですから /boot パーティションの追加をお忘れなく。"
-#: ../../diskdrake/interactive.pm_.c:999
+#: ../../diskdrake/interactive.pm_.c:1009
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "ドライブ %s のパーティションテーブルをディスクに書き込みます!"
-#: ../../diskdrake/interactive.pm_.c:1003
+#: ../../diskdrake/interactive.pm_.c:1013
msgid "You'll need to reboot before the modification can take place"
msgstr "リブートしてパーティションテーブルの変更を反映させる必要があります"
-#: ../../diskdrake/interactive.pm_.c:1014
+#: ../../diskdrake/interactive.pm_.c:1024
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr "フォーマットしたら、パーティション %s 上のデータは失われます。"
-#: ../../diskdrake/interactive.pm_.c:1016
+#: ../../diskdrake/interactive.pm_.c:1026
msgid "Formatting"
msgstr "フォーマット中"
-#: ../../diskdrake/interactive.pm_.c:1017
+#: ../../diskdrake/interactive.pm_.c:1027
#, c-format
msgid "Formatting loopback file %s"
msgstr "ループバックファイル %s をフォーマット中"
-#: ../../diskdrake/interactive.pm_.c:1018
-#: ../../install_steps_interactive.pm_.c:476
+#: ../../diskdrake/interactive.pm_.c:1028
+#: ../../install_steps_interactive.pm_.c:459
#, c-format
msgid "Formatting partition %s"
msgstr "パーティション %s をフォーマット中"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Hide files"
msgstr "ファイルを隠す"
-#: ../../diskdrake/interactive.pm_.c:1029
+#: ../../diskdrake/interactive.pm_.c:1039
msgid "Move files to the new partition"
msgstr "新しいパーティションにファイルを移動"
-#: ../../diskdrake/interactive.pm_.c:1030
+#: ../../diskdrake/interactive.pm_.c:1040
#, c-format
msgid ""
"Directory %s already contains data\n"
@@ -2064,83 +2088,83 @@ msgstr ""
"ディレクトリ %s にはすでにデータがあります\n"
"(%s)"
-#: ../../diskdrake/interactive.pm_.c:1041
+#: ../../diskdrake/interactive.pm_.c:1051
msgid "Moving files to the new partition"
msgstr "新しいパーティションにファイルを移動中"
-#: ../../diskdrake/interactive.pm_.c:1045
+#: ../../diskdrake/interactive.pm_.c:1055
#, c-format
msgid "Copying %s"
msgstr "%s コピー中"
-#: ../../diskdrake/interactive.pm_.c:1049
+#: ../../diskdrake/interactive.pm_.c:1059
#, c-format
msgid "Removing %s"
msgstr "%s 削除中"
-#: ../../diskdrake/interactive.pm_.c:1059
+#: ../../diskdrake/interactive.pm_.c:1069
#, c-format
msgid "partition %s is now known as %s"
msgstr "パーティション %s はこれで %sになりました。"
-#: ../../diskdrake/interactive.pm_.c:1080
-#: ../../diskdrake/interactive.pm_.c:1139
+#: ../../diskdrake/interactive.pm_.c:1090
+#: ../../diskdrake/interactive.pm_.c:1149
msgid "Device: "
msgstr "デバイス: "
-#: ../../diskdrake/interactive.pm_.c:1081
+#: ../../diskdrake/interactive.pm_.c:1091
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS デバイスレター: %s (推定)\n"
-#: ../../diskdrake/interactive.pm_.c:1085
-#: ../../diskdrake/interactive.pm_.c:1093
-#: ../../diskdrake/interactive.pm_.c:1157
+#: ../../diskdrake/interactive.pm_.c:1095
+#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1168
msgid "Type: "
msgstr "タイプ: "
-#: ../../diskdrake/interactive.pm_.c:1089
+#: ../../diskdrake/interactive.pm_.c:1099
msgid "Name: "
msgstr "名前: "
-#: ../../diskdrake/interactive.pm_.c:1097
+#: ../../diskdrake/interactive.pm_.c:1107
#, c-format
msgid "Start: sector %s\n"
msgstr "開始: セクタ %s\n"
-#: ../../diskdrake/interactive.pm_.c:1098
+#: ../../diskdrake/interactive.pm_.c:1108
#, c-format
msgid "Size: %s"
msgstr "サイズ: %s"
-#: ../../diskdrake/interactive.pm_.c:1100
+#: ../../diskdrake/interactive.pm_.c:1110
#, c-format
msgid ", %s sectors"
msgstr ", %s セクタ"
-#: ../../diskdrake/interactive.pm_.c:1102
+#: ../../diskdrake/interactive.pm_.c:1112
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "シリンダ %d からシリンダ %d\n"
-#: ../../diskdrake/interactive.pm_.c:1103
+#: ../../diskdrake/interactive.pm_.c:1113
msgid "Formatted\n"
msgstr "フォーマット済み\n"
-#: ../../diskdrake/interactive.pm_.c:1104
+#: ../../diskdrake/interactive.pm_.c:1114
msgid "Not formatted\n"
msgstr "未フォーマット\n"
-#: ../../diskdrake/interactive.pm_.c:1105
+#: ../../diskdrake/interactive.pm_.c:1115
msgid "Mounted\n"
msgstr "マウント済み\n"
-#: ../../diskdrake/interactive.pm_.c:1106
+#: ../../diskdrake/interactive.pm_.c:1116
#, c-format
msgid "RAID md%s\n"
msgstr "RAID md%s\n"
-#: ../../diskdrake/interactive.pm_.c:1108
+#: ../../diskdrake/interactive.pm_.c:1118
#, c-format
msgid ""
"Loopback file(s):\n"
@@ -2149,7 +2173,7 @@ msgstr ""
"ループバックファイル:\n"
" %s\n"
-#: ../../diskdrake/interactive.pm_.c:1109
+#: ../../diskdrake/interactive.pm_.c:1119
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
@@ -2157,27 +2181,27 @@ msgstr ""
"デフォルトでパーティションブート\n"
" (MS-DOS のブート, lilo ではない)\n"
-#: ../../diskdrake/interactive.pm_.c:1111
+#: ../../diskdrake/interactive.pm_.c:1121
#, c-format
msgid "Level %s\n"
msgstr "レベル %s\n"
-#: ../../diskdrake/interactive.pm_.c:1112
+#: ../../diskdrake/interactive.pm_.c:1122
#, c-format
msgid "Chunk size %s\n"
msgstr "チャンクサイズ %s\n"
-#: ../../diskdrake/interactive.pm_.c:1113
+#: ../../diskdrake/interactive.pm_.c:1123
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAIDディスク %s\n"
-#: ../../diskdrake/interactive.pm_.c:1115
+#: ../../diskdrake/interactive.pm_.c:1125
#, c-format
msgid "Loopback file name: %s"
msgstr "ループバックファイル名: %s"
-#: ../../diskdrake/interactive.pm_.c:1118
+#: ../../diskdrake/interactive.pm_.c:1128
msgid ""
"\n"
"Chances are, this partition is\n"
@@ -2189,7 +2213,7 @@ msgstr ""
"ドライバ・パーティションらしいですよ。\n"
"いじらないほうがいいでしょう。\n"
-#: ../../diskdrake/interactive.pm_.c:1121
+#: ../../diskdrake/interactive.pm_.c:1131
msgid ""
"\n"
"This special Bootstrap\n"
@@ -2201,57 +2225,61 @@ msgstr ""
"パーティションは、\n"
"デュアルブートシステム用です。\n"
-#: ../../diskdrake/interactive.pm_.c:1140
+#: ../../diskdrake/interactive.pm_.c:1150
+msgid "Read-only"
+msgstr ""
+
+#: ../../diskdrake/interactive.pm_.c:1151
#, c-format
msgid "Size: %s\n"
msgstr "サイズ: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1141
+#: ../../diskdrake/interactive.pm_.c:1152
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "ジオメトリ: %s シリンダ, %s ヘッド, %s セクタ\n"
-#: ../../diskdrake/interactive.pm_.c:1142
+#: ../../diskdrake/interactive.pm_.c:1153
msgid "Info: "
msgstr "情報: "
-#: ../../diskdrake/interactive.pm_.c:1143
+#: ../../diskdrake/interactive.pm_.c:1154
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVMディスク %s\n"
-#: ../../diskdrake/interactive.pm_.c:1144
+#: ../../diskdrake/interactive.pm_.c:1155
#, c-format
msgid "Partition table type: %s\n"
msgstr "パーティションテーブルタイプ: %s\n"
-#: ../../diskdrake/interactive.pm_.c:1145
+#: ../../diskdrake/interactive.pm_.c:1156
#, fuzzy, c-format
msgid "on channel %d id %d\n"
msgstr "バス %d id %d\n"
-#: ../../diskdrake/interactive.pm_.c:1175
+#: ../../diskdrake/interactive.pm_.c:1186
msgid "Filesystem encryption key"
msgstr "ファイル暗号化の鍵"
-#: ../../diskdrake/interactive.pm_.c:1176
+#: ../../diskdrake/interactive.pm_.c:1187
msgid "Choose your filesystem encryption key"
msgstr "ファイルシステム暗号化用の鍵を選んでください"
-#: ../../diskdrake/interactive.pm_.c:1179
+#: ../../diskdrake/interactive.pm_.c:1190
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr "この暗号鍵は簡単すぎます(最低でも %d 文字使ってください)"
-#: ../../diskdrake/interactive.pm_.c:1180
+#: ../../diskdrake/interactive.pm_.c:1191
msgid "The encryption keys do not match"
msgstr "暗号鍵が一致しません"
-#: ../../diskdrake/interactive.pm_.c:1183
+#: ../../diskdrake/interactive.pm_.c:1194
msgid "Encryption key"
msgstr "暗号鍵"
-#: ../../diskdrake/interactive.pm_.c:1184
+#: ../../diskdrake/interactive.pm_.c:1195
msgid "Encryption key (again)"
msgstr "暗号鍵(もう一度入力してください)"
@@ -2288,7 +2316,7 @@ msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm_.c:178
+#: ../../diskdrake/smbnfs_gtk.pm_.c:178 ../../standalone/drakbackup_.c:3527
#, fuzzy
msgid "Username"
msgstr "ユーザ名"
@@ -2302,23 +2330,23 @@ msgstr "NIS ドメイン"
msgid "Search servers"
msgstr "サーバを検索"
-#: ../../fs.pm_.c:552 ../../fs.pm_.c:562 ../../fs.pm_.c:566 ../../fs.pm_.c:570
-#: ../../fs.pm_.c:574 ../../fs.pm_.c:578
+#: ../../fs.pm_.c:544 ../../fs.pm_.c:554 ../../fs.pm_.c:558 ../../fs.pm_.c:562
+#: ../../fs.pm_.c:566 ../../fs.pm_.c:570
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s フォーマット, %s 失敗"
-#: ../../fs.pm_.c:615
+#: ../../fs.pm_.c:607
#, c-format
msgid "I don't know how to format %s in type %s"
msgstr "%s を タイプ %s でフォーマットする方法を知りません"
-#: ../../fs.pm_.c:687 ../../fs.pm_.c:731
+#: ../../fs.pm_.c:681 ../../fs.pm_.c:724
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "パーティション %s をディレクトリ %s にマウントできませんでした"
-#: ../../fs.pm_.c:746 ../../partition_table.pm_.c:602
+#: ../../fs.pm_.c:739 ../../partition_table.pm_.c:598
#, c-format
msgid "error unmounting %s: %s"
msgstr "%s をアンマウント中にエラー: %s"
@@ -2335,33 +2363,51 @@ msgstr "/usr で"
msgid "server"
msgstr "サーバ"
-#: ../../fsedit.pm_.c:472
+#: ../../fsedit.pm_.c:240
+#, fuzzy, 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"
+"The other solution is to not allow DrakX to modify the partition table.\n"
+"(the error is %s)\n"
+"\n"
+"Do you agree to loose all the partitions?\n"
+msgstr ""
+"パーティションテーブルが読めません,壊れているようです:(\n"
+"不正なパーティションを消してみましょうか?(これだとデータが全部消えま"
+"す!)\n"
+"あるいは、DrakXにパーティションテーブルを変更させない手があります。\n"
+"(エラーは%sです)\n"
+"\n"
+"全パーティションを消去してよろしいですね?\n"
+
+#: ../../fsedit.pm_.c:501
msgid "You can't use JFS for partitions smaller than 16MB"
msgstr "16MB以下のパーティションに JFS は使えません"
-#: ../../fsedit.pm_.c:473
+#: ../../fsedit.pm_.c:502
msgid "You can't use ReiserFS for partitions smaller than 32MB"
msgstr "32MB以下のパーティションに ReiserFS は使えません"
-#: ../../fsedit.pm_.c:492
+#: ../../fsedit.pm_.c:521
msgid "Mount points must begin with a leading /"
msgstr "マウントポイントは / で始まる必要があります"
-#: ../../fsedit.pm_.c:493
+#: ../../fsedit.pm_.c:522
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "パーティションはマウントポイント %s にマウント済み\n"
-#: ../../fsedit.pm_.c:497
+#: ../../fsedit.pm_.c:526
#, c-format
msgid "You can't use a LVM Logical Volume for mount point %s"
msgstr "LVM 論理ボリュームはマウントポイント %s には使えません"
-#: ../../fsedit.pm_.c:499
+#: ../../fsedit.pm_.c:528
msgid "This directory should remain within the root filesystem"
msgstr "このディレクトリは root ファイルシステム内に残してください"
-#: ../../fsedit.pm_.c:501
+#: ../../fsedit.pm_.c:530
#, fuzzy
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
@@ -2370,229 +2416,277 @@ msgstr ""
"このマウントポイントには、実在するファイルシステム (ext2, reiserfs) \n"
"が必要です。\n"
-#: ../../fsedit.pm_.c:503
+#: ../../fsedit.pm_.c:532
#, c-format
msgid "You can't use an encrypted file system for mount point %s"
msgstr "マウントポイント %s には暗号化ファイルシステムは使えません"
-#: ../../fsedit.pm_.c:570
+#: ../../fsedit.pm_.c:599
msgid "Not enough free space for auto-allocating"
msgstr "自動割り当てができるほど空き容量がありません"
-#: ../../fsedit.pm_.c:572
+#: ../../fsedit.pm_.c:601
msgid "Nothing to do"
msgstr "することがありません"
-#: ../../fsedit.pm_.c:665
+#: ../../fsedit.pm_.c:694
#, c-format
msgid "Error opening %s for writing: %s"
msgstr "書き込みのため %s を開くときエラーが発生: %s"
-#: ../../fsedit.pm_.c:750
+#: ../../harddrake/sound.pm_.c:155
+msgid "No alternative driver"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:156
+#, c-format
+msgid "There's no known OSS/ALSA alternative driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:158
+#, fuzzy
+msgid "Sound configuration"
+msgstr "CUPS 設定"
+
+#: ../../harddrake/sound.pm_.c:159
+#, c-format
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"
+"Here you can select an alternative driver (either OSS or ALSA) for your "
+"sound card (%s)"
msgstr ""
-"エラー発生 - 新しいファイルシステムを構築できるようなデバイスが\n"
-"見付かりません。なにが原因か、ハードウェアをチェックしてください"
-#: ../../fsedit.pm_.c:773
-msgid "You don't have any partitions!"
-msgstr "パーティションがありません!"
+#: ../../harddrake/sound.pm_.c:162
+#, fuzzy
+msgid "Driver:"
+msgstr "ドライバ"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/sound.pm_.c:173
+#, fuzzy
+msgid "No known driver"
+msgstr "X ドライバ"
+
+#: ../../harddrake/sound.pm_.c:174
+#, c-format
+msgid "There's no known driver for your sound card (%s)"
+msgstr ""
+
+#: ../../harddrake/sound.pm_.c:177
+#, fuzzy
+msgid "Unkown driver"
+msgstr "未知のモデル"
+
+#: ../../harddrake/sound.pm_.c:178
+#, c-format
+msgid ""
+"The \"%s\" driver for your sound card is unlisted\n"
+"\n"
+"Please send the output of the \"lspcidrake -v\" command to\n"
+"<install at mandrakesoft dot com>\n"
+"with subject: unlisted sound driver \"%s\""
+msgstr ""
+
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "Model"
msgstr "モジュール"
-#: ../../harddrake/ui.pm_.c:15
+#: ../../harddrake/ui.pm_.c:16
#, fuzzy
msgid "hard disk model"
msgstr "カード mem (DMA)"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
#, fuzzy
msgid "Channel"
msgstr "キャンセル"
-#: ../../harddrake/ui.pm_.c:16
+#: ../../harddrake/ui.pm_.c:17
msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../harddrake/ui.pm_.c:18
+#: ../../harddrake/ui.pm_.c:19
msgid "Bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:19
+#: ../../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:20
+#: ../../harddrake/ui.pm_.c:21
msgid "Module"
msgstr "モジュール"
-#: ../../harddrake/ui.pm_.c:20
+#: ../../harddrake/ui.pm_.c:21
msgid "the module of the GNU/Linux kernel that handle that device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "Media class"
msgstr ""
-#: ../../harddrake/ui.pm_.c:21
+#: ../../harddrake/ui.pm_.c:22
msgid "class of hardware device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:22 ../../printerdrake.pm_.c:1404
+#: ../../harddrake/ui.pm_.c:23 ../../printerdrake.pm_.c:1517
msgid "Description"
msgstr "プリンタの説明"
-#: ../../harddrake/ui.pm_.c:22
+#: ../../harddrake/ui.pm_.c:23
msgid "this field describe the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:24
+#: ../../harddrake/ui.pm_.c:25
#, fuzzy
msgid "Bus identification"
msgstr "認証"
-#: ../../harddrake/ui.pm_.c:25
+#: ../../harddrake/ui.pm_.c:26
msgid ""
-"- PCI and USB devices : this list the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
-#: ../../harddrake/ui.pm_.c:27
+#: ../../harddrake/ui.pm_.c:28
msgid "Location on the bus"
msgstr ""
-#: ../../harddrake/ui.pm_.c:28
+#: ../../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:31
+#: ../../harddrake/ui.pm_.c:32
#, fuzzy
msgid "Old device file"
msgstr "ファイルを選択"
-#: ../../harddrake/ui.pm_.c:32
+#: ../../harddrake/ui.pm_.c:33
msgid "old static device name used in dev package"
msgstr ""
-#: ../../harddrake/ui.pm_.c:33
+#: ../../harddrake/ui.pm_.c:34
#, fuzzy
msgid "New devfs device"
msgstr "ゲートウェイデバイス"
-#: ../../harddrake/ui.pm_.c:34
+#: ../../harddrake/ui.pm_.c:35
msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../harddrake/ui.pm_.c:35
+#: ../../harddrake/ui.pm_.c:36
#, fuzzy
msgid "Number of buttons"
msgstr "2ボタン"
-#: ../../harddrake/ui.pm_.c:36
+#: ../../harddrake/ui.pm_.c:37
msgid "the vendor name of the device"
msgstr ""
-#: ../../harddrake/ui.pm_.c:60
+#: ../../harddrake/ui.pm_.c:38
+#, fuzzy
+msgid "Alternative drivers"
+msgstr "別のテストページ (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 "終了"
-#: ../../harddrake/ui.pm_.c:61 ../../harddrake/ui.pm_.c:62
-#: ../../harddrake/ui.pm_.c:68 ../../standalone/logdrake_.c:110
+#: ../../harddrake/ui.pm_.c:64 ../../harddrake/ui.pm_.c:65
+#: ../../harddrake/ui.pm_.c:71 ../../standalone/logdrake_.c:110
msgid "/_Help"
msgstr "/ヘルプ(_H)"
-#: ../../harddrake/ui.pm_.c:62
+#: ../../harddrake/ui.pm_.c:65
#, fuzzy
msgid "/_Help..."
msgstr "/ヘルプ(_H)"
-#: ../../harddrake/ui.pm_.c:63
+#: ../../harddrake/ui.pm_.c:66
msgid "Harddrake help"
msgstr ""
-#: ../../harddrake/ui.pm_.c:64
+#: ../../harddrake/ui.pm_.c:67
msgid ""
"Description of the fields:\n"
"\n"
msgstr ""
-#: ../../harddrake/ui.pm_.c:68
+#: ../../harddrake/ui.pm_.c:71
#, fuzzy
msgid "/_About..."
msgstr "/ヘルプ(H)/情報(_A)..."
-#: ../../harddrake/ui.pm_.c:69
+#: ../../harddrake/ui.pm_.c:72
msgid "About Harddrake"
msgstr ""
-#: ../../harddrake/ui.pm_.c:70
+#: ../../harddrake/ui.pm_.c:73
msgid ""
"This is HardDrake, a Mandrake hardware configuration tool.\n"
"Version:"
msgstr ""
-#: ../../harddrake/ui.pm_.c:71
+#: ../../harddrake/ui.pm_.c:74
#, fuzzy
msgid "Author:"
msgstr "オートプローブ"
-#: ../../harddrake/ui.pm_.c:83
+#: ../../harddrake/ui.pm_.c:86
#, fuzzy
msgid "Harddrake2 version "
msgstr "ディスクの検出"
-#: ../../harddrake/ui.pm_.c:91
+#: ../../harddrake/ui.pm_.c:103
#, fuzzy
msgid "Detected hardware"
msgstr "ハードウェアの情報を見て下さい"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:105
#, fuzzy
-msgid "Configure module"
-msgstr "マウスの設定"
+msgid "Information"
+msgstr "情報を表示"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:108
#, fuzzy
-msgid "Informations"
-msgstr "情報を表示"
+msgid "Configure module"
+msgstr "マウスの設定"
-#: ../../harddrake/ui.pm_.c:92
+#: ../../harddrake/ui.pm_.c:109
msgid "Run config tool"
msgstr ""
-#: ../../harddrake/ui.pm_.c:96
+#: ../../harddrake/ui.pm_.c:113
#, fuzzy
msgid "Detection in progress"
msgstr "ポート %s で検出しました"
-#: ../../harddrake/ui.pm_.c:96 ../../interactive.pm_.c:388
+#: ../../harddrake/ui.pm_.c:113 ../../interactive.pm_.c:391
msgid "Please wait"
msgstr "お待ち下さい"
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
msgid "primary"
msgstr ""
-#: ../../harddrake/ui.pm_.c:139
+#: ../../harddrake/ui.pm_.c:156
#, fuzzy
msgid "secondary"
msgstr "あと %d 秒"
-#: ../../harddrake/ui.pm_.c:176
+#: ../../harddrake/ui.pm_.c:197
msgid "You can configure each parameter of the module here."
msgstr ""
-#: ../../harddrake/ui.pm_.c:192
+#: ../../harddrake/ui.pm_.c:213
#, fuzzy, c-format
msgid "Running \"%s\" ..."
msgstr "プリンタ \"%s\" を削除中..."
@@ -2625,16 +2719,16 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:213
#, fuzzy
-msgid "Card model :"
+msgid "Card model:"
msgstr "カード mem (DMA)"
#: ../../harddrake/v4l.pm_.c:214
#, fuzzy
-msgid "Tuner type :"
+msgid "Tuner type:"
msgstr "タイプの変更"
#: ../../harddrake/v4l.pm_.c:215
-msgid "Number of capture buffers :"
+msgid "Number of capture buffers:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:215
@@ -2643,11 +2737,11 @@ msgstr ""
#: ../../harddrake/v4l.pm_.c:217
#, fuzzy
-msgid "PLL setting :"
+msgid "PLL setting:"
msgstr "設定の読み込み中"
#: ../../harddrake/v4l.pm_.c:218
-msgid "Radio support :"
+msgid "Radio support:"
msgstr ""
#: ../../harddrake/v4l.pm_.c:218
@@ -2659,22 +2753,22 @@ msgid ""
"GNU/Linux is a multiuser system, and this means that each user can have his\n"
"own preferences, his own files and so on. You can read the ``User Guide''\n"
"to learn more. But unlike \"root\", which is the administrator, the users\n"
-"you will add here will not be entitled to change anything except their own\n"
-"files and their own configuration. You will have to create at least one\n"
-"regular user for yourself. That account is where you should log in for\n"
-"routine use. Although it is very practical to log in as \"root\" everyday,\n"
-"it may also be very dangerous! The slightest mistake could mean that your\n"
-"system would not work any more. If you make a serious mistake as a regular\n"
-"user, you may only lose some information, but not the entire system.\n"
+"you add here will not be entitled to change anything except their own files\n"
+"and their own configuration. You will have to create at least one regular\n"
+"user for yourself. That account is where you should log in for routine use.\n"
+"Although it is very practical to log in as \"root\" everyday, it may also\n"
+"be very dangerous! The slightest mistake could mean that your system would\n"
+"not work any more. If you make a serious mistake as a regular user, you may\n"
+"only lose some information, but not the entire system.\n"
"\n"
"First, you have to enter your real name. This is not mandatory, of course -\n"
"as you can actually enter whatever you want. DrakX will then take the first\n"
"word you have entered in the box and will bring it over to the \"User\n"
"name\". This is the name this particular user will use to log onto the\n"
"system. You can change it. You then have to enter a password here. A\n"
-"non-privileged (regular) user's password is not as crucial as \"root\"' one\n"
-"from a security point of view, but that is no reason to neglect it: after\n"
-"all, your files are at risk.\n"
+"non-privileged (regular) user's password is not as crucial as the \"root\"'\n"
+"one from a security point of view, but that is no reason to neglect it:\n"
+"after all, your files are at risk.\n"
"\n"
"If you click on \"Accept user\", you can then add as many as you want. Add\n"
"a user for each one of your friends: your father or your sister, for\n"
@@ -2813,7 +2907,7 @@ msgid ""
"to have a graphical workstation!\n"
"\n"
"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you deselect all groups when performing a regular\n"
+"text about that group. If you unselect all groups when performing a regular\n"
"installation (by opposition to an upgrade), a dialog will pop up proposing\n"
"different options for a minimal installation:\n"
"\n"
@@ -2886,10 +2980,10 @@ msgstr ""
#: ../../help.pm_.c:128
msgid ""
-"Finally, depending on whether or not you selected individual packages, you\n"
-"will be presented a tree containing all packages classified by groups and\n"
-"subgroups. While browsing the tree, you can select entire groups,\n"
-"subgroups, or individual packages.\n"
+"Finally, depending on whether or not you chose to be able to select\n"
+"individual packages, you will be presented a tree containing all packages\n"
+"classified by groups and subgroups. While browsing the tree, you can select\n"
+"entire groups, subgroups, or individual packages.\n"
"\n"
"Whenever you select a package on the tree, a description appears on the\n"
"right. When your selection is finished, click the \"Install\" button which\n"
@@ -2956,11 +3050,11 @@ msgstr ""
#: ../../help.pm_.c:164
msgid ""
-"You are now proposed to set up your Internet/network connection. If you\n"
-"wish to connect your computer to the Internet or to a local network, click\n"
-"\"OK\". The autodetection of network devices and modem will be launched. If\n"
-"this detection fails, uncheck the \"Use auto detection\" box next time. You\n"
-"may also choose not to configure the network, or do it later; in that case,\n"
+"You are now able to set up your Internet/network connection. If you wish to\n"
+"connect your computer to the Internet or to a local network, click \"OK\".\n"
+"The autodetection of network devices and modem will be launched. If this\n"
+"detection fails, uncheck the \"Use auto detection\" box next time. You may\n"
+"also choose not to configure the network, or do it later; in that case,\n"
"simply click the \"Cancel\" button.\n"
"\n"
"Available connections are: traditional modem, ISDN modem, ADSL connection,\n"
@@ -3032,7 +3126,7 @@ msgstr ""
msgid ""
"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it in\n"
"local time according to the time zone you selected. It is however possible\n"
-"to deactivate this by deselecting \"Hardware clock set to GMT\" so that the\n"
+"to deactivate this by unselecting \"Hardware clock set to GMT\" so that the\n"
"hardware clock is the same as the system clock. This is useful when the\n"
"machine is hosting another operating system like Windows.\n"
"\n"
@@ -3075,7 +3169,9 @@ msgid ""
"If you can see the message during the test, and answer \"Yes\", then DrakX\n"
"will proceed to the next step. If you cannot see the message, it simply\n"
"means that the configuration was wrong and the test will automatically end\n"
-"after 10 seconds, restoring the screen."
+"after 10 seconds, restoring the screen. Refer then to the Video\n"
+"configuration section of the user guide for more information on how to\n"
+"configure your display."
msgstr ""
"X (X ウィンドウシステム) は、GNU/Linux グラフィックインターフェースの\n"
"キモで、Mandrake Linux についているグラフィック環境 (KDE, Gnome, \n"
@@ -3094,30 +3190,7 @@ msgstr ""
"メッセージが見えなければ、設定がまちがっているということなので、その\n"
"テストは10秒で終了して、もとの画面に戻ります。"
-#: ../../help.pm_.c:237
-msgid ""
-"The first time you try the X configuration, you may not be very satisfied\n"
-"with its display (screen is too small, shifted left or right...). Hence,\n"
-"even if X starts up correctly, DrakX then asks you if the configuration\n"
-"suits you. It will also propose to change it by displaying a list of valid\n"
-"modes it could find, asking you to select one.\n"
-"\n"
-"As a last resort, if you still cannot get X to work, choose \"Change\n"
-"graphics card\", select \"Unlisted card\", and when prompted on which\n"
-"server, choose \"FBDev\". This is a failsafe option which works with any\n"
-"modern graphics card. Then choose \"Test again\" to be sure."
-msgstr ""
-"一発目だと、あまり画面の具合がよくないかもしれません。\n"
-"画面が小さすぎるとか、左右にずれているとか)。だから X が正しく\n"
-"起動した場合にでも、DrakX は設定が適切かどうかきいて、可能な各種の\n"
-"モードを表示して、好きなのを選べと言うわけです。\n"
-"\n"
-"最後の手段として、相変わらずXが動かなければ「グラフィックスカードの変更」\n"
-"を選び「一覧にないカード」を選択、どのサーバを使うかきかれたら FBDevを\n"
-"選びます。これはフェールセーフな選択肢で、最近のすべてのグラフィックス\n"
-"カードで使えます。それから「再テスト」を選んで確認しましょう。"
-
-#: ../../help.pm_.c:249
+#: ../../help.pm_.c:239
msgid ""
"Finally, you will be asked whether you want to see the graphical interface\n"
"at boot. Note this question will be asked even if you chose not to test the\n"
@@ -3130,7 +3203,8 @@ msgstr ""
"ディスプレイの設定がうまくいかなかった時には、ここではもちろん「いいえ」\n"
"と答えましょう。"
-#: ../../help.pm_.c:256
+#: ../../help.pm_.c:246
+#, fuzzy
msgid ""
"The Mandrake Linux CD-ROM has a built-in rescue mode. You can access it by\n"
"booting from the CD-ROM, press the >>F1<< key at boot and type >>rescue<<\n"
@@ -3150,10 +3224,10 @@ msgid ""
"crashed due to a power failure, an unfortunate typing error, a typo in a\n"
"password, or any other reason.\n"
"\n"
-"When you click on this step, you will be asked to enter a disk inside the\n"
-"drive. The floppy disk you will insert must be empty or contain data which\n"
-"you do not need. You will not have to format it since DrakX will rewrite\n"
-"the whole disk."
+"If you say \"Yes\", you will be asked to enter a disk inside the drive. The\n"
+"floppy disk you will insert must be empty or contain data which you do not\n"
+"need. You will not have to format it since DrakX will rewrite the whole\n"
+"disk."
msgstr ""
"Mandrake Linux CDROM にはレスキューモードが組み込んであります。これを\n"
"使うには CDROM から起動して、起動時に >>F1<< キーを押し、プロンプトで\n"
@@ -3178,7 +3252,7 @@ msgstr ""
"入っていないものにしましょう。フォーマットする必要はありません。\n"
"DrakXが完全にそれを書き換えます。"
-#: ../../help.pm_.c:280
+#: ../../help.pm_.c:270
msgid ""
"At this point, you need to choose where you want to install the Mandrake\n"
"Linux operating system on your hard drive. If your hard drive is empty or\n"
@@ -3211,7 +3285,9 @@ msgid ""
"\n"
" * \"Use existing partition\": the wizard has detected one or more existing\n"
"Linux partitions on your hard drive. If you want to use them, choose this\n"
-"option;\n"
+"option. You will then be asked to choose the mount points associated to\n"
+"each of the partitions. The legacy mount points are selected by default,\n"
+"and you should generally keep them.\n"
"\n"
" * \"Use the free space on the Windows; partition\": if Microsoft Windows\n"
"is installed on your hard drive and takes all the space available on it,\n"
@@ -3244,7 +3320,9 @@ msgid ""
" * \"Expert mode\": choose this option if you want to manually partition\n"
"your hard drive. Be careful - it is a powerful but dangerous choice. You\n"
"can very easily lose all your data. Hence, do not choose this unless you\n"
-"know what you are doing."
+"know what you are doing. To know how do use the DiskDrake utility used\n"
+"here, refer to the section ``Managing Your Partitions'' of the ````User\n"
+"Guide''''"
msgstr ""
"さてこんどは、ハードディスク上でMandrake Linux OS をどこにインストール\n"
"するか選ぶことになります。もしハードディスクが空か、すでに別の OS が\n"
@@ -3310,7 +3388,7 @@ msgstr ""
" 危険な選択でもあります。ディスク上の全データをあっさり消してしまえます。\n"
" よくよくわかったうえでなければ、これは選ばないでください。"
-#: ../../help.pm_.c:347
+#: ../../help.pm_.c:341
msgid ""
"There you are. Installation is now complete and your GNU/Linux system is\n"
"ready to use. Just click \"OK\" to reboot the system. You can start\n"
@@ -3369,7 +3447,7 @@ msgstr ""
"(*) FAT 形式のフロッピーが必要(GNU/Linux で作るには「mformat a:」\n"
"とタイプします。)"
-#: ../../help.pm_.c:378
+#: ../../help.pm_.c:372
msgid ""
"Any partitions that have been newly defined must be formatted for use\n"
"(formatting means creating a filesystem).\n"
@@ -3417,7 +3495,7 @@ msgstr ""
"「キャンセル」をクリックしてください。\n"
"不良ブロックのチェックをしたければ「高度な選択」をクリックします。"
-#: ../../help.pm_.c:404
+#: ../../help.pm_.c:398
msgid ""
"Your new Mandrake Linux operating system is currently being installed.\n"
"Depending on the number of packages you will be installing and the speed of\n"
@@ -3431,12 +3509,12 @@ msgstr ""
"\n"
"しばらくお待ちを。"
-#: ../../help.pm_.c:412
+#: ../../help.pm_.c:406
msgid ""
"At the time you are installing Mandrake Linux, it is likely that some\n"
"packages have been updated since the initial release. Some bugs may have\n"
"been fixed, and security issues solved. To allow you to benefit from these\n"
-"updates, you are now proposed to download them from the Internet. Choose\n"
+"updates, you are now able to download them from the Internet. Choose\n"
"\"Yes\" if you have a working Internet connection, or \"No\" if you prefer\n"
"to install updated packages later.\n"
"\n"
@@ -3458,7 +3536,7 @@ msgstr ""
"何が選ばれたか確認しましょう。「インストール」を押すと、選択パッケージ\n"
"が読み込みインストールされます。「キャンセル」で中断です。"
-#: ../../help.pm_.c:425
+#: ../../help.pm_.c:419
msgid ""
"Before continuing, you should read carefully the terms of the license. It\n"
"covers the whole Mandrake Linux distribution, and if you do not agree with\n"
@@ -3471,14 +3549,14 @@ msgstr ""
"を押してください。するとインストールがすぐに終わります。インストールを\n"
"続けるには、「同意する」ボタンを押してください。"
-#: ../../help.pm_.c:432
+#: ../../help.pm_.c:426
msgid ""
"At this point, it is time to choose the security level desired for the\n"
"machine. As a rule of thumb, the more exposed the machine is, and the more\n"
"the data stored in it is crucial, the higher the security level should be.\n"
"However, a higher security level is generally obtained at the expense of\n"
-"easiness of use. Refer to the \"msec\" chapter of the ``Reference Manual''\n"
-"to get more information about the meaning of these levels.\n"
+"ease of use. Refer to the \"msec\" chapter of the ``Reference Manual'' to\n"
+"get more information about the meaning of these levels.\n"
"\n"
"If you do not know what to choose, keep the default option."
msgstr ""
@@ -3490,7 +3568,7 @@ msgstr ""
"\n"
"何を選べばいいかわからなければ、デフォルトのままにしておきましょう。"
-#: ../../help.pm_.c:442
+#: ../../help.pm_.c:436
msgid ""
"At this point, you need to choose which partition(s) will be used for the\n"
"installation of your Mandrake Linux system. If partitions have already been\n"
@@ -3507,26 +3585,26 @@ msgid ""
" * \"Clear all\": this option deletes all partitions on the selected hard\n"
"drive;\n"
"\n"
-" * \"Auto allocate\": this option enables to automatically create \"Ext2\"\n"
-"and swap partitions in free space of your hard drive;\n"
+" * \"Auto allocate\": this option enables to automatically create ext3 and\n"
+"swap partitions in free space of your hard drive;\n"
"\n"
-" * \"More\": gives access to additional features:\n"
+"\"More\": gives access to additional features:\n"
"\n"
-" * \"Save partition table\": saves the partition table to a floppy.\n"
-"Useful for later partition-table recovery if necessary. It is strongly\n"
-"recommended to perform this step;\n"
+" * \"Save partition table\": saves the partition table to a floppy. Useful\n"
+"for later partition-table recovery if necessary. It is strongly recommended\n"
+"to perform this step;\n"
"\n"
-" * \"Restore partition table\": allows to restore a previously saved\n"
+" * \"Restore partition table\": allows to restore a previously saved\n"
"partition table from floppy disk;\n"
"\n"
-" * \"Rescue partition table\": if your partition table is damaged, you\n"
-"can try to recover it using this option. Please be careful and remember\n"
-"that it can fail;\n"
+" * \"Rescue partition table\": if your partition table is damaged, you can\n"
+"try to recover it using this option. Please be careful and remember that it\n"
+"can fail;\n"
"\n"
-" * \"Reload partition table\": discards all changes and loads your\n"
-"initial partition table;\n"
+" * \"Reload partition table\": discards all changes and loads your initial\n"
+"partition table;\n"
"\n"
-" * \"Removable media automounting\": unchecking this option will force\n"
+" * \"Removable media automounting\": unchecking this option will force\n"
"users to manually mount and unmount removable medias such as floppies and\n"
"CD-ROMs.\n"
"\n"
@@ -3554,7 +3632,7 @@ msgid ""
" * Ctrl-m to set the mount point.\n"
"\n"
"To get information about the different filesystem types available, please\n"
-"read the ext2fs chapter from the ``Reference Manual''.\n"
+"read the ext2FS chapter from the ``Reference Manual''.\n"
"\n"
"If you are installing on a PPC machine, you will want to create a small HFS\n"
"``bootstrap'' partition of at least 1MB, which will be used by the yaboot\n"
@@ -3629,7 +3707,7 @@ msgstr ""
"このパーティションを、たとえば 50 MB とか大きめにしておくと、そこに予備の\n"
"カーネルやramdisk イメージを保存しておけて、緊急起動に使えて便利です。"
-#: ../../help.pm_.c:513
+#: ../../help.pm_.c:507
msgid ""
"More than one Microsoft partition has been detected on your hard drive.\n"
"Please choose the one you want to resize in order to install your new\n"
@@ -3691,34 +3769,34 @@ msgstr ""
"「ウィンドウズ名」は、ウィンドウズでのドライブ文字です(最初のディスク\n"
"やパーティションは「C:」ドライブです)。"
-#: ../../help.pm_.c:544
+#: ../../help.pm_.c:538
msgid "Please be patient. This operation can take several minutes."
msgstr "しばらくお待ちを。この操作はしばらくかかりますので。"
-#: ../../help.pm_.c:547
+#: ../../help.pm_.c:541
msgid ""
"DrakX now needs to know if you want to perform a default (\"Recommended\")\n"
"installation or if you want to have greater control (\"Expert\"). You can\n"
"also choose to do a new install or an upgrade of an existing Mandrake Linux\n"
"system:\n"
"\n"
-" * \"Install\": completely wipes out the old system. In fact, depending on\n"
-"what currently holds your machine, you will be able to keep some old (Linux\n"
-"or other) partitions unchanged;\n"
+" * \"Install\": completely wipes out the old system, however, depending on\n"
+"what is currently installed on your machine, you may be able to keep some\n"
+"old partitions (Linux or otherwise) unchanged;\n"
"\n"
" * \"Upgrade\": this installation class allows to simply update the\n"
"packages currently installed on your Mandrake Linux system. It keeps the\n"
"current partitions of your hard drives as well as user configurations. All\n"
-"other configuration steps remain available with respect to plain\n"
+"other configuration steps remain available, similar to a normal\n"
"installation;\n"
"\n"
-" * \"Upgrade Packages Only\": this brand new class allows to upgrade an\n"
-"existing Mandrake Linux system while keeping all system configurations\n"
-"unchanged. Adding new packages to the current installation is also\n"
-"possible.\n"
+" * \"Upgrade Packages Only\": this new installation class allows you to\n"
+"upgrade an existing Mandrake Linux system while keeping all system\n"
+"configurations unchanged. Adding new packages to the current installation\n"
+"is also possible.\n"
"\n"
-"Upgrades should work fine for Mandrake Linux systems starting from \"8.1\"\n"
-"release.\n"
+"Upgrades should work fine on Mandrake Linux systems containing version\n"
+"\"8.1\" or later.\n"
"\n"
"Depending on your knowledge of GNU/Linux, select one of the following\n"
"choices:\n"
@@ -3727,11 +3805,11 @@ msgid ""
"operating system. The installation will be very easy and you will only be\n"
"asked a few questions;\n"
"\n"
-" * Expert: if you have a good knowledge of GNU/Linux, you can choose this\n"
-"installation class. The expert installation will allow you to perform a\n"
-"highly-customized installation. Answering some of the questions can be\n"
-"difficult if you do not have a good knowledge of GNU/Linux, so do not\n"
-"choose this unless you know what you are doing."
+" * Expert: if you have a good understanding of GNU/Linux, you may wish to\n"
+"perform a highly customized installation. Some of the decisions you will\n"
+"have to make may be difficult if you do not have good knowledge of\n"
+"GNU/Linux, so it is not recommended that those without a fair amount of\n"
+"experience select this installation class."
msgstr ""
"DrakXはこんどは、どんな種類のインストールをしたいか尋ねます。デフォルト\n"
"(推奨)インストールか、もっとコントロールしたいか(「エキスパート」)\n"
@@ -3763,19 +3841,22 @@ msgstr ""
"GNU/Linuxについてよほど詳しくないと、なかなか答えられない質問が\n"
"あります。わかった人以外は、このクラスは選ばないこと。"
-#: ../../help.pm_.c:584
+#: ../../help.pm_.c:578
msgid ""
"Normally, DrakX selects the right keyboard for you (depending on the\n"
-"language you have chosen) and you won't even see this step. However, you\n"
-"might not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may still want\n"
-"your keyboard to be a Swiss keyboard. Or if you speak English but are\n"
-"located in Quebec, you may find yourself in the same situation. In both\n"
-"cases, you will have to go back to this installation step and select an\n"
-"appropriate keyboard from the list.\n"
+"language you have chosen). However, you might not have a keyboard that\n"
+"corresponds exactly to your language: for example, if you are an English\n"
+"speaking Swiss person, you may still want your keyboard to be a Swiss\n"
+"keyboard. Or if you speak English but are located in Quebec, you may find\n"
+"yourself in the same situation. In both cases, you will have to go back to\n"
+"this installation step and select an appropriate keyboard from the list.\n"
"\n"
"Click on the \"More\" button to be presented with the complete list of\n"
-"supported keyboards."
+"supported keyboards.\n"
+"\n"
+"If you choose a keyboard layout based on a non-latin alphabet, you will be\n"
+"asked on next dialog to choose the key binding that will switch the\n"
+"keyboard layout between the latin and non latin layouts."
msgstr ""
"ふつう、drakXはあなた用の正しいキーボードを自動的に選びます(言語の選択\n"
"をもとに判断します)。だからこのステップはふつうは出てきません。が、自分\n"
@@ -3787,8 +3868,10 @@ msgstr ""
"\n"
"「もっと」ボタンを押すと、サポートされるキーボードがすべて表示されます。"
-#: ../../help.pm_.c:597
+#: ../../help.pm_.c:594
msgid ""
+"The first step is to choose your preferred language.\n"
+"\n"
"Please choose your preferred language for installation and system usage.\n"
"\n"
"Clicking on the \"Advanced\" button will allow you to select other\n"
@@ -3811,7 +3894,7 @@ msgstr ""
"言語は複数選べます。追加の言語(ロケール)を選んで、OKを押して確認したら、\n"
"自動的に次のステップに進みます。"
-#: ../../help.pm_.c:610
+#: ../../help.pm_.c:609
msgid ""
"DrakX generally detects the number of buttons your mouse has. If not, it\n"
"assumes you have a two-button mouse and will set it up for third-button\n"
@@ -3824,7 +3907,14 @@ msgid ""
"If you choose a mouse other than the default, a test screen will be\n"
"displayed. Use the buttons and wheel to verify that the settings are\n"
"correct. If the mouse is not working well, press the space bar or [Return]\n"
-"to \"Cancel\" and choose again."
+"to \"Cancel\" and choose again.\n"
+"\n"
+"Wheel mouses are sometimes not automatically detected. You will need to\n"
+"manually select it in the list. Be sure to select the one corresponding to\n"
+"the correct port it is attached to. After you have pressed the \"OK\"\n"
+"button, a mouse image is displayed. You then need to move the wheel of your\n"
+"mouse to activate it correctly. Then test all buttons and movements are\n"
+"correct."
msgstr ""
"デフォルトだと、DrakX は2ボタンマウスを想定して、中央ボタンをエミュレート\n"
"する設定になっています。DrakX は、それがPS/2マウスかUSBマウスかを自動判定\n"
@@ -3837,7 +3927,7 @@ msgstr ""
"動かなければ、スペースか「リターン」を押してキャンセルして、選びなおし\n"
"ます。"
-#: ../../help.pm_.c:624
+#: ../../help.pm_.c:630
msgid ""
"Please select the correct port. For example, the \"COM1\" port under\n"
"Windows is named \"ttyS0\" under GNU/Linux."
@@ -3845,7 +3935,7 @@ msgstr ""
"正しいポートを選んでください。たとえば、MS ウィンドウズでの\n"
"COM1ポートは、GNU/Linuxでは ttyS0 という名前になります。"
-#: ../../help.pm_.c:628
+#: ../../help.pm_.c:634
msgid ""
"This is the most crucial decision point for the security of your GNU/Linux\n"
"system: you have to enter the \"root\" password. \"root\" is the system\n"
@@ -3875,9 +3965,9 @@ msgid ""
"In Expert mode, you will be asked if you will be connecting to an\n"
"authentication server, like NIS or LDAP.\n"
"\n"
-"If your network uses the LDAP (or NIS) protocol for authentication, select\n"
-"\"LDAP\" (or \"NIS\") as authentication. If you do not know, ask your\n"
-"network administrator.\n"
+"If your network uses either of the LDAP, NIS, or PDC Windows Domain\n"
+"authentication services, select the appropriate one as \"authentication\".\n"
+"If you do not know, ask your network administrator.\n"
"\n"
"If your computer is not connected to any administrated network, you will\n"
"want to choose \"Local files\" for authentication."
@@ -3909,7 +3999,7 @@ msgstr ""
"「NISを使う」オプションを選びます。「OK」を押したら、必要な情報\n"
"を入力します。"
-#: ../../help.pm_.c:664
+#: ../../help.pm_.c:670
msgid ""
"LILO and grub are GNU/Linux bootloaders. This stage, normally, is totally\n"
"automated. In fact, DrakX analyzes the disk boot sector and acts\n"
@@ -3948,16 +4038,7 @@ msgid ""
"options. !!\n"
"\n"
"Clicking the \"Advanced\" button in this dialog will offer many advanced\n"
-"options, which are reserved to the expert user.\n"
-"\n"
-"After you have configured the general bootloader parameters, the list of\n"
-"boot options which will be available at boot time will be displayed.\n"
-"\n"
-"If there is another operating system installed on your machine, it will\n"
-"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
-"the existing options. Select an entry and click \"Modify\" to modify or\n"
-"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
-"installation step."
+"options, which are reserved for the expert user."
msgstr ""
"LILO と GRUB は GNU/Linux の起動に使われるブートローダです。この段階は\n"
"ふつう、完全に自動化されています。DrakXはディスクのブートセクタを分析して\n"
@@ -4004,13 +4085,16 @@ msgstr ""
"たりできます。「完了」を押せば、インストールの次のステップへ進み\n"
"ます。"
-#: ../../help.pm_.c:713
+#: ../../help.pm_.c:710
msgid ""
-"LILO (the LInux LOader) and grub are bootloaders: they are able to boot\n"
-"either GNU/Linux or any other operating system present on your computer.\n"
-"Normally, these other operating systems are correctly detected and\n"
-"installed. If this is not the case, you can add an entry by hand in this\n"
-"screen. Be careful to choose the correct parameters.\n"
+"After you have configured the general bootloader parameters, the list of\n"
+"boot options which will be available at boot time will be displayed.\n"
+"\n"
+"If there is another operating system installed on your machine, it will\n"
+"automatically be added to the boot menu. Here, you can choose to fine-tune\n"
+"the existing options. Select an entry and click \"Modify\" to modify or\n"
+"remove it; \"Add\" creates a new entry; and \"Done\" goes on to the next\n"
+"installation step.\n"
"\n"
"You may also not want to give access to these other operating systems to\n"
"anyone. In which case, you can delete the corresponding entries. But then,\n"
@@ -4096,18 +4180,18 @@ msgstr ""
#: ../../help.pm_.c:759
msgid ""
-"DrakX now detects any IDE device present in your computer. It will also\n"
-"scan for one or more PCI SCSI card(s) on your system. If a SCSI card is\n"
+"DrakX now detects any IDE devices present in your computer. It will also\n"
+"scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
"found, DrakX will automatically install the appropriate driver.\n"
"\n"
"Because hardware detection does not always detect a piece of hardware,\n"
"DrakX will ask you to confirm if a PCI SCSI card is present. Click \"Yes\"\n"
"if you know that there is a SCSI card installed in your machine. You will\n"
-"be presented a list of SCSI cards to choose from. Click \"No\" if you have\n"
-"no SCSI hardware. If you are unsure, you can check the list of hardware\n"
-"detected in your machine by selecting \"See hardware info\" and clicking\n"
-"\"OK\". Examine the list of hardware and then click on the \"OK\" button to\n"
-"return to the SCSI interface question.\n"
+"be presented with a list of SCSI cards to choose from. Click \"No\" if you\n"
+"have no SCSI hardware. If you are unsure, you can check the list of\n"
+"hardware detected in your machine by selecting \"See hardware info\" and\n"
+"clicking \"OK\". Examine the list of hardware and then click on the \"OK\"\n"
+"button to return to the SCSI interface question.\n"
"\n"
"If you have to manually specify your adapter, DrakX will ask if you want to\n"
"specify options for it. You should allow DrakX to probe the hardware for\n"
@@ -4318,7 +4402,9 @@ msgid ""
"order to configure the clock according to the time zone you are in;\n"
"\n"
" * \"Printer\": clicking on the \"No Printer\" button will open the printer\n"
-"configuration wizard;\n"
+"configuration wizard. Consult the corresponding chapter of the ``User\n"
+"Guide'' for more information on how to setup a new printer. The interface\n"
+"presented there is similar to the one used during installation;\n"
"\n"
" * \"Sound card\": if a sound card is detected on your system, it is\n"
"displayed here. No modification possible at installation time;\n"
@@ -4356,7 +4442,7 @@ msgstr ""
" * 「ISDN カード」: ISDN カードが検出されたらここに表示されます。\n"
"ボタンをクリックすると関連パラメータが変えられます。"
-#: ../../help.pm_.c:894
+#: ../../help.pm_.c:896
msgid ""
"Choose the hard drive you want to erase in order to install your new\n"
"Mandrake Linux partition. Be careful, all data present on it will be lost\n"
@@ -4366,7 +4452,7 @@ msgstr ""
"ハードディスクを選んでください。そのハードディスク上のデータは全部\n"
"消えて回復できません。注意してください。"
-#: ../../help.pm_.c:899
+#: ../../help.pm_.c:901
msgid ""
"Click on \"OK\" if you want to delete all data and partitions present on\n"
"this hard drive. Be careful, after clicking on \"OK\", you will not be able\n"
@@ -4397,7 +4483,7 @@ msgstr ""
msgid "You must also format %s"
msgstr "%s もフォーマットしてください"
-#: ../../install_any.pm_.c:418
+#: ../../install_any.pm_.c:423
#, c-format
msgid ""
"You have selected the following server(s): %s\n"
@@ -4421,20 +4507,29 @@ msgstr ""
"\n"
"本当にこのサーバをインストールしていいですね?\n"
-#: ../../install_any.pm_.c:453
+#: ../../install_any.pm_.c:441
+#, c-format
+msgid ""
+"The following packages will be removed to allow upgrading your system: %s\n"
+"\n"
+"\n"
+"Do you really want to remove these packages?\n"
+msgstr ""
+
+#: ../../install_any.pm_.c:471
msgid "Can't use broadcast with no NIS domain"
msgstr "NIS ドメインがないのでブロードキャストが使えません"
-#: ../../install_any.pm_.c:841
+#: ../../install_any.pm_.c:862
#, c-format
msgid "Insert a FAT formatted floppy in drive %s"
msgstr "FAT形式のフロッピーをドライブ %s に挿入"
-#: ../../install_any.pm_.c:845
+#: ../../install_any.pm_.c:866
msgid "This floppy is not FAT formatted"
msgstr "このフロッピーは FATフォーマットじゃありません"
-#: ../../install_any.pm_.c:857
+#: ../../install_any.pm_.c:878
msgid ""
"To use this saved packages selection, boot installation with ``linux "
"defcfg=floppy''"
@@ -4442,11 +4537,19 @@ msgstr ""
"この保存したパッケージ選択を使うには、インストールの起動時に「linux "
"defcfg=floppy」と指定します。"
-#: ../../install_any.pm_.c:880 ../../partition_table.pm_.c:771
+#: ../../install_any.pm_.c:901 ../../partition_table.pm_.c:767
#, c-format
msgid "Error reading file %s"
msgstr "ファイル %s の読みとりエラーです"
+#: ../../install_any.pm_.c:1023
+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 ""
+"エラー発生 - 新しいファイルシステムを構築できるようなデバイスが\n"
+"見付かりません。なにが原因か、ハードウェアをチェックしてください"
+
#: ../../install_interactive.pm_.c:23
#, c-format
msgid ""
@@ -4480,59 +4583,59 @@ msgstr ""
"\n"
"構わずに続けますか?"
-#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:168
+#: ../../install_interactive.pm_.c:67 ../../install_steps.pm_.c:169
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "/boot/efi に FAT パーティションをマウントしてください"
-#: ../../install_interactive.pm_.c:91
+#: ../../install_interactive.pm_.c:92
msgid "Use free space"
msgstr "フリースペースの使用"
-#: ../../install_interactive.pm_.c:93
+#: ../../install_interactive.pm_.c:94
msgid "Not enough free space to allocate new partitions"
msgstr "新しいパーティションに割り当てる十分なフリースペースがありません"
-#: ../../install_interactive.pm_.c:101
+#: ../../install_interactive.pm_.c:102
msgid "Use existing partitions"
msgstr "既存のパーティションを使用"
-#: ../../install_interactive.pm_.c:103
+#: ../../install_interactive.pm_.c:104
msgid "There is no existing partition to use"
msgstr "存在しないパーティション"
-#: ../../install_interactive.pm_.c:110
+#: ../../install_interactive.pm_.c:111
msgid "Use the Windows partition for loopback"
msgstr "Windows パーティションをループバックに使用"
-#: ../../install_interactive.pm_.c:113
+#: ../../install_interactive.pm_.c:114
msgid "Which partition do you want to use for Linux4Win?"
msgstr "どのパーティションにLinux4Winを入れますか"
-#: ../../install_interactive.pm_.c:115
+#: ../../install_interactive.pm_.c:116
msgid "Choose the sizes"
msgstr "サイズを選択"
-#: ../../install_interactive.pm_.c:116
+#: ../../install_interactive.pm_.c:117
msgid "Root partition size in MB: "
msgstr "ルートパーティションのサイズ (MB)"
-#: ../../install_interactive.pm_.c:117
+#: ../../install_interactive.pm_.c:118
msgid "Swap partition size in MB: "
msgstr "スワップパーティションのサイズ (MB): "
-#: ../../install_interactive.pm_.c:126
+#: ../../install_interactive.pm_.c:128
msgid "Use the free space on the Windows partition"
msgstr "ウィンドウズパーティション上のフリースペースを使用"
-#: ../../install_interactive.pm_.c:129
+#: ../../install_interactive.pm_.c:131
msgid "Which partition do you want to resize?"
msgstr "どのパーティションをリサイズしますか?"
-#: ../../install_interactive.pm_.c:131
+#: ../../install_interactive.pm_.c:133
msgid "Resizing Windows partition"
msgstr "ウィンドウズファイルシステムの境界を計算"
-#: ../../install_interactive.pm_.c:134
+#: ../../install_interactive.pm_.c:136
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
@@ -4541,14 +4644,14 @@ msgstr ""
"FAT リサイザーはパーティション操作ができません。\n"
"以下のエラーが発生: %s"
-#: ../../install_interactive.pm_.c:137
+#: ../../install_interactive.pm_.c:139
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:138
+#: ../../install_interactive.pm_.c:140
msgid ""
"WARNING!\n"
"\n"
@@ -4569,21 +4672,21 @@ msgstr ""
"おいてください。\n"
"大丈夫なら Ok を押して下さい。"
-#: ../../install_interactive.pm_.c:148
+#: ../../install_interactive.pm_.c:150
msgid "Which size do you want to keep for Windows on"
msgstr "ウィンドウズ用にどのくらいのサイズを残しておきますが"
-#: ../../install_interactive.pm_.c:149
+#: ../../install_interactive.pm_.c:151
#, c-format
msgid "partition %s"
msgstr "パーティション %s"
-#: ../../install_interactive.pm_.c:156
+#: ../../install_interactive.pm_.c:158
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT のリサイズに失敗: %s"
-#: ../../install_interactive.pm_.c:171
+#: ../../install_interactive.pm_.c:173
msgid ""
"There is no FAT partition to resize or to use as loopback (or not enough "
"space left)"
@@ -4591,33 +4694,33 @@ msgstr ""
"リサイズやループバック用のFATパーティションがありません (または十分なスペース"
"が無い)"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Erase entire disk"
msgstr "全ディスク消去"
-#: ../../install_interactive.pm_.c:177
+#: ../../install_interactive.pm_.c:179
msgid "Remove Windows(TM)"
msgstr "Windows(TM) を削除"
-#: ../../install_interactive.pm_.c:180
+#: ../../install_interactive.pm_.c:182
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr ""
"複数のハードドライブを持っていますね、どれに linux をインストールしますか?"
-#: ../../install_interactive.pm_.c:183
+#: ../../install_interactive.pm_.c:185
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "ドライブ %s 上のパーティションおよびデータは全部失われます"
-#: ../../install_interactive.pm_.c:191
+#: ../../install_interactive.pm_.c:193
msgid "Custom disk partitioning"
msgstr "パーティションを自分で指定"
-#: ../../install_interactive.pm_.c:195
+#: ../../install_interactive.pm_.c:197
msgid "Use fdisk"
msgstr "fdiskを使う"
-#: ../../install_interactive.pm_.c:198
+#: ../../install_interactive.pm_.c:200
#, c-format
msgid ""
"You can now partition %s.\n"
@@ -4626,28 +4729,28 @@ msgstr ""
"%s をパーティションできます。\n"
"終わったら、必ず「w」を使って保存しましょう。"
-#: ../../install_interactive.pm_.c:227
+#: ../../install_interactive.pm_.c:229
msgid "You don't have enough free space on your Windows partition"
msgstr "ウィンドウズパーティション上のフリースペースが足りません"
-#: ../../install_interactive.pm_.c:243
+#: ../../install_interactive.pm_.c:245
msgid "I can't find any room for installing"
msgstr "インストール用の空きが見つかりませんが"
-#: ../../install_interactive.pm_.c:246
+#: ../../install_interactive.pm_.c:248
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX パーティションウィザードは以下の解法を見付けました:"
-#: ../../install_interactive.pm_.c:250
+#: ../../install_interactive.pm_.c:252
#, c-format
msgid "Partitioning failed: %s"
msgstr "パーティショニングに失敗: %s"
-#: ../../install_interactive.pm_.c:260
+#: ../../install_interactive.pm_.c:262
msgid "Bringing up the network"
msgstr "ネットワークをたちあげる"
-#: ../../install_interactive.pm_.c:265
+#: ../../install_interactive.pm_.c:267
msgid "Bringing down the network"
msgstr "ネットワークを停止する"
@@ -4659,12 +4762,12 @@ msgstr ""
"エラー発生,うまく処理する方法がわかりません。\n"
"自分の責任で続けて下さい。"
-#: ../../install_steps.pm_.c:210
+#: ../../install_steps.pm_.c:211
#, c-format
msgid "Duplicate mount point %s"
msgstr "マウントポイント %s が重なっています"
-#: ../../install_steps.pm_.c:379
+#: ../../install_steps.pm_.c:380
msgid ""
"Some important packages didn't get installed properly.\n"
"Either your cdrom drive or your cdrom is defective.\n"
@@ -4677,12 +4780,12 @@ msgstr ""
"してみてください:\n"
"「 rpm -qpl Mandrake/RPMS/*.rpm 」\n"
-#: ../../install_steps.pm_.c:451
+#: ../../install_steps.pm_.c:452
#, c-format
msgid "Welcome to %s"
msgstr "%s へようこそ"
-#: ../../install_steps.pm_.c:530 ../../install_steps.pm_.c:770
+#: ../../install_steps.pm_.c:531 ../../install_steps.pm_.c:772
msgid "No floppy drive available"
msgstr "有効なフロッピードライブがありません"
@@ -4713,69 +4816,69 @@ msgstr "インストールクラス"
msgid "Please choose one of the following classes of installation:"
msgstr "以下のインストールクラスをどれか選んでください"
-#: ../../install_steps_gtk.pm_.c:243 ../../install_steps_interactive.pm_.c:694
+#: ../../install_steps_gtk.pm_.c:237 ../../install_steps_interactive.pm_.c:678
msgid "Package Group Selection"
msgstr "パッケージグループを選択"
-#: ../../install_steps_gtk.pm_.c:276 ../../install_steps_interactive.pm_.c:709
+#: ../../install_steps_gtk.pm_.c:270 ../../install_steps_interactive.pm_.c:693
msgid "Individual package selection"
msgstr "個別パッケージの選択"
-#: ../../install_steps_gtk.pm_.c:299 ../../install_steps_interactive.pm_.c:633
+#: ../../install_steps_gtk.pm_.c:293 ../../install_steps_interactive.pm_.c:617
#, c-format
msgid "Total size: %d / %d MB"
msgstr "合計サイズ: %d / %d MB"
-#: ../../install_steps_gtk.pm_.c:341
+#: ../../install_steps_gtk.pm_.c:335
msgid "Bad package"
msgstr "パッケージが壊れています"
-#: ../../install_steps_gtk.pm_.c:342
+#: ../../install_steps_gtk.pm_.c:336
#, c-format
msgid "Name: %s\n"
msgstr "名前: %s\n"
-#: ../../install_steps_gtk.pm_.c:343
+#: ../../install_steps_gtk.pm_.c:337
#, c-format
msgid "Version: %s\n"
msgstr "バージョン: %s\n"
-#: ../../install_steps_gtk.pm_.c:344
+#: ../../install_steps_gtk.pm_.c:338
#, c-format
msgid "Size: %d KB\n"
msgstr "サイズ: %d KB\n"
-#: ../../install_steps_gtk.pm_.c:345
+#: ../../install_steps_gtk.pm_.c:339
#, c-format
msgid "Importance: %s\n"
msgstr "重要: %s\n"
-#: ../../install_steps_gtk.pm_.c:367
+#: ../../install_steps_gtk.pm_.c:361
msgid ""
"You can't select this package as there is not enough space left to install it"
msgstr "このパッケージは選択できません。ディスクの空き容量が不足です。"
-#: ../../install_steps_gtk.pm_.c:372
+#: ../../install_steps_gtk.pm_.c:366
msgid "The following packages are going to be installed"
msgstr "以下のパッケージがインストールされます"
-#: ../../install_steps_gtk.pm_.c:373
+#: ../../install_steps_gtk.pm_.c:367
msgid "The following packages are going to be removed"
msgstr "以下のパッケージが取り除かれます"
-#: ../../install_steps_gtk.pm_.c:385
+#: ../../install_steps_gtk.pm_.c:379
msgid "You can't select/unselect this package"
msgstr "このパッケージは選択・非選択できません"
-#: ../../install_steps_gtk.pm_.c:397
+#: ../../install_steps_gtk.pm_.c:391
msgid "This is a mandatory package, it can't be unselected"
msgstr "これは不可欠なパッケージです。非選択にはできません"
-#: ../../install_steps_gtk.pm_.c:399
+#: ../../install_steps_gtk.pm_.c:393
msgid "You can't unselect this package. It is already installed"
msgstr "このパッケージは非選択にできません。すでにインストール済みです"
-#: ../../install_steps_gtk.pm_.c:402
+#: ../../install_steps_gtk.pm_.c:396
msgid ""
"This package must be upgraded.\n"
"Are you sure you want to deselect it?"
@@ -4783,74 +4886,74 @@ msgstr ""
"このパッケージはアップグレードが必要です。\n"
"本当に選択解除していいんですか?"
-#: ../../install_steps_gtk.pm_.c:405
+#: ../../install_steps_gtk.pm_.c:399
msgid "You can't unselect this package. It must be upgraded"
msgstr "このパッケージは選択解除できません。アップグレードが必要です"
-#: ../../install_steps_gtk.pm_.c:410
+#: ../../install_steps_gtk.pm_.c:404
msgid "Show automatically selected packages"
msgstr "自動選択されたパッケージを表示"
-#: ../../install_steps_gtk.pm_.c:411 ../../install_steps_interactive.pm_.c:255
+#: ../../install_steps_gtk.pm_.c:405 ../../install_steps_interactive.pm_.c:255
#: ../../install_steps_interactive.pm_.c:259
-#: ../../standalone/drakbackup_.c:3600
+#: ../../standalone/drakbackup_.c:4257
msgid "Install"
msgstr "インストール"
-#: ../../install_steps_gtk.pm_.c:414
+#: ../../install_steps_gtk.pm_.c:408
msgid "Load/Save on floppy"
msgstr "フロッピーにセーブ/ロードする"
-#: ../../install_steps_gtk.pm_.c:415
+#: ../../install_steps_gtk.pm_.c:409
msgid "Updating package selection"
msgstr "パッケージ選択の更新"
-#: ../../install_steps_gtk.pm_.c:420
+#: ../../install_steps_gtk.pm_.c:414
msgid "Minimal install"
msgstr "最小インストール"
-#: ../../install_steps_gtk.pm_.c:435 ../../install_steps_interactive.pm_.c:538
+#: ../../install_steps_gtk.pm_.c:429 ../../install_steps_interactive.pm_.c:522
msgid "Choose the packages you want to install"
msgstr "インストールしたいパッケージを選んで下さい"
-#: ../../install_steps_gtk.pm_.c:451 ../../install_steps_interactive.pm_.c:778
+#: ../../install_steps_gtk.pm_.c:445 ../../install_steps_interactive.pm_.c:762
msgid "Installing"
msgstr "インストール中"
-#: ../../install_steps_gtk.pm_.c:457
+#: ../../install_steps_gtk.pm_.c:451
msgid "Estimating"
msgstr "試算しています"
-#: ../../install_steps_gtk.pm_.c:464
+#: ../../install_steps_gtk.pm_.c:458
msgid "Time remaining "
msgstr "残り時間 "
-#: ../../install_steps_gtk.pm_.c:476
+#: ../../install_steps_gtk.pm_.c:470
msgid "Please wait, preparing installation..."
msgstr "インストールの準備中、少々お待ちを"
-#: ../../install_steps_gtk.pm_.c:560
+#: ../../install_steps_gtk.pm_.c:554
#, c-format
msgid "%d packages"
msgstr "%d パッケージ"
-#: ../../install_steps_gtk.pm_.c:565
+#: ../../install_steps_gtk.pm_.c:559
#, c-format
msgid "Installing package %s"
msgstr "パッケージ %s のインストール"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
#: ../../standalone/drakautoinst_.c:202
msgid "Accept"
msgstr "認める"
-#: ../../install_steps_gtk.pm_.c:602 ../../install_steps_interactive.pm_.c:189
-#: ../../install_steps_interactive.pm_.c:802
+#: ../../install_steps_gtk.pm_.c:596 ../../install_steps_interactive.pm_.c:189
+#: ../../install_steps_interactive.pm_.c:786
msgid "Refuse"
msgstr "拒否"
-#: ../../install_steps_gtk.pm_.c:603 ../../install_steps_interactive.pm_.c:803
+#: ../../install_steps_gtk.pm_.c:597 ../../install_steps_interactive.pm_.c:787
#, c-format
msgid ""
"Change your Cd-Rom!\n"
@@ -4863,17 +4966,17 @@ msgstr ""
"「 %s 」という Cd-Rom をドライブにいれて、 Ok を押してください。\n"
"CDがなければ、Cancel を押してこの Cd-Rom からのインストールを回避して下さい。"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_gtk.pm_.c:621
-#: ../../install_steps_interactive.pm_.c:815
-#: ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_gtk.pm_.c:615
+#: ../../install_steps_interactive.pm_.c:799
+#: ../../install_steps_interactive.pm_.c:803
msgid "Go on anyway?"
msgstr "かまわず先に進みますか?"
-#: ../../install_steps_gtk.pm_.c:617 ../../install_steps_interactive.pm_.c:815
+#: ../../install_steps_gtk.pm_.c:611 ../../install_steps_interactive.pm_.c:799
msgid "There was an error ordering packages:"
msgstr "パッケージの整列でエラーが発生:"
-#: ../../install_steps_gtk.pm_.c:621 ../../install_steps_interactive.pm_.c:819
+#: ../../install_steps_gtk.pm_.c:615 ../../install_steps_interactive.pm_.c:803
msgid "There was an error installing packages:"
msgstr "パッケージのインストールでエラーが発生:"
@@ -5185,7 +5288,7 @@ msgid "Are you sure you refuse the licence?"
msgstr ""
#: ../../install_steps_interactive.pm_.c:211
-#: ../../install_steps_interactive.pm_.c:1038
+#: ../../install_steps_interactive.pm_.c:1023
#: ../../standalone/keyboarddrake_.c:31
msgid "Keyboard"
msgstr "キーボード"
@@ -5233,11 +5336,11 @@ msgstr "パッケージだけを更新"
msgid "Please choose the type of your mouse."
msgstr "マウスの型はなんですか?"
-#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:59
+#: ../../install_steps_interactive.pm_.c:281 ../../standalone/mousedrake_.c:60
msgid "Mouse Port"
msgstr "マウスポート"
-#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:60
+#: ../../install_steps_interactive.pm_.c:282 ../../standalone/mousedrake_.c:61
msgid "Please choose on which serial port your mouse is connected to."
msgstr "マウスはどのシリアルポートにつながっていますか?"
@@ -5269,46 +5372,20 @@ msgstr "IDE の設定"
msgid "IDE"
msgstr "IDE"
-#: ../../install_steps_interactive.pm_.c:336
+#: ../../install_steps_interactive.pm_.c:338
msgid "No partition available"
msgstr "使えるパーティションがありません"
-#: ../../install_steps_interactive.pm_.c:339
+#: ../../install_steps_interactive.pm_.c:341
msgid "Scanning partitions to find mount points"
msgstr "パーティションをスキャンしてマウントポイントを探しています"
-#: ../../install_steps_interactive.pm_.c:347
+#: ../../install_steps_interactive.pm_.c:349
msgid "Choose the mount points"
msgstr "マウントポイントの選択"
-#: ../../install_steps_interactive.pm_.c:366
-#, c-format
-msgid ""
-"I can't read your partition table, it's too corrupted for me :(\n"
-"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"